@charset "utf-8";

.text-left {
	text-align:left;
	line-height:1.7;
}

#concept { 
	margin-top:50px; 
}

@media (max-width: 768px){
#concept {
	margin-bottom:20px!important;	
}}

article h3 {
	margin-bottom:10px!important;	
}

@media (min-width: 768px){
.hg {
	margin-top:30px;	
}}

#flow {
	list-style:none;	
}

#passport strong {
	color:#FF003C;	
}

.step {
	font-weight:bold;
}

@media (min-width: 992px){
.step {
	padding:0 0 0 50px;
}}

.en_p {
    color: #666;
    font-size: 11px;
    margin: 10px 0 20px;
    padding: 0;
    text-align: center;
}

.q {
    background-color:#EEBB48;
}

.panel {
    border: 0 none !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.mg-clear {
	text-align:center;	
}

img.up {
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}

img.up:hover {
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}