/*--本文--------*/
.contents {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
  padding: 2% 0;
  width: 100%;
  line-height: normal;

}

.content-title {
  padding-bottom: 1em;
  overflow: hidden;
  display: block;
}

/*--indexへ戻る--------*/
.go-index {
  display: block;
  text-align: center;
}

.go-index a {
  padding: 0.5em;
  display: block;
}

.go-index a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  background: #BED5DE !important;
  color: #333;

}

/*--汎用class--------*/

.c_office {
  color: #36F;
}


/*サポートコール　20160425追加*/

.support-call {
  width: 90%;
  margin: 1.5em auto;
  overflow: hidden;
  line-height: 1.5;
  background: #D9EBEE;
  color: #333;
}

.support-call h4 {
  border-left: 8px solid #006699;
  font-size: 100%;
  margin: 0.5em 0 0 0.5em;
  text-align: left;
  text-indent: 10px;
}

.support-call dl {
  padding: 1em;
  overflow: hidden;
}

.support-call dt {
  float: left;
  font-size: 125%;
  font-weight: bold;
  display: block;
  padding: 0.5em 0.5em 4em;
}

.support-call span:nth-child(odd) {
  font-size: 190%;
  font-weight: bold;
}

.support-call dd {
  display: block;
  font-size: 95%;
}

/*-----------downloadbotton-----------*/
.dl_button a {
  border: 3px solid #1272b4;
  color: #1272b4 !important;
  display: block;
  font-size: 16px;
  padding: 10px 0;
  margin: 30px auto;
  outline: medium none;
  text-align: center;
  text-decoration: none;
  width: 100%;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  -ms-transition: 1.5s;
  transition: 1.5s;
  box-sizing: border-box;
}

.dl_button a:hover {
  background-color: #1272b4;
  color: #fff !important;
}

.dl_button i {
  margin-right: 10px;
}


/*===============================================
  画面の横幅が479px以下
===============================================*/
@media screen and (max-width: 479px) {

  div#wrapper, div#footer {
    width: 100%;
  }



  .contents section {
    width: 95%;
    margin: 1.5em auto 0;
    overflow: hidden;
  }



  .contents section * img {
    width: 100%;
  }


}

/*===============================================
  画面の横幅が480px以上
===============================================*/
@media screen and (min-width: 480px) {

  #header, .pan-list {
    overflow: hidden;
  }

  /*--本文--------*/
  .contents {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding: 2% 0;
    width: 100%;

  }

  .content-title span {
    float: left;
  }

  .contents section {
    width: 90%;
    margin: 1.5em auto 0;
    overflow: hidden;
  }

  .pdf-image {
    overflow: hidden;
    clear: both;
  }



  /*--indexへ戻る--------*/
  .go-index {
    width: 80%;
    margin: 2em auto 0;
  }

  .go-index a {}


  /*--汎用class--------*/
  .r_img {
    float: right;
    margin: 0 0 0 1%;
  }

  .w30 {
    width: 30%;
  }

  .c_office {
    color: #36F;
  }


}



/*===============================================
 ワイド画面用分岐　1600px
===============================================*/

@media screen and (min-width: 1600px) {}

/*===============================================
 iPad Portrait(縦)
===============================================*/

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {}

/*===============================================
 iPad Portrait(横)
===============================================*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {}
