@charset "utf-8";

/* キャンピングカー広告のご相談お受けします */
.main-header{

  background: #cce0f4;
  background: -moz-linear-gradient(left, #cce0f4 0%, #1e9cd7 56%, #0075be 86%, #005b97 100%);
  background: -webkit-linear-gradient(left, #cce0f4 0%,#1e9cd7 56%,#0075be 86%,#005b97 100%);
  background: linear-gradient(to right, #cce0f4 0%,#1e9cd7 56%,#0075be 86%,#005b97 100%);
}

/* キャンピングカー広告のご相談お受けします */
.main-header h1{
  color: #fff;
}

/* PC用 */
@media screen and (min-width: 769px) {

  /* 共通  */
  .viewPc{
    display: block;
  }

  .viewSp{
    display: none;
  }

  h2.section-title{
    border-left: 5px solid #3AAFFF;
    border-bottom: 1px solid #000;
    font-size: 25px;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 30px;
  }


  /* キャンピングカー広告のご相談お受けします */
  .main-header{
    line-height: 180px;
  }

  .main-header h1{
    color: #fff;
    font-size: 33px;
  }

  .contents-inner{
    width: 760px;
    margin: 0 auto;
  }

  /* キャンピングカー広告とは？ */
  .about{
    margin-top: 70px;
  }

  .about h2{
    font-size: 27px;
    color: #FFF;
    background-color: #4D4D4D;
    margin-bottom: 40px;
  }

  .about p.normal{
    font-size: 22px;
    text-align: left;
    margin: 40px 30px;
  }

  .about .target{
    background-color: #DFEFFB;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding:30px 20px;
    margin: 30px 20px;
  }

  .about .target .target-inner{
    margin: 0 20px;
  }

  .about .target .target-title{
    background-image: url(/wp/wp-content/themes/twentyfifteen-child/images/mediaguide/target_title_bg.png);
    background-repeat: no-repeat;

    font-size: 23px;
    line-height: 63px;
    padding-bottom: 5px;
    margin-bottom: 25px;
  }

  .about .target .target-text{
    text-align: left;
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .about .target .target-text .mark{
    background-color: #FCEE21;
  }

  /* キャンピングカー広告の種類 */
  .type{
    margin-top: 70px;
  }

  .type h3,
  .type .type-item{
    margin: 0 30px;
  }

  .type h3{
    background-image: url(/wp/wp-content/themes/twentyfifteen-child/images/mediaguide/type_h3.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;

    text-align: left;
    font-size: 18px;
    line-height: 40px;
    padding-left: 10px;
    margin-bottom: 20px;
  }

  .type .type-item:after{
    content: '';
    clear: both;
    display: block;
  }

  .type .type-item .type-image{
    float: left;
    margin-right: 30px;
    margin-bottom: 40px;
  }

  .type .type-item .type-image img{
    width: 100%;
  }
  
  .type .type-item .type-text{
    text-align: left;
  }

  .type .type-item .type-text + .type-text{
    margin-top: 1.0em;
  }

  .type .type-item .type-text.caution{
    font-size: 13px;
  }

  /* 例えばこんな使い方 */
  .example{
    margin-bottom: 70px;
    padding: 40px 105px;
  }

  .example .example-box{
    text-align: left;
    background-color: #FFF;
    padding: 40px 30px;
  }

  .example .example-box .list-title:before{
    content: url(/wp/wp-content/themes/twentyfifteen-child/images/mediaguide/list1.jpg);
    margin-right: 10px;
  }

  .example .example-box .list-title{
    font-size: 20px;
    color: #3AAFFF;
  }

  .example .example-box .list-example-text{
    margin-left: 2.0em;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .example .example-box > ul > li{
    margin-bottom: 30px;
  }

  .example .example-box .list-example-ul{
    margin-left: 3.0em;
  }

  .example .example-box .list-example-ul > li{
    font-size: 16px;
    list-style-image: url(/wp/wp-content/themes/twentyfifteen-child/images/mediaguide/list2.jpg);
  }

  .example .example-box .underline{
    text-decoration: underline;
  }

  /* お問い合わせはこちら */
  .contact-inner a:hover{
    position: relative;
    top: 3px;
    left: 3px;
  }

}

/* SP用 */
@media screen and (max-width: 768px) {

  /* 共通  */
  .viewPc{
    display: none;
  }

  .viewSp{
    display: block;
  }

  h2.section-title{
    border-left: 5px solid #3AAFFF;
    border-bottom: 1px solid #000;
    font-size: 18px;
    text-align: left;
    padding-left: 2%;
    margin-bottom: 15px;
  }


  /* キャンピングカー広告のご相談お受けします */
  .main-header{
    height: 90px;
  }

  .main-header h1{
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .contents-inner{
    width: 100%;
    margin: 0 auto;
  }

  /* キャンピングカー広告とは？ */
  .about{
    margin-top: 35px;
  }

  .about h2{
    font-size: 14px;
    color: #FFF;
    background-color: #4D4D4D;
    margin-bottom: 20px;
  }

  .about p.normal{
    font-size: 11px;
    text-align: left;
    margin: 20px 2%;
  }

  .about .target{
    background-color: #DFEFFB;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 15px 2%;
    margin: 15px 2%;
  }

  .about .target .target-inner{
    margin: 0 10px;
  }

  .about .target .target-title{
    background-image: url(/wp/wp-content/themes/twentyfifteen-child/images/mediaguide/target_title_bg.png);
    background-repeat: no-repeat;

    font-size: 12px;
    line-height: 2.0;
    padding-bottom: 5px;
    margin-bottom: 13px;
  }

  .about .target .target-text{
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .about .target .target-text .mark{
    background-color: #FCEE21;
  }

  /* キャンピングカー広告の種類 */
  .type{
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .type h3,
  .type .type-item{
    margin: 0 3%;
  }

  .type h3{
    background-image: url(/wp/wp-content/themes/twentyfifteen-child/images/mediaguide/type_h3.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;

    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3%;
    margin-bottom: 20px;
  }

  .type .type-item:after{
    content: '';
    clear: both;
    display: block;
  }

  .type .type-item .type-image{
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
  }

  .type .type-item .type-image img{
    width: 100%;
  }
  
  .type .type-item .type-text{
    text-align: left;
  }

  .type .type-item .type-text + .type-text{
    margin-top: 1.0em;
  }

  .type .type-item .type-text.caution{
    font-size: 13px;
  }

  /* 例えばこんな使い方 */
  .example{
    margin-bottom: 35px;
    padding: 0 3% 20px;
  }

  .example .example-box{
    text-align: left;
    background-color: #FFF;
    padding: 20px 3%;
  }

  .example .example-box .list-title:before{
    content: url(/wp/wp-content/themes/twentyfifteen-child/images/mediaguide/list1.jpg);
    margin-right: 10px;
  }

  .example .example-box .list-title{
    font-size: 16px;
    color: #3AAFFF;
  }

  .example .example-box .list-example-text{
    margin-left: 2.0em;
    font-size: 13px;
    margin-bottom: 8px;
  }

  .example .example-box > ul > li{
    margin-bottom: 30px;
  }

  .example .example-box .list-example-ul{
    margin-left: 3.0em;
  }

  .example .example-box .list-example-ul > li{
    font-size: 16px;
    list-style-image: url(/wp/wp-content/themes/twentyfifteen-child/images/mediaguide/list2.jpg);
  }

  .example .example-box .underline{
    text-decoration: underline;
  }

  /* お問い合わせはこちら */
  .contact-inner a:hover{
    position: relative;
    top: 3px;
    left: 3px;
  }

}