


/*인사말*/
.greeting{position:relative; max-width:1200px}
.greeting .img{position:relative; height:324px; margin-top:110px; background:url(../img/bg_greeting.jpg) no-repeat 50%; background-size:cover;}
.greeting .img:before{content:''; display:block; position:absolute; bottom:0; left:135px; width:400px; height:400px; background:url(../img/bg_chairman.png) no-repeat;}
.greeting .tit{position:absolute; top:70px; right:100px; width:514px; height:314px; background:#4168ad}
.greeting .tit h3{position:relative; margin:0; padding:140px 20px 0 50px; color:#fff; font-size:22px; font-weight:100;  line-height:1.6; word-break:keep-all; box-sizing:border-box; text-align:left; letter-spacing:-1px}
.greeting .tit h3:before{content:''; display:block; position:absolute; top:-23px; left:50px; width:1px; height:144px; margin:0; background:#fff;}
.greeting .tit h3 span{display:block; font-weight:600;}
.greeting .colum { padding:150px 20px 70px 20px;  max-width:1200px; margin:0 auto}
.greeting .colum:after{clear:both; content:""; display:block;}
.greeting .colum .left{float:left; width:48%; text-align:justify; }
.greeting .colum .right{float:right; width:48%; text-align:justify; }
.greeting .sign {text-align:right; font-size:1.125em; font-weight:bold; color:#222; margin-top:60px; padding-right:20px;  background-repeat:no-repeat; background-position:right center; line-height:50px;}
.greeting .sign .name { font-size:24px}

@media (max-width: 980px){
   	.greeting .tit{position:relative; width:100%; height:auto; padding:0 50px 50px 0px; top:0; right:0;}
	.greeting .tit h3{font-size:22px; line-height:1.6em;}
	.greeting .tit h3 br{display:none;}
	.greeting .img { height:253px}
	.greeting .img:before{left:50%; width:300px; height:310px; margin-left:-150px; background-size:cover;}
	.greeting .colum .left { width:100%; clear:both}
	.greeting .colum .right { width:100%; padding-top:20px; clear:both}

}
/*인사말*/





/*그룹소개*/
.company_info  { width:100%; height:auto;  }
.company_info .img_page { width:100%; height:550px; background-image:url(../img/company_info_bg_company.jpg); background-position:center; background-repeat:no-repeat;} 
.company_info .txt_page { max-width:1200px; margin:0 auto; padding:20px}
.company_info .txt_page h2 { font-size: 42px; line-height: 1; font-weight: 600; margin-bottom: 44px; padding-top:100px; display: block; }
.company_info .Ideology { width:100%; padding-bottom:100px;}
.company_info .Ideology .inner { max-width:1240px; margin:auto; clear:both;}
.company_info .Ideology .inner h2 {font-size: 36px;font-weight: bold;color: #000; letter-spacing:5px; text-align:center; padding:95px 0 50px 0}
.company_info .Ideology .inner .point{color: #06F;}
.company_info .Ideology .inner h2:after { content: " ";display: block; margin:20px auto; width:40px; height: 2px; background-color:#000; clear: both;}
.company_info .Ideology dl { float:left; width:33.3333%; padding:20px; border-right:1px solid #ddd}
.company_info .Ideology dl:last-child { border:0}
.company_info .Ideology dl .web_icon { padding:0 0 20px 0; text-align:center; color:#ff4200}
.company_info .Ideology dl dt { font-size:20px; height:60px; font-weight:bold; letter-spacing:5px; text-align:center} 
.company_info .Ideology dd { line-height:2.2; text-align:center; font-size:16px; font-weight:400; letter-spacing:-0.02em; color:#555}





.tl_title_box_wrap {width:100%; height:auto; text-align:center; padding:100px 20px; clear:both;  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../img/main_banner_img03.jpg");}

.tl_title_box_wrap h2 { font-size:30px; color:#8fd92e; line-height:1.6; font-weight:600}
.tl_title_box_wrap h2:before{ display:block; content:""; width:30px; height:6px; background:#8fd92e; margin:0 auto 20px auto; border-radius:10px;
-webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg);}
.tl_title_box_wrap span { padding:10px 10px 50px 10px; font-size:16px; display:block; color:#FFF; font-weight:400}


.tl_title_box_wrap li {position:relative; width:23.5%; min-height:400px; background-color:#fff; margin-left:2%; float:left; cursor:pointer;  -webkit-transition: all 0.4s; transition: all 0.4s; background-position:center; background-size:cover; background-repeat:no-repeat}
.tl_title_box_wrap li .bg { background-color:#2c3856; color:#fff; opacity:0; position:absolute; width:100%; height:100%; top:0;left:0; z-index:1}
.tl_title_box_wrap li:hover .bg {opacity: 1; -webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out; }
.tl_title_box_wrap li:hover {-webkit-box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);-ms-box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);box-shadow:4px 4px 9px 0 rgba(0,0,0,.15);-webkit-transform:translateY(-25px);transform:translateY(-25px)}
.tl_title_box_wrap li .txt_wrap{width:100%;height:100%; position:absolute; top:0; left:0; box-sizing:border-box;overflow:hidden;padding:40px;color:#fff;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out; opacity:1; display:table; z-index:2;}
.tl_title_box_wrap li:hover .txt_wrap { opacity:1; color:#fff}
.tl_title_box_wrap li:hover .txt_wrap .cell I { color:#FFF}
.tl_title_box_wrap li:hover .txt_wrap .cell h3 { color:#FFF}
.tl_title_box_wrap li:hover .txt_wrap .cell p { color:#fff}
.tl_title_box_wrap li .txt_wrap .cell { text-align:center;width:100%;display: table-cell; vertical-align: middle;}
.tl_title_box_wrap li .txt_wrap .cell i { font-size:35px; padding-bottom:20px; color:#1a1a1a}
.tl_title_box_wrap li .txt_wrap .cell h3 { font-size:24px; color:#fff; margin:0; font-weight:bold;}
.tl_title_box_wrap li .txt_wrap .cell p { padding-top:50px;}
.tl_title_box_wrap li:nth-child(4n+1) { margin-left:0}
.tl_title_box_wrap li:nth-child(1) { background-image:url(../img/work_bg1.jpg) ;}
.tl_title_box_wrap li:nth-child(2) { background-image:url(../img/work_bg2.jpg) ;}
.tl_title_box_wrap li:nth-child(3) { background-image:url(../img/work_bg3.jpg) ;}
.tl_title_box_wrap li:nth-child(4) { background-image:url(../img/work_bg4.jpg) ;}

@media (max-width: 960px){
	.tl_title_box_wrap li { width:100%; margin-left:0%; margin-bottom: 5%;}

	.company_info .work_page ul li { width:47%; margin-bottom:20px; margin-right: 0; margin-left: 2%;}
	.company_info .work_page ul li:last-child { margin-right:0}
	.company_info .work_page ul li:nth-child(2n+2) {margin-right:0;}
	.company_info .Ideology dl { width:100%; padding-bottom:30px; clear:both}
}
@media (max-width: 640px){

	.company_info .img_page  { background-size:cover; height:300px}
	.company_info .tl_title_box_wrap li { width:100%; margin-left:0; margin-bottom:3%;}
}
/*그룹소개*/





/*연혁*/
.history_area {position: relative;width: 100%;padding-top: 37px;}
.history_area .history_point {position: absolute;left: 50%;top: 0;margin-left: -5px;bottom: 20px;width:8px;background-color: #f6f6f6;overflow: hidden;}
.history_area .history_point span {position: absolute;display: block;top: 0;width: 100%;height: 200px; background-color:#039}
.history_area dl {width: 50%;padding-right: 94px;padding-left: 20px;box-sizing:border-box;}
.history_area div:nth-child(odd) dl {padding-right: 20px;padding-left: 94px;}
.history_area dt {margin-bottom: 20px;font-size: 46px;line-height:1.3;color: #555;font-weight: bold;}
.history_area dd strong {display: block;padding-bottom: 12px;font-size: 20px;line-height: 1.6;color: #1a1a1a;font-weight: bold;}
.history_area dd p {display: block; text-align: left;}
.history_area dd p span{margin-right:20px; height: 60px;}
.history_area dd .img_box {display: block;margin-top: 39px;}
.right {text-align: right;}
.left {text-align: left;}
.fr {float: right;}
.img_box img { max-width: 100%}
@media (max-width: 960px){
	.history_area .history_point {left: 10px;margin-left: 0;}
	.history_area dl {float: none !important;width: 100%;padding-right: 0;padding-left: 50px;text-align: left;}
	.history_area div:nth-child(odd) dl {/* padding-right: 0; */padding-left: 50px;}
	.history_area div + div {margin-top: 40px;}
	.history_area div:nth-child(2) {margin-top: 0;}
	.history_area dt {margin-bottom: 20px;font-size:30px;}
	.history_area dd p br {display: none;}
	.history_area dd .img_box {margin-top: 20px;}	
}
/*연혁*/

.history_tab{width:100%; text-align:center; margin-bottom:50px;}
.history_tab span{display:inline-block; width:200px; margin:0px 10px; border:1px solid #000; padding:10px 0; cursor:pointer;}
.history_tab span.on{border:1px solid #333; background-color:#333; color:#fff;}
.history_type2{display:none; width:100%;  min-width:320px; max-width:1200px; margin:0 auto; padding-bottom: 100px; background:url('../img/history_line.gif')repeat-y center; overflow: hidden;}
.history_type2 .title {margin:0 0 5%;}
.history_type2 .title h4{display:table; width:150px; height:150px; margin:0 auto; position: relative; text-align:center; font-size:1.5em; color:#fff;  }
.history_type2 .title h4 span{display:table-cell; vertical-align:middle;  width:100%; height:100%; background:#396fbc; border-radius:100%;  z-index:1; line-height:1em;}
.history_type2 .history_box{width:100%; overflow: hidden;}
.history_type2 .box_wrap.right{width:50%; background:url('../img/history_line2.gif')no-repeat left 56px;  position: relative;}
.history_type2 .box_wrap.right:before{content:url('../img/history_dot.gif'); position: absolute; top:45px; left: -10px;}
.history_type2 .box_wrap.left{width:50%; background:url('../img/history_line2.gif')no-repeat right 56px; position: relative;}
.history_type2 .box_wrap.left:before{content:url('../img/history_dot.gif'); position: absolute; top:45px; right: -10px;}
.history_type2 .box_wrap .box{ border:1px solid #ddd; background:#fff; padding:0px; margin-top:20px;}
.history_type2 .box_wrap .box img{width:100%; max-width:800px;}
.history_type2 .box_wrap .box p.year{padding-top:10px; padding-left:20px; font-size:1.5em; color:#333; text-align: left;}
.history_type2 .box_wrap .box ul{margin:0; padding:0;}
.history_type2 .box_wrap .box ul li{position: relative; margin:15px 0; padding-left:80px; text-align: left; line-height:1.6; font-size:1em; letter-spacing: -0.5px;}
.history_type2 .box_wrap .box ul li span{position: absolute; left:20px; top:0; padding-left:10px; color:#000;}
.history_type2 .box_wrap .box ul li span:before{content:""; position: absolute; left:0; top:10px; width:4px; height:4px; background:#1776ff;}
.history_type2 .box_wrap.right{float:right;}
.history_type2 .box_wrap.right .box{margin-left:10%;}
.history_type2 .box_wrap.left{float:left;}
.history_type2 .box_wrap.left .box{margin-right:10%;}


.history_view_1{display:block;}
.history_view_1 .title h4 span{background-color:#21418d;}
.history_view_1 .title h4 span{background-color:#2754ad;}

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

	.history_type2 .box_wrap .box p.year{ padding-left:10px;}
	.history_type2 .box_wrap .box ul li span{ left:10px;}
	.history_type2 .box_wrap .box ul li{ padding-left:80px;}

	.daon_content_wrap{width:96%;}
	.daon_page_title{margin-bottom:40px;}
	.daon_page_title h1{font-size:2em;}
	.daon_page_title h2{font-size:1em;}

	.history_tab span{width:auto; padding:5 10px; margin:0 3px;}


	.history_type2 .box_wrap .box p.year{ padding-left:10px;}
	.history_type2 .box_wrap .box ul li span{ left:10px;}
	.history_type2 .box_wrap .box ul li{padding-left:70px; padding-right:10px;}
	.history_type2{ background-position:5% top;}
	.history_type2 .title h4{width:100%; height:auto;}
	.history_type2 .title h4 span{ border-radius:0;  padding:20px 0; background:url('../image/history_top.jpg')no-repeat; background-size:cover;}
	.history_type2 .box_wrap.right{width:95%; background-position:left 55px;}
	.history_type2 .box_wrap.right .box{ width:85%; }
	.history_type2 .box_wrap.left{float:right;}
	.history_type2 .box_wrap.left{width:95%; background-position:left 90px;}
	.history_type2 .box_wrap.left:before{left: -10px; top:80px;}
	.history_type2 .box_wrap.left .box{margin:10% 0 10% 10%; width:90%; padding: 2%; }
}

@media screen and (max-width:480px){
	.history_type2 .box_wrap .box ul li{font-size:0.9em;}
}




/*오시는 길*/
.location_area {margin-bottom: 150px;}
.map_type11 {width:100%; max-width:1500px; margin:0 auto;}
.map_type11:after{ content:""; display:block; clear:both;}
.map_type11 .map_cont1 {width:100%; height:401px; }
.map_type11 .map_cont1:after{ content:""; display:block; clear:both;}
.map_type11 .map_cont1 .g_map1 {float:left; width:50%; height:100%; overflow:hidden;} 
.map_type11 .map_cont1 .g_map1:after{ content:""; display:block; clear:both;}
.map_type11 .map_cont1 .map_info {float:left; width:50%; height:100%; padding:0 50px;  } 
.map_type11 .map_cont1 .map_info:after {content:""; display:block; clear:both;}
.map_type11 .map_cont1 .map_info h4 {font-size:36px; color:#000; font-weight:700; line-height:1.6em; word-break:keep-all;}
.map_type11 .map_cont1 .map_info dl { width:100%; margin-top:20px; padding-top:10px; text-align:left; border-top:1px solid #ddd; }
.map_type11 .map_cont1 .map_info dl dd { width:50%; display:inline-block; vertical-align:top; margin:15px 0; padding:0 20px;}
.map_type11 .map_cont1 .map_info dl dd i {display:inline-block; vertical-align:middle; margin-right:10px; font-size:1.15em; color:#3b445b;}
.map_type11 .map_cont1 .map_info dl dd strong {display:inline-block; vertical-align:middle; font-size:1.5em; color:#000; line-height:1.2em; font-weight:400; }
.map_type11 .map_cont1 .map_info dl dd p { display:block; line-height:1.4em; font-size:1.15em; color:#666; margin-top:15px; word-break:keep-all;}
.map_type11 .map_cont1 .map_info .map_bt {width:100%; margin-top:30px;}
.map_type11 .map_cont1 .map_info .map_bt a {width:32%; margin-right:2%; display:inline-block; text-align:center; padding:15px 20px; color:#fff; font-size:1.15em; border-radius:5px; transition:0.3s all ease; }
.map_type11 .map_cont1 .map_info .map_bt a:last-child {margin-right:0;}
.map_type11 .map_cont1 .map_info .map_bt a:hover {background-color:#f3f5f7 !important; color:#000 !important; transition:0.3s all ease;}
.map_type11 .map_cont1 .map_info .map_bt a.btn_naver {background-color:#1ec800;}
.map_type11 .map_cont1 .map_info .map_bt a.btn_daum {background-color:#258fff;}
.map_type11 .map_cont1 .map_info .map_bt a.btn_google {background-color:#1e2f3e;}

.map_type11 .map_cont2 {width:100%;  margin-top:100px;}
.map_type11 .map_cont2:after{ content:""; display:block; clear:both;}
.map_type11 .map_cont2 .g_map2 {width:100%; height:401px; overflow:hidden;} 
.map_type11 .map_cont2 .g_map2:after{ content:""; display:block; clear:both;}
.map_type11 .map_cont2 .map_info {width:100%; padding:30px 50px;  background-color:#f3f5f7; transition: 0.3s all ease;}
.map_type11 .map_cont2 .map_info:after {content:""; display:block; clear:both;}
.map_type11 .map_cont2 .map_info dl {float:right; width:50%; padding-left:50px; text-align:left; border-left:1px solid #ddd; }
.map_type11 .map_cont2 .map_info dl dd { width:100%; display:inline-block; vertical-align:top; margin:15px 0; padding:0 20px;}
.map_type11 .map_cont2 .map_info dl dd i {display:inline-block; vertical-align:middle; margin-right:10px; font-size:1.15em; color:#3b445b;}
.map_type11 .map_cont2 .map_info dl dd strong {display:inline-block; vertical-align:middle; font-size:1.5em; color:#000; line-height:1.2em; font-weight:400; }
.map_type11 .map_cont2 .map_info dl dd p { display:block; line-height:1.4em; font-size:1.15em; color:#666; margin-top:15px; word-break:keep-all;}
.map_type11 .map_cont2 .map_info .map_tit{float:left; width:50%; padding-right:50px;}
.map_type11 .map_cont2 .map_info h4 {margin-top:20px; font-size:24px; color:#000; line-height:1.6em; word-break:keep-all;}
.map_type11 .map_cont2 .map_info .map_bt {width:100%; margin-top:30px;  }
.map_type11 .map_cont2 .map_info .map_bt a {width:32%; margin-right:2%; display:inline-block; text-align:center; padding:15px 20px; color:#fff; font-size:1.15em; border-radius:5px; transition:0.3s all ease; }
.map_type11 .map_cont2 .map_info .map_bt a:last-child {margin-right:0;}
.map_type11 .map_cont2 .map_info .map_bt a:hover {background-color:#fff !important; color:#000 !important; transition:0.3s all ease;}
.map_type11 .map_cont2 .map_info .map_bt a.btn_naver {background-color:#1ec800;}
.map_type11 .map_cont2 .map_info .map_bt a.btn_daum {background-color:#258fff;}
.map_type11 .map_cont2 .map_info .map_bt a.btn_google {background-color:#1e2f3e;}


@media all and (max-width:1500px){
	.map_type11 {padding:0 2%; }
}

@media all and (max-width:1200px){
	.map_type11 .map_cont1 {height:auto; }
	.map_type11 .map_cont1 .g_map1 {width:100%; height:401px;} 
	.map_type11 .map_cont1 .map_info {width:100%; height:auto; padding:30px 0px;} 	

	.map_type11 .map_cont2 .map_info {padding:30px 30px;}
	.map_type11 .map_cont2 .map_info dl {float:left; width:100%; padding-left:0; border-left:0; padding-bottom:20px; border-bottom:1px solid #ddd;}
	.map_type11 .map_cont2 .map_info .map_tit {width:100%; padding-right:0; margin-top:30px;}
}


@media screen and (max-width: 768px){
	.map_type11 .map_cont1 .map_info h4 {font-size:24px; }
	.map_type11 .map_cont1 .map_info dl dd strong {font-size:1.25em; }
	.map_type11 .map_cont1 .map_info dl dd p { font-size:1em;}
	.map_type11 .map_cont1 .map_info .map_bt{text-align:center;}

	.map_type11 .map_cont2 .map_info h4 {font-size:18px; margin-top:0;}
	.map_type11 .map_cont2 .map_info dl dd strong {font-size:1.25em; }
	.map_type11 .map_cont2 .map_info dl dd p { font-size:1em;}
	.map_type11 .map_cont2 .map_info .map_bt{text-align:center;}
}

@media screen and (max-width: 640px){
	.map_type11 .map_cont1 .map_info {padding:30px 20px;}
	.map_type11 .map_cont1 .map_info dl dd {width:100%; padding:0;}
	.map_type11 .map_cont1 .map_info .map_bt a {width:32%; margin-right:2%; padding:10px; font-size:1em;}

	.map_type11 .map_cont2 .map_info {padding:30px 20px;}
	.map_type11 .map_cont2 .map_info dl dd {width:100%; padding:0;}
	.map_type11 .map_cont2 .map_info .map_bt a {width:32%; margin-right:2%; padding:10px; font-size:1em;}
}



/*오시는 길*/





/* content01 */

.content01  { position: relative; overflow: hidden;}
.sub_type12 {width:100%; padding-bottom: 100px;}
.sub_type12:after{ content:""; display:block; clear:both;}
.sub_type12 .busi_top {width:100%; margin-top:0px; }
.sub_type12 .busi_top:after{ content:""; display:block; clear:both;}
.sub_type12 .busi_top .txt_box { text-align:center; padding:100px 0 150px 0; background:#333 url('../img/img_2500_back.jpg') no-repeat center center; background-size:cover; }
.sub_type12 .busi_top .txt_box h2.tit { display:block; font-size:2.5em; font-weight:700; text-align:center; color:#fff; line-height:1.4em; letter-spacing:-0.05em; word-break:keep-all; }
.sub_type12 .busi_top .txt_box div.txts {width:100%; margin-top:20px; text-align:center; }
.sub_type12 .busi_top .txt_box div.txts p {display:block; margin-bottom:10px; font-size:1.1em; color:#fff; line-height:1.6em; word-break:keep-all; }
.sub_type12 .con_area{width:100%; max-width:1400px; position:relative; top:-70px; margin:0 auto; text-align:center; }
.sub_type12 .con_area:after{ content:""; display:block; clear:both; color:#333;}
.sub_type12 .con_area.tp0 {top:0px;}
.sub_type12 .con_area ul{width:100%; margin:0; padding:0; }
.sub_type12 .con_area ul li {float:left; width:30%; margin-right:5%; text-align:center; list-style:none; }
.sub_type12 .con_area ul li:last-child{margin-right:0;}
.sub_type12 .con_area ul li p{ display:table; width:140px; height:140px; border-radius:100%; margin:0 auto; transition: 0.3s all ease; background-color:#f2f2f2;}
.sub_type12 .con_area ul li p img{ max-width:100px; padding-top:10%;}
.sub_type12 .con_area ul li p i {display:table-cell; vertical-align:middle; font-size:3.5em; color:#fff; }
.sub_type12 .con_area ul li p.icon1 {background-color:#247bcb;}
.sub_type12 .con_area ul li p.icon2 {background-color:#46d1bd;}
.sub_type12 .con_area ul li p.icon3 {background-color:#fea924;}
.sub_type12 .con_area ul li p.icon4 i{color:#247bcb;}
.sub_type12 .con_area ul li p.icon5 i{color:#46d1bd;}
.sub_type12 .con_area ul li p.icon6 i{color:#fea924;}
.sub_type12 .con_area ul li > dl{ width:100%; margin-top:20px; transition: 0.3s all ease; }
.sub_type12 .con_area ul li > dl strong {display:block; font-size:1.85em; color:#000; margin-bottom:30px;  font-size: 18px;  }
.sub_type12 .con_area ul li > dl dd{ position:relative; font-size:1em; color:#000;  padding-left:10px;  text-align:left; margin-top:5px; font-size: 16px; line-height: 22px; margin-bottom: 10px; }
.sub_type12 .con_area ul li > dl dd:before { content: ''; position: absolute; left: 0; top: 11px; width: 3px; height: 3px; background-color:#017ece; border-radius: 50%;}

.img_box {width:100%; margin-top:2%; transition:0.3s all ease;} 
.img_box ul {display:flex; justify-content: space-between; width:100%; overflow:hidden; list-style:none;}
.img_box ul li {width:24%; text-align:center; transition:0.3s all ease; margin-bottom:30px;}
.img_box ul li .imgs{ width:100%; } 
.img_box ul li .imgs img {max-width:100%; border-radius:10px; overflow:hidden; min-height:230px; }
.img_box ul li p {margin-top:15px; font-size:1.5em; color:#272727; line-height:1.6em; font-weight:400; }
.img_box ul li p strong {display:block; font-size:1.25em; color:#000; font-weight:500;}


 .img_box {position:relative; width:100%; height:500px; margin-top:40px; background:url('../image/img_1500x500.jpg')no-repeat 50% 50%; background-size:cover; border-radius:10px; overflow:hidden; transition:0.3s all ease;} 
 .img_box .img_tit {z-index:1; position:absolute; left:0; top:0; padding:5%;}	
 .img_box .img_tit h2 {display:block; font-size:4em; color:#fff; line-height:1.2em; font-weight:900; }
 .img_box .img_tit p {display:block; margin-top:15px; font-size:1.5em; color:#fff; line-height:1.4em; word-break:keep-all; }
 .img_box .img_tit a.partner_tel {display:inline-block; margin-top:20px; font-size:1.25em; color:#fff; background:#e53d30; padding:10px 20px; border-radius:10px;}


@media screen and (max-width: 992px){
	.sub_type12 .busi_top {padding:0; border:0;}
	.sub_type12 .busi_top .txt_box {padding:100px 0;}
	.sub_type12 .busi_top .txt_box h2.tit {font-size:1.5em;}
	.sub_type12 .busi_top .txt_box div.txts p {font-size:1em;}
	.sub_type12 .con_area {top:-50px;}
	.sub_type12 .con_area ul li p {width:100px; height:100px; }
	.sub_type12 .con_area ul li p i {font-size:3em;}
	.img_box ul {flex-wrap: wrap;}
	.img_box ul li { width:48%; margin-bottom:40px; }
}

@media screen and (max-width: 768px){
	.page_title{margin-bottom:40px;}
	.page_title h1{font-size:1.85em;}
	.page_title h2{font-size:1em;}

	.sub_type12 .con_area {position:static; margin-top:50px; }
	.sub_type12 .con_area.tp0 {margin-top:0;}
	.sub_type12 .con_area ul li {width:100%; margin-right:0; padding:0 20px; margin-bottom:40px; }
	.sub_type12 .con_area ul li p {float:left; width:70px; height:70px; }
	.sub_type12 .con_area ul li p i {font-size:2.5em;}
	.sub_type12 .con_area ul li > dl {float:left; display:inline-block; width:80%; margin:0;  padding-left:20px; text-align:left; }
	.sub_type12 .con_area ul li > dl strong {font-size:1.5em;}
	 .img_box {height:50%;}
	 .img_box .img_tit h2 { font-size:2.25em;}
	 .img_box .img_tit p {font-size:1.15em;}
}

@media screen and (max-width: 480px){
	.sub_type12 .busi_top .txt_box div.txts{width:90%; margin:0 auto; margin-top:20px;}
	.sub_type12 .con_area ul li p {float:none; }
	.sub_type12 .con_area ul li > dl {width:100%; padding-left:0; margin-top:20px; text-align:center;}
	.img_box ul { flex-direction: column;}
	.img_box ul li {width:100%; }
}
/* content01 */






/* content01-1 */
.con_box {width:100%;margin:0 auto; }
.con_box:after{ content:""; display:block; clear:both;}
.con_box:last-child {margin-bottom:0;}
.con_box .img_box {position:relative; float:left; width:50%; transition: 0.3s all ease;}
.con_box .img_box img { max-width:100%;}
.con_box .txt_box {float:right; width:50%; padding:20px 50px; transition: 0.3s all ease; }
.con_box .txt_box:after {content:""; display:block; clear:both;}
.con_box .txt_box ul {width:100%; margin:0; padding:0; }
.con_box .txt_box ul li {width:100%; margin:0; padding:10px 0 10px 0; transition: 0.3s all ease;}
.con_box .txt_box ul li:first-child {padding-top:0;}
.con_box .txt_box ul li:last-child {border-bottom:0; }
.con_box .txt_box ul li dl { width:100%; margin:0; padding:0;  *display:inline;*zoom:1; vertical-align:top;}
.con_box .txt_box ul li dl dt { display:inline-block; vertical-align: middle; width:70px; font-size:14px; font-weight:700;}
.con_box .txt_box ul li dl dt span {display:table; width:80px; height:80px; border-radius:50%; background-color:#fa7245; text-align:center; overflow:hidden; transition: 0.3s all ease;}
.con_box .txt_box ul li dl dt span em { display:table-cell; vertical-align: middle; font-size:1.5em; font-weight:400; color:#fff; font-style:normal;}
.con_box .txt_box ul li dl dt span i { display:table-cell; vertical-align: middle; font-size:2em; color:#fff; }
.con_box .txt_box ul li dl dd { display:inline-block; vertical-align: middle; width:80%; font-size:14px; padding-left:5%;   }
.con_box .txt_box ul li dl dd strong {display:block; font-size:1.4em; font-weight:700; margin-bottom:10px;}
.con_box .txt_box ul li dl dd p {margin-top:10px; font-size:1.1em; color:#777; word-break:keep-all; line-height: 1.2em; }
.con_box .txt_box ul li dl dd p:first-child {margin-top:0; }



@media all and (max-width:992px){

	.con_box .img_box { width:100%; text-align:center;}
	.con_box .txt_box { width:100%; padding:25px 4%; margin-top:20px; }
	.con_box .txt_box ul li dl dd { width:80%; }
	.daon_ver2_sub_type19 .busi_cont2 { padding:40px 0 0 0; margin-top:50px;}
	.daon_ver2_sub_type19 .busi_cont2 .con_box {padding:0 4%;}
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul li {width:100%; margin-bottom:50px; }
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul li:last-child { margin-bottom:0; }
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul li .txt_box {min-height:auto; }
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul li .txt_box strong span {display:inline;}
}

@media all and (max-width:640px){

}
/* content01-1 */




/* content02 */
.content02 ul li { width:50%; float:left}
.content02 ul li .profile { float:left; padding-bottom:50px; width:48%}
.content02 ul li .profile img { width:100%}

.content02 ul li dl { float:left; padding:0 40px; width:52% }
.content02 ul li dl dt { font-size:22px; font-weight:bold; text-align:left; padding-bottom:20px; color:#1a1a1a; letter-spacing:0}
.content02 ul li dl dd { font-size:16px; color:#555; line-height:1.75; letter-spacing:-0.02em; text-align:left; display:block; clear:both;  }

@media screen and (max-width: 1210px) {
    .content02 ul li { width:49%; margin-left:2%; margin-bottom:6%}
	.content02 ul li:nth-child(2n+1) { margin-left:0}
	.content02 ul li .profile { width:100%}
	.content02 ul li dl { width:100%; padding:0 20px}
}
@media screen and (max-width: 640px) {
	.content02 ul li { width:100%; margin-left:0}
}

.busi_area{ position:relative; width:100%; max-width:1400px; margin:80px  0; text-align:center; }
.busi_area:after{ content:""; display:block; clear:both;}
.busi_area ul{ width:100%; margin:0; padding:0; }
.busi_area ul li {position:relative; float:left; width:23.5%; height:370px; min-height:470px; margin-right:2%; text-align:left; transition: 0.3s all ease; border-radius:10px;}
.busi_area ul li img{width:100%; height:auto; border-radius:10px; border-bottom-right-radius:0; border-bottom-left-radius:0;}
.busi_area ul li a { display:block; padding:40px 25px; text-decoration:none; transition: 0.3s all ease;}
.busi_area ul li:last-child{ margin-right:0;}
.busi_area ul li.bg1 { background-color:#f8f8f8; border-bottom:5px solid #39c3d3; }
.busi_area ul li.bg1 em { color:#39c3d3; }

.busi_area ul li.bg2 { background-color:#f8f8f8; border-bottom:5px solid #57a0e9; }
.busi_area ul li.bg2 em { color:#57a0e9; }

.busi_area ul li.bg3 { background-color:#f8f8f8; border-bottom:5px solid #7774dc; }
.busi_area ul li.bg3 em { color:#7774dc; }

.busi_area ul li.bg4 { background-color:#f8f8f8; border-bottom:5px solid #0968C6; }
.busi_area ul li.bg4 em { color:#0968C6; }

.busi_area ul li em {position:relative; display:inline-block; padding-bottom:20px; font-size:2em; font-weight:700; font-style:normal;}
.busi_area ul li em:after { content: ''; position: absolute; left: 0; bottom:0; width:30px; height:1px; background-color:#000;  transition: 0.3s all ease; }
.busi_area ul li strong {display:block; font-size:1.75em; color: #000; line-height:1.2em; margin-top:30px;  }
.busi_area ul li dl{ width:100%; margin-top:30px; transition: 0.3s all ease; }
.busi_area ul li dl dd{ position:relative; font-size:1em; color:#666;  margin-top:5px; text-align:left;  }
.busi_area ul li span.btn_view {opacity:0; position:absolute; bottom:0; right:25px; display:block; text-align:left; color:#fff; transition: 0.3s all ease; }
.busi_comment { width:100%;margin: 50px auto;  padding: 25px 40px;  background-color:#f8f8f8; border:1px solid #eee; box-sizing:border-box; }
.busi_comment .point_tit {position:relative; display:block; font-size:1.5em; color:#000; padding-left:25px;}
.busi_comment .point_tit:before { position:absolute; left:0; top:2px; content:"\f071";  display:block; font-size:0.75em; font-weight:700; font-family: "Font Awesome 5 Free";  }
.busi_comment ul.point_list {width:100%; margin-top:20px;}
.busi_comment dl strong {display:block; font-size:1.85em; color: #000; margin-bottom:30px;  }
.busi_comment dl dd{ position:relative; font-size:1em; color: #000;  padding-left:15px;  text-align:left; margin-top:5px; }
.busi_comment dl dd:before { content: ''; position: absolute; left: 0; top: 11px; width: 3px; height: 3px; background-color:#017ece; border-radius: 50%;}

@media all and (max-width:1024px){
	.busi_area {padding:0 4%;}
	.busi_area ul li {width:49%; margin-bottom:2%;}
	.busi_area ul li:nth-child(even) {margin-right:0; }
	.busi_area ul li {min-height:570px;}
}

@media all and (max-width:860px){
	.busi_area ul li {min-height:490px;}
}

@media all and (max-width:640px){
	.busi_top .txt_box {padding:50px 20px; }
	.busi_top .txt_box h2.tit {font-size:1.75em; }
	.busi_area ul li:hover{margin-top:0;}
	.busi_area ul li {min-height:470px;}
	.busi_area ul li strong{font-size:1.3em;}
}

@media all and (max-width:480px){
	.busi_area ul li {width:100%;  height:500px; min-height:auto; margin-bottom:15px;}
	.busi_area ul li span.btn_view {opacity:1; bottom:30px; color:#000;}
	.busi_area ul li:hover span.btn_view {right:15px; color:#fff;}
}
/* content02 */


/* content02_1 */

.sub_type09 {width:100%; max-width:1500px; margin:0 auto;}
.sub_type09:after{ content:""; display:block; clear:both;}
.sub_type09 .type09-1 { width: 100%; display:flex; justify-content: space-between;}
.sub_type09 .type09-1 .con-block { width:48%; display:inline-block; vertical-align:top; }
.sub_type09 .type09-1 .con-block .con-cont { width:100%; display:flex; align-items: flex-start; justify-content: space-between; margin-bottom:100px; }
.sub_type09 .type09-1 .con-block .con-cont em { width:80px; font-size:4em; line-height:1em; color:#eaeaea; font-weight: 700; font-style:normal; writing-mode: vertical-rl; transform: rotate(0deg); }
.sub_type09 .type09-1 .con-block .con-cont .con-box { width:85%;  transition:0.3s all ease; }
.sub_type09 .type09-1 .con-block .con-cont .con-box .con-img {width:100%; border-radius:10px 10px 10px 0px; overflow:hidden; transition:0.3s all ease; }
.sub_type09 .type09-1 .con-block .con-cont .con-box .con-img img { max-width:100%;}
.sub_type09 .type09-1 .con-block .con-cont .con-box h2.con-tit { display:block; margin-top:30px; font-size:2.5em; color:#222; line-height:1.4em; font-weight:400;}
.sub_type09 .type09-1 .con-block .con-cont .con-box h2.con-tit strong {font-size:1.5em; color:#000; line-height:1.4em; font-weight: 700;}
.sub_type09 .type09-1 .con-block .con-cont .con-box h2.con-tit strong.key-color1 {color:#00ab8e;}
.sub_type09 .type09-1 .con-block .con-cont .con-box h2.con-tit strong.key-color2 {color:#0075bd;}
.sub_type09 .type09-1 .con-block .con-cont .con-box h2.con-tit strong.key-color3 {color:#F9AD17;}
.sub_type09 .type09-1 .con-block .con-cont .con-box h2.con-tit strong.key-color4 {color:#ed7a0c;}
.sub_type09 .type09-1 .con-block .con-cont .con-box p { display:block; margin-top:20px; font-size:1.15em; color:#666; line-height:1.6em; }
.sub_type09 .type09-1 .con-block .con-cont .con-box a {display:inline-block; margin-top:30px; padding:10px 0px; font-size:1.05em; color:#999; border-radius:50px; transition:0.3s all ease; }
.sub_type09 .type09-1 .con-block .con-cont .con-box a:hover {padding:10px 25px; color:#fff; background:#222; transition:0.3s all ease; }
.sub_type09 .type09-1 .con-block:nth-child(even) .con-cont {margin-top:100px; margin-bottom:0;}

@media all and (max-width:1500px){
	.sub_type09 {padding:0 4%;}
}

@media all and (max-width:1400px){
	.sub_type09 .type09-1 .con-block .con-cont em {width:60px; font-size:3em; }
}

@media all and (max-width:992px){

	.sub_type09 .type09-1 {flex-direction: column;}
	.sub_type09 .type09-1 .con-block { width:100%;}
	.sub_type09 .type09-1 .con-block .con-cont {margin-bottom:60px;}
	.sub_type09 .type09-1 .con-block .con-cont .con-box .con-img img {width:100%;}
	.sub_type09 .type09-1 .con-block .con-cont .con-box h2.con-tit {margin-top:20px; font-size:2em;}
	.sub_type09 .type09-1 .con-block:nth-child(even) .con-cont {margin-top:0; margin-bottom:60px; }
}

@media screen and (max-width:768px){
	.sub_type09 .type09-1 .con-block .con-cont {flex-direction: column; align-items: center; }
	.sub_type09 .type09-1 .con-block .con-cont em { width:100%; text-align:right; font-size:1.25em; letter-spacing:0.1em; writing-mode: unset; transform:unset;}
	.sub_type09 .type09-1 .con-block .con-cont .con-box {width:100%; margin-top:20px;}
}



.sevice_01 {width:100%;  margin: 80px 0;}
.sevice_01:after{ content:""; display:block; clear:both;}
.sevice_01 .all_title {width:100%; margin-bottom:20px;}
.sevice_01 .all_title:first-of-type {margin-top:0;}
.sevice_01 .all_title:after{ content:""; display:block; clear:both;}
.sevice_01 .all_title h2.tit1 {position:relative; display:block; padding-left:25px; }
.sevice_01 .all_title h2.tit1:before {content: ''; position: absolute; top:16px; left:0; width:15px; height:15px; background:#fff; border:4px solid #e53d30; border-radius:100%;}
.sevice_01 .all_title h2.tit1 p {font-size:2.2em; color:#000; line-height:1.4em; font-weight:500; word-break:keep-all; }
.sevice_01 .all_title .txts {display:block; margin-top:25px; font-size:1.25em; color:#222; line-height:1.6em; word-break:keep-all; }

.sevice_01 .type02-1 {width:100%; display:flex; flex-wrap: wrap; justify-content: center; gap:6%;}
.sevice_01 .type02-1:after{ content:""; display:block; clear:both;}
.sevice_01 .type02-1 .txt_box {margin-top:40px; }
.sevice_01 .type02-1 .txt_box .t1 {display:block; margin-bottom:20px; font-size:1.85em; color:#000; line-height:1.4em;  word-break:keep-all; }
.sevice_01 .type02-1 .txt_box .t1 span {display: inline-block; font-size:1em; color:#e53d30; line-height:1.4em; font-weight:600;}
.sevice_01 .type02-1 .txt_box .txts {display:block; margin-top:25px; font-size:1.15em; color:#666; line-height:1.6em; word-break:keep-all; }
.sevice_01 .type02-1 .img_box {width:100%; margin-top:50px;  transition:0.3s all ease;}
.sevice_01 .type02-1 .img_box img {max-width:100%; border-radius:10px; overflow:hidden;}
.sevice_01 .type02-1 .con_left { width:47%; margin-top:0px;}
.sevice_01 .type02-1 .con_left:nth-of-type(2) {margin-top:0;}
.sevice_01 .type02-1 .con_left .txt_box {margin-top:20px;}
.sevice_01 .type02-1 .con_right { width:47%; margin-top:0px; }
.sevice_01 .type02-1 .con_right:nth-of-type(3) {margin-top:0; }
.sevice_01 .type02-1 .con_right .img_box { margin-top:0;}



@media all and (max-width:1500px){
	.sevice_01 {padding:0 4%;}
}

@media all and (max-width:1200px){
	.sevice_01 .type02-2 .dl_list dl dt{width:70%;}
}

@media all and (max-width:992px){
.sevice_01 .all_title {margin-top:30px;}
.sevice_01 .all_title h2.tit1:before {top:12px; }
.sevice_01 .all_title h2.tit1 p { font-size:2em; }

.sevice_01 .type02-1 { margin-top:50px; }
.sevice_01 .type02-1 .txt_box .t1 {font-size:1.65em; }
.sevice_01 .type02-1 .txt_box .txts {font-size:1.1em;}


}

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


.sevice_01 .type02-1 .txt_box {padding:0 20px;}
.sevice_01 .type02-1 .img_box {margin-top:0;}
.sevice_01 .type02-1 .con_left { width:100%; display:flex; flex-direction: column-reverse;}
.sevice_01 .type02-1 .con_left .txt_box {margin-top:40px;}
.sevice_01 .type02-1 .con_right { width:100%; margin-top:50px !important; }


}

/* content02_1 */

/* content02_2 */

.busi_cont {width:100%;  }
.busi_cont:after{ content:""; display:block; clear:both;}
.busi_cont:last-child {margin-bottom:0;}
.busi_cont .img_box1 { position:relative; width:100%;}
.busi_cont .img_box1 {float:left; width:65%; transition:0.3s all ease;}
.busi_cont .img_box1 img {max-width:100%; }
.busi_cont .img_box1 .roll { width:100%; height:600px; float:left;}
.busi_cont .img_box1 .roll .img  {width:100%; height:600px; padding:100px; background-repeat:no-repeat; background-size:cover; display:block}

.busi_cont .img_box1 .roll .img01 { background-image:url(../img/main_roll_01.jpg);}
.busi_cont .img_box1 .roll .img02 { background-image:url(../img/main_roll_02.jpg);}

.busi_cont .img_box1 .roll .owl-nav {position: absolute;top: 50%;margin-top: -25px; width:100%;}
.busi_cont .img_box1 .roll .owl-nav .owl-prev {width:31px;height:61px;position:absolute;left:20px; background-color:transparent; cursor:pointer; border:0; background-image: url(../img/prevBtn_off.png);background-repeat: no-repeat; text-indent:-9999px}
.busi_cont .img_box1 .roll .owl-nav .owl-next {width:31px;height:61px;position:absolute;right:20px; background-color:transparent;  cursor:pointer; border:0;  background-image: url(../img/nextBtn_off.png);background-repeat: no-repeat; text-indent:-9999px}
.busi_cont .img_box1 .roll .owl-dots{position:absolute;width:100%; text-align:center; margin:0 auto; bottom:35px;}
.busi_cont .img_box1 .roll .owl-dots .owl-dot{background:rgba(255, 255, 255, 0.5);width:80px;height:5px;display:inline-block;margin-left:10px; border:0;}
.busi_cont .img_box1 .roll .owl-dots .owl-dot.active{background:rgba(255, 255, 255, 1)}
.busi_cont .img_box1 .down { width:100%; margin-top:2.3%; clear:both}


.busi_cont .txt_box {float:right; width:35%; padding:25px 0 0 50px; transition:0.3s all ease;}
.busi_cont .txt_box strong.tit {font-size:2em; line-height:1.2em; color:#000; font-weight:300; transition:0.3s all ease; }
.busi_cont .txt_box strong.tit p {position:relative; display:inline-block; font-size:1em; line-height:1.2em; color:#0D86D5; font-weight:700;}
.busi_cont .txt_box .txts { display:block; margin-top:30px;}
.busi_cont .txt_box .txts p {margin-top:20px; font-size:1em;  color:#333; line-height:1.8em;  word-break:keep-all;}
.busi_cont .txt_box a.btn_link {display:inline-block; margin:40px auto 0; padding:10px; width:150px; text-align:center; font-size:1em; color:#000; text-decoration:none; background-color:#fff; border:1px solid #000;  transition:0.3s all ease; }
.busi_cont .txt_box a.btn_link:hover { color:#fff; background-color:#222; border:1px solid #222; transition:0.3s all ease; }
.busi_cont.other_type .img_box {float:right; text-align:right;}
.busi_cont.other_type .txt_box {float:left; text-align:right; padding:25px 50px 0 0;  }


@media screen and (max-width:992px){
	.busi_cont {padding:0; border-top:0;}
	.busi_cont .img_box1 {width:100%; text-align:center;}
	.busi_cont .txt_box {width:100%; padding:30px 20px 50px 20px;}
	.busi_cont.other_type .txt_box { text-align:left; padding:30px 20px 50px 20px;}
}

@media screen and (max-width:480px){
	.busi_cont .img_box1 .box { width:100%}
	.busi_cont .img_box1 .item_box { width:100%; max-width:none; float:left}
	.busi_cont .img_box1 .item_box { width:100%}
	.busi_cont .img_box1 .left { width:100%}
	.busi_cont .img_box1 .right { width:100%}
	.busi_cont .img_box1 .roll { width:100%; height:400px;min-height:400px; }
	.busi_cont .txt_box strong.tit {font-size:1.5em;}
	.busi_cont .txt_box a.btn_link { width:100%;  margin:30px auto 0;}
}
/* content02_2 */

.element {
    position: relative;
}
 



/* content02_4 */
.sevice_04 {width:100%; max-width:1500px; margin:0 auto;}
.sevice_04:after{ content:""; display:block; clear:both;}
.sevice_04 h2.tit1 { position:relative; margin:50px 0 20px 0; padding-left:15px; font-size:2em; color:#222; font-weight:700; }
.sevice_04 h2.tit1:before { content: ""; position: absolute; left: 0; top:14px; width: 5px; height:20px; background: #e53d30;}
.sevice_04 h4.tit2 { display:block; margin-top:15px; font-size:1.5em; color:#222; font-weight:500; }
.sevice_04 h4.tit2 strong { color: #e53d30; }
.sevice_04 p.tit_desc { margin:10px 0 30px 0; font-size:1.15em; color:#222; letter-spacing:-0.025em; line-height:1.6em; word-break:keep-all;}
.sevice_04 .s04-1 { width:100%;}
.sevice_04 .s04-1 .con_box { display:flex; align-items: center; width:100%; }
.sevice_04 .s04-1 .con_box:after{ content:""; display:block; clear:both;}
.sevice_04 .s04-1 .img_box {position:relative; width:50%;  }
.sevice_04 .s04-1 .img_box img {max-width:100%; transition:0.3s all ease; border-radius:10px;}
.sevice_04 .s04-1 .txt_box {position:relative; width:50%; padding:0 0 0 40px; overflow:hidden;  }
.sevice_04 .s04-1 .txt_box:after{ content:""; display:block; clear:both;}
.sevice_04 .s04-1 .txt_box h2.chk_tit {display:block; font-size:2.85em; color:#000; line-height:1.2em; font-weight:700;}
.sevice_04 .s04-1 .txt_box p.chk_tit_desc {display:block; margin-top:20px; font-size:1.5em; color:#000; line-height:0;  font-weight:400;}
.sevice_04 .s04-1 .txt_box ul.chk_txt { width:100%; margin-top:0px; padding-top:20px; border-top:1px solid #222 }
.sevice_04 .s04-1 .txt_box ul.chk_txt:after{ content:""; display:block; clear:both;}
.sevice_04 .s04-1 .txt_box ul.chk_txt li {position:relative; float:left; width:100%; margin-bottom:0; padding-left:30px; padding-right:15px; font-size: 1.25em; color: #666; line-height: 1.6em;  transition:0.3s all ease;}
.sevice_04 .s04-1 .txt_box ul.chk_txt li:before { display:block; content:"\f058"; position:absolute; left:0; top:2px; padding-left:1px; color:#e53d30; font-weight:200; font-family: "Font Awesome 4 Free";}
.sevice_04 .s04-1 .txt_box .ex_txts {width:100%; margin-top:30px; padding:25px; background-color:#f8f8f8; border:1px solid #eee; border-radius:10px;}
.sevice_04 .s04-1 .txt_box .ex_txts h4.ex_tit {display:block; font-size:1.5em; color:#000; line-height:1.2em; font-weight:700;}
.sevice_04 .s04-1 .txt_box .ex_txts p {display:block; margin-top:15px; font-size:1em; color:#666; line-height:1.6em; word-break: keep-all;}

.sevice_04 .s04-2 {width:100%; margin-top:100px;}
.sevice_04 .s04-2 table.tbl_pro01{ width:100%; border-top:2px solid #1a355c; border-collapse:separate; border-spacing:0; }
.sevice_04 .s04-2 table.tbl_pro01 tr {width:100%;}
.sevice_04 .s04-2 table.tbl_pro01 tr th{padding:10px 20px; color:#000; font-weight:500; font-size:1em; line-height: 1.6em; border-bottom:1px solid #ddd; border-right:1px solid #ddd; background-color:#f8f8f8; }
.sevice_04 .s04-2 table.tbl_pro01 tr td{padding:10px 20px; color:#666; font-size:1em; line-height: 1.6em; text-align: left; border-bottom:1px solid #ddd; }
.sevice_04 .s04-2 ul.feature_img {display:flex; align-items: center; justify-content: space-between; width:100%; margin-top:30px; padding:0; }
.sevice_04 .s04-2 ul.feature_img li {display:flex; align-items: center; flex-direction: column; width:48%; padding:10px; border:1px solid #ddd;  border-radius:10px;}
.sevice_04 .s04-2 ul.feature_img li .imgs img {width:100%; min-height:530px;  border-radius:10px;}
.sevice_04 .s04-2 ul.feature_img li .txts {display:block; padding:15px; font-size:1.25em; line-height:1.6em; }
.sevice_04 .s04-2 ul.dot-list li{  position:relative;  font-size:1.25em; color:#333; letter-spacing:-0.02em; padding-left:15px;}
.sevice_04 .s04-2 ul.dot-list li::before{  position:absolute; top:12px; left:0; content:""; width:4px; height:4px; background-color:#333; border-radius:50%; }
.sevice_04 .s04-2 ul.dot-list li:not(:last-of-type){ margin-bottom:10px; }

.sevice_04 a.btn_view {display:block; margin:50px auto 0; width:180px; padding:15px 30px; font-size:1.25em; line-height:1.4em; text-align:center; color:#fff; background-color:#333; transition: .3s; border-radius:10px;}
.sevice_04 a.btn_view:hover {background-color:#e53d30; }

@media all and (max-width:1500px){
	.sevice_04 {padding:0 4%;}
}

@media all and (max-width:992px){
	.daon_ver3_page_title{margin-bottom:50px;}
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}

	.sevice_04 .s04-1 .con_box {flex-direction: column;}
	.sevice_04 .s04-1 .img_box {width:100%; }
	.sevice_04 .s04-1 .img_box img {width:100%;}
	.sevice_04 .s04-1 .txt_box {width:100%; margin-top:30px; padding:0;}
	.sevice_04 .s04-1 .txt_box h2.chk_tit { font-size:2em;}
	.sevice_04 .s04-1 .txt_box p.chk_tit_desc {font-size:1.25em; }
}

@media screen and (max-width:768px){
	.daon_ver3_page_title{margin-bottom:40px;}
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}

	.sevice_04 h2.tit1 { font-size:1.5em;}
	.sevice_04 h2.tit1:before { top:7px; width: 4px; }

	.sevice_04 .s04-1 .txt_box ul.chk_txt li {width:100%; font-size: 1.15em; }

	.sevice_04 .s04-2 {margin-top:40px;}
	.sevice_04 .s04-2 ul.feature_img {flex-direction: column;}
	.sevice_04 .s04-2 ul.feature_img li {width:100%; margin-bottom:40px;}
	.sevice_04 .s04-2 ul.feature_img li .txts {font-size:1em; }
	.sevice_04 .s04-2 ul.dot-list li {font-size:1em; }
	.sevice_04 .s04-2 table.tbl_pro01 tr th{padding:10px; font-size:0.95em;}
	.sevice_04 .s04-2 table.tbl_pro01 tr td{padding:10px; font-size:0.95em;}
}

/* content02_4 */

 .busi_list2 { width:100%;  max-width:1500px; margin:0 auto; margin-top:50px; }
	 .busi_list2:after {content:""; display:block; clear:both;}
	 .busi_list2 ul {float:left; width:100%; margin:0; padding:0; font-size:0; *display:inline;*zoom:1; vertical-align:top;}
	 .busi_list2 ul li {display:inline-block; vertical-align:top; width:25%; margin-bottom:0; padding:0 15px 40px 15px; text-align:center;}
	 .busi_list2 ul li dl.box { width:100%; margin:0; padding:0;}
	 .busi_list2 ul li dl.box dt {width:100%; text-align:center; }
	 	 .busi_list2 ul li dl.box dt span img { max-width:80px;  margin:0 auto; padding-top:5%;}
	 .busi_list2 ul li dl.box dt span.bg1 {position: relative; display:table; width:100px; height:100px; margin:0 auto; text-align:center; background-color:#fea924; border-radius:100%; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease; }
	 .busi_list2 ul li dl.box dt span.bg1 i { display:table-cell; vertical-align: middle; font-size:2.5em; color:#fff; }
	 .busi_list2 ul li dl.box dt span.bg2 {position: relative; display:table; width:100px; height:100px; margin:0 auto; text-align:center; background-color:#333; border-radius:100%; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease; }
	 .busi_list2 ul li dl.box dt span.bg2 i { display:table-cell; vertical-align: middle; font-size:2.5em; color:#fff; }
	 .busi_list2 ul li dl.box dd { width:100%; margin-top:20px; }
	 .busi_list2 ul li dl.box dd em {display:inline-block; margin-bottom:10px; font-size:1em; color:#999; font-style:normal;}
	 .busi_list2 ul li dl.box dd strong {display:block; font-size:1.5em; font-weight:700; margin-bottom:15px;}
	 .busi_list2 ul li dl.box dd strong.point {color:rgb(255, 0, 0);}
	 .busi_list2 ul li dl.box dd strong span {display:inline-block; font-size:0.85em;}
	 .busi_list2 ul li dl.box dd p {margin-top:10px; font-size:1em; color:#555; }




	@media all and (max-width:768px){
	
		 .busi_list2 ul li {width:50%; } 
	}


	@media all and (max-width:480px){


		 .busi_list2 ul li dl.box dd strong {font-size:1.25em; }
	}

/* content03 */
.content03 .icon li {width:31.3333%; margin-right:3%; min-height:300px;  float:left; text-align:justify;}
.content03 .icon li:nth-child(3n+3){margin-right:0}
.content03 .icon li .web_icon { width:100px; height:100px; margin-bottom:20px; background-color:#c7c7c7; color:#fff; display:table;  margin:0 auto}
.content03 .icon li .web_icon i { text-align:center; font-size:40px; display:table-cell; vertical-align:middle; margin-bottom:20px}
.content03 .icon li h2 {font-size:22px;color:#000;display:block;clear:both;padding-bottom:10px; margin-top:30px; letter-spacing:0; text-align:center}
.content03 .icon li p { text-align:center; word-break:keep-all}
.content03 .icon li .icon_img {text-align:center;padding-top:20px;display:block;}
@media screen and (max-width: 960px) {
	.content03 .icon li { width:50%; margin-right:0}
	.content03 .icon li p { max-width:300px; margin:0 auto}
}

@media screen and (max-width: 640px) {
	.content03 .icon li { width:100%; margin-right:0}
	.content03 .icon li p { max-width:300px; margin:0 auto}
}
/* content03 */




/* content_area04 */
.content04 .point { padding:0 20px 0 0}
.content04 .point p { font-size:22px; font-weight:bold; padding-left:30px; color:#1a1a1a; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left center;}
.content04 .point h2 { font-size:28px; font-weight:100; color:#f66120; text-align:left; padding:10px 0 0;}
.content04 .colum { max-width:1400px;  margin:0 auto; padding: 30px 0 }
.content04 .colum .left { width:50%; float:left; border-right:1px solid #ddd; padding-right:50px}
.content04 .colum .left h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.content04 .colum .right { width:50%;  float:left; padding-left:50px; line-height:1.8; text-align:left}
.content04 .colum .right h2 { font-size:20px; color:#000; letter-spacing:0; padding-bottom:20px; font-weight:bold}
.content04 .content_txt_box { width:100%; padding-top:50px; clear:both}
.content04 .title_text{float:left; display: block; line-height:1.8; width:25%; color:#1a1a1a; font-size:22px; letter-spacing:0; text-align:left; font-weight:bold; margin:0;  padding:0 0 0 30px; background-image:url(../img/title_icon.png); background-repeat:no-repeat; background-position:left center; box-sizing:border-box}
.content04 .sub_txt {float:right; width:75%;}
.content04 .sub_txt .h2 { font-size:20px; }
.content04 .content_sub_title .img { float:left; text-align:right; width:450px }
@media screen and (max-width: 960px) {
	.content04 .colum .left { width:100%; border:0; float:none; padding:0; clear:both}
	.content04 .colum .right { width:100%; padding:20px 0 0  }
	.content04 .title_text { width:100%; margin-bottom:20px; clear:both}
	.content04 .sub_txt { float:left; width:100%}
}

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

}
/* content_area04 */







/* content_area05 */
.content05 .photo_box { margin-bottom:50px; background-color:#f9f9f9; clear:both}
.content05 .photo_box .img { max-width:50%; float:left;display:block}
.content05 .photo_box .img img { width:100%}
.content05 .photo_box .txt { max-width:50%; float:left; padding:50px; background-color:#f9f9f9; display:block}
.content05 .photo_box .txt h2 { font-size:24px; padding-top:50px; letter-spacing:0; font-weight:bold; text-align:left}
.content05 .photo_box .txt p { padding-top:20px; word-break:keep-all}
@media screen and (max-width: 960px) {
	.content05 .photo_box .img { max-width:100%; display:block}
	.content05 .photo_box .txt { max-width:100%;}
	.content05 .photo_box .txt h2 { font-size:24px; padding-top:0; font-weight:bold}
}
/* content_area05 */






/* content_area06 */
.content06 .thumb_box  {width:31.3333%; margin-right:3%; display:block; float:left; }
@media screen and (min-width: 961px) {
    .content06 .thumb_box:nth-child(3n+3) { margin-right:0}
}
.content06 .thumb_box .img { width:100%; min-height:300px; background-image:url(../img/rnd03_thumb01.jpg); background-repeat:no-repeat; background-size:cover; clear:both; overflow:hidden; position:relative}
.content06 .thumb_box .txt { width:100%; padding:20px; text-align:left; clear:both}
.content06 .thumb_box .txt h2 { font-size:24px; text-align:center; letter-spacing:0; font-weight:bold}
.content06 .thumb_box .txt p { padding:20px 0px; text-align:center; }
@media screen and (max-width: 960px) {
    .content06 .thumb_box { width:49%; margin-right:2% }
	.content06 .thumb_box:nth-child(2n+2) { margin-right:0} 
}

@media screen and (max-width: 640px) {
    .content06 .thumb_box { width:100%; margin:0; clear:both; float:none}
}
/* content_area06 */


