/** message **/
.services_1_main{
	max-width:1920px;
	width:100%;
	margin:0px auto 0 auto;
	padding:30px 0 0px 0;
}
.services_1_sub_1{
	display:flex;
	justify-content:space-between;
	max-width:1200px;
	width:90%;
	margin:70px auto 0 auto;
}
.services_1_sub_1 .div_1{
	position:relative;
	max-width:560px;
	width:100%;
}
.services_1_sub_1 .div_2{
	position:relative;
	max-width:560px;
	width:100%;
}
.services_1_sub_1 .title_1 {
    font-size:24px;
	font-weight:bold;
	padding:10px 0 15px 0px;
}
.services_1_sub_1 .text_1 {
    list-style: none;
    padding: 0;
    margin: 0;
}
.services_1_sub_1 .text_1 li {
    position: relative;
    padding-top:0px;
	padding-left:25px;
	margin-left:0px;
	font-size:16px;
	line-height:180%;
}
.services_1_sub_1 .text_1 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
	background-color: #E3E4E5;
}



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

.services_1_sub_1 .div_1{
	position:relative;
	max-width:460px;
}
.services_1_sub_1 .div_2{
	position:relative;
	max-width:460px;
}

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

}
@media screen and (max-width:1024px) {
.services_1_sub_1{
	display:block;
}
.services_1_sub_1{
	margin:80px auto 0 auto;
}
.services_1_sub_1 .div_1{
	position:relative;
	max-width:560px;
	margin:0 auto;
}
.services_1_sub_1 .div_1:nth-child(2){
	margin:80px auto 0 auto;
}
.services_1_sub_1 .div_2{
	position:relative;
	max-width:560px;
	margin:0 auto;
}
}
@media screen and (max-width:784px) {

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

/** 500_message **/
.services_1_main{
	padding:25% 0 100px 0;
}
.services_1_sub_1 .title_0 .title_1b{
	font-size:25px;
	margin-top:10px;
}

.services_1_sub_1 .flex_1{
	display:block;
}
.services_1_sub_1 .text_1a{
	color:#fff;
	writing-mode: horizontal-tb;
	text-orientation: upright;
	margin-right:0px;
	margin:22px 0 0 auto;
	width:120px;
}
.services_1_sub_1 .text_1a div:nth-child(1){
	font-size:14px;
}
.services_1_sub_1 .text_1a div:nth-child(2){
	font-size:20px;
}


}