  @charset "utf-8";

/*=============================================================
 pageBlock
=============================================================*/
#service main {
    overflow-x: hidden;
    position: relative;
}

/* pageBlock
---------------------------------------------------------------*/
#service.tech #pageBlock{
	/*height: 480px;*/
	height: 544px;
}
#service.tech #pageBlock::after {
  content: none;
  height: 0;
}
#service.tech #pageBlock a,
#service.tech #pageBlock a:visited {
    color: #000;
}
#service.tech #pageTtlMain .contentsInner{
    position: relative;
}
#service.tech #pageTtlMain .contentsInner h1{
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 74px;
}
#service.tech #pageTtlMain .contentsInner h1 span{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #000;
    border: 1px solid #fff;
    display: inline-block;
    padding: 12px 20px;
}
#service.tech #pageTtlMain .contentsInner .titleBox{
    background: rgba(51, 51, 51,0.9);
    padding: 10px;
    color: #fff;
    width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    padding: 35px 0 65px 0;
    line-height: 1.5;
    position: relative;
    top: -25px;
}
#service.tech #pageTtlMain .contentsInner .titleBox p.orgLine{
    font-size: 30px;
    display: inline-block;
    position: relative;
    z-index: 0;
}
#service.tech #pageTtlMain .contentsInner .titleBox p.orgLine:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 3px;
    left: 0;
    background: #FB7500;

    z-index: -1;
}
#service.tech #pageTtlMain .contentsInner .titleBox p.orgLine span{
    font-size: 55px;
}

/* #contentsArea
=================================================*/
#service.tech section{padding: 90px 0;}
#service.tech article#contents section:first-of-type{padding: 0 0 90px 0;}
#service.tech article#contents section:last-of-type{padding: 90px 0 0 0;}

/*¡¡ºá·ù100£¥
---------------------------------*/
#service.tech article#contents .fullsize{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
	overflow: hidden;
}
#service.tech article#contents .fullsize.bgBlu{
    background: rgba(237, 240, 245,0.8);
}
#service.tech article#contents .fullsize section{
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 6%;
    height:auto;
}

/*¡¡H2£¨¥ª¥ì¥ó¥¸¾€£©
----------------------------------------------------------*/
#service.tech article#contents h2.orgLine {
    text-align: center;
    margin-bottom: 80px;
}
#service.tech article#contents h2.orgLine span{
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    display: inline-block;
    position: relative;
    z-index: 0;
    padding: 0;
}
#service.tech article#contents h2.orgLine span:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: -2px;
    left: 0;
    border-bottom: 3px solid #FB7500;
    z-index: -1;
}

/*¡¡¥ª¥ì¥ó¥¸¥Ü¥¿¥ó
----------------------------------------------------------*/
#service.tech .org-btn{
	/*max-width: 364px;*/
	width: 100%;
	margin: 60px auto 0;
	text-align: center;
}
#service.tech .org-btn .btn-link{
	position: relative;
}
#service.tech .org-btn .btn-link a{
	background: #C44000!important;
	display:inline-block;
	padding: 24px 40px 24px 20px;
}
#service.tech .org-btn .btn-link a:hover{background: #fff!important;}
#service.tech .org-btn .btn-link a span{color: #fff;}
#service.tech .org-btn .btn-link a:hover span{color: #C44000;}
#service.tech .org-btn .btn-link a span::before{
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
#service.tech .org-btn .btn-link a:hover span::before{
	border-bottom: 2px solid #C44000;
	border-right: 2px solid #C44000;
}

/*¡¡ÙYÁÏ¥À¥¦¥ó¥í©`¥É
----------------------------------------------------------*/
#service.tech .download-btn a {
	padding: 24px 20px;
	border: 1px solid #CE4B00;
}
#service.tech .download-btn a:hover{
	background: #fff !important;
}
#service.tech .download-btn a[target="_blank"]::after{
    margin: 0;
}
#service.tech .download-btn a span:first-of-type{
    color: #fff;
    background-image: linear-gradient(90deg, #fff, #fff);
	background-position-x: 20px !important;
}
#service.tech .download-btn a:hover span{
	color: #C44000 !important;
	background-image: linear-gradient(90deg, #C44000, #C44000);
}
#service.tech .download-btn a span::before{
    background-size: 18px 16px;
    width: 18px;
    height: 16px;
}
#service.tech .download-btn a span + span::before{
    background-size: 13px 15px;
    width: 13px;
    height: 15px;
}
#service.tech .download-btn a:hover span::before{
	background: url("/shared/img/icon-download_r.png") no-repeat;
    background-size: 18px 16px;
}
#service.tech .download-btn a:hover .fileSize::before {
	background: url(/shared/img/icon_pdf.png) no-repeat;
	background-size: 13px 15px;
}



/* section#sec01
-------------------------------------------------------------------------*/
#service.tech section#sec01 h2:first-of-type{
    text-align: center;
    position: relative;
    /*z-index: 1;*/
}
#service.tech section#sec01 h2:first-of-type span{
    color: #C44000;
    font-size: 26px;
    position: relative;
}
#service.tech section#sec01 h2:first-of-type span:before{
    position: absolute;
    content: '';
    background: #707070;
    transform: rotate(65deg);
    width: 50px;
    height: 1px;
    bottom: 20px;
    left: -80px;
}
#service.tech section#sec01 h2:first-of-type span:after{
    position: absolute;
    content: '';
    background: #707070;
    transform: rotate(-65deg);
    width: 50px;
    height: 1px;
    bottom: 20px;
    right: -80px;
}
#service.tech section#sec01 h2:first-of-type span i{
    font-size: 50px;
    font-style: normal;
    margin-left: 0.5em;
}

#service.tech section#sec01 #blueBox{
    background: #E8F6FF;
    font-weight: bold;
    border-radius: 20px;
    padding: 50px 35px;
    position: relative;
    top: -25px;
    z-index: -1;
}
#service.tech section#sec01 #blueBox ul{
    display: flex;
    flex-wrap: wrap;    
    justify-content: space-between;
    margin-top: 0;
}
#service.tech section#sec01 #blueBox ul li{
    width: calc(48% - 70px);
    background: #fff;
    border-radius: 10px;
    padding: 25px 25px 25px 45px;
}
#service.tech section#sec01 #blueBox ul.list-circle > li::before {
    top: 2.2em;
    left: 1.8em;
}

#service.tech section#sec01 h2:last-of-type{
    color: #222;
    font-size: 32px;
    height: 181px;
    text-align: center;
    background: url("/service/tech/tank/img/tankTop_sec01_title.png") center no-repeat;
    position: relative;
    margin: 60px 0;
}
#service.tech section#sec01 h2:last-of-type span{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}


/*¡¡ section#sec02
-----------------------------------------------------------------*/
#service.tech article#contents .colorBox.merit {
    padding: 65px 10px 40px 10px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    text-align: center;
    margin-bottom: 48px;
	border-radius: 10px;
}
#service.tech article#contents .colorBox.merit::before {
    content: none;
}
#service.tech article#contents .colorBox.merit .colorBox-ttl{
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 0;
}
#service.tech article#contents .colorBox.merit .colorBox-ttl::after {
    left: 50%;
    transform: translateX(-50%);
}
#service.tech article#contents .colorBox.merit .colorBox-ttl span{
    font-size: 30px;
}
#service.tech article#contents .colorBox.merit ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
#service.tech article#contents .colorBox.merit ul li{
    border: 1px solid #CDD5E2;
    background: #EDF0F5;
    padding: 7px 12px;
    margin: 2.5%;
}
#service.tech article#contents .colorBox.merit::before{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: -38px;
    width: 76px;
    height: 76px;
}
#service.tech section#sec02 #orgLineBox{
    border-radius: 10px;
    border: 1px solid #FB7500;
    background: #fff;
    padding: 50px 50px;        
    width: calc(800px - 100px);
    margin: 0 auto;
    font-weight: bold;
}
#service.tech section#sec02 #orgLineBox h3{
    font-size: 24px;
    margin-bottom: 1em;
}
#service.tech section#sec02 #orgLineBox ul{
    width: 600px;
    margin: 0 auto;
}
#service.tech section#sec02 #orgLineBox ul li{
    margin-bottom: 0.5em;
}

/*¡¡ section#sec03
-----------------------------------------------------------------*/
#service.tech .section#sec03 {
	/*width: calc(¡¡¿É‰ä¤¹¤ë·ù¡¡£«¡¡¥³¥ó¥Æ¥ó¥Ä·ù¡¡);	*/
}

#service.tech section#sec03 .strongPoint{
	/*border: 1px solid #f00;*/
	position: relative;
	margin-top: 100px;
}
#service.tech section#sec03 .strongPoint::after{
	position: absolute;
	content: '';
	background: rgba(251,117,0,0.1);
	width: 100vw;
	height: 280px;
	top: 35px;
	left: 235px;
	z-index: -1;
}
#service.tech section#sec03 .strongPoint h3{
	font-size: 40px;
	color: #fff;
}
#service.tech section#sec03 .strongPoint h3 strong{
	position: relative;
	display: inline-block;
	z-index: 1;
	font-weight: normal;
	margin-left: 0.5em;
	vertical-align: -10px;
    padding: 0 3px;
	background: #C44000;
}
/*#service.tech section#sec03 .strongPoint h3 strong:after{
	content: '';
	position: absolute;
	background: #C44000;
	height: 1.2em;
	width: 100%;
    bottom: 3px;
	left: 0;
	z-index: -1;
}*/
#service.tech section#sec03 .strongPoint h3 span{
	font-size: 40px;
	font-family: 'Roboto';
	text-shadow: 1px 1px 0 #C44000,1px -1px 0 #C44000,-1px 1px 0 #C44000,-1px -1px 0 #C44000;
  	color: #fff;
}
#service.tech section#sec03 .strongPoint .col-2{
	z-index: 1;
	padding: 1.5em 0 1.5em 50px;
	margin-left: 1.5em;
	border-left: 1px solid #C44000;
}
#service.tech section#sec03 .strongPoint .col-2 .right{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#service.tech section#sec03 .strongPoint .col-2 .right figure{
	width: 48%;
}

#service.tech section#sec03 .strongPoint .btn-link{
	margin-top: 2em;
}
#service.tech section#sec03 .strongPoint .btn-link a{
	display: inline-block;
}
#service.tech section#sec03 .strongPoint .btn-link a span{
	padding-right: 1em;
	font-weight: 500;
}
#service.tech section#sec03 .strongPoint .right figure figcaption{
	font-size: 13px;
}


/*¡¡ section#sec04
-----------------------------------------------------------------*/
#service.tech section#sec04 h2 + p{
	text-align: center;
}
#service.tech section#sec04 .menu-link .ttl a {
	font-size: 18px;
	background: none !important;
	padding: 20px 0 20px 0;
	border-bottom: none;
}
#service.tech section#sec04 .menu-link div p + p{
	margin-top: 0;
	font-size: 14px;
}

/*¡¡ section#sec05
-----------------------------------------------------------------*/
#service.tech section#sec05 .qa-list{
	border-radius: 10px;
	border: 2px solid #CDD5E2;
	padding: 30px 40px;
}
#service.tech section#sec05 .qa-list dt{
	font-size: 24px;
	font-weight: bold;
	border-bottom: 3px dotted #CDD5E2;
	padding-bottom: 38px;
}
#service.tech section#sec05 .qa-list dd{
	margin-bottom: 0;
}
#service.tech section#sec05 .qa-list dd div{
	font-size: 24px;
	font-weight: bold;
	color: #C44000;
}

/*¡¡ section#secContact
-----------------------------------------------------------------*/
#service.tech .techContact{
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	background: url("/shared/img/contactArea-bg.jpg") center center no-repeat;
	background-size: cover;
}
#service.tech .techContact section{
	padding: 45px 6% !important;
}
#service.tech .techContact section h2{
    font-size: 40px;
    margin-bottom: 1em;
}
#service.tech .techContact section p{
    font-size: 24px;
}
#service.tech .techContact .col-2  > :nth-child(-n+2) {
  margin-top: 0 !important;
  margin: 0 auto;
}
#service.tech .techContact .col-2 .btn-link a{
    background: #CE4B00 !important;
    font-weight: bold;
}
#service.tech .techContact .col-2 .btn-link a{
	padding: 24px 20px;
	border: 1px solid #CE4B00;
}
#service.tech .techContact .col-2 .btn-link a:hover{
	background: #fff !important;
}
#service.tech .techContact .col-2 .btn-link a span{
    color: #fff;
    background-image: linear-gradient(90deg, #fff, #fff);
	background-position-x: 20px !important;
}
#service.tech .techContact .col-2 .btn-link a:hover span{
	color: #C44000 !important;
	background-image: linear-gradient(90deg, #C44000, #C44000);
}


/*Ê¸Ó¡*/
#service.tech .techContact .col-2 .btn-link a span::before{
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
#service.tech .techContact .col-2 .btn-link a:hover span::before{
	border-color: #C44000;
}
#service.tech .techContact .col-2 .download-btn a:hover span.fileSize{
	color: #C44000 !important;
}
#service.tech .techContact .col-2 p{
    font-size: 16px;
    margin-top: 1em;
}

/*¡¡ section#sec06
-----------------------------------------------------------------*/
#service.tech section#sec06 .col-2 a p.underAnime{
	font-size: 20px;
	font-weight: bold;
	color: #222;
	margin: 20px 0;
}
#service.tech section#sec06 .col-2 a:hover p.underAnime{
	color: #C44000;
}


/*	footer/
------------------------------------------------*/
footer#footer #contactArea{
	display: none;
}





/* /service/tech/tank/index.html
=============================================================================================*/
/*
#service.tech.tank.top #pageBlock{
	background: url("/service/tech/tank/img/tankTop_pageTtl.jpg") center 64px no-repeat;
	background-size: cover;
}
*/

/* sec02
------------------------------------------------------*/
/*
#service.tech.tank.top article#contents .colorBox.merit:nth-of-type(1):before{
    background: url("/service/tech/tank/img/tankTop_sec02_icon01.png") no-repeat;
}
#service.tech.tank.top article#contents .colorBox.merit:nth-of-type(2):before{
    background: url("/service/tech/tank/img/tankTop_sec02_icon02.png") no-repeat;
}
#service.tech.tank.top article#contents .colorBox.merit:nth-of-type(3):before{
    background: url("/service/tech/tank/img/tankTop_sec02_icon03.png") no-repeat;
}
*/

/* sec03
------------------------------------------------------*/
/*
#service.tech.tank.top section#sec03 .colorBox{
	padding: 50px;
}
#service.tech.tank.top section#sec03 .colorBox p{
	font-size: 20px;
	font-weight: bold;
}
*/


/* /service/tech/plant-solution.html
=============================================================================================*/
#service.tech.plant-solution #pageBlock{
	background: url("/service/tech/img/plant-solution_pageTtl.jpg") center 64px no-repeat;
	background-size: cover;
}

/* sec01
------------------------------------------------------*/
#service.tech.plant-solution section#sec01 .col-2.col-clm2-1{
	width: 95%;
	margin: 0 auto;
}
#service.tech.plant-solution section#sec01 #gryLineBox{
    border-radius: 10px;
    border: 1px solid #CDD5E2;
    padding: 50px 50px;        
    width: calc(95% - 100px);
    margin: 50px auto 0 auto;
    font-weight: bold;
}
#service.tech.plant-solution section#sec01 #gryLineBox h3{
    font-size: 18px;
    margin-bottom: 1em;
}
#service.tech.plant-solution section#sec01 #gryLineBox p{
    font-size: 16px;
}
#service.tech.plant-solution section#sec01 #gryLineBox ol {
	column-count: 2;
	font-weight: normal;
}
#service.tech.plant-solution section#sec01 #gryLineBox ol li{
    margin: 0 0 1em 0;
}

/* sec02
------------------------------------------------------*/
#service.tech.plant-solution article#contents .colorBox.merit:nth-of-type(1):before{
    background: url("/service/tech/img/plant-solution_sec02_icon01.png") no-repeat;
	background-size: contain;
}
#service.tech.plant-solution article#contents .colorBox.merit:nth-of-type(2):before{
    background: url("/service/tech/img/plant-solution_sec02_icon02.png") no-repeat;
	background-size: contain;
}
#service.tech.plant-solution article#contents .colorBox.merit:nth-of-type(3):before{
    background: url("/service/tech/img/plant-solution_sec02_icon03.png") no-repeat;
	background-size: contain;
}
#service.tech.plant-solution article#contents .colorBox.merit:nth-of-type(4):before{
    background: url("/service/tech/img/plant-solution_sec02_icon04.png") no-repeat;
	background-size: contain;
}
#service.tech.plant-solution article#contents .colorBox.merit:nth-of-type(5):before{
    background: url("/service/tech/img/plant-solution_sec02_icon05.png") no-repeat;
	background-size: contain;
}
#service.tech.plant-solution article#contents .colorBox.merit:nth-of-type(6):before{
    background: url("/service/tech/img/plant-solution_sec02_icon06.png") no-repeat;
	background-size: contain;
}

/* sec03
------------------------------------------------------*/
#service.tech.plant-solution section#sec03 p{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

/* sec04
------------------------------------------------------*/
#service.tech.plant-solution section#sec04 #basicFlow .bfInner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px dotted #666;
    padding: 10px 0 40px 0;
    
}
#service.tech.plant-solution section#sec04 #basicFlow .bfL{
    width: calc(23% - 30px);
    min-height: 3em;
    padding: 15px;
    background: #FFF1E5;
    position: relative;
    border: 1px solid #fff;
    color: #C44000;
    font-weight: bold;
    text-align: center;
}
#service.tech.plant-solution section#sec04 #basicFlow .bfL:after{
    position: absolute;
    content: '';
    width: 67px;
    height: 20px;
    background: #ccc;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#service.tech.plant-solution section#sec04 #basicFlow .bfL p,
#service.tech.plant-solution section#sec04 #basicFlow .bfC p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 30px);
    line-height: 1.5;
}
#service.tech.plant-solution section#sec04 #basicFlow .bfC{
    width: calc(23% - 30px);
    background: #fff;
    padding: 15px;
    border: 1px solid #fff;
    position: relative;
    font-weight: bold;
    text-align: center;
}
#service.tech.plant-solution section#sec04 #basicFlow .bfR{
    width: calc(48% - 30px);
    padding: 15px;
}
#service.tech.plant-solution section#sec04 #basicFlow .bfInner:first-of-type{
    padding: 0 0 10px;
    border-top: none;
}
#service.tech.plant-solution section#sec04 #basicFlow .bfInner:first-of-type .bfL,
#service.tech.plant-solution section#sec04 #basicFlow .bfInner:first-of-type .bfC{
    background: none;
    padding: 0 15px;
    border: none;
    color: #222;
    min-height: inherit;
}
#service.tech.plant-solution section#sec04 #basicFlow .bfInner:first-of-type .bfC{
    margin-right: 51%;
}
#service.tech.plant-solution section#sec04 #basicFlow .bfInner:first-of-type .bfL:after,
#service.tech.plant-solution section#sec04 #basicFlow .bfInner:last-of-type .bfL:after{
    content: none;
}
#service.tech.plant-solution section#sec04 #basicFlow .bfInner:last-of-type .bfL{
    background: #C44000;
    color: #fff;
}


/* /service/tech/welding-support.html
=============================================================================================*/
#service.tech.welding-support #pageBlock{
	background: url("/service/tech/welding-support/img/welding-support_pageTtl.jpg") center 64px no-repeat;
	background-size: cover;
}

/* sec01
------------------------------------------------------*/
#service.tech.welding-support section#sec01 .w66-Per{
	margin: 0 auto;
}

/* sec02
------------------------------------------------------*/
#service.tech.welding-support article#contents .colorBox.merit:nth-of-type(1):before{
    background: url("/service/tech/welding-support/img/welding-support_sec02_icon01.png") no-repeat;
	background-size: contain;
}
#service.tech.welding-support article#contents .colorBox.merit:nth-of-type(2):before{
    background: url("/service/tech/welding-support/img/welding-support_sec02_icon02.png") no-repeat;
	background-size: contain;
}
#service.tech.welding-support article#contents .colorBox.merit:nth-of-type(3):before{
    background: url("/service/tech/welding-support/img/welding-support_sec02_icon03.png") no-repeat;
	background-size: contain;
}

/* sec03
------------------------------------------------------*/
#service.tech.welding-support section#sec03 .strongPoint ul.list-circle{
	column-count: 2;
	margin-top: 24px;
}
#service.tech.welding-support section#sec03 .strongPoint ul.list-circle li:first-of-type{
	margin-top: 0;
}
#service.tech.welding-support section#sec03 .colorBox{
	padding: 35px;
	width: 95%;
	margin: 100px auto 0 auto;
}
#service.tech.welding-support section#sec03 .colorBox h3{
	font-size: 24px;
	text-align: center;
	line-height: 2;
}
#service.tech.welding-support section#sec03 .colorBox h3 span{
	display: block;
	font-size: 16px;
	font-weight: normal;
}
#service.tech.welding-support section#sec03 .colorBox .flexbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;	
}
#service.tech.welding-support section#sec03 .colorBox .flexbox .colinner:first-of-type{
	width: 79%;
}
#service.tech.welding-support section#sec03 .colorBox .flexbox .colinner:last-of-type{
	width: 18%;
}
#service.tech.welding-support section#sec03 .colorBox h4{
	color: #222;
	border-bottom: 1px solid #707070;
	margin-bottom: 1em;
}
#service.tech.welding-support section#sec03 .colorBox li div{
	background: #fff;
	padding: 20px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	width: 100%;
	
}
#service.tech.welding-support section#sec03 .colorBox .flexbox .colinner:first-of-type ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#service.tech.welding-support section#sec03 .colorBox .flexbox .colinner:first-of-type ul li{
	width: 22.8%;
}
#service.tech.welding-support section#sec03 .colorBox li em{
	display: block;
	font-size: 20px;
	font-style: normal;
}
#service.tech.welding-support section#sec03 .colorBox li span{
	font-size: 60px;
	color: #C44000;
}
#service.tech.welding-support section#sec03 .colorBox li p{
	font-size: 14px;
	line-height: 1.25;
	margin-top: 0.5em;
}

/* sec04
------------------------------------------------------*/
#service.tech.welding-support section#sec04 .col-2 dl dt{
	font-size: 20px;
	font-weight: bold;
	margin: 2em 0 1em 0;
}
#service.tech.welding-support section#sec04 .col-2 dl dd{}

#service.tech.welding-support section#sec04 h3{
	font-size: 20px;
	margin-bottom: 2em;
}
#service.tech.welding-support section#sec04 #gryLineBox{
	padding: 30px;
	margin-top: 2em;
	border: 1px solid #707070;
	background: #fff;
}
#service.tech.welding-support section#sec04 #gryLineBox ul.list-circle{
	margin: 0 0 1em 0;
}
#service.tech.welding-support section#sec04 #gryLineBox strong{
	display: block;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablet (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width:600px) and (max-width:959px){
    #service.tech #pageTtlMain .contentsInner {
        margin-top: 50px;
    }
    #service.tech #pageTtlMain .contentsInner .titleBox{
        padding: 40px 10px;
        width: 100%;
        font-size: 30px;
    }
    #service.tech #pageTtlMain .contentsInner .titleBox p.orgLine{
        font-size: 24px;
        margin-bottom: 0.5em;
    }
    #service.tech #pageTtlMain .contentsInner .titleBox p.orgLine span{font-size: 45px;}


    /*¡¡ section#sec02
    -----------------------------------------------------------------*/
    #service.tech section#sec02 #orgLineBox{
        width: calc(100% - 100px);
    }

    /*¡¡ section#sec03
    -----------------------------------------------------------------*/
	#service.tech section#sec03 .strongPoint h3{
		font-size: 35px;
	}
	#service.tech section#sec03 .strongPoint h3 strong {
	    vertical-align: -8px;
	}

    /*¡¡ section#secContact
    -----------------------------------------------------------------*/
	#service.tech .techContact .col-2 .btn-link a:hover span{
		background-image: none !important;
	}




}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:599px){
	
/* #contentsArea
=================================================*/
    #service.tech section{padding: 80px 0;}
    #service.tech #contents {margin-top: 10px;}
    
    /*¡¡ºá·ù100£¥
    ---------------------------------*/
    #service.tech article#contents .fullsize section{
        max-width: inherit;
        padding: 80px 4%;
    }

    /*¡¡H2£¨¥ª¥ì¥ó¥¸¾€£©
    ---------------------------------------------------------------*/
    #service.tech article#contents h2.orgLine {
    	margin-bottom: 40px;
	}
	#service.tech article#contents h2.orgLine span{
        font-size: 20px;
        letter-spacing: -1px;
        padding: 0 0.5em;
    }

    
/*=============================================================
 pageBlock
=============================================================*/
    #service.tech #pageBlock{
        /*height: auto;*/
    }
    #service.tech #pageTtlMain .contentsInner{
        padding: 0;
        margin-top: 188px;
    }
    #service.tech #pageTtlMain .contentsInner .titleBox{
        width: 100%;
        font-size: 20px;
    }
    #service.tech #pageTtlMain .contentsInner .titleBox p.orgLine{
        font-size: 18px;
        margin-bottom: .5em;
    }
    #service.tech #pageTtlMain .contentsInner .titleBox p.orgLine:after{
        height: 5px;
    }
    #service.tech #pageTtlMain .contentsInner .titleBox p.orgLine span{
        font-size: 40px;
    }
    
    /* section#sec01
    ---------------------------------------------------------*/
    #service.tech section#sec01 h2:first-of-type span{
        font-size: 16px;
        letter-spacing: -1.2px;
    }
    #service.tech section#sec01 h2:first-of-type span:before{
        width: 25px;
        bottom: 10px;
        left: -25px;
    }
    #service.tech section#sec01 h2:first-of-type span:after{
        width: 25px;
        bottom: 10px;
        right: -25px;
    }
    #service.tech section#sec01 h2:first-of-type span i{
        font-size: 35px;
        margin-left: 0.2em;
    }
    #service.tech section#sec01 #blueBox{
        border-radius: 0;
        padding: 0;
        top: -15px;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    #service.tech section#sec01 #blueBox ul{
        max-width: 599px;
        margin: 0 auto;
        padding: 30px 20px;
        height:auto;
    }
    #service.tech section#sec01 #blueBox ul li{
        width: 100%;
        border-radius: 5px;
        padding: 15px 15px 15px 30px;
    }
    #service.tech section#sec01 #blueBox ul.list-circle > li::before {
        top: 1.6em;
        left: 1em;
    }
    #service.tech section#sec01 h2:last-of-type{
        font-size: 20px;
    }
    
    /*¡¡ section#sec02
    -----------------------------------------------------------------*/
    #service.tech article#contents .colorBox.merit {
        margin-top: 80px !important;
    }
    #service.tech article#contents .colorBox.merit .colorBox-ttl{
        font-size: 30px;
    }
    #service.tech article#contents .colorBox.merit .colorBox-ttl span{
        font-size: 24px;
    }
    #service.tech section#sec02 #orgLineBox{
        padding: 25px 15px;        
        width: calc(100% - 30px);
    }
    #service.tech section#sec02 #orgLineBox h3{
        font-size: 20px;
        text-align: center;
    }
	#service.tech section#sec02 #orgLineBox ul{
    	width: 100%;
	}

    /*¡¡ section#sec03
    -----------------------------------------------------------------*/
	#service.tech article#contents .fullsize section#sec03 {
		padding: 80px 4% 150px 4%;
	}
	#service.tech section#sec03 .strongPoint:first-of-type {
	    margin-top: 0;
	}
	#service.tech section#sec03 .strongPoint::after{
		height: 100%;
		top: 70px;
		left: -4%;
		z-index: -1;
	}
	#service.tech section#sec03 .strongPoint .col-2{
		padding: 1.5em 0 1.5em 0;
		border-left: none;
		margin-left: 0;
	}
	#service.tech section#sec03 .strongPoint h3{
		font-size: 30px;
		line-height: 1;
	}
	#service.tech section#sec03 .strongPoint h3 span{
		display: block;
	}
	#service.tech section#sec03 .strongPoint h3 strong{
		margin-left:0;
        padding: 3px 3px 5px 3px;
    }
	#service.tech section#sec03 .strongPoint h3 strong:after{
    	bottom: -4px;
	}


    /*¡¡ section#sec05
    -----------------------------------------------------------------*/
/*
#service.tech section#sec05 .qa-list{
	border-radius: 10px;
	border: 2px solid #CDD5E2;
	padding: 30px 40px;
}
*/
	#service.tech section#sec05 .qa-list dt{
		font-size: 16px;
	/*padding-bottom: 38px;*/
	}
	#service.tech section#sec05 .qa-list dd div{
		font-size: 16px;
	}
	
    
    /*¡¡ section#secContact
    -----------------------------------------------------------------*/
	/*#service.tech .techContact{
		color: #fff;
		background: url("/service/tech/tank/img/tankTop_techContact_bg.jpg") center 64px no-repeat;
		background-size: cover;
		text-align: center;
		box-sizing: border-box;
	}*/
    #service.tech .techContact section{
        padding-left: 4% !important;
        padding-right: 4% !important;   
    }

    #service.tech .techContact section h2{
        font-size: 20px;
    }
    #service.tech .techContact section p{
        font-size: 18px;
    }
	#service.tech .techContact .col-2 .btn-link{
		margin-bottom: 20px;
	}
	#service.tech .techContact .col-2 .btn-link a:hover span{
		background-image: none !important;
	}
    #service.tech .techContact .col-2 p{
        font-size: 16px;
    }
    
    /*¡¡ section#sec06
    -----------------------------------------------------------------*/
	#service.tech section#sec06 .col-2 .item:first-of-type{
		margin-bottom: 60px;
	}
    
    
/* /service/tech/tank/index.html
=============================================================================================*/
/*
    #service.tech.tank.top #pageBlock{
	    background: url("/service/tech/tank/img/tankTop_pageTtl.jpg") center 64px no-repeat;
    	background-size: auto 210px;
    }
	#service.tech.tank.top section#sec03 .colorBox {
	    margin-top: 120px;
	}
*/

/* /service/tech/plant-solution.html
=============================================================================================*/
    #service.tech.plant-solution #pageBlock{
		background: url("/service/tech/img/plant-solution_pageTtl.jpg") center 64px no-repeat;
    	background-size: auto 210px;
        /*background-position: top center;*/
    }
    #service.tech.plant-solution section#sec01 #gryLineBox{
        padding: 45px 25px;        
        width: calc(100% - 50px);
    }
	#service.tech.plant-solution section#sec01 #gryLineBox ol {
		column-count: 1;
	}

    /* sec03
    ------------------------------------------------------*/
    #service.tech.plant-solution section#sec03 p{
        font-size: 20px;
    } 

    /* sec04
    ------------------------------------------------------*/
    #service.tech.plant-solution section#sec04 #basicFlow .bfL{
        width: calc(48% - 30px);
        font-size: 14px;
    }
    #service.tech.plant-solution section#sec04 #basicFlow .bfL:after{
        content: none;
    }
    #service.tech.plant-solution section#sec04 #basicFlow .bfC{
        width: calc(48% - 30px);
        font-size: 14px;
    }
    #service.tech.plant-solution section#sec04 #basicFlow .bfR{
        width: calc(100% - 30px);
        padding: 15px 0 10px;
        font-size: 14px;
    }
    #service.tech.plant-solution section#sec04 #basicFlow .bfInner{
        position: relative;
    }
    #service.tech.plant-solution section#sec04 #basicFlow .bfInner:after{
        position: absolute;
        content: '';
        width: 67px;
        height: 20px;
        background: #ccc;
        bottom: 10px;
        left: 22%;
        transform: translateX(-22%);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }
    #service.tech.plant-solution section#sec04 #basicFlow .bfInner:first-of-type:{
        padding: 10px 0;
    }
    #service.tech.plant-solution section#sec04 #basicFlow .bfInner:first-of-type:after,
    #service.tech.plant-solution section#sec04 #basicFlow .bfInner:last-of-type:after{
        content: none;
    }
    #service.tech.plant-solution section#sec04 #basicFlow .bfInner:first-of-type .bfC{
        margin-right: 0;
    }

    


/* /service/tech/welding-support.html
=============================================================================================*/
    #service.tech.welding-support #pageBlock{
		background: url("/service/tech/welding-support/img/welding-support_pageTtl.jpg") center 64px no-repeat;
    	background-size: auto 210px;
        /*background-position: top center;*/
    }
	#service.tech.welding-support section#sec01 .w66-Per{
		width: 100% !important;
	}
	
	
    /* sec03
    ------------------------------------------------------*/
	#service.tech.welding-support section#sec03 .strongPoint ul.list-circle{
		column-count: 1;
	}
    #service.tech.welding-support section#sec03 .colorBox{
        padding: 20px;
        width: 100%;
    }
    #service.tech.welding-support section#sec03 .colorBox .flexbox{
    	display: block;
	    margin-top: 40px;	
    }
    #service.tech.welding-support section#sec03 .colorBox .flexbox .colinner{
	    width: 100% !important;
    }
    #service.tech.welding-support section#sec03 .colorBox .flexbox .colinner ul li{
	    width: 48% !important;
        margin-bottom: 20px;
    }
    #service.tech.welding-support section#sec03 .colorBox li div{
    	font-size: 20px;
    }
    #service.tech.welding-support section#sec03 .colorBox li em{
    	font-size: 18px;
    }
    #service.tech.welding-support section#sec03 .colorBox li span{
    	font-size: 40px;
    }

    /* sec04
    ------------------------------------------------------*/
    #service.tech.welding-support section#sec04 .col-2 dl{
        margin-bottom: 2em;
    }

    #service.tech.welding-support section#sec04 .col-2 dl dt {
        margin: 1em 0 0.5em 0;
    }

    /* sec06
    ------------------------------------------------------*/
    #service.tech.welding-support section#sec06 .col-2 div:first-of-type{
        margin-bottom: 4em;
    }




}