
/*layout*/
/*--------------------------------------------------------------------------------*/

/* screens smaller than 691---------------------------- */
@media only screen and (min-width:691px) {
/*#main*/
	/*--------------------------------------------------------------------------------*/
#main {
	background-attachment: fixed;
    background-image: url(../image/top_main01-1.jpg);
    background-position: center 120px;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    top: 120px;
}
#main_in {
	width: 1000px;
	margin: 0 auto;
}

#main_in p.txt{
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -400px; 
}
#main_in p.txt02{
	position: absolute;
	top: 170px;
	left: 50%;
	margin-left: -400px; 
}

#main .mainimage_btn,#main .mainimage_btn02 {
	width: 175px;
	height: 43px;
	line-height: 38px;
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: -503px;
	z-index: 5;
}
#main .mainimage_btn02 {margin-left: -314px;}

#main .mainimage_btn a,
#main .mainimage_btn02 a{
	background: #FFF;
	color: #0D79AB;
	border: 2px solid #0D79AB;
	display: block;
	text-align: center;
	text-decoration: none;
	height: 43px;
	line-height: 38px;
}
#main .mainimage_btn a:hover,
#main .mainimage_btn02 a:hover{
	background: #0D79AB;
	color: #fff;
}



/*#our-edge*/
/*--------------------------------------------------------------------------------*/
#our-edge{
	margin-top: 120px;
	padding-top: 1px;
	background-color: #fff;
	border-top: 2px solid #afafaf;
}
#our-edge.sp_on{display: none;}
#our-edge.sp_on{display: none;}

#our-edge h2 {
	width: 180px;
	margin: 60px auto 10px;
}
#our-edge h2 img {
	width: 100%;
	height: auto;
}
#our-edge p.top-ouredge-copy {
	color: #656666;
	font-size: 21px;
	text-align: center;
	line-height: 1;
	margin-bottom: 37px;
}
#our-edge .top-ouredge-boxes-wrap {
	background: #3098c5;
}
#our-edge .top-ouredge-boxes {
	width: 1020px;
	margin: 0 auto;
}
#our-edge .top-ouredge-box {
	position: relative;
	color: #fff;
	float: left;
	height: 310px;
	padding-top: 35px;
	text-align: center;
}
#our-edge .top-ouredge-box-01 {
	background: url(../image/top_ouredge_bg_01.jpg) top center;
	width: 260px;
}
#our-edge .top-ouredge-box-02 {
	background: url(../image/top_ouredge_bg_02.jpg) top center;
	width: 250px;
}
#our-edge .top-ouredge-box-03 {
	background: url(../image/top_ouredge_bg_03.jpg) top center;
	width: 260px;
}
#our-edge .top-ouredge-box-inner {
	width: 190px;
	margin: 0 auto;
}
#our-edge .top-ouredge-box-copy {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 23px;
}
#our-edge .top-ouredge-txt {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 30px;
}
#our-edge .top-ouredge-arr {
	position: absolute;
	bottom: 15px;
	width: 190px;
}

#our-edge .top-ouredge-box-icon {
	margin-bottom: 10px;
}
/*blog*/

.blog {
	background: url(https://www.takagi-c.com/dcms_media/image/common/top_bg03.jpg);
	width: 100%;
}
.blog_area {
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
}
section > div#blog_area_txt {
	padding-left: 15px;
	width: 980px;
	position: relative;
}
section > div#blog_area_txt p {
	position: absolute;
	right: 0;
	top: 10px;
}
section.blog_area {
	position: relative;
	padding-bottom: 50px;
	padding-top: 50px;
}
.blog_content_wrap {
	width: 100%;
}
.blog_content:first-child {
	width: 500px;
	float: left;
	overflow: hidden;
	margin-left: 0 !important;
	position: relative;
}
.blog_content {
	width: 240px;
	float: left;
	overflow: hidden;
	margin-left: 20px;
	background: #FFF;
	position: relative;
}
.blog_content a:hover {
	filter: alpha(opacity=100);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity: 1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
	opacity: 1;
	display: block;
}
.blog_content a {
	background: #fff none repeat scroll 0 0;
	float: left;
	position: relative;
	width: 240px;
}
.blog_content:first-child a {
	width: 500px;
	height: 346px;
	float: left;
}
.blog_content:first-child img {
	width: 500px;
	height: auto;
	max-height: 346px;
	overflow: hidden;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.blog_content img {
	width: 240px;
	height: auto;
	max-height: 260px;
	overflow: hidden;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.blog_content:first-child h4 {
	color: #101177;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	line-height: 17px;
	width: 500px;
	background: #FFF;
	opacity: 0.8;
	position: absolute;
	bottom: 67px;
}
.blog_content h4 {
	color: #101177;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	line-height: 17px;
	width: 230px;
}
.blog_content time {
	color: #101177;
	font-size: 90%;
	line-height: 1;
	padding-left: 15px;
	padding-top: 190px;
	padding-bottom: 7px;
	display: block;
	width: 240px;
}
.blog_content:first-child time {
	color: #101177;
	font-size: 90%;
	line-height: 1;
	padding-left: 15px;
	padding-top: 10px;
	display: block;
	width: 500px;
	background: #FFF;
	position: absolute;
	bottom: 84px;
	opacity: 0.8;
}
.blog_content:first-child p {
	padding: 8px 15px 5px;
	font-size: 85%;
	line-height: 1.5;
	width: 500px;
	background: #FFF;
	opacity: 0.8;
	position: absolute;
	bottom: 0px;
}
.blog_content p {
	padding: 8px 15px 5px;
	font-size: 85%;
	line-height: 1.5;
	width: 240px;
}
.blog_content.first {
	width: 520px;
	max-height: 240px;
	min-height: 240px;
	float: left;
	overflow: hidden;
	background: #FFF;
	margin-left: 0 !important;
}
.blog_content.first img {
	width: 316px;
	height: auto;
	max-height: 260px;
}
.blog_content.first h4 {
	padding: 10px 15px 0;
	font-size: 120%;
	line-height: 1.3;
	font-weight: bold;
	float: left;
}
.blog_content.first p {
	padding: 10px 15px 5px;
	float: left;
	width: 178px;
}
#bloghide {
	width: 980px;
	margin-left: -530px;
	display: none;
}
#bloghide .blog_content {
	margin-top: 30px;
	margin-left: 26px;
}
#bloghide .blog_content:first-child {
	margin-left: 0;
}
.media_tit {
	width: 100%;
	display: block;
	margin-bottom: 25px;
	text-align: center;
}
.media_tit img {
	margin: 0px auto;
}
.media_text {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.media_btn {
	width: 317px;
	margin: 0px auto;
	text-align: center;
	padding-bottom: 40px;
}
.media_btn a {
	border: 1px solid #0B3486;
	padding: 0px 10px 0px 30px;
	line-height: 60px;
	font-size: 150%;
	font-weight: bold;
	color: #0B3486;
	display: block;
}
.media_btn a:after {
	content: "";
	width: auto;
	background: url(../image/arr03.png) no-repeat center center;
	padding: 0px 20px 0px 10px;
}
.media_btn a:hover {
	opacity: 0.7;
}
/*#product*/
	/*--------------------------------------------------------------------------------*/
#product {
	background: #ededec;
	padding: 80px 0 50px 0;
}
#product h2 {
	width: 302px;
	margin: 0 auto 10px;
}
#product h2 img {
	width: 100%;
	height: auto;
}
#product .top-product-boxes {
	width: 1040px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#product .top-product-box {
	background: #fff;
	position: relative;
	float: left;
	margin: 0 10px 20px 10px;
	width: 240px;
	height: 300px;
}
/*#product .top-product-box:first-child, #product .top-product-box:nth-child(4) {
	margin-left: 0;
}*/
#product .top-product-box:first-child {
	width: 500px;
}
.top-product-box:first-child > a {
	display: block;
	/*max-height: 300px;
		min-height: 180px;*/
	width: 500px;
	height: 300px;
	overflow: hidden;
	background-color: #eaeaea;
}
.top-product-box > a img {
	width: 100%;
	height: auto;
}
.top-product-box > a {
	display: block;
	/*max-height: 300px;
		min-height: 180px;*/
	width: 240px;
	height: 144px;
	overflow: hidden;
	background-color: #eaeaea;
}
.top-product-box > a img {
	width: 100%;
	height: auto;
}
#product .top-product-cat {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	width: auto;
	display: inline-block;
	height: 25px;
	padding: 7px 10px;
	z-index: 2;
	background:url(../image/bg_pink.png) repeat ;

}


#product .top-product-txt-box {
	padding: 0 10px;
}
#product .top-product-ttl {
	margin-bottom: 4px;
}
#product .top-product-box:first-child .top-product-txt-box {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../image/bg_white.png) repeat;
	height: 125px;
	width: 500px;
	padding: 0 8px 0 8px;
}


.top-product-txt-box a {
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 9px;
    line-height: 200%;
    padding: 0 7px;
	background:#AAA;
	margin:10px 5px 0;
	float: right;
	display:block;
}
.top-product-txt-box a.te{
	background-color: #0685B8;
	float: left;
	display:block;
}
.top-product-txt-box a:hover {
	background:#00b7f1;
	text-decoration:none;
}

.top-product-ttl a {
    border-radius:0px;
	background:none;
	display:block;
    color: #333;
    font-size: 14px;
    padding: 0;
	margin:0;
	float:left;
    line-height: 140%;
	padding-bottom:5px;
}

.top-product-txt a {
    border-radius:0px;
	background:none;
	display:block;
    color: #333;
    font-size: 11px;
    padding: 0;
	margin:0;
    line-height: 140%;
}

.top-product-ttl a:hover {
	background:none;
	text-decoration:none;
}

.top-product-txt a:hover {
	background:none;
	text-decoration:none;
}


.imgLiquid_error {
	display:none;
}


#product .top-product-box:first-child .top-product-ttl {
	margin-bottom: 2px;
}
#product .top-product-txt {
	font-size: 11px;
}
#product .top-product-status {
	border-bottom: 2px solid #d2d2d2;
	font-size: 11px;
	text-align: right;
	padding-right: 6px;
	height: 25px;
	line-height: 25px;
	width: 220px;
	margin: 0 auto 5px;
}
#product .top-product-tag {
	margin-right: 23px;
}
#product a.top-product-btn {
	background: #3098c5;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 300px;
	height: 43px;
	line-height: 43px;
	margin: 0 auto;
}
#product .top-product-box:first-child .top-product-status {
	width: 100%;
	border-bottom: 2px solid #AAA;
}
.category-discontinuation a {
	width: 100px !important;
	height: 18px !important;
	font-size: 11px;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 10px;
	opacity: 0.8;
}
.category-safety_control a {
	width: 100px !important;
	height: 18px !important;
	font-size: 11px;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 10px;
	opacity: 0.8;
}
/*#information*/
	/*--------------------------------------------------------------------------------*/
#information {
	padding: 80px 0 65px;
}
#information h2 {
	width: 224px;
	margin: 0 auto 10px;
}
#information h2 img {
	width: 100%;
	height: auto;
}
#information .top-news-wrap {
	width: 1020px;
	margin: 0 auto 100px;
}
#information .top-news-right {
	border: solid 10px #ededec;
	float: right;
	width: 240px;
	height: 250px;
	padding-top: 10px;
	position: relative;
}
#information .top-news-right p {
	font-size: 16px;
	width: 152px;
	text-align: right;
}
#information .top-news-right img {
	position: absolute;
	left: 155px;
	top: 15px;
}
#information p.top-news-right-img {
	margin: 10px auto 0;
	width: 180px;
}
#information .top-news-right-img img {
	position: static;
}
#information .top-news {
	position: relative;
	float: left;
	width: 1020px;
}
#information .top-news h3 {
	background: url(../image/top_news_border.png) no-repeat bottom left;
	padding: 8px 0 16px 3px;
}
#information .top-info-link {
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	padding-top: 12px;
}
#information .top-news dl {
	border-bottom: 2px dotted #e8e8e8;
}
#information .top-news dt, #information .top-news dd {
	display: table-cell;
	height: 39px;
	vertical-align: middle;
}
#information .top-news dt {
	color: #0383b7;
	padding-right: 30px;
}
#information a.top-info-btn {
	background: #3098c5;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 300px;
	height: 43px;
	line-height: 43px;
	margin: 0 auto;
}
/*#banner*/
	/*--------------------------------------------------------------------------------*/
#banner {
	background: #ededed;
	padding: 25px 0 25px;
}
#banner .top-banners {
	width: 1020px;
	margin: 0 auto;
}
#banner .owl-item {float: left;}
#banner .owl-item a {
	text-align: center;
	display: block;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.owl-item img{
	width: 100%;
	height: auto;
}

/*#sub-nav*/
	/*--------------------------------------------------------------------------------*/
#sub-nav {
	width: 1020px;
	margin: 70px auto 90px;
}
#sub-nav .top-sub-nav {
	float: left;
	width: 150px;
	text-align: center;
	margin-left: 24px;
}
#sub-nav .top-sub-nav p {
	line-height: 1;
}
#sub-nav div.top-sub-nav:first-child {
	margin-left: 0;
}
/*#contact*/
	/*--------------------------------------------------------------------------------*/
#contact {
	background-attachment: fixed;
    background-image: url(../image/top_contact_bg.jpg);
    background-color: #EFEFEF;
    background-position: center bottom;
    background-repeat: no-repeat;
}
#contact_in {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
}
#contact h2 {
	color: #0383b7;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 17px;
	line-height: 1;
}
#contact h2 span {
	font-size: 18px;
	font-weight: normal;
	margin-left: 27px;
	vertical-align: middle;
}
.info-btn {
	background: #3098c5;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 300px;
	height: 43px;
	line-height: 43px;
	margin: 10px 0;
}
a.contact_btn{
	display: block;
}
a.contact_btn:hover #contact{opacity: 0.8;}


/*-------------------------------------------------------------------------------------*/
/* english */
/*-------------------------------------------------------------------------------------*/

/*common-----------------*/
body#en_top section{
	margin: 0 auto;
	padding: 80px 0 0;
    width: 820px;
    line-height: 2;
    font-size: 16px;
    word-break: keep-all;
    letter-spacing: 0.01em;
}
body#en_top section#contact_in{
	padding: 110px 0;
}
body#en_top #main{
	border-bottom: 1px solid #afafaf;
}

body#en_top #main #main_in p.txt{
	top: 140px;
}
body#en_top #main #main_in p.txt02{
	top: 210px;
}

.entop_title{margin: 0 auto 40px;}
.entop_title img{
	width: 100%;
	height: auto;
}
#en_aboutus .entop_title{width: 185px;}
#en_company .entop_title{width: 380px;}
#en_oversea .entop_title{width: 403px;}
#en_manufacturer .entop_title{width: 270px;}

#en_aboutus_wrap{padding-top: 121px;}
body#en_top section#en_manufacturer{padding-bottom: 80px;}

#en_company_pl,#en_oversea_pl,#en_manufacturer_pl{
	padding-top: 120px;
	margin-top: -120px;
}

table.en_tab{
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
table.en_tab span{padding-left: 30px;}
table.en_tab th,table.en_tab td{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 2% 3%;
	vertical-align: middle;
}
table.en_tab th{
	width: 30%;
	background-color: #eaeef4;
}
.en_btn{
	text-align: center;
}
.en_btn a{
	display: inline-block;
	background-color: #3098c5;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	padding: 0 64px;
}




/*-------------------------------------------------------------------------------------*/
/* chinese */
/*-------------------------------------------------------------------------------------*/
body#ch_top {word-break:normal;}
/*common-----------------*/
body#ch_top section{
	margin: 60px auto 0;
    width: 1020px;
    line-height: 2;
    font-size: 16px;
    word-break: normal;
    letter-spacing: 0.01em;
}
body#ch_top section#contact_in{
	padding: 110px 0;
}
body#ch_top #main{
	border-bottom: 1px solid #afafaf;
}
body#ch_top #main #main_in p.txt{
	top: 150px;
}
body#ch_top #main #main_in p.txt02{
	top: 220px;
}

.chtop_title{margin: 0 auto 40px;}
.chtop_title img{
	width: 100%;
	height: auto;
}

#ch_aboutus .chtop_title{width: 182px;}
#ch_company .chtop_title{width: 184px;}
#ch_oversea .chtop_title{width: 248px;}
#ch_manufacturer .chtop_title{width: 184px;}

#ch_aboutus_wrap{padding-top: 121px;}
body#ch_top section#ch_manufacturer{padding-bottom: 80px;}
#ch_company_pl,#ch_oversea_pl,#information,#ch_manufacturer_pl{
	padding-top: 120px;
	margin-top: -120px;
}

table.ch_tab{
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
table.ch_tab span{padding-left: 30px;}
table.ch_tab th,table.ch_tab td{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 2% 3%;
	vertical-align: middle;
}
table.ch_tab th{
	width: 30%;
	background-color: #eaeef4;
}
.ch_btn{
	text-align: center;
	margin-bottom:100px;
}
.ch_btn a{
	display: inline-block;
	background-color: #3098c5;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	padding: 0 64px;
}

.sp_br{
	display: none;
}


/*-------------------------------------------------------------------------------------*/
/* new chinese */
/*-------------------------------------------------------------------------------------*/

#ch_aboutus_wrap_pl{background:#F9F9F9;}

.ch_manufacturer{margin: 50px auto 50px;width:1020px;}

.aboutus_container{width: 1020px;}

.chtop_h2{text-align:center;font-weight:bold;font-size:2.5rem;}


.aboutus_container, .supplier_container, .business_container {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   margin:50px 0 50px 0;
}

div.aboutus_block {
   width: calc((100% - 10px) / 2);
}

div.supplier_block {
   width: calc((100% - 30px) / 4);
}

div.business_block {
   width: calc((100% - 20px) / 3);
}


}/* screens smaller than 691---------------------------- */
