@charset "UTF-8";
/* chinese */
@import url(http://fonts.googleapis.com/earlyaccess/notosanssc.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

body{
    font-family: "Noto Sans Japanese", "SimSun", "Noto Sans SC", "Noto Sans TC", sans-serif;
}

#mv.mv-feature-chinese-staff{
    background: url(../../keiseikai/images/mv-topics.jpg) center 30%;
    background-size: cover;
	color: #FFF;
    position: relative;
}

#mv.mv-feature-chinese-staff::after {
  content: '';
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

/* video */
.video-comment{
    margin: 30px 0;
    width: 100%;
}

#chinese-box nav#in-page-nav{
   border-bottom: none; 
}

#chinese-box nav#in-page-nav ul{
   padding: 0; 
}
   
#chinese-box nav.scroll-fixed{
    display: none;
}

#chinese-box ul li{
    position: relative;
}

#chinese-box ul li::after{
    position: absolute;
    right: 42%;
    bottom: -34%;
    content:'\f107';
    font-family: FontAwesome;
    color: #80c3c0;
}

/* CONCEPT */
#chinese-concept li{
    justify-content: center;
    display: flex;
    width: 30%;
}

#chinese-concept li div p{
    font-size: 3.0rem !important;
    line-height: 1.0;
    margin-bottom: 5px;
    text-align: center;
}

#chinese-concept li div h3{
    font-size: 2.2rem !important;
    letter-spacing: 0;
    line-height: 1.6;
    margin-bottom: 0 !important;
}

#chinese-concept li:nth-child(2) {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

#chinese-concept ul{
    justify-content: center;
}

/* REASON */
#chinese-reason{
	background: url(../images/bg-flower1.jpg) no-repeat right bottom;
	background-size: 400px auto;
    border: solid 1px #f0f0f0;
    margin: 4% 0;
    padding: 4% 0;
}

#chinese-reason ul li {
	background: url(../images/check-icon-gold.svg) 10px 1.9rem no-repeat;
	border-width: 0 0 1px;    
	font-size: 1.8rem;
	line-height: 1.6;
	padding: 15px 0 15px 45px;
    width: 48%;
}

#chinese-reason ul li:last-child {
	border: none;
}

/* contact */

#chinese-contact-box .contact-box h3 {
	font-size: 4rem;
	margin-bottom: 5px;
}

#chinese-contact-box .contact-box h3 .fa {
	font-size: 3.0rem;
	margin-right: 10px;
}

@media screen and (max-width: 834px) {
    #mv{
        background-size: cover;
        background-position: center;
    }
    
    #chinese-concept li{
        border: solid 1px #ce953c;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        display: flex;
        height: 28vw !important;
        width: 30%;
        padding: 5px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    #chinese-reason{
        margin-left: 5%;
        margin-right: 5%;
    }
    
    #chinese-reason ul li {
        width: 100%;
    }
    
}

@media screen and (min-width: 415px) and ( max-width: 647px) {
	#chinese-concept li div p{
		font-size: 2.0rem !important;
	}

	#chinese-concept li div h3{
		font-size: 1.8rem !important;
	}
}

@media screen and (max-width: 414px) {	
	#chinese-concept li div p{
		font-size: 2.4rem !important;
	}
	
	#chinese-concept li div h3{
		font-size: 1.2rem !important;
		line-height: 1.4;
	}
}

@media screen and (max-width: 320px) {	
	#chinese-concept ul{
		flex-direction: column;
	}
	
	#chinese-concept li{
		height: auto !important;
		width: 100% !important;
		border-radius: 0;
		border: none;
	}
	
	#chinese-concept li div{
		display: flex;
	}
	
	#chinese-concept li{
		justify-content: flex-start;
	}
	
	#chinese-concept li:nth-child(2){
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	#chinese-concept li div p{
		font-size: 3.0rem !important;
	}
	
	#chinese-concept li div h3{
		font-size: 2.0rem !important;
		line-height: 1.4;
		text-align: left;
	}
}