/* スライド画像 */
.cd-hero-slider li:first-of-type {
  background-color: #2c343b;
  background-image: url(../img/top.jpg);
}

#contents .cd-hero-slider h1 {
    padding-top: 0px; 
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
    text-shadow: 0px 1px 9px #3E3A39;
    margin-bottom: 10px;
    line-height: 30px;
    padding:0 10px;
    font-weight: 500!important;
    }
    
/*h2のサブタイトル*/
.top-sub{
   font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0px 1px 10px #000000;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 100px;
    }
    
@media only screen and (min-width: 768px) {   
#contents .cd-hero-slider h1 {
    padding-top: 0px; 
    font-weight: 600;
    color: #ffffff;
    font-size: 37px;
    text-shadow: 0px 1px 9px #3E3A39;
    margin-bottom: 10px;
    line-height: 55px;
    }
    
.top-sub{
   font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0px 1px 10px #00215d;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 100px;
    }
    }
    
/*バナー*/
.cd-bg-1 {
  background-image: url("../img/6-s.jpg");
  background-size: cover;
  background-position: center;
  height: 100px;
  margin-bottom:30px;
}

@media only screen and (min-width: 768px) {
.cd-bg-1 {
  background-image: url("../img/6.jpg");
  background-size: cover;
  background-position: center;
  height: 200px;
  max-width: 1100px;
  margin:0 auto;
  margin-bottom: 30px;
}

.cd-bg-1:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
}
}

/* バナータイトル */
.banner-title{
    font-weight:600;
    font-size:18px;
  font-family: 'Noto Sans JP', 'Sawarabi Gothic',sans-serif;
  color:#ffffff;
  line-height: 30px;
  padding-left:10px;
  margin-top:-80px;
  text-shadow: 3px 0px 10px #18316c;
  }

@media only screen and (min-width: 768px) {
.banner-title{
    font-weight:600;
    font-size:30px;
    font-family: 'Sawarabi Gothic', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  color:#ffffff;
  line-height: 40px;
  padding-left:30px;
  margin-top:-60px;
  }
  }
  

/*h3 */

.solution-title{
            text-align: center;
            font-weight: bold;
            font-size:20px;
            margin:0px 0px 20px 0px;
            line-height: 28px;
            }

.solution-title2{
            text-align: center;
            font-weight: bold;
            font-size:27px;
            margin:30px 0px 10px 0px ;
            line-height: 32px;
            }

@media only screen and (min-width: 768px)  {
.solution-title{
            text-align: center;
            font-weight: bold;
            font-size:25px;
            margin:50px 20px 30px 20px;
            line-height: 33px;
            }

.solution-title2{
            text-align: center;
            font-weight: bold;
            font-size:35px;
            margin:50px 20px -40px 0;
            line-height: 42px;
            }
            }

/* 2カラム(白） */

.column_inbox-3{
              height:auto;
              width:100%;
              margin:0 auto;
              border:0px solid #ccc;
              background-color: #ffffff;
              
}

.column_inbox-2{
              height:auto;
              width:100%;
              margin:0 auto;
              border:0px solid #ccc;
              background-color: #ffffff;
              overflow-y: scroll;
             -ms-overflow-style: none;    /* IE, Edge 対応 */
              scrollbar-width: none;
}

.column_inbox-2::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }

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

.column_inbox{
              width:auto;
              display: table-cell;
              height:auto;
              margin:0 auto;
              background-color: #ffffff;
} 

.column_inbox-2{
              width:auto;
              display: table-cell;
              height:auto;
              margin:0 auto;
              vertical-align:middle;
              background-color: #ffffff;
              overflow-y: scroll;
             -ms-overflow-style: none;    /* IE, Edge 対応 */
              scrollbar-width: none;
}

.column_inbox-2::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }

.column_inbox-3{
              width:auto;
              display: table-cell;
              height:auto;
              margin:0 auto;
              vertical-align:middle;
              background-color: #ffffff;
} 

.column_inbox-3 p{
             color:#595757;
             line-height: 30px;
             padding:30px;
             font-size:16px;
             }
} 


.about-box{
              width:100%;
              height:auto;
              border: 0px solid #dddddd;
              margin: 0 auto;
              margin-bottom:20px;
}

.about-box img{
                 border: 1px solid #ccc;
                 width: 50%;
                 }

.product-box{
              margin:0 auto;
              border:1 solid #ccc;
              overflow-y: scroll;
              -ms-overflow-style: none;    /* IE, Edge 対応 */
              scrollbar-width: none;       /* Firefox 対応 */
              }

.product-box::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }

@media only screen and (min-width: 768px) {
.product-box{
              width:90%;
              margin:0 auto;
              overflow-y: scroll;
              -ms-overflow-style: none;    /* IE, Edge 対応 */
              scrollbar-width: none;       /* Firefox 対応 */
              }

.product-box::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }
}


/*-------------------------------- 
ボタン
-------------------------------- */
.button {
  width: 220px;
  margin:0 auto;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border: 0;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #0F78B1;
  transition: background-color 0.5s;
}

.button a{
    color: #ffffff;
    text-decoration: none;
    }


@media only screen and (min-width: 768px) {
.button {
  width: 220px;
  margin:0 auto;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border: 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #0F78B1;
  transition: background-color 0.5s;
}

.button:hover {
  background-color: #bfd72f;
}

.button a{
    color: #ffffff;
    text-decoration: none;
    }
}
/*-------------------------------- 
資料ダウンロードボタン
-------------------------------- */
.dl-button a{
    max-width: 400px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #069;
    border-radius: 3px;
    position: relative;
    padding: 20px;
    background-color: #eee !important;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    color:#069;
    margin-top: 30px;
    line-height: 35px;
}

.dl-button a:hover {background-color: #ffffff !important;} 

.dl-button .file {
    background: #069;
    color: #FFF;
    padding: 0 15px;
    margin-left: 15px;
    border-radius: 3px;
    }


/* グレーバック */
.gray-bg{
        width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #F5F5F5;
    padding: 0 20px 0px 20px;
    margin-bottom: -50px;
}

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

.gray-bg{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #F5F5F5;
    margin-top: 0px;
    padding: 30px 30px 30px 30px; 
    margin-bottom: -50px;
        
}}

/* -------------------------------- 
白カラム
table右ボックス
-------------------------------- */

.columnr-r_inbox{
              width:100%;
              background-color:#ffffff;
} 

.columnr-r_inbox img{
     width:90%;
     margin-bottom:30px;
}

@media only screen and (min-width: 480px)  {
.columnr-r_inbox img{
     width:60%;
     margin:0 auto;
     text-align: center;
}
}

@media only screen and (min-width: 768px)  {
.columnr-r_inbox{
	          display: table-cell;
              width:50%;
              height:auto;
              margin:0 auto;
              background-color:#ffffff;
              vertical-align: middle;
              
}

.columnr-r_inbox img{
     width:80%;
     margin:0 auto;
     text-align: center;
}
}

h4{ margin-top: 30px;}
@media only screen and (min-width: 768px)  {
h4{ margin-top: 0px;}}


/*-------------------------------------------*/


/* 改行*/
@media screen and (min-width: 768px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 768px){   
  .pc { display:none; }
  .sp { display:block; }
}

/* マーカー＋太字 */
.hightlight-text{
            text-align: left;
            font-weight: 600;
            margin-bottom:20px;
            background: linear-gradient(transparent 50%, #ffff66 0%);
            line-height: 20px;
            }

@media only screen and (min-width: 768px)  {
.hightlight-text{
            font-weight: 600;
            background: linear-gradient(transparent 50%, #ffff66 0%);
            margin-bottom:30px;
            }
            }
/*-------------------------------------------*/
.main-text{
            margin:20px 0;
            line-height: 1.7em;
            font-size: 14px;
            }

@media only screen and (min-width: 768px)  {
.main-text{
            margin:20px;
            line-height: 1.7em;
            font-size: 16px;
            } 
            }

/* -------------------------------- 
改行
-------------------------------- */
@media screen and (min-width: 768px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 768px){   
  .pc { display:none; }
  .sp { display:block; }
}

a[href$=".pdf"] {
    background: none!important;
}

.wp{
     width: 30%;
     border:1px solid #ccc;
     }