/* Mixins */
h1, h2, h3, p, ul {
  text-align: left;
}

p {
  font-weight: 400;
}

.regular {
  font-weight: 400;
}

/* .loader
----------------------------------------- */
/*** Config ***/
/* Colors */
/* used for row 1 & 2 */
/* used for row 1 & 2 */
/* Dimensions */
/*** Animations / styles ***/
@-webkit-keyframes border-loading-indicator-row-1 {
  0% {
    border-color: rgba(0, 0, 0, 0.05);
    border-top-color: rgba(192, 20, 67, 0.8);
  }
  25% {
    border-color: rgba(0, 0, 0, 0.05);
    border-right-color: rgba(192, 20, 67, 0.8);
  }
  50% {
    border-color: rgba(0, 0, 0, 0.05);
    border-bottom-color: rgba(192, 20, 67, 0.8);
  }
  75% {
    border-color: rgba(0, 0, 0, 0.05);
    border-left-color: rgba(192, 20, 67, 0.8);
  }
  100% {
    border-color: rgba(0, 0, 0, 0.05);
    border-top-color: rgba(192, 20, 67, 0.8);
  }
}
@keyframes border-loading-indicator-row-1 {
  0% {
    border-color: rgba(0, 0, 0, 0.05);
    border-top-color: rgba(192, 20, 67, 0.8);
  }
  25% {
    border-color: rgba(0, 0, 0, 0.05);
    border-right-color: rgba(192, 20, 67, 0.8);
  }
  50% {
    border-color: rgba(0, 0, 0, 0.05);
    border-bottom-color: rgba(192, 20, 67, 0.8);
  }
  75% {
    border-color: rgba(0, 0, 0, 0.05);
    border-left-color: rgba(192, 20, 67, 0.8);
  }
  100% {
    border-color: rgba(0, 0, 0, 0.05);
    border-top-color: rgba(192, 20, 67, 0.8);
  }
}

#loadLayer {
  width: 0px;
  height: 0px;
  position: absolute;
  margin: -60px 0 0 -30px;
  border: 0px solid rgba(192, 20, 67, 0.8);
  border-width: 30px 30px;
  top: 50%;
  left: calc( 50% + 95px);
  border-radius: 30px 30px 30px 30px;
  -webkit-animation: border-loading-indicator-row-1 750ms linear infinite;
  animation: border-loading-indicator-row-1 750ms linear infinite;
}

.loaded #loadLayer {
  opacity: 0;
}

@media screen and (max-width: 640px) {
  #loadLayer {
    margin: -60px 0 0 -30px;
    top: 50%;
    left: 50%;
  }
}

/* general
----------------------------------------- */
body#under {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color: #ffffff;
}

#under #conWrap {
  padding-bottom: 0;
  opacity: 0;
}

#under .conBox {
  margin-bottom: 80px;
  overflow: hidden;
}

#under .conBox:first-of-type {
  margin-top: 30px;
}

#under .conBox.bgBox01:first-of-type {
  margin-top: 0;
  padding-bottom: 0;
}

#under .midCon {
  max-width: 1046px;
  width: 100%;
  border: 0;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  #under .conBox {
    margin-bottom: 50px;
  }
  #under .conBox:first-of-type {
    margin-top: 0px;
  }
  #under .midCon {
    width: calc(100vw - 30px);
  }
}

/* .leadBox
------------------- */
.leadBox {
  margin-bottom: 54px;
}

.leadBox p {
  font-size: 100%;
  line-height: 2;
  letter-spacing: -0.013em;
}

@media screen and (max-width: 640px) {
  .leadBox {
    margin-bottom: 27px;
  }
  .leadBox p {
    font-size: 14px;
  }
}

/* title
-------------------------- */
/** under **/
.mainV {
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  height: calc( 100vw / 16 * 7);
  min-height: 576px;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
.mainV:before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
    display: none;
}
.mainV.mainVtext {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 0;
  height: 157px;
}

.mainV.mainVtext .bgText {
  font-size: 195px;
  color: #c01443;
  opacity: 0.05;
  position: absolute;
  left: 50%;
  top: 0;
  font-weight: 900;
  font-style: italic;
  line-height: 0.6;
}

.mainV.mainVtext .font2 {
  font-size: 54px;
  color: #c01443;
}

.mainV.mainVtext .jp {
  color: #212121;
  font-weight: 500;
}

.ttlArea .box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ttlArea .box .ttl {
  color: #000000;
  position: relative;
}

.ttlArea .font2 {
  display: block;
  font-size: 30px;
  font-weight: normal;
  margin-top: -8px;
}

.ttlArea .jp {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.4;
  text-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
  letter-spacing: 0.05em;
}

.ttlArea .jp.black {
  color: #121212;
}
.ttlArea .jpOnly .jp {
  font-size: 35px;
  margin-top: 0;
  font-weight: 700;
}

.ttlArea.pt2 .font2 {
  color: #c01443;
}

.ttlArea.pt2 .jp {
  color: #212121;
}

.ttlArea.sub .ttl {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.ttlArea.sub .ttl:before {
  bottom: 0;
  left: 0;
  background: #ccc;
  width: 52px;
  height: 1px;
  z-index: 0;
}

.ttlArea.sub .ttl .text {
  color: #5F5F5F;
  font-size: 88%;
}

@media screen and (max-width: 1024px) {
  .ttlArea .font2 {
    font-size: 16px;
  }
  
  .ttlArea .jp {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
.ttlArea.spShow {
  margin: 82px 10px 0px;
}
.ttlArea.spShow .box {
  position: inherit;
}
.ttlArea .font2 {
  font-size: 18px;
}

.ttlArea .jp {
  font-size: 34px;
}
}

@media screen and (max-width: 640px) {
  .mainV {
    width: 100%;
    min-height: 280px;
    margin-top: 70px;
  }
  .mainV.mainVtext {
    overflow: hidden;
    height: 157px;
  }
  .mainV.mainVtext .bgText {
    left: 10%;
  }
  .mainV.mainVtext .jp {
    font-weight: 500;
  }
  .mainV.mainVtext .box {
    margin-top: -13px;
  }
  .ttlArea .jpOnly .jp {
    font-size: 25px;
  }
  .ttlArea.sub .ttl {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .ttlArea.sub .ttl:before {
    background: #ccc;
    width: 32px;
  }
}

.anchorBox {
  margin-top: -110%;
  padding-top: 110%;
}

@media screen and (max-width: 640px) {
  .anchorBox {
    margin-top: -60px;
    padding-top: 60px;
  }
}

/* .mainV
--------------------- */
#recruit .mainV {
  background-image: url(../product/images/mainV.jpg);
}

#product .mainV {
  background-image: url(../product/images/product_pc.jpg);
}
@media screen and (max-width: 640px) {
  #product .mainV {
  background-image: url(../product/images/product_sp.jpg);
}
}

@media screen and (max-width: 640px) {
  #product .mainV,
#recruit .mainV  {
    background-position: 66% 50%;
  }
}
#product.filter .mainV {
  background-image: url(../product/filter/images/filter_pc.jpg);
}
#product.washing .mainV {
  background-image: url(../product/washing/images/washing_pc.jpg);
}
#product.prevalidation .mainV {
  background-image: url(../product/prevalidation/images/prevalidation_pc.jpg);
}
#product.analysis .mainV{
  background-image: url(../product/analysis/images/analysis_pc.jpg);
}
@media screen and (max-width: 640px) {
  #product.filter .mainV {
  background-image: url(../product/filter/images/filter_sp.jpg);
}
#product.washing .mainV {
  background-image: url(../product/washing/images/washing_sp.jpg);
}
#product.prevalidation .mainV {
  background-image: url(../product/prevalidation/images/prevalidation_sp.jpg);
}
#product.analysis .mainV{
  background-image: url(../product/analysis/images/analysis_sp.jpg);
}
}



/* .detail
--------------------- */
#product.detail #intro {
  margin-bottom: 30px;
}


#product.detail .ttlCopy {
  font-size: 26px;
  margin-left: -30px;
  display: block;
}

#product.detail .ttlShadow {
  font-size: 23px;
}

#product.detail .detailBox .item {
  text-align: left;
  overflow: visible;
}

#product.detail .detailBox .item img {
  width: 100%;
  height: auto;
}

#product.detail .detailBox .subTtl {
  font-size: 21px;
  font-weight: 700;
  color: #c01443;
  margin-bottom: 10px;
}

#product.detail .detailBox.leftImg .item {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#product.detail .detailBox.leftImg .imgArea {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 30px;
}

#product.detail .detailBox.rightImg .item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#product.detail .detailBox.rightImg .imgArea {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#product.detail p.img img {
  width: 100%;
  height: auto;
}

#product.detail .tableBox th{
  width: 16%;
}
#product.detail .tableBox td{
  text-align: center;
  width: 28%;
  border-right: 1px solid #ccc;
}
#product.detail .tableBox table th:last-child,
#product.detail .tableBox table td:last-child {
     padding-right: 10px;
     border-right: none;
}
#product.detail .column2.poBox{
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 1000px;
}
#product.detail .column2.poBox .item{
  width: 35%;
}
#product.detail .column2.poBox .item.imgArea{
  width: 35%;
}

@media screen and (max-width: 640px) {
  #product.detail .column2.poBox{
    max-width: 100%;
  }
  #product.detail .column2.poBox .item{
    width: 100%;
  }
  #product.detail .column2.poBox .item.imgArea{
    width: 100%;
  }

}

#contact .mainV {
  background-image: url(../contact/images/contact_pc.jpg);
}
#contact .mainV:before {
    display: block;
}
@media screen and (max-width: 640px) {
#contact .mainV {
  background-image: url(../contact/images/contact_sp.jpg);
}
}

/* .#product.leafdisc 
--------------------- */
#product.leafdisc .sa {
    width: 20%;
}

#product.leafdisc th {
    width: 40%;
}

/* .table-bordered thead .sa{
width: 20% ;
}
.table-bordered thead th{
width: 40%;
} */
#product.leafdisc table {
    border-collapse: collapse;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
#product.leafdisc th,
#product.leafdisc td {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

#product.leafdisc table {

}


#product.leafdisc .l_sizu {
    width: 100%;
    max-width: 1000px;
    height: auto;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
    /*border: 0px solid black;*/
}



#product.leafdisc .l_sizu td,
#product.leafdisc .l_sizu th {
    width: 150px;
    height: auto;
    padding: 3px 10px 3px 10px;
    /*border: #CCCCCC 1px solid;*/
}
#product.leafdisc .l_sizu th {
    background: #e6e6e6;
    text-align: left;
}

#product.leafdisc .table1 {
    width: 600px;
    height: auto;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    /*border: 0px solid black;*/
}

#product.leafdisc .table1 th {
    width: 230px;
    background: #e6e6e6;
    padding: 5px;
    text-align: center;
    padding: 5px 0;
    border: #CCCCCC 1px solid;
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
}

#product.leafdisc .table1 td {
    text-align: center;
    padding: 5px 0;
    border: #CCCCCC 1px solid;
}

/*#product.leafdisc .table1 th,
#product.leafdisc td {
    border: #CCCCCC 1px solid;
}*/



@media only screen and (max-width: 768px) {
    #product.leafdisc td img {
        width: 100% !important;
        height: auto;
    }

}

@media screen and (max-width: 640px) {


    #product.leafdisc .l_sizu {
        font-size: 62% !important;

        /*margin-left: -100px !important;*/
        width: 100%;
    }

    #product.leafdisc .l_sizu td,
    #product.leafdisc .l_sizu th {
        width: 15% !important;
        padding: 3px 5px 3px 5px !important;
    }

    #product.leafdisc .table1 {
        font-size: 68% !important;
        /*margin-left: -100px !important;*/
        width: 100%;
    }

    #product.leafdisc .table1 th,
    #product.leafdisc td {
        width: 25% !important;

        padding: 5px 5px !important;
    }
}

@media only screen and (max-width: 320px) {
    #product.leafdisc .l_sizu {
        font-size: 50% !important;
    }
}

/* .media
--------- */
#product.mediaFilter #sec03 .item {
    width: 68.7%;
}
#product.mediaFilter #sec03 .item.imgArea {
    width: 28.7%;
}
@media only screen and (max-width: 640px) {
  #product.mediaFilter #sec03 .item {
      width: 100%;
  }
  #product.mediaFilter #sec03 .item.imgArea {
      width: 100%;
  }
}
/* .washing
--------- */
#product.washing #sec02 .flexCover.column3 {
    align-items: center;
}
#product.washing #sec02 li {
  width: calc(50% - 100px);
}
#product.washing #sec02 .arrow {
  /*width: 100px;
    color: #c01443;*/
}
#product.washing .flexCover.column3 .arrow span{
    font-size: 54px;
    margin-top: 65%;
}

#product.washing .sec02 .flexCover.column3 {
    align-items: center;
}
#product.washing .exampleTitle{
    letter-spacing: 1px;
}

#product.washing li {
  /*width: calc(50% - 100px);*/
}
#product.washing .sec02 .arrow {
/*width: 100px;
    color: #c01443;*/
}
#product.washing .sec02 .arrow span{
    margin-top: 0;
}

#product.washing #sec03 .table {
  width: 100%;
}
@media only screen and (max-width: 640px) {
#product.washing #sec02 li {
  width: 100%;
}
#product.washing #sec02 .arrow {
  width: 100%;
}
}
/* .detail
--------------------- */
#contact.detail #intro {
  margin-bottom: 30px;
}


#contact.detail .ttlCopy {
  font-size: 26px;
  margin-left: -30px;
  display: block;
}

#contact.detail .ttlShadow {
  font-size: 23px;
}
#contact.detail form {
  margin-top: 20px;
}

#contact.detail .detailBox .item {
  text-align: left;
  overflow: visible;
}

#contact.detail .detailBox .item img {
  width: 100%;
  height: auto;
}

#contact.detail .detailBox .subTtl {
  font-size: 21px;
  font-weight: 700;
  color: #c01443;
  margin-bottom: 10px;
}

#contact.detail .detailBox.leftImg .item {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#contact.detail .detailBox.leftImg .imgArea {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 30px;
}

#contact.detail .detailBox.rightImg .item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#contact.detail .detailBox.rightImg .imgArea {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#contact.detail p.img img {
  width: 100%;
  height: auto;
}
#contact.detail form .row.bor {
  margin: 0;
}
#contact.detail .doiBox {
  margin: 30px 0;
}
#contact.detail .kojinTtl {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
#contact.detail form {
  padding-bottom: 50px;
}
#contact.detail form p input {
    width: 100%;
}
#contact.detail .button_area input {
  background-color :rgb(70,130,180);
}

#contact.detail form .plh {
    line-height: 38px;
}
#contact.detail form .bor{
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
#contact.detail form .bor-cuoi{
    border-bottom: 1px solid #CCC;
}
#contact.detail form .bor-left{
    border-right: 1px solid #CCC;
    background-color: #EEEEEE;
}
#contact .hissu{
  color: #E1382B;
  font-size: 13px;
  padding-left: 5px;
  display: inline-block;
}
#contact .caution{
    color: #E1382B;
    text-align: left;
    font-weight: bold;
    margin: 0 1rem 1rem 1rem !important;
}
#contact .textArea{
    height: 300px;
}
#contact .btn.reset a{
    background: #999;
}
#contact #textforNet {
    margin-left: 20px;
}
#contact #textforNet{
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  max-width: 500px;
}
#contact #textforNet[disabled]{
    background:#DCDCDC;
    cursor:not-allowed; /* 禁止カーソル */
}
#contact .kojinBox {
    margin: 20px auto 0;
    height: 208px;
    width: 100%;
    padding: 10px;
    overflow: scroll;
    background: #eee;
    margin-bottom: 15px;
    -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px){
#contact .col-lg-3 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
}
@media (min-width: 992px){
#contact .col-lg-9 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}
}
@media only screen and (max-width: 768px) {
    #contact.detail form .rep-sm {
        margin-top: 15px !important;
    }

    #contact.detail form .container-media {
        padding: 0 !important;
    }

/*    #contact.detail form .container-input {
        padding: 0 12px !important;
    }*/

    #contact.detail form .h2-media {
        padding: 15px 0 0 !important;
    }

    #contact.detail form .hg {
        padding: 10px !important;
    }
    #contact.detail form .bor,
    #contact.detail form .bor-cuoi,
    #contact.detail form .bor-left{
        border:none;
    }
    #contact #textforNet{
      margin: 0;
    }
}
@media only screen and (max-width: 640px) {
#contact .doiBox span.p-3{
  padding: 2px !important;
}
}
/* #recruit
--------------------- */
    #recruit .h2-title{
                padding-left: 25px;
                font-size: 25px;
                font-weight: 600; 
            }
            #recruit .content-h2{
                    
                padding: 5px 55px 0;
            }
    @media only screen and (max-width: 768px) {
        #recruit .h2-title{
                padding-left: 0 !important;
            }
            #recruit .content-h2{
                padding: 5px 12px 0 !important;
            }
            #recruit text{
                padding: 0 12px;
            }
        
        }


#recruit .aco {
    margin-bottom: 10px;
    box-shadow: 0px 0px 9px 0px rgba(10, 10, 10, 0.128);
    margin: 0px 20px;
    /* border: 2px solid #ccc; */
    padding: 15px 0;
}

#recruit .aco dt, #recruit .aco dd {
  position: relative;
}

#recruit .aco dt {
  font-size: 129%;
  /*color: #1483C5;*/
  padding: 14px 20px 14px 0;
  background: #fff;
  cursor: pointer;
  position: relative;
}

#recruit .aco dt:hover {
  opacity: 0.7;
}
#recruit .aco dt span.mark{
  position: absolute;
  right: 20px;
  top: 50%;
}
#recruit .aco dt span.mark:before, #recruit .aco dt span.mark:after {
  top: 50%;
  width: 30px;
  /*height: 56px;*/
  position: absolute;
  margin-top: 0;
  right: 20px;
  display: block;
  content: '';
  /*width: 20px;*/
  height: 3px;
  background-color: #c01342;
  text-decoration: none;
  z-index: 1;
}

#recruit .aco dt span.mark:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 5px;
}

#recruit .aco dt.active span.mark:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#recruit .aco dt.active span.mark:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#recruit .aco dd {
  background: #fff;
  padding: 15px;
}

#recruit .aco dd .box {
  padding: 15px;
  background: #F2F2F2;
}

#recruit .aco dd .box p {
  margin-bottom: 1em;
}

#recruit .aco dd .box img {
  margin: 1em 0;
  max-width: 100%;
  height: auto !important;
}


#recruit .aco dd .box table {
    border: solid 1px #bbb;
    width: 100%;
    margin-bottom: 1em;
}

#recruit .aco dd .box ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
    position: relative;
    margin: 1em 0 1em 1.5em;
    padding: 0;
}

@media screen and (max-width: 640px) {
  #recruit .aco dt, #recruit .aco dd {
    font-size: 0.85rem;
  }
  #recruit .aco dt {
    padding: 14px;
  }
  #recruit .aco dd .box img {
    width: 100%;
    height: auto;
  }
}

/* .business
--------------------- */

#business .mainV{
  background-image: url(../business/images/business_pc.jpg?ud=20250307);
    
}

#business .ttlCopy{
    font-size: 26px;
    margin-left: -30px;
    display: block;
}

@media screen and (max-width: 640px) {
  #business .mainV{
    background-image: url(../business/images/business_sp.jpg?ud=20250307);
      
  }
    #business .mainV{
      background-position: 25% 50%;
    }
    
    #business .ttlCopy{
        font-size: 20px;
        margin-left: -15px;
    }
}



/* .network
--------------------- */
/* #network.filter .mainV {
  background-image: url(../network/images/network_title.jpg);
} */

#network .mainV{
  background-image: url(../network/images/gn_pc.jpg?ud=20250307); 
}
#network.detail .ttlCopy{
    font-size: 26px;
    margin-left: -30px;
    display: block;
}

@media screen and (max-width: 640px) {
  #network .mainV{
    background-image: url(../network/images/gn_sp.jpg?ud=20250307); 
  }
    #network.detail .ttlCopy{
        font-size: 20px;
        margin-left: -15px;
    }
}

/* .detail
--------------------- */
#network.detail #intro {
}
#network.detail #intro .btn{
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}
#network.detail #intro .btn a{
  width: 100%;
}


#network.detail .ttlShadow {
  font-size: 23px;
}

#network.detail p.img img {
  width: 100%;
  height: auto;
  max-width: 900px;
}

@media screen and (max-width: 640px) {
  #network.detail #intro .column2 li{
    margin-bottom: 0;
  }
}



#news .mainV {
  background-image: url(../news/images/news_pc.jpg);
}
@media screen and (max-width: 640px) {
#news .mainV {
  background-image: url(../news/images/news_sp.jpg);
}
}

/* .detail
--------------------- */
#news.detail #intro {
  margin-bottom: 30px;
}


#news.detail .ttlCopy {
  font-size: 26px;
  margin-left: -30px;
  display: block;
}

#news.detail .ttlShadow {
  font-size: 23px;
}

#news.detail .detailBox .item {
  text-align: left;
  overflow: visible;
}

#news.detail .detailBox .item img {
  width: 100%;
  height: auto;
}

#news.detail .detailBox .subTtl {
  font-size: 21px;
  font-weight: 700;
  color: #c01443;
  margin-bottom: 10px;
}

#news.detail .detailBox.leftImg .item {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#news.detail .detailBox.leftImg .imgArea {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 30px;
}

#news.detail .detailBox.rightImg .item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#news.detail .detailBox.rightImg .imgArea {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#news.detail p.img img {
  width: 100%;
  height: auto;
}

#news table th:first-of-type{
    width: 25%;
}

#aboutus .mainV {
  background-image: url(../aboutus/images/aboutus_title.jpg);
}

/* .detail
--------------------- */
#aboutus #intro {
  margin-bottom: 30px;
}


#aboutus .ttlCopy {
  font-size: 26px;
  margin-left: -30px;
  display: block;
}

#aboutus .ttlShadow {
  font-size: 23px;
}

#aboutus .detailBox .item {
  text-align: left;
  overflow: visible;
}

#aboutus .detailBox .item img {
  width: 100%;
  height: auto;
}

#aboutus .detailBox .subTtl {
  font-size: 21px;
  font-weight: 700;
  color: #c01443;
  margin-bottom: 10px;
}

#aboutus .detailBox.leftImg .item {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#aboutus .detailBox.leftImg .imgArea {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 30px;
}

#aboutus .detailBox.rightImg .item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#aboutus .detailBox.rightImg .imgArea {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#aboutus p.img img {
  width: 100%;
  height: auto;
}
#aboutus .capBox .box {
      width: 290px;
}



#message .mainV {
  background-image: url(../aboutus/images/message_title.jpg);
}

/* .detail
--------------------- */
#message.detail #intro {
  margin-bottom: 30px;
}


#message.detail .ttlCopy {
  font-size: 26px;
  margin-left: -30px;
  display: block;
}

#message.detail .ttlShadow {
  font-size: 23px;
}

#message.detail .detailBox .item {
  text-align: left;
  overflow: visible;
}

#message.detail .detailBox .item img {
  width: 100%;
  height: auto;
}

#message.detail .detailBox .subTtl {
  font-size: 21px;
  font-weight: 700;
  color: #c01443;
  margin-bottom: 10px;
}

#message.detail .detailBox.leftImg .item {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#message.detail .detailBox.leftImg .imgArea {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 30px;
}

#message.detail .detailBox.rightImg .item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#message.detail .detailBox.rightImg .imgArea {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#message.detail p.img img {
  width: 100%;
  height: auto;
}

#message.detail #sec01 p.name {
  font-size: 90%;
  margin-top: 1.7em;
  text-align: right;
  line-height: 1.5;
}
#message.detail #sec01 p.name span {
  font-weight: bold;
}

#corp.filter .mainV {
  background-image: url(../aboutus/images/corp_title.jpg);
}

/* .detail
--------------------- */
#corp.detail #intro {
  margin-bottom: 30px;
}


#corp.detail .ttlCopy {
  font-size: 26px;
  margin-left: -30px;
  display: block;
}

#corp.detail .ttlShadow {
  font-size: 23px;
}

#corp.detail .detailBox .item {
  text-align: left;
  overflow: visible;
}

#corp.detail .detailBox .item img {
  width: 100%;
  height: auto;
}

#corp.detail .detailBox .subTtl {
  font-size: 21px;
  font-weight: 700;
  color: #c01443;
  margin-bottom: 10px;
}

#corp.detail .detailBox.leftImg .item {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#corp.detail .detailBox.leftImg .imgArea {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 30px;
}

#corp.detail .detailBox.rightImg .item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#corp.detail .detailBox.rightImg .imgArea {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#corp.detail p.img img {
  width: 100%;
  height: auto;
}

#recruit01.filter .mainV {
  background-image: url(../recruit/images/recruit01_title.jpg);
}

/* .detail
--------------------- */
#recruit01.detail #intro {
  margin-bottom: 30px;
}


#recruit01.detail .ttlCopy {
  font-size: 26px;
  margin-left: -30px;
  display: block;
}

#recruit01.detail .ttlShadow {
  font-size: 23px;
}

#recruit01.detail .detailBox .item {
  text-align: left;
  overflow: visible;
}

#recruit01.detail .detailBox .item img {
  width: 100%;
  height: auto;
}

#recruit01.detail .detailBox .subTtl {
  font-size: 21px;
  font-weight: 700;
  color: #c01443;
  margin-bottom: 10px;
}

#recruit01.detail .detailBox.leftImg .item {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#recruit01.detail .detailBox.leftImg .imgArea {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 30px;
}

#recruit01.detail .detailBox.rightImg .item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#recruit01.detail .detailBox.rightImg .imgArea {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#recruit01.detail p.img img {
  width: 100%;
  height: auto;
}

#recruit02.filter .mainV {
  background-image: url(../recruit/images/recruit02_title.jpg);
}

/* .detail
--------------------- */
#recruit02.detail #intro {
  margin-bottom: 30px;
}


#recruit02.detail .ttlCopy {
  font-size: 26px;
  margin-left: -30px;
  display: block;
}

#recruit02.detail .ttlShadow {
  font-size: 23px;
}

#recruit02.detail .detailBox .item {
  text-align: left;
  overflow: visible;
}

#recruit02.detail .detailBox .item img {
  width: 100%;
  height: auto;
}

#recruit02.detail .detailBox .subTtl {
  font-size: 21px;
  font-weight: 700;
  color: #c01443;
  margin-bottom: 10px;
}

#recruit02.detail .detailBox.leftImg .item {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#recruit02.detail .detailBox.leftImg .imgArea {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 30px;
}

#recruit02.detail .detailBox.rightImg .item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#recruit02.detail .detailBox.rightImg .imgArea {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#recruit02.detail p.img img {
  width: 100%;
  height: auto;
}
#recruit03.filter .mainV {
  background-image: url(../recruit/images/recruit03_title.jpg);
}

/* .detail
--------------------- */
#recruit03.detail #intro {
  margin-bottom: 30px;
}


#recruit03.detail .ttlCopy {
  font-size: 26px;
  margin-left: -30px;
  display: block;
}

#recruit03.detail .ttlShadow {
  font-size: 23px;
}

#recruit03.detail .detailBox .item {
  text-align: left;
  overflow: visible;
}

#recruit03.detail .detailBox .item img {
  width: 100%;
  height: auto;
}

#recruit03.detail .detailBox .subTtl {
  font-size: 21px;
  font-weight: 700;
  color: #c01443;
  margin-bottom: 10px;
}

#recruit03.detail .detailBox.leftImg .item {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#recruit03.detail .detailBox.leftImg .imgArea {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 30px;
}

#recruit03.detail .detailBox.rightImg .item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#recruit03.detail .detailBox.rightImg .imgArea {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#recruit03.detail p.img img {
  width: 100%;
  height: auto;
}

#recruit04.filter .mainV {
  background-image: url(../recruit/images/recruit04_title.jpg);
}

/* .detail
--------------------- */
#recruit04.detail #intro {
  margin-bottom: 30px;
}


#recruit04.detail .ttlCopy {
  font-size: 26px;
  margin-left: -30px;
  display: block;
}

#recruit04.detail .ttlShadow {
  font-size: 23px;
}

#recruit04.detail .detailBox .item {
  text-align: left;
  overflow: visible;
}

#recruit04.detail .detailBox .item img {
  width: 100%;
  height: auto;
}

#recruit04.detail .detailBox .subTtl {
  font-size: 21px;
  font-weight: 700;
  color: #c01443;
  margin-bottom: 10px;
}

#recruit04.detail .detailBox.leftImg .item {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#recruit04.detail .detailBox.leftImg .imgArea {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 30px;
}

#recruit04.detail .detailBox.rightImg .item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#recruit04.detail .detailBox.rightImg .imgArea {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#recruit04.detail p.img img {
  width: 100%;
  height: auto;
}


.recruitStaff {
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .recruitStaff {
      padding-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  #product.detail .ttlCopyContact {
      margin-left: 0px !important;
  }
  #product.detail .ttlCopy {
    font-size: 20px;
    margin-left: -15px;
  }
  #product.detail .ttlCopy1 {
    margin-right: -6px;
  }
  #product.detail .ttlShadow {
    font-size: 18px;
  }
  #product.detail .detailBox .subTtl {
    font-size: 16px;
  }
  #product.detail .detailBox.leftImg .item {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #product.detail .detailBox.leftImg .imgArea {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
  }
    
    #product.washing .flexCover.column3 .arrow span{
        font-size: 30px;
        margin-top: 0%;
    }

  /*contact*/
  #contact.detail .ttlCopyContact {
    margin-left: 0px !important;
  }
  #contact.detail .ttlCopy {
  font-size: 20px;
  margin-left: -15px;
  }
  #contact.detail .ttlCopy1 {
  margin-right: -6px;
  }
  #contact.detail .ttlShadow {
  font-size: 18px;
  }
  #contact.detail .detailBox .subTtl {
  font-size: 16px;
  }
  #contact.detail .detailBox.leftImg .item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  }
  #contact.detail .detailBox.leftImg .imgArea {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  }


  /*news*/
  #news.detail .ttlCopyContact {
    margin-left: 0px !important;
  }
  #news.detail .ttlCopy {
  font-size: 20px;
  margin-left: -15px;
  }
  #news.detail .ttlCopy1 {
  margin-right: -6px;
  }
  #news.detail .ttlShadow {
  font-size: 18px;
  }
  #news.detail .detailBox .subTtl {
  font-size: 16px;
  }
  #news.detail .detailBox.leftImg .item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  }
  #news.detail .detailBox.leftImg .imgArea {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  }
#news.detail .padl-3 {
    padding: 0 3em;
}

#news.detail .padtb-1 {
    padding: 25px 0 0;
    border-bottom: dotted 1px black;
    margin-bottom: 30px;
}

#news.detail table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
/*
#news.detail td,
#news.detail th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#news.detail tr:nth-child(even) {
    background-color: #dddddd;
}

@media only screen and (max-width: 768px) {
    #news.detail .padl-3 {
        padding: 0px;
        margin: 0px;
    }

    #news.detail .content-h2 {
        padding: 0 12px;
    }

    #news.detail .text {
        padding: 0 12px;
    }

}
*/
  /*aboutus*/
  #aboutus .ttlCopyContact {
    margin-left: 0px !important;
  }
  #aboutus .ttlCopy {
  font-size: 20px;
  margin-left: -15px;
  }
  #aboutus .ttlCopy1 {
  margin-right: -6px;
  }
  #aboutus .ttlShadow {
  font-size: 18px;
  }
  #aboutus .detailBox .subTtl {
  font-size: 16px;
  }
  #aboutus .detailBox.leftImg .item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  }
  #aboutus .detailBox.leftImg .imgArea {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  }
  #aboutus .capBox .box {
        width: calc( 100% - 20px);
  }


  /*message*/
  #message.detail .ttlCopyContact {
    margin-left: 0px !important;
  }
  #message.detail .ttlCopy {
  font-size: 20px;
  margin-left: -15px;
  }
  #message.detail .ttlCopy1 {
  margin-right: -6px;
  }
  #message.detail .ttlShadow {
  font-size: 18px;
  }
  #message.detail .detailBox .subTtl {
  font-size: 16px;
  }
  #message.detail .detailBox.leftImg .item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  }
  #message.detail .detailBox.leftImg .imgArea {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  }

  /*corp*/
  #corp.detail .ttlCopyContact {
    margin-left: 0px !important;
  }
  #corp.detail .ttlCopy {
  font-size: 20px;
  margin-left: -15px;
  }
  #corp.detail .ttlCopy1 {
  margin-right: -6px;
  }
  #corp.detail .ttlShadow {
  font-size: 18px;
  }
  #corp.detail .detailBox .subTtl {
  font-size: 16px;
  }
  #corp.detail .detailBox.leftImg .item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  }
  #corp.detail .detailBox.leftImg .imgArea {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  }
  /*recruit01*/
  #recruit01.detail .ttlCopyContact {
    margin-left: 0px !important;
  }
  #recruit01.detail .ttlCopy {
  font-size: 20px;
  margin-left: -15px;
  }
  #recruit01.detail .ttlCopy1 {
  margin-right: -6px;
  }
  #recruit01.detail .ttlShadow {
  font-size: 18px;
  }
  #recruit01.detail .detailBox .subTtl {
  font-size: 16px;
  }
  #recruit01.detail .detailBox.leftImg .item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  }
  #recruit01.detail .detailBox.leftImg .imgArea {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  }
  /*recruit02*/
  #recruit02.detail .ttlCopyContact {
    margin-left: 0px !important;
  }
  #recruit02.detail .ttlCopy {
  font-size: 20px;
  margin-left: -15px;
  }
  #recruit02.detail .ttlCopy1 {
  margin-right: -6px;
  }
  #recruit02.detail .ttlShadow {
  font-size: 18px;
  }
  #recruit02.detail .detailBox .subTtl {
  font-size: 16px;
  }
  #recruit02.detail .detailBox.leftImg .item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  }
  #recruit02.detail .detailBox.leftImg .imgArea {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  }
  /*recruit03*/
  #recruit03.detail .ttlCopyContact {
    margin-left: 0px !important;
  }
  #recruit03.detail .ttlCopy {
  font-size: 20px;
  margin-left: -15px;
  }
  #recruit03.detail .ttlCopy1 {
  margin-right: -6px;
  }
  #recruit03.detail .ttlShadow {
  font-size: 18px;
  }
  #recruit03.detail .detailBox .subTtl {
  font-size: 16px;
  }
  #recruit03.detail .detailBox.leftImg .item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  }
  #recruit03.detail .detailBox.leftImg .imgArea {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  }
  /*recruit04*/
  #recruit04.detail .ttlCopyContact {
    margin-left: 0px !important;
  }
  #recruit04.detail .ttlCopy {
  font-size: 20px;
  margin-left: -15px;
  }
  #recruit04.detail .ttlCopy1 {
  margin-right: -6px;
  }
  #recruit04.detail .ttlShadow {
  font-size: 18px;
  }
  #recruit04.detail .detailBox .subTtl {
  font-size: 16px;
  }
  #recruit04.detail .detailBox.leftImg .item {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  }
  #recruit04.detail .detailBox.leftImg .imgArea {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  }

}

@media screen and (max-width: 768px) {
  #contact.detail .form-control{
    padding: 0;
  }
  #contact.detail .col-lg-9.col-12{
    padding: 0;
  }
}
