@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: #333333;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 5px;
	
}

.title-box01 .eng-ttl {
	font-size: 20px;
	font-weight: 600;
	color: #003d8a;
	line-height: 1;
	margin-bottom: 3px;
	letter-spacing: 0.07em;
}










@media screen and (max-width: 768px) {
.title-box01 .title {
	color: #333333;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 5px;
	
}

.title-box01 .eng-ttl {
	font-size: 15px;
	font-weight: 600;
	color: #003d8a;
	line-height: 1;
	margin-bottom: 3px;
	letter-spacing: 0.07em;
}




	
}



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

.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: #7dd6ff;
	border-radius: 100px;
	color: #333;
	text-align: center;
	margin: auto;
  font-weight: 700;
	width: 240px;
	padding: 15px 0;
}

.link01 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 16px;
	height: 10px;
	margin-top: -5px;
	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;		
}







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

.link01 a {
	display: block;
	position: relative;
	font-size: 15px;
	background: #7dd6ff;
	border-radius: 100px;
	color: #333;
	text-align: center;
	margin: auto;
  font-weight: 700;
	width: 80%;
	padding: 12px 0;
}

.link01 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 16px;
	height: 10px;
	margin-top: -5px;
	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;		
}
	


}








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


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

header .h-logo h1 {
	width: 330px;
	margin-left: 20px;
	padding-top: 32px;

}



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


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



header .l-navi a {
	width: 40px;
}


header .g-nav .navi02 a {
	color: #fff;
	background: #003d8a;
	text-align: center;
	padding: 3px 35px 0;
	border-radius: 100px;
	height: 60px;
	display: inline-block;
}


header .g-nav .navi01 a span , 
header .g-nav .navi02 a span{
	position: relative;
	font-size: 14px;
	font-weight: 700;
	margin-top: 15px;
	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: 1250px) {
header .g-nav .navi {
	margin-right: 15px;
}
header .g-nav .navi a {
	font-size: 14px;
}
	

header .g-nav .navi02 a {
	font-size: 14px;
}	
	
}


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


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

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





	

	/*----- .hb-menu -----*/
	#hb-menu {
		display: table;
		position: fixed;
		top: 0;
		right: 0;
		height: 60px;
		cursor: pointer;
		width: 60px;
		z-index: 999;
		background:#003d8a;
	}

	

	
	
	#hb-menu .hb-inner {
		display: table-cell;
		vertical-align: middle;
	}
	#hb-menu span {
		display: block;
		width: 24px;
		height: 2px;
		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: 6px;
	}
	#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(-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(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:50px;
		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 ul {
		width: 90%;
		margin: auto;
		margin-top: 30px;
	}
	
	.sp-g-nav .g-nav-inner .navi {
		text-align: center;
		width: 100%;
		margin: auto;
		margin-bottom: 10px;
	}
	.sp-g-nav .g-nav-inner .navi a {
		background: #fff;
		font-size: 16px;
		color: #333;
		text-align: left;
		padding: 10px 0;
		width: 100%;
		font-weight: 500;
		display: block;
}
	
	
	
	.sp-g-nav .g-nav-inner .navi .u-link{
		padding-left: 12px;
		margin-top: -3px;
	}
	.sp-g-nav .g-nav-inner .navi .u-link a{
		font-weight: 400;
		font-size: 14px;
		padding: 8px 0;
	}
	.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 .navi02 {
		width: 100%;
		margin-top: 40px;
	}	

	.sp-g-nav .g-nav-inner .navi02 a {
	color: #fff;
	background: #003d8a;
	text-align: center;
	padding: 15px 0;
	width:100%;
	border-radius: 100px;
  height: auto;
	display: inline-block;
	font-weight: bold;
}

	
	
}






/*--------------------------------------------------
com01-ls-box
--------------------------------------------------*/

.com01-ls-box .item {
	width: 31.5%;
}
.com01-ls-box .item img {
	border-radius:12px;	
}


.com01-ls-box .item a {
	background: #fff;
	border-radius:12px;	
	display: block;
}
.com01-ls-box .item a .i-inner {
	padding: 25px 30px 30px 30px;
}
.com01-ls-box .item .t-link {
	position: relative;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 18px;
}

.com01-ls-box .item .t-link::after {
	content: "";
	position: absolute;
	width: 44px;
	height: 44px;
	right: 0;
	margin: auto;
	background: url("../images/arrow02.png") 0 0 no-repeat;
	background-size: 100% auto;		
}




@media screen and (max-width: 768px) {
	
.com01-ls-box .item {
	width: 100%;
	margin-bottom: 20px;
}
.com01-ls-box .item img {
	border-radius:6px;	
}


.com01-ls-box .item a {
	background: #fff;
	border-radius:6px;	
	display: block;
}
.com01-ls-box .item a .i-inner {
	padding: 20px 6% 25px 6%;
}
.com01-ls-box .item .t-link {
	position: relative;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 18px;
}

.com01-ls-box .item .t-link::after {
	content: "";
	position: absolute;
	width: 34px;
	height: 34px;
	right: 0;
	margin: auto;
	background: url("../images/arrow02.png") 0 0 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: 1180px;
	margin-top: 220px;
	position: relative;
	padding-bottom: 60px;
}

footer .map {
	border-radius: 24px 24px 0 0;
}

footer .map iframe {
	width: 100%;
	height: 700px;
	border-radius: 24px 24px 0 0;	
}

footer .inner {
	width: 1100px;
	margin: auto;
	padding-top: 90px;
}

footer .fix-box {
 display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

footer .fix-box .info-box {
	width: 50%;
}
footer .fix-box .info-box .ad-txt {
	font-size: 15px;
}
footer .f-logo {
	width: 245px;
	margin-bottom: 20px;
	margin-top: -20px;
}
footer .fix-box .f-nav {
	width: 50%;
}

footer .fix-box .f-nav .f-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}
footer .fix-box .f-nav .f-box li a {
	font-size: 15px;
}
footer .fix-box .f-nav .f-box li {
	margin-bottom: 5px;
}
footer .fix-box .f-nav .f-box li .f-size {
	font-size: 14px;
}

footer .copy {
	font-size: 14px;
	margin-top: 90px;
}

footer .link01 {
	margin-top: 15px;
	
}
footer .link01 a {
	margin: 0;
	padding: 8px 0;
	color: #333;
	background: #eee;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	
footer {
	width: 100%;
	min-width: 100%;
	margin-top: 100px;
	position: relative;
	padding-bottom: 40px;
}

footer .map {
	border-radius: 24px 24px 0 0;
}

footer .map iframe {
	width: 100%;
	height: 300px;
	border-radius: 12px 12px 0 0;	
}

footer .inner {
	width: 90%;
	margin: auto;
	padding-top: 50px;
}

footer .fix-box {
 display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

footer .fix-box .info-box {
	width: 100%;
}
footer .fix-box .info-box .ad-txt {
	font-size: 14px;
	text-align: center;
}
footer .f-logo {
	width: 195px;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 0;
}
footer .fix-box .f-nav {
	width: 100%;
	margin-top: 30px;
}

footer .fix-box .f-nav .f-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}
footer .fix-box .f-nav .f-box li a {
	font-size: 14px;
}
footer .fix-box .f-nav .f-box li {
	margin-bottom: 7px;
}
footer .fix-box .f-nav .f-box li .f-size {
	font-size: 12px;
	padding-left: 8px;
}

footer .copy {
	font-size: 13px;
	margin-top: 40px;
	text-align: center;
}
	
footer .link01 {
	margin-top: 12px;
	
}
footer .link01 a {
	margin: 0 auto;
	padding: 8px 0;
	color: #333;
	background: #eee;
	font-size: 14px;
}		
	
}





/*--------------------------------------
　PageTop
---------------------------------------*/

.l-pagetop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 111;
}
.l-pagetop a {
	display: block;
}

.l-pagetop__link {
	background: url("../images/pagetop.png")center center no-repeat;
	background-size: 100% auto;
  width: 60px;
  height: 60px;
  display: block;
  position: relative;
}

.l-pagetop span {
	display: none;
}

@media screen and (max-width: 768px) {
	
.l-pagetop {
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 111;
}
.l-pagetop a {
	display: block;
}

.l-pagetop__link {
	background: url("../images/pagetop.png")center center no-repeat;
	background-size: 100% auto;
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
}

.l-pagetop span {
	display: none;
}
	
	
}












