
/*layout*/
/*-----------------------------------------------------------*/
.db_h2area {
    display: table;
    width: 100%;
    height: 145px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background-image: url(../image/h2_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}
.db_h2area_in {
    display: table-cell;
    vertical-align: middle;
}
.db_subtitle02 {
    text-align: left;
    font-size: 240%;
    line-height: 1.2;
    position: relative;
    max-width: 1044px;
    width: 94%;
    margin: 0 auto;
}
.db_subtitle02:after{
    display: none;
}

#db_locator{
	background-color: #f6f6f6;
	padding: 12px 0;
	margin-bottom: 45px;
}

#db_locator.sub_mainp{margin-bottom: 0;}

#db_locator_in{
	max-width: 1044px;
	padding: 0 10px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1;
	font-size: 12px;
	text-align: right;
}

.db_column1024 {
	max-width: 1044px;
	padding: 0 10px;
	margin-right: auto;
	margin-left: auto;
}

#db_contents_left {
    width: 73.5%;
    float: left;
}

#db_contents_right {
    width: 22.5%;
    float: right;
}


/*home*/
/*-----------------------------------------------------------*/

.db_home_category_list{
	margin-bottom: 30px;
}

.db_home_category_list:last-child{
	margin-bottom: 60px;
}

.db_home_category_list .category_name_wrap .category_name{
	width: 72.1%;
	font-size: 200%;
	background: #1B4383 url(../image/common/db_home_category_bg.png) no-repeat right top;
	float: left;
	padding: 14px 0px 10px 20px;
}

.db_home_category_list .category_name_wrap .category_name a{
	color: #FFFFFF;
    transition: 0.8s;
}

.db_home_category_list .category_name_wrap .category_name a:hover{
	color: #006CB7;
}

.db_home_category_list .category_name_wrap .category_image{
	width: 27.9%;
	text-align: center;
	float: right;
}

.db_home_category_list .category_name_wrap .category_image a{
	width: 285px;
	height: 64px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.db_home_category_list .category_name_wrap .category_image img{
	max-width: 285px;
	max-height: 64px;
	width: auto;
	height: auto;
}

.db_home_category_list .category_child_box{
	background-color: #EEEEEE;
	padding: 20px 20px 0px 20px;
}

.db_home_category_list .category_child_box li{
	width: 31.4%;
	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
	float: left;
	margin-right: 2.8%;
	margin-bottom: 20px;
	padding: 10px 10px;
    transition: 0.8s;
}

.db_home_category_list .category_child_box li:before{
	margin:0 10px 0 0;
	content:" ";
	display:inline-block;
	background: url(../image/common/db_home_category_name_arr.png) no-repeat left center;
	width: 6px;
	height: 10px;
	vertical-align:middle;
}

.db_home_category_list .category_child_box li:nth-child(3n){
	margin-right: 0%;
}

.db_home_category_list .category_child_box .bl:hover{
	border: solid 1px #006CB7;
}

.db_other_menu_box{
	width: 100%;
	background-color: #EEEEEE;
	padding: 40px 0px;
}

.db_other_menu_box .db_other_menu_box_in{
    max-width: 1024px;
    width: 94%;
    padding: 0px 3%;
    margin: 0 auto;
}

.db_other_menu_box .db_other_menu_box_in li{
	width: 16.7%;
	float: left;
	margin-left: 11%;
}

.db_other_menu_box .db_other_menu_box_in li:first-child{
	margin-left: 0%;
}

.db_other_menu_box .db_other_menu_box_in li .catalog:before{
	margin:0 auto 15px auto;
	content:" ";
	display:block;
	background: url(../image/common/db_other_menu_icon01.png) no-repeat left center;
	width: 72px;
	height: 61px;
    transition: 0.8s;
}
.db_other_menu_box .db_other_menu_box_in .bl-hover .catalog:before{
	background: url(../image/common/db_other_menu_icon01_on.png) no-repeat left center;
}

.db_other_menu_box .db_other_menu_box_in li .faq:before{
	margin:0 auto 15px auto;
	content:" ";
	display:block;
	background: url(../image/common/db_other_menu_icon02.png) no-repeat left center;
	width: 76px;
	height: 61px;
    transition: 0.8s;
}
.db_other_menu_box .db_other_menu_box_in .bl-hover .faq:before{
	background: url(../image/common/db_other_menu_icon02_on.png) no-repeat left center;
}

.db_other_menu_box .db_other_menu_box_in li .agency:before{
	margin:0 auto 15px auto;
	content:" ";
	display:block;
	background: url(../image/common/db_other_menu_icon03.png) no-repeat left center;
	width: 51px;
	height: 61px;
    transition: 0.8s;
}
.db_other_menu_box .db_other_menu_box_in .bl-hover .agency:before{
	background: url(../image/common/db_other_menu_icon03_on.png) no-repeat left center;
}

.db_other_menu_box .db_other_menu_box_in li .contact:before{
	margin:0 auto 15px auto;
	content:" ";
	display:block;
	background: url(../image/common/db_other_menu_icon04.png) no-repeat left center;
	width: 78px;
	height: 61px;
    transition: 0.8s;
}
.db_other_menu_box .db_other_menu_box_in .bl-hover .contact:before{
	background: url(../image/common/db_other_menu_icon04_on.png) no-repeat left center;
}

.db_other_menu_box .db_other_menu_box_in li h4{
	text-align: center;
}

.db_other_menu_box .db_other_menu_box_in li a{
	color: #006CB7;
    transition: 0.8s;
}

.db_other_menu_box .db_other_menu_box_in .bl-hover a{
	color: #CA3034;
}

.db_other_menu_box .db_other_menu_box_in li a:before{
	margin:0 10px 0 0;
	content:" ";
	display:inline-block;
	background: url(../image/common/db_other_menu_arr.png) no-repeat left center;
	width: 7px;
	height: 10px;
	vertical-align:middle;
    transition: 0.8s;
}

.db_other_menu_box .db_other_menu_box_in .bl-hover a:before{
	background: url(../image/common/db_other_menu_arr_on.png) no-repeat left center;
}


/*form top.css*/
/*-----------------------------------------------------------*/
#contact {
    height: 330px;
    background: url(../image/top_contact_bg.png)no-repeat #F2F3F7;
    background-size: cover;
}
#contact .section { padding: 70px 0 0;}
#contact .titarea {margin-bottom: 40px;}
#contact .subtit::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 34px;
    background: url(../image/top_icon_06.png)no-repeat;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 6px;
    background-size: 100%;
}
#contact .subtit {
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    color: #1B4383;
    display: inline-block;
}

#contact .sub_common {
    color: #333;
    font-size: 14px;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}
#contact .sub_common:before {
	content: "／";
	display: inline-block;
	margin: 0 10px;
	vertical-align: bottom;
}

#contact .num {
    display: inline-block;
    vertical-align: bottom;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    margin-right: 18px;
}
#contact .common_span {font-size: 16px;}
#contact .time {
    display: inline-block;
    vertical-align: bottom;
}
#contact .btn {
    margin-top: 38px;
    width: 300px;
}
#contact .btn a {
    background-color: #CA3034;
    border-color: #CA3034;
}
#contact .btn a:hover {
	color: #CA3034;
	background-color: #FFF;
}
#contact .btn a:hover:after {
	 border: solid #CA3034;
	 border-width:2px 2px 0 0;
}


/*sidebar*/
/*-----------------------------------------------------------*/

#side_search_title{
	background-color: #1B4383;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0px;
}

#side_search{
	background-color: #EEEEEE;
	padding: 20px 15px 20px 15px;
}

#side_search_category_list{
	width: 100%;
	height: 30px;
	margin-bottom: 5px;
}

#side_search_category_list_child{
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
}

.db_sidebar_title{
	font-size: 14px;
	color: #1B4383;
	font-weight: bold;
	margin-bottom: 5px;
}

.db_sidebar_radio_box{
	margin-bottom: 10px;
}

.db_sidebar_radio_box li:first-child{
	margin-right: 5%;
}

.db_sidebar_radio_box .radio01{
	width: 30%;
	float: left;
}

.db_sidebar_radio_box .radio02{
	width: 55%;
	float: left;
}

.db_sidebar_radio_box .radio03{
	width: 100%;
}

.db_sidebar_radio_box .radio04{
	width: 45%;
	float: left;
}

.db_sidebar_radio_box input{
	vertical-align: middle;
	margin-right: 5px;
}

.db_sidebar_keyword_box{
	margin-top: 20px;
	margin-bottom: 20px;
}

.db_sidebar_keyword_box input{
	width: 100%;
	height: 30px;
	text-indent: 5px;
}

.db_sidebar_submit_btn{
	text-align: center;
}

.db_sidebar_submit_btn input[type="submit"] {
	background-color: #1B4383;
    color: #FFF;
    font-size: 14px;
    border: solid 1px #1B4383;
	padding: 5px 20px;
    cursor: pointer;
    transition: 0.8s;
}

.db_sidebar_submit_btn input[type="submit"]:hover {
	background-color: #FFFFFF;
    color: #1B4383;
}

.db_sidebar_check_box{
	border-top: dotted 1px #CCCCCC;
	padding-top: 10px;
}

.db_sidebar_check_box input{
	vertical-align: middle;
	margin-right: 5px;
}


/*search*/
/*-----------------------------------------------------------*/

.db_parent_category_box{
	margin-bottom: 40px;
}

.db_parent_category_box .category_info{
	width: 69%;
	float: left;
}

.db_parent_category_box .category_info .category_name{
	font-size: 22px;
	font-weight: bold;
	color: #006BB7;
	margin-bottom: 20px;
}

.db_parent_category_box .category_info .category_detail{
	font-size: 14px;
}

.db_parent_category_box .category_image{
	width: 29%;
	float: right;
}

.db_parent_category_box .category_image span{
	width: 218px;
	height: 218px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.db_parent_category_box .category_image img{
	max-width: 218px;
	max-height: 218px;
	width: auto;
	height: auto;
}

.db_child_category_list_wrap .item_box_row{
	margin-bottom: 20px;
}

.db_child_category_list_wrap .db_child_category_box{
	width: 32.6%;
	float: left;
	border: solid 2px #EEEEEE;
	padding: 10px;
	margin-left: 1%;
    transition: 0.8s;
}

.db_child_category_list_wrap .db_child_category_box:first-child{
	margin-left: 0%;
}

.db_child_category_list_wrap .bl-hover{
	border: solid 2px #006BB7;
}

.db_child_category_list_wrap .db_child_category_box .category_name{
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 10px;
}

.db_child_category_list_wrap .db_child_category_box .category_name a{
	color: #006BB7;
}

.db_child_category_box .category_info .category_image{
	width: 30%;
	float: left;
}

.db_child_category_box .category_info .category_image span{
	width: 66px;
	height: 66px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.db_child_category_box .category_info .category_image img{
	max-width: 66px;
	max-height: 66px;
	width: auto;
	height: auto;
}

.db_child_category_box .category_info .category_txt{
	width: 66%;
	float: right;
}

.result_box .result_text{
	font-size: 13px;
	margin-bottom: 5px;
}

.result_box .search_sort{
	font-size: 13px;
}

.result_box .search_sort a{
	color: #006BB7;
}

.result_box .search_sort a:hover{
	text-decoration: underline;
}

.db_search_sort_wrap{
	margin-bottom: 20px;
}

.db_search_sort_wrap .search_sort{
	width: 30%;
	float: left;
}

.result_box .search_sort dt,
.result_box .search_sort dd,
.result_box .search_sort li{
	display:inline-block;
}
.result_box .search_sort li{
	padding-right:5px;
	padding-left:10px;
}
.result_box .search_sort li:first-child{
	padding-left:0;
}

#pager_top{
	width: 70%;
	float: right;
}

.pager {
	text-align: right;
	zoom:1;
    letter-spacing:-1em;
}
.pager a,
.pager span {
	display:inline-block;
	margin-right:4px;
    letter-spacing:normal;
    transition: 0.8s;
}
.pager a,
.pager span{
	padding:5px 7px;
	min-width:15px;
	text-align:center;
	font-size:13px;
	line-height:1;
	text-decoration: none !important;
}
.pager a:link,
.pager a:visited {

}
.pager a:hover,
.pager a:active {
	color: #FFFFFF;
	background:#006BB7;
}
.pager span {
	color: #FFFFFF;
	background:#006BB7;
}
.pager .dots{
	border:none !important;
}
.pager .next {
	margin-right:0;
}

.db_search_item_box_wrapper .item_box_row{
	margin-bottom: 20px;
}

.db_search_item_box_wrapper .db_search_item_box{
	width: 32.6%;
	float: left;
	margin-left: 1%;
}

.db_search_item_box_wrapper .db_search_item_box:first-child{
	margin-left: 0%;
}

.db_search_item_box_wrapper .db_search_item_box .item_image{
	margin-bottom: 10px;
}

.db_search_item_box_wrapper .db_search_item_box .item_image a{
	width: 245px;
	height: 245px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #EEEEEE;
    transition: 0.8s;
}

.db_search_item_box_wrapper .db_search_item_box .item_image a:hover{
	border: solid 1px #006BB7;
}


.db_search_item_box_wrapper .db_search_item_box .item_image img{
	max-width: 245px;
	max-height: 245px;
	width: auto;
	height: auto;
}

.db_search_item_box_wrapper .db_search_item_box .item_name{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.db_search_item_box_wrapper .db_search_item_box .item_name a{
	color: #333;
}

.db_search_item_box_wrapper .db_search_item_box .item_name a:hover{
	text-decoration: underline;
}

.db_search_item_box_wrapper .db_search_item_box .item_tag_box li{
	width: 32.6%;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	background-color: #006BB7;
	float: left;
	padding: 2px 0px;
	margin-right: 1%;
	margin-bottom: 5px;
}

.db_search_item_box_wrapper .db_search_item_box .item_tag_box li:nth-child(3n){
	margin-right: 0%;
}

#search_error .error_other a{
	color: #0070C0;
	text-decoration: underline;
}


/*item*/
/*-----------------------------------------------------------*/

#item_box01{
	margin-bottom: 20px;
}

#item_box01 .item_photo_box{
	width:38%;
	float:left;
}

#item_box01 .item_photo {
	width: 285px;
	height: 285px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #EEEEEE;
}

#item_box01 .item_photo a {
	display: none;
}
#item_box01 .item_photo a.on {
	display: block;
}

#item_box01 .item_photo img{
	max-width: 285px;
	max-height: 285px;
	width: auto;
	height: auto;
}

#item_box01 .item_photo_thumbnail{
	margin-top:10px;
	text-align: left;
	width:100%;
	height:54px;
	overflow: hidden;
}

#item_box01 .item_photo_thumbnail ul{
	width:100%;
}

#item_box01 .item_photo_thumbnail ul:before,
#item_box01 .item_photo_thumbnail ul:after{content: ""; display: block;}
#item_box01 .item_photo_thumbnail ul:after{clear: both;}
#item_box01 .item_photo_thumbnail ul{zoom:1;}

#item_box01 .item_photo_thumbnail li{
	width: 19%;
	height: 54px;
	border: solid 1px #EEEEEE;
	float:left;
	margin-left:1%;
	position: relative;
    transition: 0.8s;
    cursor: pointer;
}

#item_box01 .item_photo_thumbnail li:hover{
	border: solid 1px #006BB7;
}

#item_box01 .item_photo_thumbnail li:first-child{
	margin-left:0;
}

#item_box01 .item_photo_thumbnail img{

}
#item_box01 .item_photo_thumbnail img.on{

}

#item_box01 .item_photo_thumbnail img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    max-height: 52px;
    max-width: 52px;
    margin: auto;
}


#item_box01 .item_text{
	width:58%;
	float:right;
}

.db_item_catch{
	font-size: 14px;
	margin-bottom: 15px;
}

.db_item_name{
    font-size: 22px;
    font-weight: bold;
}

.db_item_detail{
	font-size: 14px;
	margin-bottom: 15px;
}

.db_item_tag_box{
	margin-bottom: 5px;
}

.db_item_tag_box li{
	width: 32.6%;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background-color: #006BB7;
	float: left;
	padding: 2px 0px;
	margin-right: 1%;

}

.db_item_tag_box li:nth-child(3n){
	margin-right: 0%;
}


#item_box02{
	background-color: #EEEEEE;
	padding: 25px 3% 20px 3%;
	margin-bottom: 40px;
}

.db_item_btn_area li{
	width: 32.6%;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	background-color: #1B4383;
	border: solid 1px #1B4383;
	float: left;
	margin-left: 1%;
	margin-bottom: 5px;
	padding: 7px 0px;
    transition: 0.8s;
}

.db_item_btn_area li:first-child{
	margin-left: 0%;
}

.db_item_btn_area li.bl-hover{
	color: #1B4383;
	background-color: #FFFFFF;
}

.db_item_btn_area li a:before{
	margin:0 10px 0 0;
	content:" ";
	display:inline-block;
	background: url(../image/common/db_item_btn_area_arr.png) no-repeat left center;
	width: 8px;
	height: 12px;
	vertical-align:middle;
    transition: 0.8s;
}

.db_item_btn_area li.bl-hover a:before{
	margin:0 10px 0 0;
	content:" ";
	display:inline-block;
	background: url(../image/common/db_item_btn_area_arr_on.png) no-repeat left center;
	width: 8px;
	height: 12px;
	vertical-align:middle;
}

.db_item_btn_area li a{
	color: #FFFFFF;
    transition: 0.8s;
}

.db_item_btn_area li.bl-hover a{
	color: #1B4383;
}

#item_box03,#item_box04,#item_box05,#item_box06,#item_box07,#item_box08,#item_box09{
	margin-bottom: 40px;
}

.db_item_subtitle{
	font-size: 22px;
	color: #006BB7;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.db_item_txt01{
	font-size: 14px;
}

.db_item_txt02{
	font-size: 14px;
	margin-bottom: 20px;
}

.db_item_txt03{
	font-size: 14px;
	margin-bottom: 10px;
}

.db_item_use_box{
	width: 90%;
	margin: 0 auto;
	background-color: #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px;
}

.db_item_subtitle02{
	font-size: 16px;
	font-weight: bold;
	border-left: solid 5px #006BB7;
	padding-left: 10px;
	margin-bottom: 10px;
}

.db_item_use_box .db_item_use_list{
	font-size: 14px;
	margin-bottom: 10px;
}

.db_item_use_box .db_item_use_list li{
	width: 32.6%;
	float: left;
	margin-right: 1%;
}

.db_item_use_box .db_item_use_list li:nth-child(3n){
	margin-right: 0%;
}

.db_item_use_box .db_item_use_list li a{
	color: #006BB7;
}

.db_item_use_box .db_item_use_list li a:before{
	margin:0 10px 0 0;
	content:">";
	display:inline-block;
	vertical-align:middle;
}

.db_item_use_box .db_item_use_list li a:hover{
	text-decoration: underline;
}

.db_item_use_box .for_list{
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.db_item_use_box .for_list a:hover{
	text-decoration: underline;
}

.db_item_other_image{
	text-align: center;
}

.db_item_other_image img{
	max-width: 100%;
	height: auto;
}

#item_box06 .box_txt{
	width: 68%;
	font-size: 14px;
	float: left;
}

.db_item_feature_box .box_image{
	width: 28%;
	float: right;
}

.db_item_feature_box .box_image img{
	max-width: 100%;
	height: auto;
}

.recommend_item_wrapper ul li{
	width: 24%;
	float: left;
	margin-left: 1%;
}

.recommend_item_wrapper ul li:first-child{
	margin-left: 0%;
}

.recommend_item_wrapper .recommend_item_image{
	margin-bottom: 5px;
}

.recommend_item_wrapper .recommend_item_image a{
	width: 180px;
	height: 180px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #EEEEEE;
    transition: 0.8s;
}

.recommend_item_wrapper .bl-hover a{
	border: solid 1px #006BB7;
}

.recommend_item_wrapper .recommend_item_image img{
	max-width: 180px;
	max-height: 180px;
	width: auto;
	height: auto;
}

.recommend_item_wrapper .recommend_item_name{
	font-size: 14px;
	font-weight: bold;
}

.recommend_item_wrapper .recommend_item_name a{
	color: #333;
}

.recommend_item_wrapper .recommend_item_name a:hover{
	text-decoration: underline;
}


/**/

/*PRODCT*/
/*-----------------------------------------------------------*/
.subtit {
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    color: #1B4383;
    display: inline-block;
}

#pdct {
  height: 1150px;
  background: url(../image/top_pdct_bg.png)no-repeat;
  background-size: cover;
}
#pdct .section {padding: 80px 0 60px;}

#pdct .titarea {margin-bottom: 40px;}
#pdct .subtit::before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url(../image/top_icon_02.png)no-repeat;
    margin-right: 21px;
    vertical-align: middle;
    margin-bottom: 8px;
    background-size: 100%;
}

#en_pdct {
height: 1240px;
/*    background: url(../image/top_pdct_bg.png)no-repeat;*/
    background-size: cover;
}
#en_pdct .section {padding: 0px 0 60px;}

#en_pdct .titarea {margin-bottom: 40px;}
#en_pdct .subtit::before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url(../image/top_icon_02.png)no-repeat;
    margin-right: 21px;
    vertical-align: middle;
    margin-bottom: 8px;
    background-size: 100%;
}


.pdct_in {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 50px;
}
.pdct_in .col5 {
    position: relative;
    display: table-cell;
    background-color: #FFF;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #ddd;
}

.pdct_in .col5:first-child {
      border-left: 1px solid #DDD;
}


.pdct_in .col5::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #1B4383 transparent;
    position: absolute;
    right: 3px;
    bottom: 3px;
}
.pdct_in .inner { position: relative;}

/*.pdct_in .inner::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:calc(100% - 6px);
    height:calc(100% - 6px);
    border-top:6px solid RGBA(255,255,255,0);
    border-left:6px solid RGBA(255,255,255,0);
    transition:0.8s;
}
.pdct_in .inner::after {
    content:"";
    position:absolute;
    bottom:0;
    right:0;
    width:calc(100% - 6px);
    height:calc(100% - 6px);
    border-bottom:6px solid RGBA(255,255,255,0);
    border-right:6px solid RGBA(255,255,255,0);
    transition:0.8s;
}*/
.pdct_in .foto {
    display: block;
    height: 190px;
    background-color: #F1F4FA;
  transition: 0.8s;
}
.pdct_in .foto img {
    width: 100%;
    height: auto;
}
.pdct_in .tit_box {
  display: table;
  width: 100%;
}
.pdct_in .tit {
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    height: 70px;
    padding: 10px;
    background-color: #1B4383;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
  transition: 0.8s;
}
.pdct_in .list {padding: 12px;}
.pdct_in .list li {
  font-size: 12px;
  line-height: 1.4;
  padding:3px 0 3px 10px;
  list-style-type: none;
  position:relative;
}

.pdct_in .list li::before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #333;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  position:absolute;
  left:0;
  top:9px;
}
#pdct .btn,#en_pdct .btn {
  width: 250px;
  margin: 0 auto;
}

#pdct .bl-hover:before,#en_pdct .bl-hover:before {
    width:calc(100% - 6px);
    height:calc(100% - 6px);
    border-top:6px solid RGBA(255,255,255,1);
    border-left:6px solid RGBA(255,255,255,1);
}
#pdct .bl-hover:after,#en_pdct .bl-hover:after {
    width:calc(100% - 6px);
    height:calc(100% - 6px);
    border-bottom:6px solid RGBA(255,255,255,1);
    border-right:6px solid RGBA(255,255,255,1)
}


/*SEARCH*/
/*-----------------------------------------------------------*/
#search{
  max-width: 1024px;
    width: 94%;
  background-color: #FFF;
  border: 1px solid #C6CAD9;
  box-sizing: border-box;
  margin: 0 auto;
}
.search_in {padding: 40px;}

.search_in .lftbox {
    float: left;
    width: 35%;
    border-right: 1px solid #DDD;
    padding-right: 40px;
}

.search_in .lftbox .db_top_check_box input{
    vertical-align: middle;
    margin-right: 5px;
}

.search_in .rgtbox {
  float: right;
  width: 65%;
    padding-left: 40px;
}

.search_in .subtitl {
    font-size: 17px;
    color: #1B4383;
    margin-bottom: 15px;
    font-weight: bold;
}
#side_search_category_list{
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
}
#side_search_category_list_child{
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
}
.checkbox_list li {
    float: left;
    width: 29.3%;
    margin-right: 6%;
    border-right: 1px dotted #999;
}
    .checkbox_list li:last-child {
        width: 60%;
      margin-right: 0;
        border-right: 0;
    }
    .checkbox_list li .block{
        display: block;
    }

.checkbox_list .tit {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    margin-bottom: 15px;
}
.checkbox_text {margin-right: 10px;}

.search_check {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.search_check input {
/*    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    margin-right: 10px;
    vertical-align: middle;
}
.box_keyword input {
    width: 100%;
    height: 48px;
    font-size: 12px;
    color: #999;
    text-indent: 20px;
    margin-bottom: 30px;
   /* background: url(../image/common/icon_search.png)no-repeat right 10px center;*/
}
.select {
  cursor: pointer;
  display: table;
  position: relative;
  color: #fff;
  width: 100%;
  height: 35px;
  margin-bottom: 30px;
}
.select:last-child {margin-bottom: 0;}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select-styled {
    width: 100%;
    min-width: 135px;
    height: 45px;
    display: table-cell;
    padding: 0 15px;
    color: #999;
    vertical-align: middle;
    position: relative;
    border: 1px solid #DDD;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
    .select-styled::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 5px 0px 5px;
        border-color: #999 transparent transparent transparent;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -5px;
    }
    .select-styled:hover { border: 1px solid #999;}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  background-color: #ECECEC;
}
.select-options li {
  margin: 0;
  padding: 10px 0;
  color: #999;
  text-indent: 15px;
  border-bottom: 1px solid RGBA(255,255,255,1);
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.select-options li:hover {
    color: #333;
    background-color: #E4E4E4;
}
.select-options li[rel="hide"] {display: none;}
.checkbox_text { margin-right: 10px;}


#search .submit {clear: both;}
#search .submit input[type="submit"] {
    width: 250px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px;
    display: block;
    text-align: center;
    color: #FFF;
    background-color: #1B4383;
    border: 1px solid #1B4383;
    transition: 0.3s;
    margin: auto;
    cursor: pointer;
}
  #search .submit input[type="submit"]:hover {
  color: #1B4383;
  background-color: #FFF;
  }

