.subpage{

	border-top: solid 1px #ccc;
}
.sub_bnr{
	
}
.pan.company {
    background: #83a6d8;
    padding: 1rem 0;
}

.sub_bnr h1{
    font-size: 2.6rem;
    letter-spacing: 0.5rem;
    color: #ffffff;
    text-shadow: 0px 0px 4px #808080;
}

 .sub_bnr .tit{
    margin: 1rem 0;
    font-size: 3.2rem;
    line-height: 5rem;
}

#page .head{
    padding: 4rem 0;
}
#page .head h1{
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section{
	padding: 0rem 0;
}

.sub_bnr{
    background: url(../img/topbnr2.gif) no-repeat center center;
    padding: 3rem 0 6rem;
    background-size: cover;
}

.sec .header h2 {
    margin-right: 1rem;
    margin-bottom: 2.5rem;
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
}


#page .company_sec01{
	padding-top: 0rem;
	padding-bottom: 5rem;
}
#page .company_sec01 .header{
	
}
#page .company_sec01 .tit{
    font-size: 2.6rem;
    background: #ececec;
    padding: 4rem;
    color: #0b1627;
    text-align: center;
}

.company_sec01 .header h2{
	padding-top: 5rem;
}

#page .company_sec01 .content{
	
}
#page .company_sec01 .greeting{

}
#page .company_sec01 .greeting h3{
    font-size: 2.1rem;
    margin-bottom: 1.8rem;
    font-weight: bold;
    margin: 3rem 0 2rem;
}

#page .company_sec01 .greeting .flex{

}
#page .company_sec01 .greeting .flex .left{width: 30%;}
#page .company_sec01 .greeting .flex .left img{

}
#page .company_sec01 .greeting .flex .left span{font-size: 1.1rem;color: #353535;display: block;line-height: 1.4rem;padding: 0.5rem 1rem;background: #f2f2f2;margin-top: 0.4rem;}

#page .company_sec01 .greeting .flex .right{
    width: calc(100% - 30%);
    padding-left: 3rem;
}
#page .company_sec01 .greeting .inr{
    width: 810px;
    margin: 0 auto;
}

#page .company_sec01 .greeting p{
    font-size: 1.5rem;
    margin-bottom: 2.2rem;
}

#page .company_sec01 .content table{
	border-collapse: collapse;
	margin: 4rem auto;
	max-width: 810px;
	border: solid 1px #fff;
}
#page .company_sec01 .content table tr{
	
}
#page .company_sec01 .content table th,
#page .company_sec01 .content table td{
	font-size: 1.6rem;
	color: #000;
	border-bottom: solid 1px #d5d5d5;
	padding: 1rem 0;
}

#page .company_sec01 .content table th{
	width: 19rem;
	padding: 1.5rem 3rem;
	text-align: right;
}

#page .company_sec01 .content table td{
	
}

.company .flex.img_block{
	display: flex;
}
.company .flex.img_block > img{
	width: calc(100% / 6);
	height: auto;
}



#page .company_sec01 .greeting .btn_block{margin-top: 5rem;margin-bottom: 3rem;background: #f2f2f2;padding: 2rem 2.6rem;}
#page .company_sec01 .greeting .btn_block .tit{font-size: 1.8rem;font-weight: bold;background: none;padding: 0;position: relative;margin-bottom: 2rem;}
#page .company_sec01 .greeting .btn_block .tit:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 4rem;
    height: 0.6rem;
    background: #1d34b0;
    transform: translate(-50%,-50%);
    border-radius: 21px;
}
#page .company_sec01 .greeting .btn_block .flex{display: flex;background: #fff;padding: 2rem;justify-content: space-between;padding-bottom: 1rem;}
#page .company_sec01 .greeting .btn_block > .flex div{
    width: 50%;
}
#page .company_sec01 .greeting .btn_block .tel_block{

}
#page .company_sec01 .greeting .btn_block .tel_block .txt{
    font-size: 1.1rem;
    text-align: center;
}
#page .company_sec01 .greeting .btn_block .form_block{

}
#page .company_sec01 .greeting .btn_block > div p{text-align: center;font-size: 1.5rem;margin-bottom: 7px;}
#page .company_sec01 .greeting .btn_block > div .tel{
    font-size: 2.8rem;
    font-weight: 600;
    color: #000000;
    line-height: 2.3rem;
    margin-bottom: 0;
    margin-top: 2.3rem;
    margin-bottom: 0.1rem;
}
#page .company_sec01 .greeting .btn_block > div a{
    display: flex;
    justify-content: center;
    padding: 1.2rem 0;
    background: #1d33b0;
    color: #fff;
    border-radius: 38px;
    text-align: center;
}
#page .company_sec01 .greeting .btn_block > div a span{

}
#page .company_sec01 .greeting .btn_block > div a span > span{font-size: 1.2rem;}

.learn{
	background: #f2f2f2;
	padding:4rem 0rem 1rem;
}

.learn .learning{
    background: #fff;
    padding: 0 3rem 1rem;
}

.learn .thumnail{
	max-height: 33rem;
    overflow: hidden;
}
.learn .thumnail img{
    height: auto;
	width: 100%;
}

.learning{
	
}



blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    max-width: 60rem;
    margin: 0 auto;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 3px;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}
blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7 !IMPORTANT;
    font-size: 1.5rem !IMPORTANT;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}




.learn h3{
    margin: 3rem 0 1.5rem;
    font-size: 2.4rem !important;
}

.links_block{padding: 2rem;background: #f2f2f2;margin: 4rem auto;max-width: 60rem;}
.links_block .p1{
    margin-bottom: 0.1rem ! IMPORTANT;
    font-weight: 600;
    font-size: 1.4rem !important;}
.links_block a{
	display: block;
	margin-top: 0.6rem;
	color: #0f5ad2;
	font-size: 1.5rem;
	margin-left: 1rem;
}
.links_block br{
    display: none;
}

.flex_right{
    /* display: flex; */
    /* justify-content: end; */
}

.author_block{
    margin-bottom: 3rem;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 0.6rem 0 0.8rem;
    /* border: solid 1px #ccc; */
    /* padding: 0.9rem 1.7rem; */
    /* border-radius: 6px; */
}
#single .content .author_block .p1{margin: 0;font-size: 1.3rem;margin-bottom: 0.6rem;line-height: 1.9rem;font-weight: 700;color: #777;}
#single .content .author_block .flex{display: flex;justify-content: flex-start;align-items: center;}
#single .content .author_block .flex .img{width: 4rem;height: 4rem;border-radius: 200px;overflow: hidden;margin-right: 1rem;}
#single .content .author_block .flex .img img{

}
#single .content .author_block .flex .author_detail{

}
#single .content .author_block .flex .author_detail p{
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.8rem;
}
#single .content .compare_block{

}
#single .content .compare_block .block{

}
#single .content .compare_block .img{
    max-width: 55rem;
    margin: 0 auto;
    margin-bottom: 3rem;
}

#single .content .compare_block .block img{width: 100%;}

#single .content .merit_section{
	padding: 0rem 0 0;
}

#single .content .merit_section h2{
    margin-bottom: 1rem ! IMPORTANT;
    text-align: center;
    font-size: 3.1rem;
    margin-bottom: 6rem;
    font-family: serif;
    border: none;
    color: inherit;
}

#single .content .merit_section .inr_in > .p1{
    text-align: center;
    font-size: 3rem;
    margin-bottom: 5rem
}

.merit_section .inr_in > .p1{
	text-align: center;
	font-size: 3rem;
	margin-bottom: 5rem;
}

.merit_section .block1{
	background: #f2f8fb;
	padding: 3rem;
	margin-bottom: 4rem;
}
.merit_section .block1 p{
	
}

.merit_section .merit_contents{
	
}
.merit_section .merit_contents .in_content{
	margin-bottom: 5rem;
}
.merit_section .merit_contents .in_content.type01{
}
.merit_section .merit_contents .in_content .flex{
	
}
.merit_section .merit_contents .in_content .txt_block{
	width: 50%;
}
.merit_section .merit_contents .in_content.type01 .txt_block{
	padding-right: 3rem;
}
.merit_section .merit_contents .in_content.type02 .txt_block{
	padding-left: 3rem;
}
.merit_section .merit_contents .in_content .txt_block .tit{
	margin-bottom: 2em;
	width: 16rem;
}
.merit_section .merit_contents .in_content .txt_block .p1{
	font-size: 2.3rem !important;
	margin-bottom: 2rem;
	font-family: serif;
	font-weight: 600;
	line-height: 3.4rem !important;
}
.merit_section .merit_contents .in_content .txt_block .txt{
	font-size: 1.6rem;
}
.merit_section .merit_contents .in_content .img_block{
	
}
.merit_section .merit_contents .in_content .img_block img{
	
}
.merit_section .merit_contents .in_content.type02{
	
}

.merit_section .block2{
	background: url(img/bg06.png) no-repeat center center;
	padding: 8rem 0;
}
.merit_section .block2 .tit{
	font-size: 2.8rem;
	margin-bottom: 3rem;
	font-family: serif;
}
.merit_section .block2 .txt{
	font-size: 1.6rem;
	margin-bottom: 3rem;
}
.merit_section .block2 .txt2{
	font-size: 2.4rem;
	font-weight: 600;
}

#single .content .denba_food .in_block .compare_block{
	padding: 4rem 0 0;
}


#single .content .denba_food .in_block .compare_block .tit2{
	text-align: center;
	font-size: 2.7rem;
	background: url(../img/technology/title_fukidashi.png) no-repeat bottom center;
	padding-bottom: 4rem;
	margin-bottom: 2.4rem;
}
#single .content .denba_food .in_block .compare_block .txt1{
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 4rem;
}
#single .content .denba_food .in_block .compare_block .flex{
	justify-content: space-between;
	margin-bottom: 4rem;
	border: solid 1px #9c9c9c;
	padding: 2.4rem;
	padding-bottom: 0;
	border-radius: 10px;
}
#single .content .denba_food .in_block .compare_block .flex > div{
	width: 48%;
	text-align: center;
}



#single .content .denba_food .in_block .compare_block .left{
	
}
#single .content .denba_food .in_block .compare_block .flex > div > .p_tit{
	background: #c2e7f6;
	padding: 0.8rem 0;
	font-size: 1.5rem;
	margin-bottom: 0.8rem;
}
#single .content .denba_food .in_block .compare_block .flex > div > .p_tit.type02{
	color: #fff;
	background: #31699a;
}

#single .content .denba_food .in_block .compare_block  .p_tit{
	font-size: 2rem;
}

#single .content .lists_block{

}
#single .content .lists_block .flex{justify-content: center;flex-wrap: wrap;}
#single .content .lists_block .block{width: 31%;padding: 15px;border: solid 1px #ccc;border-radius: 6px;margin: 0 1% 2rem;box-sizing: border-box;}
#single .content .lists_block .block h4{text-align: center;border-bottom: solid 2px #999;padding-bottom: 0.6rem;font-size: 2.2rem;padding-top: 0rem;margin: 0;margin-bottom: 1.8rem;}
#single .content .lists_block .block p{font-size: 1.5rem;line-height: 2.2rem;margin: 0;}
#single .content .lists_block .block img{display: block;margin: 0 auto;,: 0Q;,: 0;}

#single .content .point_lists_block{display: flex;flex-wrap: wrap;}
#single .content .point_lists_block .block{width: calc(100% / 3);margin-bottom: 2rem;padding: 0.2rem;}
#single .content .point_lists_block .block p{text-align: center;font-size: 1.6rem;background: #f2f2f2;/* border-radius: 6px; */margin-top: 0.4rem;margin-bottom: 1rem;font-weight: 600;}
#single .content .point_lists_block .block .img{
    height: 20rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}
#single .content .point_lists_block .block img{width: 100%;overflow: hidden;overflow: hidden;background: #f2f2f2;}

#single.denba_technology h2{
    text-align: center;
    font-size: 3.6rem;
    margin-bottom: 6rem;
    font-family: serif;
    border: none;
    color: inherit;
    padding: 1.1rem 3rem;
    border-radius: 0.5em;
    margin: 10rem 0 3rem;
    font-weight: 700;
}
#single.denba_technology .product_compare h2{
    margin: 4rem 0 2rem;
}

#single.denba_technology h2 .txt_small{
    font-size: 1.9rem;
    display: inline-block;
    margin-left: 1rem;
}
.coldchain {
    margin-bottom: 3rem;
}
.coldchain img{

}


#single.denba_technology .coldchain_content{max-width: 65rem;margin: 0 auto 0rem;}

#single.denba_technology .coldchain_content .block{margin-bottom: 4rem;}
#single.denba_technology .coldchain_content .block h4{

}
#single.denba_technology .coldchain_content .block .flex{

}
#single.denba_technology .coldchain_content .block .flex .img{width: 18rem;border: solid 3px #ccc;
display: flex; align-items: center;}
#single.denba_technology .coldchain_content .block .flex .img img{

}
#single.denba_technology .coldchain_content .block .flex .detail{width: calc(100% - 18rem);padding-left: 2rem;}
#single.denba_technology .coldchain_content .block .flex .detail p{
    margin-bottom: 0;
}

#single .content img.icon_img{
    display: inline-block;
    margin-right: 1rem;
    max-height: 5rem !important; 
    width: auto !important;
}
#single.denba_technology .patent_block{display: flex;flex-wrap: wrap;}
#single.denba_technology .patent_block p{
    margin: 0;
    border: solid 1px #ccc;
    padding: 0.2rem 0.9rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    margin-right: 0.8rem;
    background: #f2f2f2;
}
#single.denba_technology .patent_img_lists_block{

}
#single.denba_technology .patent_img_lists_block img{
    max-width: 13.1rem;
}


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


.subpage{

	border-top: solid 1px #ccc;
}
.sub_bnr{
	
}

.sub_bnr h1{
    font-size: 1.6rem;
    letter-spacing: 0.5rem;
    color: #717171;
}

 .sub_bnr .tit{
    margin: 0.5rem 0 0rem;
    font-size: 2.4rem;
    line-height: 3.1rem;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0px 0px 0px #999, 0px 0px 20px #000, 0px 0px 1px #000;
}

#page .head{
    padding: 4rem 0;
}
#page .head h1{
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section{
	padding: 0rem 0;
}

.sub_bnr{
    background: url(../img/topbnr2.gif) no-repeat center center;
    padding: 3rem 0 38vw;
    background-size: cover;
}

.sec .header h2 {
    margin-right: 1rem;
    margin-bottom: 1.5rem;
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
}

#page .company_sec01{
	padding-top: 5rem;
	padding-bottom: 5rem;
}



#page .company_sec01 .header{
	
}
#page .company_sec01 .content{
	
}
#page .company_sec01 .content table{
	border-collapse: collapse;
	margin: 4rem auto;
	max-width: 810px;
	border: solid 1px #fff;
}
#page .company_sec01 .content table tr{
	
}
#page .company_sec01 .content table th,
#page .company_sec01 .content table td{
	font-size: 1.6rem;
	color: #313131;
	border-bottom: none;
	padding: 1rem 0;
	display: block;
	width: 100%;
	text-align: left;
}

#page .company_sec01 .content table th{
	width: 100%;
	padding: 0.8rem 1rem;
	text-align: left;
	display: block;
	background: #edf6ff;
	font-weight: 600;
}

#page .company_sec01 .content table td{padding-left: 2.5rem;}

.company .flex.img_block{
	display: flex;
}
.company .flex.img_block > img{
	width: calc(100% / 6);
	height: auto;
}


.learn{
	background: #e0e0e0;
	padding:4rem 0rem 1rem;
}

.learn .learning{
    background: #fff;
    padding: 0 5% 1rem;
}

.learning{
	
}



blockquote{
	background: #f2f2f2;
	padding: 1.6rem;
	margin-bottom: 2rem;
	line-height: 3rem;
}

.learn h3{
    margin: 3rem 0 1.5rem;
    font-size: 2rem !important;
}


/*  */
#page .company_sec01 .greeting .flex{display: block;}
#page .company_sec01 .greeting .flex .left{width: 100%;background: #f2f2f2;padding-top: 1rem;}
#page .company_sec01 .greeting .flex .left img{display: block;margin: 0 auto;max-width: 18rem;width: 50%;background: #f2f2f2;}
#page .company_sec01 .greeting .flex .left span{font-size: 1.1rem;color: #353535;display: block;line-height: 1.4rem;padding: 0.5rem 1rem;background: #f2f2f2;margin-top: 0.4rem;}

#page .company_sec01 .greeting .flex .right{
    width: 100%;
    padding-left: 0;
}
#page .company_sec01 .greeting .inr{
    width: 100%;
    margin: 0 auto;
}

/*  */


#page .company_sec01 .greeting .btn_block{margin-top: 5rem;margin-bottom: 3rem;background: #f2f2f2;padding: 2rem 2.6rem;}
#page .company_sec01 .greeting .btn_block .tit{font-size: 1.8rem;font-weight: bold;background: none;padding: 0;position: relative;margin-bottom: 2rem;}
#page .company_sec01 .greeting .btn_block .tit:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 4rem;
    height: 0.6rem;
    background: #1d34b0;
    transform: translate(-50%,-50%);
    border-radius: 21px;
}
#page .company_sec01 .greeting .btn_block .flex{display: block;background: #fff;padding: 2rem;justify-content: space-between;padding-bottom: 2rem;}
#page .company_sec01 .greeting .btn_block > .flex div{
    width: 100%;
}
#page .company_sec01 .greeting .btn_block .tel_block{border-bottom: solid 1px #ccc;padding-bottom: 1.5rem;margin-bottom: 2rem;}
#page .company_sec01 .greeting .btn_block .tel_block .txt{
    font-size: 1.1rem;
    text-align: center;
}
#page .company_sec01 .greeting .btn_block .form_block{

}
#page .company_sec01 .greeting .btn_block > div p{text-align: center;font-size: 1.3rem;margin-bottom: 7px;}
#page .company_sec01 .greeting .btn_block > div .tel{
    font-size: 2.6rem;
    font-weight: 600;
    color: #000000;
    line-height: 2.3rem;
    margin-bottom: 0;
    margin-top: 1.4rem;
    margin-bottom: 0.1rem;
}
#page .company_sec01 .greeting .btn_block > div a{
    display: flex;
    justify-content: center;
    padding: 1.2rem 0;
    background: #1d33b0;
    color: #fff;
    border-radius: 38px;
    text-align: center;
}
#page .company_sec01 .greeting .btn_block > div a span >span{
    font-size: 1.2rem;
}


/* 202402 */

#single .content .merit_section h2 {
    margin-bottom: 1vw ! IMPORTANT;
    font-size: 2.2rem;
    margin-bottom: 6vw;
    padding: 1.2rem 0;
}
#single .content .merit_section .inr_in > .p1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 6vw;
}
.merit_section .merit_contents .in_content .flex{
	display: block;
}
.merit_section .merit_contents .in_content .txt_block{
	width: 50%;
}
.merit_section .merit_contents .in_content.type01 .txt_block{
	padding-right: 0;
	width: 100%;
}
.merit_section .merit_contents .in_content.type02 .txt_block{
	padding-left: 0;
	width: 100%;
}
.merit_section .merit_contents .in_content .txt_block .tit{
	margin-bottom: 2em;
	width: 16rem;
}
.merit_section .merit_contents .in_content .txt_block .p1{
	font-size: 2.3rem !important;
	margin-bottom: 2rem;
	font-family: serif;
	font-weight: 600;
	line-height: 3.4rem !important;
}
.merit_section .merit_contents .in_content .txt_block .txt{
	font-size: 1.6rem;
}
.merit_section .merit_contents .in_content .img_block{
	margin-bottom: 4vw;
}
.merit_section .merit_contents .in_content .img_block img{
	
}
.merit_section .merit_contents .in_content.type02{
	
}

.merit_section .block2{
	background: url(img/bg06.png) no-repeat center center;
	padding: 8rem 0;
}
.merit_section .block2 .tit{
	font-size: 2.8rem;
	margin-bottom: 3rem;
	font-family: serif;
}
.merit_section .block2 .txt{
	font-size: 1.6rem;
	margin-bottom: 3rem;
}
.merit_section .block2 .txt2{
	font-size: 2.4rem;
	font-weight: 600;
}

#single .content .denba_food .in_block .compare_block{
	padding: 4rem 0 0;
}


#single .content .denba_food .in_block .compare_block .tit2{
	text-align: center;
	font-size: 2rem;
	background: url(../img/technology/title_fukidashi.png) no-repeat bottom center;
	padding-bottom: 7vw;
	margin-bottom: 4.4vw;
}
#single .content .denba_food .in_block .compare_block .txt1{
	text-align: center;
	font-size: 2rem;
	margin-bottom: 7vw;
}
#single .content .denba_food .in_block .compare_block .flex{
	justify-content: space-between;
	margin-bottom: 4vw;
	border: none;
	padding: 0;
	padding-bottom: 0;
}
#single .content .denba_food .in_block .compare_block .flex > div{
	width: 49%;
	text-align: center;
}



#single .content .denba_food .in_block .compare_block .left{
	
}
#single .content .denba_food .in_block .compare_block .flex > div > .p_tit{
	background: #c2e7f6;
	padding: 0rem 0;
	font-size: 1.5rem;
	margin-bottom: 0.8rem;
}
#single .content .denba_food .in_block .compare_block .flex > div > .p_tit.type02{
	color: #fff;
	background: #31699a;
}

#single .content .denba_food .in_block .compare_block  .p_tit{
	font-size: 2rem;
}

#single .content .lists_block{

}
#single .content .lists_block .flex{justify-content: center;flex-wrap: wrap;/* display: block; */}
#single .content .lists_block .block{width: 45%;padding: 15px;border: solid 1px #ccc;border-radius: 6px;margin: 0 1% 2rem;box-sizing: border-box;}
#single .content .lists_block .block h4{text-align: center;border-bottom: solid 2px #999;padding-bottom: 0.6rem;font-size: 1.8rem;padding-top: 0rem;margin: 0;margin-bottom: 1.8rem;}
#single .content .lists_block .block p{font-size: 1.5rem;line-height: 2.2rem;margin: 0;}
#single .content .lists_block .block img{display: block;margin: 0 auto;,: 0Q;,: 0;}

#single .content .point_lists_block{display: flex;flex-wrap: wrap;}
#single .content .point_lists_block .block{width: calc(100% / 1);margin-bottom: 2rem;padding: 0.2rem;}
#single .content .point_lists_block .block p{text-align: center;font-size: 1.6rem;background: #f2f2f2;/* border-radius: 6px; */margin-top: 0.4rem;margin-bottom: 1rem;font-weight: 600;}
#single .content .point_lists_block .block .img{
    height: 20rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}
#single .content .point_lists_block .block img{width: 100%;overflow: hidden;overflow: hidden;background: #f2f2f2;}

#single.denba_technology h2{
    text-align: center;
    font-size: 2rem;
    margin-bottom: 6rem;
    font-family: serif;
    border: none;
    color: inherit;
    padding: 1.1rem 0rem;
    border-radius: 0.5em;
    margin: 10vw 0 4vw;
    font-weight: 700;
}
#single.denba_technology .product_compare h2{
    margin: 4rem 0 2rem;
}

#single.denba_technology h2 .txt_small{
    font-size: 1.9rem;
    display: inline-block;
    margin-left: 1rem;
}
.coldchain {
    margin-bottom: 3rem;
}
.coldchain img{

}


#single.denba_technology .coldchain_content{max-width: 65rem;margin: 0 auto 0rem;}

#single.denba_technology .coldchain_content .block{margin-bottom: 4rem;}
#single.denba_technology .coldchain_content .block h4{border-left: solid 18px #3F51B5;padding-left: 1.3rem;line-height: 2.3rem;}
#single.denba_technology .coldchain_content .block .flex{display: block;}
#single.denba_technology .coldchain_content .block .flex .img{border: none;display: flex;align-items: center;width: 100%;}
#single.denba_technology .coldchain_content .block .flex .img img{max-width: 21rem;display: block;margin: 0 auto;}
#single.denba_technology .coldchain_content .block .flex .detail{width: 100%;padding-left: 0;}
#single.denba_technology .coldchain_content .block .flex .detail p{
    margin-bottom: 0;
    line-height: 2.4rem;
}

#single .content img.icon_img{
    display: inline-block;
    margin-right: 0.9rem;
    max-height: 3.5rem !important;
    width: auto !important;
}
#single.denba_technology .patent_block{display: flex;flex-wrap: wrap;}
#single.denba_technology .patent_block p{
    margin: 0;
    border: solid 1px #ccc;
    padding: 0.2rem 0.9rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    margin-right: 0.8rem;
    background: #f2f2f2;
    font-size: 1.1rem;
}
#single.denba_technology .patent_img_lists_block{

}
#single.denba_technology .patent_img_lists_block img{
    max-width: 8.4rem;
}

.merit_section .block1{
    padding: 1.5rem;
    margin-bottom: 9vw;
}


}