.main_visual{
	width: 100%;
	background-image: url(../img/index/img01.jpg);
	background-size: cover;
	background-position: 50%;
	padding: 128px 0 97px 0;
}

.main_visual .title{
	width: 421px;
	border:2px solid #fff;
	background-color: rgba(0,45,77,0.3);
	margin: 0 auto;
}

.main_visual .title h1{
	font-size: 60px;
	color: #FFF;
	text-align: center;
	letter-spacing: 3px;
	padding: 34px 0 37px 0;
	line-height: 83px;
}

.main_visual .title h1 span{
	margin: 0 0 0 7px;
}

.main_visual p{
	width: 100%;
	font-size: 24px;
	text-align: center;
	color: #FFF;
	letter-spacing: 5.8px;
	margin: 26px 0px 0 0px;
	font-weight: 700;
}

@media screen and (max-width:767px){
	.main_visual {
    box-sizing: border-box;
    padding: 100px 0 100px 0;
}

	.main_visual .title {
    width: 230px;
    border: 2px solid #fff;
    background-color: rgba(0,45,77,0.3);
    margin: 0 auto;
}

	.main_visual .title h1 {
    font-size: 30px;
    color: #FFF;
    text-align: center;
    letter-spacing: 2px;
    padding: 40px 0 40px 0;
    line-height: 50px;
}


}







.product{
	padding: 147px 0 151px 0;
}

.product .three_list:after{
	content: " "; 
	display: block; 
	height: 0; 
	clear: both;
}

.product .three_list{
	width: 100%;
	padding: 52px 0 0 0;
}

.product .three_list li{
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	overflow: hidden;
}



.product .three_list li img:hover{
	transition: all 0.3s;
	filter: drop-shadow(8px 8px 10px #666);
	
}

.product .three_list li:last-child{
	margin: 0;
}

.product .three_list li span{
	display: block;
	font-size: 20px;
	color: #FFF;
	background-color: #171618;
	padding: 14px 3px 16px 0px;
	/*overflow: hidden;*/
	letter-spacing: 1px;
}

.product .two_list:after{
	content: " "; 
	display: block; 
	height: 0; 
	clear: both;
}

.product .two_list{
	width: 100%;
	padding: 28px 160px 0 170px;
	margin: 0 auto;
	display: block;
	text-align: center;
	box-sizing: border-box;
}

.product .two_list li{
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
}

.product .two_list li:last-child{
	margin: 0;
}

.product .two_list li img:hover{
	transition: all 0.3s;
	filter: drop-shadow(8px 8px 10px #666);
	
}

.product .two_list span{
	display: block;
	font-size: 20px;
	color: #FFF;
	background-color: #171618;
	padding: 13px 2px 16px 0;
	letter-spacing: -2px;
}

.product .detail_btn{
	display: block;
	width: 197px;
	padding: 52px 2px 0px 2px;
	margin: 0 auto;
}

.product .detail_btn a{
	width: 100%;
}

.product .detail_btn p{
	width: 100%;
	text-align: center;
	color: #FFF;
	background-color: #00238C;
	padding: 12px 0 10px 0;
	border:1px solid #00238C;
	display: block;
	margin: 0 auto;
}

.product .detail_btn p:hover{
	color: #00468C;
	background-color: #F0F8FF;
	transition: all 0.3s;
	border:1px solid #00238C;
}




@media screen and (max-width:767px){
	.product {
    padding: 50px 0;
}

	.product .three_list li{
	float: none;
	width: 320px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.product .three_list li:last-child{
	padding-bottom: 20px;
	margin: 0 auto;
}

	.product .three_list li span{
	
}

.product .two_list{
	float: none;
	padding: 0;
}

.product .two_list li{
	float: none;
	padding: 0;
	width: 320px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.product .two_list li:last-child{
	margin: 0 auto;
	padding-bottom: 20px;
}

}




.greeting{
	background-image:url(../img/index/img07.jpg);
	background-size: cover;
	background-position: 50%;
	padding: 80px 0 57px 0;
}

.greeting h3{
	font-size: 26px;
	color: #FFF;
	display: block;
	padding-bottom: 33px;
	text-align: center;
	letter-spacing: 1.7px;
	margin: 0 0px 0 3px;
}

.greeting p{
	color: #FFF;
	font-size: 20px;
	text-align: center;
	line-height: 31px;
	padding: 0px 0px 40px 3px;
	letter-spacing: 1.5px;
	box-sizing: border-box;
}

.greeting .message_btn{
	width: 240px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.greeting .message_btn a{
	width: 100%;
}

.greeting .message_btn p{
	color: #000;
	background-color: #FFF;
	padding: 0;
	font-size: 16px;
	padding: 14px 1px 14px 0px;
	border:1px solid #FFF;
	letter-spacing: 0px;
}

.greeting .message_btn p:hover{
	color: #FFF;
	background-color: #000;
	font-size: 16px;
	padding: 14px 0 14px 0;
	border:1px solid #FFF;
	transition: all 0.3s;
}

@media screen and (max-width:767px){
	.greeting{
	background-image:url(../img/index/img07.jpg);
	background-size: cover;
	background-position: 83%;
	padding: 80px 0 57px 0;
}

	.greeting p {

    padding: 0 5% 34px 5%;
}

}








.concept{
	padding: 150px 0 148px 0;
}

.concept:after{
	content: " "; 
	display: block; 
	height: 0; 
	clear: both;
}

.concept .top{
	width: 100%;
	padding: 63px 0 47px 0;
	display: block;
	margin: 0 auto;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.concept .top img{
	display: block;
	margin: 0 auto;
	padding: 0 0 21px 0;
	width: 100%;
}

.concept .top p{
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 29px;
	margin: 0px 0 0 10px;
	letter-spacing: 0.48px;
}

.concept .top .photo{
	padding: 0 15% 0 15%;
}

.concept .bottom{
	display: block;
	padding-top: 50px;
}
.concept .bottom:after{
	content: " "; 
	display: block; 
	height: 0; 
	clear: both;
}

.concept .bottom:after{
	content: " "; 
	display: block; 
	height: 0; 
	clear: both;
}

.concept .bottom .concept_list{
	width:100%;
	height: 100%;
	margin-bottom: 9px;
}



.concept .bottom .concept_list:after{
	content: " "; 
	display: block; 
	height: 0; 
	clear: both;
}

.concept .bottom .concept_list:last-child{
	margin:0;
}

.concept .bottom .concept_list .left{
	font-size: 14px;
	width: 22%;
	text-align: left;
	vertical-align: middle;
	padding: 23px 0 23px 19px;
	width: 18%;
	letter-spacing: 0.8px;
}

.concept .bottom .concept_list .blue{
	color: #00468C;
	border-left: 4px solid #00468C;
	background-color: #F0F8FF;
	font-weight: 700;
	/* width: 18%; */
	letter-spacing: 0.5px;
}

.concept .bottom .concept_list .font_blue{
	color: #00468C;
}

.concept .bottom .concept_list .yellow{
	color: #E8CE17;
	border-left: 4px solid #E8CE17;
	background-color: #FFFFE1;
	font-weight: 700;
}

.concept .bottom .concept_list .font_yellow{
	color: #E8CE17;
}

.concept .bottom .concept_list .green{
	color: #1A6600;
	border-left: 4px solid #1A6600;
	background-color: #E6FFEA;
	font-weight: 700;
}

.concept .bottom .concept_list .font_green{
	color: #1A6600;
}

.concept .bottom .concept_list .red{
	color: #B20000;
	border-left: 4px solid #B20000;
	background-color: #FFF2F2;
	font-weight: 700;
}

.concept .bottom .concept_list .font_red{
	color: #B20000;
}



.concept .bottom .concept_list .right{
	display: block;
	text-align: left;
	width: calc(100% - 22% - 13px);
	vertical-align: middle;
	padding-top: 9px;
	box-sizing: border-box;
	font-size: 14px;
	letter-spacing: 0.3px;
	line-height: 19px;
}

.concept .bottom .concept_list .middle{
	padding: 19px 0 0px 2px;
	letter-spacing: -0.39px;
}

.concept .bottom .concept_list .right:after{
	content: " "; 
	display: block; 
	height: 0; 
	clear: both;
}

@media screen and (max-width:767px){

	.concept{
		padding: 100px 0 100px 0;
	}

	.concept .bottom .concept_list {
    margin-bottom: 20px;
}

	.concept .top p{
	padding: 0 5% 0 5%;
	text-align: left;
}

.concept .bottom .concept_list .left{
	float: none;
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding: 23px 0 23px 0px;
}

.concept .bottom .concept_list .right {
text-align: center;
width: 80%;
float: none;
margin: 0 auto;
line-height: 22px;
}
}






