@charset "UTF-8";

.top .sec {
	width: 100%;
	position: relative;
	z-index: 1;
	min-width:1100px;	
	margin: auto;
}

@media screen and (max-width: 768px) {
.top .sec {
	width: 100%;
	position: relative;
	z-index: 1;
	min-width:100%;	
	margin: auto;
}	
}

/*--------------------------------------------------
  mv
--------------------------------------------------*/
.top .mv {
	width: 100%;
	position: relative;
	min-width:1100px;
	margin-top: 110px;
}

.top .mv .f-box .image {
	float: right;
	width: 68%;
}
.top .mv .f-box .image img {
	border-radius: 0 0 0 8px;
  object-fit: cover;
  font-family: 'object-fit: cover';
	height: 678px;
}
.top .mv .f-box .text-box {
	float: left;
	width: 27%;
	margin-left: 5%;
	margin-top: 220px;
}

.top .mv .mv-txt01 {
	font-size: 18px;
}

.top .mv .mv-txt02 {
	font-size: 34px;
	line-height: 1.5;
	margin-top: 20px;
}


.top .mv .scroll {
	position: absolute;
	left:4%;
	width: 26px;
	bottom: 20px;
}


@media screen and (max-width: 768px) {
.top .mv {
	width: 100%;
	position: relative;
	min-width:100%;
	margin-top: 65px;
}

.top .mv .f-box .image {
	float: none;
	width: 86%;
	margin-left: 13%;
}
.top .mv .f-box .image img {
	border-radius: 0 0 0 8px;
  object-fit: cover;
  font-family: 'object-fit: cover';
	height: 300px;
}
.top .mv .f-box .text-box {
	float: none;
	width: 95%;
	margin-left: 5%;
	margin-top: -55px;
}

.top .mv .mv-txt01 {
	font-size: 13px;
	background: #fff;
	font-weight: 500;
	display: inline-block;
	border-radius: 0 8px 0 0;
	padding: 20px 20px 14px 0;
}

.top .mv .mv-txt02 {
	font-size: 25px;
	line-height: 1.5;
	margin-top: -8px;
}


.top .mv .scroll {
	position: absolute;
	left:4%;
	width: 18px;
	bottom: inherit;
	top: 10px;
}
	
}

/*--------------------------------------------------
  sec01
--------------------------------------------------*/

.top .sec01 {
	width: 100%;
	margin: 120px auto 0;
}

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

.top .sec01 .fix-box .title-box01 {
	width: 260px;
}
.top .sec01 .fix-box .news-box {
	width: 840px;
	position: relative;
}

.top .sec01 .title-box01 .title {
	font-size: 28px;
}

.top .sec01 .title-box01 .link01 a {
	margin: 0;
	margin-top: 30px;
}

/*タブボタンデザイン*/
.top .sec01 .tab_lab01 , .tab_lab02 , .tab_lab03 , .tab_lab04 , .tab_lab05 , .tab_lab06 {
	display: inline-block;
	text-align: center;;
	font-size: 15px;
  font-weight: 500;
	padding-left: 15px;
	margin-right: 20px;
}


/*タブにチェック入ったとき*/
.top .sec01 #tabmenu01:checked~.tab_lab01 , .top .sec01 #tabmenu02:checked~.tab_lab02 , .top .sec01 #tabmenu03:checked~.tab_lab03 , .top .sec01 #tabmenu04:checked~.tab_lab04 , .top .sec01 #tabmenu05:checked~.tab_lab05 , .top .sec01 #tabmenu06:checked~.tab_lab06{
	color: #65C4A1;
	position: relative;
}

.top .sec01 #tabmenu01:checked~.tab_lab01::after , .top .sec01 #tabmenu02:checked~.tab_lab02::after , .top .sec01 #tabmenu03:checked~.tab_lab03::after , .top .sec01 #tabmenu04:checked~.tab_lab04::after , .top .sec01 #tabmenu05:checked~.tab_lab05::after , .top .sec01 #tabmenu06:checked~.tab_lab06::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background: #65C4A1;
	display: block;
	left: 0;
	top: 11px;
}



/*タブボタンとボックス連動*/
.top .sec01 #tabmenu01:checked~.panels #area1{
	display: block;
}
.top .sec01 #tabmenu02:checked~.panels #area2 {
	display: block;
}
.top .sec01 #tabmenu03:checked~.panels #area3 {
	display: block;
}
.top .sec01 #tabmenu04:checked~.panels #area4 {
	display: block;
}
.top .sec01 #tabmenu05:checked~.panels #area5 {
	display: block;
}
.top .sec01 #tabmenu06:checked~.panels #area6 {
	display: block;
}


/*チェックボックスとボックス非表示*/
.top .sec01 input[name="check"] {
	display: none;
}
.top .sec01 .panel {
	display: none;
}



.top .sec01 .panels {
	margin-top: 10px;
}

.top .sec01 .panels a {
	position: relative;
	width: 100%;
	display: block;
}

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


.top .sec01 .panels li {
	border-bottom: solid 1px #ebe3d9;
	padding: 30px 0;
}


.top .sec01 .panels dl {
	display: table;
	width: 100%;
}

.top .sec01 .panels dt {
	display: table-cell;
	width: 210px;
}

.top .sec01 .panels dd {
	display: table-cell;
	width:520px;
	font-size: 16px;
	padding: 0 50px 0 30px;
}
.top .sec01 .panels .deta {
	display: inline-block;
  font-weight: 500;
	width: 90px;
	color: #C3C3C3;
}
.top .sec01 .panels .cate {
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	border: solid 1px #65C4A1;
	padding: 7px 0;
	width: 110px;
	color: #65C4A1;
	text-align: center;
  font-weight: 500;
	margin-left: 10px;
}


@media screen and (max-width: 768px) {
.top .sec01 {
	width: 100%;
	margin: 30px auto 0;
	background: #F8F8F8;
	padding-bottom: 45px;
}

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

.top .sec01 .fix-box .title-box01 {
	width: 100%;
	text-align: center;
	padding-top: 40px;
}
.top .sec01 .fix-box .news-box {
	width: 100%;
	position: relative;
	margin-top: 20px;
}

.top .sec01 .title-box01 .title {
	font-size: 18px;
}



/*タブボタンデザイン*/
.top .sec01 .tab_lab01 , .tab_lab02 , .tab_lab03 , .tab_lab04 , .tab_lab05 , .tab_lab06 {
	display: inline-block;
	text-align: center;;
	font-size: 13px;
  font-weight: 500;
	padding-left: 12px;
	margin-right: 12px;
}


.top .sec01 #tabmenu01:checked~.tab_lab01::after , .top .sec01 #tabmenu02:checked~.tab_lab02::after , .top .sec01 #tabmenu03:checked~.tab_lab03::after , .top .sec01 #tabmenu04:checked~.tab_lab04::after , .top .sec01 #tabmenu05:checked~.tab_lab05::after , .top .sec01 #tabmenu06:checked~.tab_lab06::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background: #65C4A1;
	display: block;
	left: 0;
	top: 9px;
}






.top .sec01 .panels {
	margin-top: 14px;
}

.top .sec01 .panels a {
	position: relative;
	width: 100%;
	display: block;
}

.top .sec01 .panels a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	margin-top: -9px;
	background: url("../images/arrow02.png") right center no-repeat;
	background-size: 100% auto;		
}


.top .sec01 .panels li {
	border-bottom: solid 1px #ebe3d9;
	padding: 15px 0;
}


.top .sec01 .panels dl {
	display: block;
	width: 100%;
}

.top .sec01 .panels dt {
	display: block;
	width: 100%;
}

.top .sec01 .panels dd {
	display: block;
	width:90%;
	font-size: 13px;
	margin-top: 5px;
	padding: 0 ;
	
	font-weight: 500;
}
.top .sec01 .panels .deta {
	display: inline-block;
  font-weight: 500;
	width: 70px;
	color: #C3C3C3;
	font-size: 13px;
}
.top .sec01 .panels .cate {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	border: solid 1px #65C4A1;
	padding: 5px 15px;
	width: auto;
	color: #65C4A1;
	background: #fff;
	text-align: center;
  font-weight: 500;
	margin-left: 5px;
}
	
	
	.top .sec01 .link01 {
		margin-top: 30px;
	}	
	
	
}


/*--------------------------------------------------
  sec02
--------------------------------------------------*/

.top .sec02 {
	background: #65C4A1;
	margin-top: 100px;
	padding-bottom: 120px;
}
.top .sec02 .eng-ttl {
	text-align: center;
	color: #fff;
}
.top .sec02 .title {
	text-align: center;
	color: #fff;
	font-size: 34px;
	margin-top: 15px;
}

.top .sec02 .box {
	padding-top: 130px;
}

.top .sec02 .image01 {
	width: 756px;
	margin: auto;
	margin-top: 20px;
}
.top .sec02 .image01 img {
	border-radius: 8px;
}


.top .sec02 .txt {
	text-align: center;
	color: #fff;
	font-weight: 500;
	margin-top: 30px;
}



.top .sec02 .link02 {
	margin-top: 30px;
}


.top .sec02 .fix-box {
	width: 765px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin: auto;
	margin-top: 30px;
}

.top .sec02 .item {
	width: 224px;
	height: 224px;
	border: solid 1px #fff;
	box-sizing: border-box; 
	background: rgba(255,255,255,0.2);  
	border-radius: 1000px;
}

.top .sec02 .item h4 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	margin-top: 18px;
}


.top .sec02 .item .icon {
	margin: auto;
	
  display: flex;
  align-items: center;	
	height: 66px;
}

.top .sec02 .item .icon01 {
	width: 66px;
}

.top .sec02 .item .icon02 {
	width: 60px;
}
.top .sec02 .item .icon03 {
	width: 43px;
}

.top .sec02 .item .tx01 {
	color: #fff;
	text-align: center;
	font-size: 21px;
	line-height: 1.4;
	font-weight: 500;
	margin-top: 6px;
}

@media screen and (max-width: 768px) {
.top .sec02 {
	background: #65C4A1;
	margin-top: 0;
	padding-bottom: 35px;
}
.top .sec02 .eng-ttl {
	text-align: center;
	color: #fff;
}
.top .sec02 .title {
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-top: 12px;
}

.top .sec02 .box {
	padding-top: 50px;
	margin-bottom: 30px;
}

.top .sec02 .image01 {
	width: 100%;
	margin: auto;
	margin-top: 20px;
}
.top .sec02 .image01 img {
	border-radius: 8px;
}


.top .sec02 .txt {
	text-align: left;
	color: #fff;
	font-weight: 500;
	margin-top: 20px;
}



.top .sec02 .link02 {
	margin-top: 25px;
}

	.top .sec02 .eng-lin {
		line-height: 1.3;
	}
.top .sec02 .fix-box {
	width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; 
	margin: auto;
	margin-top: 20px;
}

.top .sec02 .item {
	width: 130px;
	height: 130px;
	border: solid 1px #fff;
	box-sizing: border-box; 
	background: rgba(255,255,255,0.2);  
	border-radius: 1000px;
	margin: 0 8px;
	margin-bottom: 8px;	
}

	
.top .sec02 .item h4 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	margin-top: 6px;
}


.top .sec02 .item .icon {
	margin: auto;
  display: flex;
  align-items: center;	
	height: 42px;
}

.top .sec02 .item .icon01 {
	width: 38px;
}

.top .sec02 .item .icon02 {
	width: 38px;
}
.top .sec02 .item .icon03 {
	width: 28px;
}

.top .sec02 .item .tx01 {
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 500;
	margin-top: 6px;
}	
}




/*--------------------------------------------------
  sec03
--------------------------------------------------*/
.top .sec03 {
	margin-top: 80px;
}

.top .sec03 .title-box01 {
	text-align: center;
}

.top .sec03 .med-nav {
	border-radius: 8px;
	margin: 50px 0 0;
	padding: 35px 0;
	position: relative;
}

.top .sec03 .med-nav::after{
	content: "";
	position: absolute;
	border-radius: 8px 0 0 8px;
	background: #F5FCFA;
	height: 100%;
	width: 94%;
	margin: 0 3%;
  top: 0;
	z-index: -1;
}

.top .sec03 .med-nav .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

.top .sec03 .med-nav .fix-box .item a{
	width: 346px;
	background: #fff;
	border-radius: 8px;
	display: block;
	box-shadow: 0px 0px 15px -5px #90D8D6;
	text-align: center;
	padding: 20px 0 25px 0;
}
.top .sec03 .med-nav .fix-box .item .icon {
	width: 100px;
	margin: auto;
}

.top .sec03 .med-nav .fix-box .item .tx01 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
}


.top .sec03 .box01 {
	margin-top: 70px;
}

.top .sec03 .info01 {
	margin-top: 30px;
}


.top .sec03 .info02 .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

.top .sec03 .info02 .fix-box .l-box {
  width: 50%;
}

.top .sec03 .info02 .fix-box .r-box {
  width: 45%;
}

.top .sec03 .info02 ul {
	border-top: solid 1px #EFEFEF;
	
	box-sizing: border-box;
}
.top .sec03 .info02 li {
	border-bottom: solid 1px #EFEFEF;

	box-sizing: border-box;
}

.top .sec03 .info02 dt {
	background: #F5FCFA;
	font-weight: 500;
	padding: 15px 0 15px 20px;
	width: 134px;
}
.top .sec03 .info02 dd {
	font-weight: 500;
	padding: 15px 0 15px 20px;
}


.top .sec03 .info02 .fix-box .r-box .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top:70%; /* 比率を4:3に固定 */
}

.top .sec03 .info02 .fix-box .r-box iframe {
	width: 100%;
	margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%	
}

.top .sec03 .info02 .m-link {
	text-align: right;
	margin-top: 10px;
}

.top .sec03 .info02 .m-link a {
	text-decoration: underline;
	color: #65C4A1;
	font-size: 15px;
	font-weight: 500;
	padding-right: 16px;
	position: relative;
	display: block;
}
.top .sec03 .info02 .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) {
.top .sec03 {
	margin-top: 50px;
}

.top .sec03 .title-box01 {
	text-align: center;
}

.top .sec03 .med-nav {
	border-radius: 8px;
	margin: 32px 0 0;
	padding: 35px 0 25px;
	position: relative;
}

.top .sec03 .med-nav::after{
	content: "";
	position: absolute;
	border-radius: 8px 0 0 8px;
	background: #F5FCFA;
	height: 100%;
	width: 100%;
	margin: 0;
  top: 0;
	z-index: -1;
}

.top .sec03 .med-nav .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

.top .sec03 .med-nav .fix-box .item a{
	width: 100%;
	background: #fff;
	border-radius: 8px;
	display: block;
	box-shadow: 0px 0px 15px -5px #90D8D6;
	text-align: center;
	padding: 15px 0 15px 0;
	margin-bottom: 20px;
}
	
	.top .sec03 .med-nav .fix-box .item .sp-fix {
		  display: flex;
  justify-content: flex-start; 
  flex-wrap: wrap; 
	  align-items: center;	
	}
	
	
.top .sec03 .med-nav .fix-box .item .icon {
	width: 60px;
	margin: 0;
	margin-left: 20px;
}

.top .sec03 .med-nav .fix-box .item .tx01 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 0;
	margin-left: 15px;
}


.top .sec03 .box01 {
	margin-top: 40px;
}

.top .sec03 .info01 {
	margin-top: 20px;
}
.top .sec03 .info02 {
	margin-top: -15px;
}

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

.top .sec03 .info02 .fix-box .l-box {
  width: 100%;
}

.top .sec03 .info02 .fix-box .r-box {
  width: 100%;
}

.top .sec03 .info02 ul {
	border-top:none;
	box-sizing: border-box;
}
.top .sec03 .info02 li {
	border-bottom: none;
	box-sizing: border-box;
}

.top .sec03 .info02 dt {
	background: #F5FCFA;
	font-weight: 500;
	padding: 10px 0 10px 0;
	width: 100%;
	font-size: 16px;
	text-align: center;
}
.top .sec03 .info02 dd {
	font-weight: 400;
	font-size: 15px;
	padding: 12px 0 18px 0;
}


.top .sec03 .info02 .fix-box .r-box .map {
  position: relative;
	margin-top: 25px;
  width: 100%;
  height: 0;
  padding-top:70%; /* 比率を4:3に固定 */
}

.top .sec03 .info02 .fix-box .r-box iframe {
	width: 100%;
	margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%	
}

.top .sec03 .info02 .m-link {
	text-align: right;
	margin-top: 10px;
}

.top .sec03 .info02 .m-link a {
	text-decoration: underline;
	color: #65C4A1;
	font-size: 15px;
	font-weight: 500;
	padding-right: 16px;
	position: relative;
	display: block;
}
.top .sec03 .info02 .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;			
}
	
}




/*--------------------------------------------------
  sec04
--------------------------------------------------*/

.top .sec04 {
	margin-top: 100px;
}
.top .sec04 .box {
	background: url("../images/sce04-bg.jpg") center 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: 345px;
	position: relative;
	margin-bottom: 60px;
}

.top .sec04 .box::after {
	content: "";
	position: absolute;
	background: #fff;
	left: 0;
	width: 40%;
	height: 125px;
	bottom: 0;
	border-radius: 0 8px 0 0;
}

.top .sec04 .box::before {
	content: "";
	position: absolute;
	background: url("../images/box-icon01.png") 0 0 no-repeat;
	background-size: 100% auto;
	bottom: 0;
	width: 11px;
	height: 13px;
	left: 40%;
}

.top .sec04 .box .title-box01 {
	position: absolute;
	bottom: 28px;
	z-index: 1;
}


.top .sec04 .tri-box {
	margin-top: 90px;
}


.top .sec04 .tri-box .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin-top: 40px;
}

.top .sec04 .tri-box .item {
	width: 347px;
}

.top .sec04 .tri-box .item a {
	position: relative;
	display: block;
}


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


.top .sec04 .tri-box .image img {
	border-radius: 8px;
}
.top .sec04 .tri-box .item h4 {
	font-weight: 700;
	font-size: 18px;
	color: #65C4A1;
	margin-top: 5px;
}
.top .sec04 .tri-box .txt {
	font-size: 15px;
	line-height: 1.6;
	margin-top: 3px;
}




@media screen and (max-width: 768px) {
.top .sec04 {
	margin-top: 40px;
}
.top .sec04 .box {
	background: url("../images/sp-sce04-bg.jpg") center 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: 240px;
	position: relative;
	margin-bottom: 60px;
}

.top .sec04 .box::after {
	content: "";
	position: absolute;
	background: #fff;
	left: 0;
	width: 74%;
	height: 50px;
	bottom: 0;
	border-radius: 0 8px 0 0;
}

.top .sec04 .box::before {
	content: "";
	position: absolute;
	background: url("../images/box-icon01.png") 0 0 no-repeat;
	background-size: 100% auto;
	bottom: 0;
	width: 11px;
	height: 13px;
	left: 74%;
}

.top .sec04 .box .title-box01 {
	position: absolute;
	bottom: -20px;
	z-index: 1;
}


.top .sec04 .tri-box {
	margin-top: 50px;
}

	
.top .sec04 .tri-box .title-box03 .title {
	font-size: 22px;
	text-align: center;
}
	
	
	
.top .sec04 .tri-box .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
	margin-top: 30px;
}

.top .sec04 .tri-box .item {
	width: 100%;
	margin-bottom: 40px;
}

.top .sec04 .tri-box .item a {
	position: relative;
	display: block;
}


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


.top .sec04 .tri-box .image img {
	border-radius: 8px;
}
.top .sec04 .tri-box .item h4 {
	font-weight: 700;
	font-size: 18px;
	color: #65C4A1;
	margin-top: 5px;
}
.top .sec04 .tri-box .txt {
	font-size: 15px;
	line-height: 1.6;
	margin-top: 3px;
}	
}

/*--------------------------------------------------
  sec05
--------------------------------------------------*/

.top .sec05 {
	margin-top: 100px;
}

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

.top .sec05 .title-box01 {
	width: 215px;
}
.top .sec05 .text-box {
	width: 885px;
	border-left: solid 1px #C3C3C3;
	box-sizing: border-box;

}
.top .sec05 .text-box .t-inner {
	padding-left: 70px;
}

.top .sec05 .text-box h4 {
	font-weight: 700;
	font-size: 34px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.top .sec05 .text-box .link01 {
	margin-top: 20px;
}
.top .sec05 .text-box .link01 a{
	margin: 0;
}
@media screen and (max-width: 768px) {
.top .sec05 {
	margin-top: 60px;
}

.top .sec05 .fix-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
	border-top: solid 1px #C3C3C3;
	box-sizing: border-box;	
}

.top .sec05 .title-box01 {
	width: 100%;
	padding-top: 45px;
}
.top .sec05 .text-box {
	width: 100%;
	border-left: none;
	box-sizing: border-box;

}
.top .sec05 .text-box .t-inner {
	padding-left: 0;
}

.top .sec05 .text-box h4 {
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 15px;
	margin-top: 15px;
}
.top .sec05 .text-box .link01 {
	margin-top: 25px;
}
.top .sec05 .text-box .link01 a{
	margin: auto;
}	
}

/*--------------------------------------------------
  眼科センター個別css
--------------------------------------------------*/

#eye-center header .g-nav ul{
	height: 93px;
}

#eye-center .com01 .ls-box .item {
	background: #fff;
	border-radius: 8px;
	display: block;
	position: relative;
}
#eye-center .com01 .ls-box .item .f-box{
	flex-wrap: nowrap;
}
#eye-center .com01 .ls-box .item .f-box .icon{
	min-width: 100px;
}
#eye-center .info01 .link03.link01-b a::after{
	background: url("../images/l-icon02.png") right center no-repeat;
	background-size: cover;
}
#eye-center .info01 .link03.link01-b a{
	background: #FDAE31;
}
#eye-center .top .sec04 .box {
	background: url("../images/eye-center/sce04-bg.jpg") 0 no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 345px;
	position: relative;
	margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
#eye-center .info01 .link03.link01-b a::after{
	top: 50%;
	left: auto;
	right: 10px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-size: 100% auto;		
}
}
