@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:500');
.mainImg {
	background-color: #0f0f53;
	/* background: url(../img/mainImage_pcBg_n.jpg) no-repeat top center; */
}
.mainImg img{
	width: 100vw;
}

.topSec01 .container{
	width: 1400px;
	margin-bottom: 100px;
}
.topSec01 .container div h2 {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 3.6rem;
	font-weight: 900;
    margin: 50px 0;
}
.topSec01 .topMenu > ul > li > div {
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 30px;
    width: 320px;
	height: 320px;
}
.topSec01 .topMenu > ul > li > div.topBankin {
	background-image: url(../img/topMenu_bg01_n.jpg);
}
.topSec01 .topMenu > ul > li > div.topShaken {
	background-image: url(../img/topMenu_bg02.jpg);
}
.topSec01 .topMenu > ul > li > div.topTenken {
	background-image: url(../img/topMenu_bg03_n.jpg);
	background-position:bottom ;
}
.topSec01 .topMenu > ul > li > div a {
	color: #ffffff;
}
.topSec01 .topMenu > ul > li > div a :hover{
	opacity: 90%;
}
.topSec01 .topMenu > ul > li > div a span{
	display: inline-block;
	position: relative;
	top: 140px;
	font-size: 20px;
	font-weight: 700;
}
.topSec01 .topMenu > ul > li > div h3 {
	text-align: left;
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 400;
	color: #0f0f53;
	border-bottom: #0f0f53 dotted 2px;	
	/* text-shadow: 0px 0px 15px rgba(0,0,0,.8); */
}
.topSec01 .topMenu > ul > li > div h3 img{
	width: 12px;
}
.topSec01 .topMenu > ul > li > div .text {
	background-color:#F2F2F2;
	border-radius: 10px;
	box-shadow: 4px 4px 14px rgba(0,0,0,.4);
	/* text-align: left; */
}
.topSec01 .topMenu > ul > li > div p{
	color: #000;
}
.topSec01 .topMenu > ul > li > div p{
	margin-top: 10px;
	text-align: left;
}




@media (max-width: 750px) {
	.topSec01 .container{
	width: 100vw;
	margin-bottom: 0;
}
/* .topSec01 > div {
	padding: 15px;
} */
.topSec01 .container div h2 {
	font-size: 2.2rem;
	/* line-height: 1.2; */
	margin-bottom: 1em;
} 
.topSec01 .topMenu > ul{
	flex-direction: column;
}
.topSec01 .topMenu > ul > li{
	margin-bottom: 100px;
}
.topSec01 .topMenu > ul > li > div h3 {
	font-size: 22px;
	/* padding: 50px 0; */
}
.topSec01 .topMenu > ul > li > div .text {
	font-size: 1.4rem;
	padding: 8px 15px;
	position: relative;
    top: 140px;
    margin-top: 80px;    
}
}
@media (min-width: 751px) {
.mainImg .container{
	width: 100vw;
}	
.topSec01 {
	min-width: 1024px;
}

.topSec01 > div {
	padding: 30px 0;
}
.topSec01 .topMenu > ul > li > div h3 {
	font-size: 26px;
	padding-bottom: 10px;
	/* padding: 80px 0; */
}
.topSec01 .topMenu > ul > li > div .text {
	font-size: 1.6rem;
	/* height: 80px; */
	align-items: center;
	padding: 10px 20px;
	margin-top: 200px;
	position: relative;
    right: -50px;
}
}

.topSec02 {
	background: #1c2653;
	background-position: center center;
	background-repeat: no-repeat;
}
.topSec02 .topItem{
	margin-bottom: 50px;
}
.topSec02 .topItem .col4_2{
	display: flex;
	flex-wrap: wrap;
}

.topSec02 .topItem h2 {
	color: #ffffff;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 3.6rem;
	margin-bottom: 1.5em;
	/* margin-top: 1.5em; */
}
/* .topSec02 .container .rows ul.col4_2 > li{
	width: 50%;
} */
.topSec02 .topItem > ul > li > div {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
}
.topSec02 .topItem > ul > li > div.item01 {
	background-image: url(../img/topItem_bg01.jpg);
}
.topSec02 .topItem > ul > li > div.item02 {
	background-image: url(../img/topItem_bg02.jpg);
}
.topSec02 .topItem > ul > li > div.item03 {
	background-image: url(../img/topItem_bg03.jpg);
}
.topSec02 .topItem > ul > li > div.item04 {
	background-image: url(../img/topItem_bg04.jpg);
}
.topSec02 .topItem > ul > li > div h3 {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: larger;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #1a95dd;
}
.topSec02 .topItem > ul > li > div .text {
	text-align: left;
}

@media (max-width: 750px) {
.topSec02 > div {
	padding: 30px 15px;
}
.topSec02 .topItem > ul > li > div {
	margin: 20px;
	position: relative;
	height: 350px;
	/* border: 3px solid #FFFFFF; */
}
.topSec02 .container .rows ul.col4_2 > li{
	width: 100%;
}
.topSec02 .topItem > ul > li > div h3 {
	font-size:18px;
	line-height: 1.2em;
	padding: 10px 0;
	position: absolute;
	width: 95%;
	bottom: 70px;
	left: 2.5%;
}
.topSec02 .topItem > ul > li > div .text {
	font-size: 14px;
	position: absolute;
	left: 2.5%;
	bottom: 10px;
	width: 95%;
	height: 35px;
	padding: 5px;
	line-height: 1.2;
}
.topSec02 .topItem h2 {
	font-size: 2.2rem;
}
}
@media (min-width: 751px) {
.topSec02 {
	min-width: 1024px;
}
.topSec02 .container{
	width: 1200px;
}	
.topSec02 > div {
	padding: 80px 0;
}
.topSec02 .topItem > ul > li > div {
	margin: 10px;
	/* border: 5px solid #FFFFFF; */
	/* width: 220px; */
	height: 320px;
	position: relative;
	padding: 0;
}
.topSec02 .topItem > ul > li > div h3 {
	font-size: 1.8rem;
	line-height: 1.2em;
	padding: 10px 0;
	width: 100%;
	position: absolute;
	bottom: 60px;
}
.topSec02 .topItem > ul > li > div .text {
	font-size: 1.4rem;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 5px;
}
}

.topSec03 {
	background-image: url(../img/topSec03_bg_nn.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.topSec03 .catch h3 {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 3.6rem;
	font-weight: 900;
	text-shadow: 0px 0px 15px rgba(255,255,255,.8);
}
.topSec03 .catch .innr div{
	display:inline-block ;
	/*width: 940px;*/
}
.topSec03 .catch .innr div p{
	font-size: 18px;
	line-height: 2em;
text-align: justify;
}
/* .topSec03 .catch .innr {
	background-color: rgba(255,255,255,.5);
	padding: 8px;
}
.topSec03 .catch .innr > div {
	border: 5px solid #FFFFFF;
} */

@media (max-width: 750px) {
.topSec03 {
	background-image: url(../img/topSec03_bg_sp_n.jpg);
	background-size: contain;
    background-position: bottom;
}
.topSec03 > div {
	/*padding: 30px 15px 50px; */
	padding:30px 15px 60vw
}
.topSec03 .container .catch{
	text-align: left;
}
.topSec03 .catch h3 {
	font-size: 2.8rem;
	line-height: 1.2;
	margin-bottom: 1em;
}
.topSec03 .catch h3 span:after,
.topSec03 .catch .innr span:after {
	content: "\a";
	white-space: pre;
}
.topSec03 .catch .innr > div {
	width: 90%;
	padding-bottom: 50px;
}
.topSec03 .catch .innr {
	font-size: 1.3rem;
}
}
@media (min-width: 751px) {
.topSec03 {
	min-width: 1024px;
}
.topSec03 > div {
	padding: 50px 0 80px;
}
.topSec03 .catch{
    margin-left: 32vw;
        width: calc(64vw - 10px);
        max-width: 860px;}
.topSec03 .catch h3 {
	font-size: 3.6rem;
	margin-bottom: 1.5em;
}
.topSec03 .catch .innr {
	text-align: left;
	font-size: 2.2rem;
}
.topSec03 .catch .innr > div {
	/*padding: 30px 50px;*/
}
}









@media (min-width: 751px) {
.oshirase {
	margin-top: 50px;
}
.oshirase .ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom:20px;
}
}
@media (max-width: 750px) {
.oshirase {
	margin-top: 20px;
	margin-left:10px;
	margin-right:10px;
}
.oshirase .ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom:20px;
}
}
