@charset "UTF-8";
@import url(/common/css/gwebfont-noto.css);

#header,
.pan-list {
  font-family: 'Noto Sans Japanese', sans-serif, メイリオ, Meiryo;
}

body * img {
  vertical-align: bottom;
}

/*--本文--------*/
.contents {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
  width: 100%;
  font-family: 'Noto Sans Japanese', sans-serif, メイリオ, Meiryo;
  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,
.clm2-dl-btn a:hover {
  background-color: #1272b4;
  color: #fff !important;
}

.dl_button i,
.clm2-dl-btn i {
  margin-right: 10px;
}


.clm2-dl-btn {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  padding: 2% 5%;
  background: rgb(204, 229, 236);
  margin-top: 3%;
}

.clm2-dl-btn a {
  background:
    /*rgba(158,215,207,1.00)*/
    #fff;
  border: 3px solid #1272b4;
  color: #1272b4;
  display: flex;
  font-size: 16px;
  padding: 3% 1%;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  -ms-transition: 1.5s;
  transition: 1.5s;
  box-sizing: content-box;
  justify-content: center;
  align-items: center;
  margin: 1%;
}

.clm2-dl-btn a i {
  font-size: 1.6rem;
}

/*===============================================
  画面の横幅が479px以下
===============================================*/
@media screen and (max-width: 479px) {

  div#wrapper,
  div#footer {
    width: 100%;
  }

  .contents section {
  }

  .contents section * img {
    width: 100%;
  }
}

/*===============================================
  画面の横幅が480px以上
===============================================*/
@media screen and (min-width: 480px) {

  #header,
  .pan-list {
    overflow: hidden;
  }

  /*--本文--------*/
  .clm2-dl-btn {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 2% 5%;
    background: rgb(204, 229, 236);
    margin-top: 3%;
  }

  .clm2-dl-btn a {
    flex-basis: 45%;
  }

  .contents {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding: 0 0 2%;
    width: 100%;
  }

  .content-title span {
    float: left;
  }

  .contents section {
  }

  .content{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }

  .pdf-image {
    overflow: hidden;
    clear: both;
  }

  /*--indexへ戻る--------*/
  .go-index {
    width: 80%;
    margin: 2em auto 0;
  }

  /*--汎用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) {}