@charset "utf-8";
/* CSS Document */
.area1{background-color: #f3f3f3;}
.area2{
    z-index: 1;background-color: #deebf1;
}
.area2::after {
    content: "";
    background-image: url("../css01/images/template/album_bg.png");
    width: 100%;
    display: block;
    height: 75px;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    bottom: -75px;
    z-index: 0;
}
.area3{
    background-image: url(../css01/images/template/area03_bg.gif  );
  }
  .area4 {
    background-image: url("../css01/images/template/video_bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
  }
  
.area5 {background-image: url(../css01/images/template/areamix_bg.jpg);background-repeat: no-repeat;background-attachment: fixed;position: relative;display: inline-block;width: 100%;}

.area8 {
    background-color: #f5f5f5;
}
.area11 {
    background-color: #f3f3f3;
}
.custom01,.custom02 {
    background-color: rgba(255,255,255,0.7);
    padding: 15px;
    margin: 20px 0;
}
.custom01 .title,.custom02 .title {
    text-align: center;
    padding: 10px 0;
    position: relative;
}

.custom01 .title::after,.custom02 .title::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #555555 transparent transparent transparent;
    position: absolute;
    bottom: -8px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom01 .title .title_en,.custom02 .title .title_en {
    color: #187096;
    text-transform: uppercase;
}
.custom01 .title .title_ch,.custom02 .title .title_ch {
    color: #773683;
    font-weight: bold;
    font-size: 120%;
    letter-spacing: 1px;
}
.custom01 ul,.custom02 ul{
    margin: 0;
    list-style-type: none;
    display: inline-block;
    width: 100%;
}

.custom02 ul {
    padding: 10px 0 0 0;
}

.custom01 .opendata li p {
    color: #363636;
    font-size: 105%;
    margin: 0;
    padding: 25px 0 15px 0;
}
.custom01 .opendata li {
    border-right: 1px #c3c3c3 solid;
}
.custom01 .opendata li .icon {
    position: relative;
}
.custom01 .opendata li .icon .num {
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: cursive;
    font-size: 250%;
    bottom: -25px;
    color: #773683;
}
.custom01 .opendata li:last-child{
    border: none;
}
.custom01 ul li,.custom02 ul li{
    float: left;
    text-align: center;
    letter-spacing: 1px;
}

.custom02 .statistics li a {
    height: 100px;
    background-color: #ecddef;
    position: relative;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 130%;
    color: #000;
    font-size: 105%;
    z-index: 9;
}
.custom02 .statistics li a:hover {
    background-color: rgba(195,229,255,0.8);
}
.custom02 .statistics li a::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    display: block;
    background-color: #824e8c;
    content: "";
}
.custom02 .statistics li a:hover::after {
    background-color: #167ac6;
}
.custom02 .statistics li {
    padding: 10px;
}
.custom02 .statistics li .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.custom02 ul li a:hover {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    text-decoration: none;
} 

@media screen and (min-width: 992px) {
    .area4::after {
         
        background-image: url("../css01/images/template/video_pic.png");
        background-repeat: no-repeat;
        top: -27px;
        bottom: 0;
        position: absolute;
        right: 0;
        left: 58%;
        background-position: top left;
      }
	.custom01 ul{
	    height: 250px;
	}
}

@media screen and (max-width: 767px) {
	.custom01 .opendata li:nth-child(1){
	    border-right: none;
	}
}

@media screen and (min-width: 400px){
	.custom01 ul {
	    padding: 50px 0 10px 0;
	}
}

@media screen and (max-width: 400px){
	.custom01 ul {
	    padding: 20px 0 10px 0;
	}
	.custom01 .opendata li{
	    max-width: 100%;
	    border-right: none;
	    border-bottom: 1px #c3c3c3 solid;
	    padding: 15px;
	}
}