
@media only screen and (min-width: 768px){
.cd-full-width {
    padding-top: 100px!important;
}
}
@media only screen and (min-width: 1170px){
.cd-full-width {
    padding-top: 200px!important;
}
}
/* スライド画像 */
.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: 26px;
    padding:0 10px;
    font-weight: 500!important;
    }
    
/*h2のサブタイトル*/
.top-sub{
   font-size: 16px;
    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: 50px;
    }
    
.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;
    }
    }
    
/*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:130%;
            margin:0px 0px 10px 0px ;
            line-height: 27px;
            }

@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: 45px;
            }
            }

.thambs{
          max-width: 50%;
          border:1px solid #ccc;
          }
/* -------------------------------- 
白カラム
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;
    line-height: 27px;
}

#download img{ 
               max-width: 80%;
               margin:30px 0;
               border:1px solid #ccc;
               }
.gray-bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #F5F5F5;
    margin-top: 0px;
    padding: 30px 30px 30px 30px;
    margin-bottom: -50px;
}

@media screen and (min-width: 768px){   
#download img{ 
               max-width: 30%;
               margin:30px 0;
               border:1px solid #ccc;
               }

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


/*-------------------------------- 
ボタン
-------------------------------- */
.button {
  width: 220px;
  margin:0 auto;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border: 0;
  text-align: center;
  margin-bottom: 50px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #8EC926;
  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: #8EC926;
  transition: background-color 0.5s;
}

.button:hover {
  background-color: #0F78B1;
}

.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;
}

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