@charset "utf-8";
body{
	background-image: url("../Images/section01_bg.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 70% auto;
}

/*header*/
.header-top-wrap{
	max-width: 1280px;
	margin: auto;
	padding: 6px 0;
}
.header-top{
	display: flex;
	align-items: center;
}
.header-top > .logo{
	background-image: url("../Images/portal_logo.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 52px;
	width: 220px;
	height: 52px;
}
.header-top > .top-menu{
	flex-grow: 1;
}
.header-top > .top-menu > ul{
	display: flex;
	float: right;
	column-gap: 10px;
	margin-bottom: 0;
	margin-top: 6px;
}
.header-top > .top-menu > ul > li{
	list-style: none;
}
.header-top > .top-menu > ul > li a{
	color: #FFF;
	transition: all .5s;
	text-shadow: #007bae 0.1em 0.1em 0.2em;
}
.header-top > .top-menu > ul > li a:hover{
	color: #dfe122;
}
.header-top > .top-menu > ul > li a i{
	margin-right: 4px;
}
.login-txt{
	float: left!important;
}
.login-txt > li > a{
	color: #fff!important;
	text-shadow: none!important;
	background-color: #00B4CC;
	border-radius: 999em;
	padding: 4px;
}
@media(min-width: 581px) and (max-width:1279px) {
	.login-txt{
		float: right!important;
	}
}
@media (max-width: 580px) {
	.header-top > .top-menu > ul > li a{
		text-shadow:none;
	}
	.login-txt > li > a{
		color: #000!important;
		background-color: transparent;
		border-radius: inherit;
		padding: inherit;
	}
}
/*header結尾*/

/*主選單*/
.header-topmenu-wrap{
	background-color: rgba(255,255,255,0.8);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.header-topmenu-inner{
	max-width: 1280px;
	margin: auto;
}
.topmenu-link{
	font-size: 1em;
	font-weight: 600;
	color: rgba(0,0,0,1)!important;
	padding: auto 1em;
	padding-left: 1.2em!important;
	padding-right: 1.2em!important;
}
/*主選單結尾*/

/*section01*/
.index-section01{
	position: relative;
}
.index-section01-inner{
	display: flex;
	flex-direction: column;
	font-size: 1.2em;
	line-height: 2;
	max-width: 1280px;
	margin: 120px auto 0 auto;
}
.index-section01-inner >.title{
	width: 400px;
	font-size: 1.15em;
	line-height: 1.4;
}
.index-section01-inner >.numbox{
	display: flex;
	flex-direction: row;
	margin-top: 50px;
	column-gap: 50px;
}
.index-section01-inner >.numbox > div{
	/*width: 25%;*/
}
.index-section01-subtitle{}
.index-section01-subtitle > span{
	color: #bfbfbf;
	font-weight: 600;
	font-size: 1.8em;
}
.index-section01-subtitle > p{
	color: #63b8b3;
	font-weight: 600;
	font-size: 2em;
	margin-bottom: 20px;
}
.index-section01-subtitle > button{
	border-radius: 999em;
	background-color: #63b8b3;
}
.index-section01-subtitle > button >i{
	margin-left: 4px;
}
.index-section01-circle{
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background-color: #FFF;
	display: flex;
	text-align: center;
	flex-direction: column;
	border: 6px solid;
}
.index-section01-circle > a > p{
	font-size: 1.2em;
	margin-bottom: 0;
	line-height: 1;
}
.index-section01-circle01{
	color:#ffbc80;
	border-color: #ffbc80;
}
.index-section01-circle01 > a{
	color:#ffbc80;
}
.index-section01-circle02{
	color:#717fb6;
	border-color: #717fb6;
}
.index-section01-circle02 > a{
	color:#717fb6;
}
.index-section01-circle03{
	color:#ffb0b9;
	border-color: #ffb0b9;
}
.index-section01-circle03 > a{
	color:#ffb0b9;
}
.index-section01-circle > a > img{
	width: 60px;
	height: auto;
	margin: 20px auto;
}
.index-section01-circle-num{
	font-size: 1.8em;
	font-weight: 600;
}
/*section01結尾*/

/*section02*/
.index-section02{
	position: relative;
	background-image: url("../Images/section02_bg.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin-top: 60px;
}
.index-section02-inner{
	max-width: 1680px;
	margin: auto;
	padding-left: 25%;
	padding-top:15%; 
	padding-bottom: 120px;
}
.index-section02-inner > .title{
	padding-left: 10px;
}
.index-section02-inner > .title h2{
	font-size: 2em;
	font-weight: 600;
	color: #b67b46;
}
.index-section02-inner > .title p{
	font-size: 1.3em;
	line-height: 1.6;
	color: #000;
	margin-bottom: 0;
}
.index-section02-inner-banner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
.index-section02-inner-banner-card {
  	width: calc(33.3% - 20px);
  	margin: 10px;
  	height: 120px;
  	position: relative;
  	overflow: hidden;
  	border-radius: 10px; /* 圓角 */
	background-color: transparent;
  	/*box-shadow: 0 0 20px rgba(51, 70, 80, 0.5); /* 外陰影 */
}
.index-section02-inner-banner-card::before {
  	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  /*background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%); /* 圖片的灰階半透明漸層遮罩 */
  	z-index: 0; /* z軸的位置 */
}
.index-section02-inner-banner-link {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	z-index: 1; /* z軸的位置 */
}
.index-section02-inner-banner-info {
  	width: 100%;
  	bottom: 0px;
  	padding: 20px;
  	color: #b67b46;
  	transition: background-color 1.5s ease;
	background-color: #f6e8dc;
	height: 100%;
}
.index-section02-inner-banner-title {
  	transition: color 1s ease;
	font-size: 1.4em;
    display: flex;
    align-items: center;
}
.index-section02-inner-banner-title > img{
	width: 40px;
	height: auto;
	margin-right: 6px;
	display: inline-block;
}
.index-section02-inner-banner-detail {
  	max-height: 0;
  	opacity: 0;
  	transition: max-height 1.5s ease, opacity 1s ease;
}
.index-section02-inner-banner > p{
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 2;
  	overflow: hidden;
}

.index-section02-inner-banner-card:hover .img {
  	/*transform: scale(1.2);*/
}
.index-section02-inner-banner-card:hover .index-section02-inner-banner-info {
	background-color: rgba(182, 123, 70, 1);
}
.index-section02-inner-banner-card:hover .index-section02-inner-banner-detail {
    max-height: 180px;
  	opacity: 1;
	color: #FFF;
}
.index-section02-inner-banner-card:hover .index-section02-inner-banner-detail > p{
	font-size: 1.5em;
	margin-bottom: -10px;
}
.index-section02-inner-banner-card:hover .index-section02-inner-banner-title {
  	color: #ffbc80;
	margin-top: 0px;
	margin-bottom: 0;
}
/*section02結尾*/

/*section03*/
.index-section03{
	position: relative;
	background-image: url("../Images/section03_bg.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 60px;
}
.index-section03-inner{
	max-width: 1280px;
	margin: auto;
	padding-top: 4%;
}
.index-section03-inner > h2{
	color: #df5970;
	font-size: 2.2em;
	font-weight: 600;
	text-align: center;
}
.index-section03-chart{
	display: flex;
}
.index-section03-chart-tab{
	flex-grow: 1;
	text-align: center;
	border-bottom: 1px solid #df5970;
	margin-top: 20px;
}

.index-section03-chart-tab .nav-link{
	order: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #ffb0b9;
	font-size: 1.4em;
}
.index-section03-chart-tab .nav-link.active, .index-section03-chart-tab .nav-item.show .nav-link {
	background-color: #df5970;
    color: #fff;
	font-weight: 600;
    border-color: #df5970 #df5970 #fff;
}
.index-section03-chart{
	display: flex;
	column-gap: 20px;
}
.index-section03-chart > div{
	margin: 20px 0;
	width: 50%;
}
.index-section03-chart-box{
}
.index-section03-chart-box > h3{
	background-color: #f65577;
	color: #FFF;
	font-size: 1.6em;
	line-height: 1.5;
	font-weight: 600;
	padding: 8px;
	text-align: center;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	position: relative;
}
.index-section03-chart-box > h3:after{
	background-image: url("../Images/index-section03-chart-subtitle.jpg");
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 30px;
    content: "";
    left: 0;
    bottom: -20px;
    width: 100%;
    position: absolute;
}
.index-section03-chart-listbox{
	border: 1px solid #f65577;
	background-color: #FFF;
	border-radius: 10px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	padding: 20px;
	height: calc(100% - 80px);
}
.index-section03-chart-listbox > p{
	color: #000;
	font-size: 1.6em;
	margin-bottom: 0;
}
.index-section03-chart-listbox > p > span{
	font-size: 1.8em;
	font-weight: 600;
	color: #f65577;
}
.index-section03-chart-listbox-cont{
}
.index-section03-chart-listbox-cont > p{
	background-color: #ffecee;
	color: #f65577;
	font-size: 1.5em;
	padding: 4px;
	border-radius: 6px;
}
.index-section03-chart-list-item{
	display: flex;
	border-bottom: 1px solid #d9d9d9;
	font-size: 1.2em;
	color: #000;
}
.index-section03-chart-list-item > dt{
	font-weight: 400;
}
.index-section03-chart-list-item > dt > span{
	display: inline;
	text-align: center;
	color: #FFF;
	background-color: #f65577;
	border-radius: 999em;
	padding: 0 8px;
	margin-right: 4px;
}
.index-section03-chart-list-item > dd{
	text-align: right;
	flex-grow: 1;
}
.index-section03-btnbox{
	display: flex;
	align-items: center;
	justify-content: center;
}
.index-section03-btnbox > button{
	background-color: #df5970;
	color: #FFF;
	border-radius: 999em;
	border: 1px solid #df5970;
}
.index-section03-btnbox > button:hover{
	background-color: #c73750;
	border: 1px solid #c73750;
}

.btn-section03-select-box{
	text-align: right;
}
.btn-section03-select {
    background-color: #df5970;
    border-color: #df5970;
}
.btn-section03-select:hover {
   background-color: #df5970;
    border-color: #df5970;
}
.btn-section03-select:not(:disabled):not(.disabled):active, .btn-section03-select:not(:disabled):not(.disabled).active, .show > .btn-section03-select.dropdown-toggle {
    color: #fff;
    background-color: #df5970;
    border-color: #df5970;
}
/*section03結尾*/

/*section04*/
.index-section04{
	background-image: url("../Images/section04_bg.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.index-section04-inner{
	max-width: 1280px;
	margin: auto;
}
.index-section04-inner-cont{
	display: flex;
	margin-right: 20%;
	padding-top: 60px;
	padding-bottom: 120px;
}
.index-section04-inner-cont > div{
	flex-grow: 1;
}
.index-section04-inner-cont > div > h2{
	color: #273a85;
	font-size: 2.2em;
	line-height: 1.5;
	font-weight: 600;
	background-image: url("../Images/index_section04_title_bg.svg");
	background-size: 30px 50px;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.index-section04-itembox{
	padding-left: 60px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 50px auto;
}
.index-section04-itembox01{
	background-image: url("../Images/index_section04_icon01.svg");
}
.index-section04-itembox02{
	background-image: url("../Images/index_section04_icon02.svg");
}
.index-section04-itembox > dl{}
.index-section04-itembox > dl > dt{
	color: #717fb6;
	font-weight: 400;
	font-size: 1.2em;
}
.index-section04-itembox > dl > dd{
	color: #000;
	font-weight: 600;
	font-size: 1.6em;
}
.index-section04-btnbox{
}
.index-section04-btnbox > button{
	background-color: #273a85;
	color: #FFF;
	border-radius: 999em;
	border: 1px solid #273a85;
}
.index-section04-btnbox > button:hover{
	background-color: #122262;
	border: 1px solid #122262;
}
/*section04結尾*/

/*section05*/
.index-section05{
	position: relative;
}
.index-section05-inner{
	max-width: 1280px;
	margin: auto;
}
.index-section05-inner-cont{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 60px;
	padding-bottom: 120px;
	flex-direction: column;
}
.index-section05-inner-cont > h2{
	background-color: #63b8b3;
	color: #FFF;
	font-size: 2.2em;
	font-weight: 600;
	border-radius: 999em;
	padding: 10px 20px 10px 70px;
	position: relative;
}
.index-section05-inner-cont > h2:before{
	content: "";
	background-image: url("../Images/index_section05_title_bg.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.index-section05-inner-cont > p{
	color: #000;
	font-size: 1.6em;
	line-height: 1.5;
	font-weight: 400;
	width: 70%;
	margin: 20px auto 30px auto;
	text-align: center;
}
.index-section05-menu{
	display: flex;
}
.index-section05-menu > li{
	list-style: none;
}
.index-section05-menu > li > a{
	color: #747474;
	font-size: 1.6em;
	font-weight: 600;
	display: block;
	background-position: top 40px center;
	background-repeat: no-repeat;
	background-size: 50px auto;
	padding-top: 80px;
	width: 250px;
	height: 250px;
	text-align: center;
	transition: all .5s;
}
.index-section05-menu > li > a:hover{
	border-radius: 999em;
	background-color: #eee;
}
.index-section05-menu > li > a > span{
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.index-section05-menu > li > a > span:before, .index-section05-menu > li > a > span:after{
	content: "";
	background-image: url("../Images/index_section05_menu_bg.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 50%;
	height: 15px;
	margin: auto;
}
.index-section05-menu > li:first-child > a{
	background-image: url("../Images/index_section05_icon01.svg");
}
.index-section05-menu > li:nth-child(2) > a{
	background-image: url("../Images/index_section05_icon02.svg");
}
.index-section05-menu > li:nth-child(3) > a{
	background-image: url("../Images/index_section05_icon03.svg");
}
.index-section05-menu > li:nth-child(4) > a{
	background-image: url("../Images/index_section05_icon04.svg");
}
.index-section05-menu > li:nth-child(5) > a{
	background-image: url("../Images/index_section05_icon05.svg");
}
/*section05結尾*/

/*footer*/
.index-footer{
	position: relative;
	background-image: url("../Images/footer_bg.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 250px;
	background-color: #43c2bb;
}
.index-footer-inner{
	max-width: 1280px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 60px;
	padding-bottom: 120px;
	flex-direction: column;
}
.index-footer-inner > ul{
	list-style: none;
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	padding: 0;
}
.index-footer-inner > ul > li a{
	color: #FFF;
	font-size: 1em;
	text-decoration: underline;
}
.index-footer-inner > ul > li a:hover{
	color: #000;
}
.footer-info{
	display: flex;
	column-gap: 10px;
	color: #FFF;
	font-size: 1em;
	flex-direction: column;
}
.footer-info > span{
	text-align: center;
}

.footer-views{
	display: flex;
	column-gap: 20px;
	color: #FFF;
	font-size: 0.9em;
	margin-top: 10px;
}
.footer-views > span{
	display: flex;
}
/*footer結尾*/

/*側邊固定選單*/
.index-float-banner{
	position: fixed;
	right: 10px;
	bottom:60px;
	z-index: 999;
}
.index-float-banner > ul{
	display: flex;
    flex-direction: column;
    background-color: rgba(255,255,255,.8);
    border-radius: 999em;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 10px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.index-float-banner > ul > li{
	list-style: none;
	width: 60px;
	margin-bottom: 16px;
}
.index-float-banner > ul > li:last-child{
	margin-bottom: 0px;
}
.index-float-banner > ul > li > a{
	display: flex;
	flex-direction: column;
	font-size: 0.9em;
	line-height: 1;
	color: #000;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.index-float-banner > ul > li > a img{
	width: 30px;
	height: auto;
	margin-bottom: 4px;
}
.index-float-banner > ul > li > a:hover{
	color: #0d6fa7;
	font-weight: 600;
}
/*側邊固定選單結尾*/

/*全站搜尋*/
.search-wrap{
	display: flex;
	float: right;
	width: 20%;
	margin-left: 10px;
}
.search {
  	width: 100%;
  	position: relative;
  	display: flex;
}

.searchTerm {
  	width: 100%;
  	border: 3px solid #00B4CC;
  	border-right: none;
  	padding: 5px;
  	border-radius: 5px 0 0 5px;
  	outline: none;
  	color: #9DBFAF;
 	height: 100%;
}

.searchTerm:focus{
  	color: #00B4CC;
}

.searchButton {
  	width: 40px;
  	height: 36px;
  	border: 1px solid #00B4CC;
  	background: #00B4CC;
  	text-align: center;
  	color: #fff;
  	border-radius: 0 5px 5px 0;
  	cursor: pointer;
  	font-size: 20px;
}
/*全站搜尋結尾*/

@media (max-width: 1280px) {
	.header-top-wrap, .header-topmenu-inner, .index-section01-inner, .index-section02-inner, .index-section03-inner, .index-section04-inner, .index-section05-inner{
		width: calc(100% - 20px);
		padding: 0 10px;
		margin-bottom: 8px;
	}

}
@media(min-width: 992px) and (max-width:1280px) {
	.index-section01-inner >.numbox {
    	column-gap: 20px;
	}
	.index-section01-subtitle > span {
		font-size: 1.4em;
	}
	.index-section01-subtitle > p {
		font-size: 2em;
		margin-bottom: 20px;
	}
	.index-section01-circle {
    	width: 220px;
    	height: 220px;
    	border: 4px solid;
	}
	.index-section01-circle > a > img {
		width: 40px;
		height: auto;
		margin-bottom: 10px;
	}
	.index-section01-circle-num {
		font-size: 2em;
		display: block;
	}
	
	.index-section02-inner {
		max-width: 900px;
    	padding-left: 25%;
    	padding-top: 15%;
    	padding-bottom: 120px;
	}
	.index-section02-inner-banner-title {
		margin-top: 12px;
		font-size: 1.2em;
		display: flex;
		align-items: center;
	}
	.index-section02-inner-banner-info {
    	background: #f6e8dc;
	}
	.index-section02-inner-banner-title > img {
    	width: 30px;
	}
	.index-section02-inner-banner-card {
  		width: calc(50% - 20px);
	}
	.index-section02-inner-banner-detail >p{
		font-size: 1.2em!important;
		line-height: 1.5!important;
	}
	.index-section01-circle > a > p{
		font-size: 1.1em;
	}
	.index-section03-chart-box > h3{
		font-size: 1.3em;
	}
}
@media(min-width: 768px) and (max-width:992px) {
	.index-section01-inner >.title {
    	width: 100%;
    	font-size: 1.2em;
    	line-height: 1.5;
	}
	.index-section01-inner >.title img{
		width: 300px;
		height: auto;
		margin: auto;
	}
	.index-section01-inner >.title div:last-child{
		background-color: rgba(255,255,255,.4);
	}
	.index-section01-inner >.numbox {
		flex-wrap: wrap;
		column-gap: 10px;
		justify-content: center;
	}
	.index-section01-inner >.numbox > div:first-child{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.index-section01-subtitle > p {
		line-height: 1;
		margin-bottom: 16px;
	}
	.index-section01-circle {
   		width: 220px;
    	height: 220px;
    	border: 4px solid;
	}
	.index-section01-circle > a > img {
		width: 40px;
		height: auto;
		margin-bottom: 10px;
	}
	.index-section01-circle-num {
		font-size: 2em;
		display: block;
	}
	
	.index-section03-chart > div {
		flex-basis: 50%;
	}
	.index-section03-chart-box > h3 {
    	font-size: 1.6em;
	}
	.index-section03-chart-listbox > p {
		font-size: 1.4em;
	}
	.index-section03-chart-listbox > p > span {
    	font-size: 1.6em;
	}
	
	.index-section05-menu > li > a {
		font-size: 1.4em;
		width: 150px;
		height: 150px;
	}
	.index-section05-inner-cont {
		padding-bottom: 60px;
	}
	
	.index-footer-inner {
		padding-top: 80px;
	}
	.footer-info {
    	flex-direction: column;
		text-align: center;
	}
	.footer-info > span:after{
		content: "";
	}
	.index-section03-chart-box > h3{
		font-size: 1.1em;
	}
}
@media (max-width: 767px) {

	body {
		background-size: 80% auto;
	}
	.header-top > .top-menu > ul {
		column-gap: 6px;
		padding: 0;
	}
	.header-top > .top-menu > ul > li a {
		font-size: 0.9em;
	}
	.index-section01-inner >.title {
    	width: 100%;
    	font-size: 1em;
    	line-height: 1.5;
	}
	.index-section01-inner >.title img{
		width: 300px;
		height: auto;
		margin: auto;
	}
	.index-section01-inner >.numbox {
		flex-wrap: wrap;
		column-gap: 20px;
		justify-content: center;
	}
	.index-section01-inner >.numbox > div:first-child{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.index-section01-subtitle > p {
		font-size: 1.8em;
		line-height: 1;
		margin-bottom: 16px;
	}
	.index-section01-subtitle > span {
		font-size: 1.4em;
	}
	.index-section01-circle {
   		width: 250px;
    	height: 250px;
    	border: 4px solid;
	}
	.index-section01-circle > a > img {
		width: 40px;
		height: auto;
		margin-bottom: 10px;
	}
	.index-section01-circle-num {
		font-size: 2em;
		display: block;
	}
	
	.index-section02 {
		background-color: #f6e8dc;
	}
	.index-section02-inner > .title {
		padding-top: 40px;
	}
	.index-section02-inner > .title h2 {
    	font-size: 1.8em;
	}
	.index-section02-inner > .title p {
		font-size: 1em;
	}
	.index-section02-inner-banner {
		flex-direction: column;
	}
	.index-section02-inner-banner-card {
		width: calc(100% - 20px); 
		height: 80px;
	}
	.index-section02-inner-banner-title {
		font-size: 1.4em;
	}
	.index-section02-inner-banner-info {
    	padding: 10px 20px;
	}
	
	.index-section03 {
		padding-top: 60px;
	}
	.index-section03-inner > h2 {
    	font-size: 1.8em;
	}
	.index-section03-chart {
    	flex-direction: column;
	}
	.index-section03-chart > div {
    	margin: 20px 0;
    	width: 100%;
	}
	.index-section03-chart-tab .nav-link {
		font-size: 1.2em;
	}
	.index-section03-chart-box > h3 {
		font-size: 1.2em;
	}
	.index-section03-chart-listbox > p {
		font-size: 1em;
	}
	.index-section03-chart-listbox-cont > p {
		font-size: 1.2em;
		margin-bottom: 8px;
	}
	.index-section03-chart-list-item {
		font-size: 1em;
	}
	
	.index-section04 {
		background-image: url(../Images/section04_bg.jpg);
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: auto 60%;
		background-color: #dadff2;
	}
	.index-section04-inner-cont {
   		flex-direction: column;
    	margin-right: 0;
	}
	.index-section04-inner-cont > div > h2 {
    	font-size: 1.8em;
		background-size: 18px 30px;
	}
	.index-section04-inner-cont > div {
		padding-bottom: 60px;
		background-color: rgba(218,223,242,0.5);
		border-radius: 10px;
		padding: 6px;
		margin-bottom: 40px;
	}
	.index-section04-itembox > dl > dt {
    	font-size: 1em;
	}
	.index-section04-itembox > dl > dd {
		font-size: 1.3em;
	}
	
	.index-section05-menu {
    	flex-direction: column;
		padding: 0;
	}
	.index-section05-menu > li > a {
		font-size: 1.2em;
		width: 150px;
		height: 150px;
	}
	.index-section05-inner-cont > h2 {
    	font-size: 1.5em;
		padding: 10px 10px 10px 34px;
	}
	.index-section05-inner-cont > h2:before {
		width: 27px;
		height: 27px;
		left: 6px;
	}
	.index-section05-inner-cont > p {
    	font-size: 1em;
	}
	.index-section05-inner-cont {
		padding-bottom: 60px;
	}
	
	.index-footer {
		background-size: auto 60px;
	}
	.footer-info {
    	flex-direction: column;
		text-align: center;
	}
	.footer-info > span:after{
		content: "";
	}
	
	.index-float-banner{
		left: 0;
		right: 0px;
		bottom:10px;
		margin: auto;
		width: 320px;
	}
	.index-float-banner > ul{
		flex-direction: row;
		padding: 10px 10px;
    	column-gap: 10px;
	}
	.index-float-banner > ul > li{
		margin-bottom: 0px;
	}

}
@media(min-width:768px) {
	.forWeb{
		display: block;
	}
	.forMobile{
		display: none;
	}
}
@media (max-width: 767px) {
	.forWeb{
		display: none;
	}
	.forMobile{
		display: block;
	}

}
@media (max-width: 580px){
	.header-top-wrap{
		width: calc(100% - 10px);
    	padding: 0 0 0 10px;
	}
	.header-top {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.header-top > .top-menu{width: 100%;}
	.header-top > .top-menu > ul{
		background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
		width: 100%;
	}
	.header-top > .top-menu > ul > li a {
		color: #000;
	}
	
	.search-wrap{
		display: flex;
		float: right;
		width: 100%;
	}
}
@media (max-width: 376px) {
	.header-top > .top-menu > ul > li a{
		font-size: 0.7em;
	}
	.header-top > .top-menu > ul > li a::after{
		content:"｜" ;
	}
	.header-top > .top-menu > ul > li a i{display: none;}
}
