@charset "utf-8";
.clearfix:after{
  content: "";
  clear: both;
  display: block
}
img{
  height: auto;
  max-width: 100%;
}
a{
  transition: 0.3s;
  color: #006CD8;
}
a img{
  transition: 0.3s;
}
a:hover img{
  opacity: 0.7;
}
a:hover{
  text-decoration: none;
}
p{
  word-break: break-all;
  line-height: 180%;
}
html,body{
  height: 100%;
  font-family: YakuHanJP,'Noto Sans JP',"Yu Gothic", "YuGothic","ヒラギノ角ゴ Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #333;
  font-size: 14px;
}
.rvBox02,.rvBox03,.rvBox04,.rvBox05{
  display: none;
}

@media screen and (max-width: 767px){
  .pc{
    display: none !important;
  }
  .textwhite{
    color: #FFF !important;
  }
  .inner ,.sinner{
    width: 96%;
    margin: 0 auto;
  }
  body{
    padding-top: 61px;
  }
  /* header */
  header{
    border-bottom: 1px solid #D3D3D3;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    height: 61px;
    z-index: 10000;
  }
  header .inner{
    width: 100%;
  }
  header #logo{
    float: left;
  }
  header .spMenu{
    float: right;
  }
  header .head:after{
    content: "";
    clear: both;
    display: block
  }
  
  /* nav */
  nav{
    width: 100%;
    position: fixed;
    top: 61px;
    background: #F6F6F6;
    display: none;
    z-index: 10000;
  }
  nav li{
    border-top: 1px solid #D3D3D3;
  }
  nav li a{
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
  }
  
  /* footer */
  footer{
    background: #4D4D4D;
    padding: 15px;
    text-align: center;
  }
  footer .copy{
    color: #FFF;
    font-size: 11px;
  }
  
  /* parts */
  .spTextTtl{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 25px auto 15px;
  }
  .spTextTtl span{
    font-size: 13px;
    display: inline-block;
    font-weight: bold;
    padding: 5px 15px;
    background: #C9151D;
    color: #FFF;
    margin-bottom: 5px;
  }
  .spTextTtl::after{
    content: " ";
    border-bottom: 3px solid #C9151D;
    display: block;
    width: 60px;
    text-align: center;
    margin: 5px auto;
  }
  .textwhite .spTextTtl::after{
    content: " ";
    border-bottom: 3px solid #FFF;
    display: block;
    width: 60px;
    text-align: center;
    margin: 5px auto;
  }
  #bottomBtn{
    padding: 60px 0;
  }
  a.rtextLink{
    color: #D7000F;
  }
  .moreBtn{}
  .moreBtn a{
    display: inline-block;
    min-width: 180px;
    padding: 12px;
    background: #FFF;
    color: #3E3A39;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
  }
  .moreBtn a:hover{
    color: #D7000F;
  }
  .centerBtn{
    text-align: center;
  }
  .redBorderBtn{
    text-align: center;
  }
  .redBorderBtn a{
    width: 96%;
    padding: 15px;
    background: #FFF;
    border: 3px solid #D7000F;
    color: #D7000F;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
  }
  .redBorderBtn a:hover{
    background: #D7000F;
    border: 1px solid #D7000F;
    color: #FFF;
  }
  #contentnsTitle{
    text-align: center;
    margin: 40px auto 50px;
  }
  .inttl{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .inttl span{
    font-size: 12px;
    display: block;
    font-weight: bold;
  }
  .inImg{
    margin-bottom: 20px;
  }
  .readCenterText{
    text-align: center;
    margin-bottom: 30px;
  }
  .readCenterText p{
    font-weight: bold;
  }
  .readCenterText p br{
    display: none;
  }
  .recnaviBnr{
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }
  .recnaviBnr a:hover img{
    opacity:1;
  }
  .contentsWap{
    padding: 25px 0 30px;
  }
  .contentsMvBg{
    background: #e65614;
    background: -moz-linear-gradient(left, #e65614 0%, #d70110 100%);
    background: -webkit-linear-gradient(left, #e65614 0%,#d70110 100%);
    background: linear-gradient(to right, #e65614 0%,#d70110 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e65614', endColorstr='#d70110',GradientType=1 );
    padding: 40px 0;
  }
  .contentsMvBg h1{
    font-size: 28px;
    color: #FFF;
    text-align: center;
  }
  .contentsMvBg h1 span{
    font-size: 14px;
    color: #FFF;
    display: block;
  }
}
@media print, screen and (min-width: 768px){
  .sp{
    display: none !important;
  }
  .textwhite{
    color: #FFF !important;
  }
  .center{
    text-align: center;
  }
  .inner{
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
  }
  .sinner{
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
  }
  
  /* header */
  header{
    padding: 14px 30px; 
  }
  header #logo{
    float: left;
  }
  
  /* nav */
  nav{
    text-align: right;
    float: right;
  }
  nav ul li{
    display: inline-block;
    border-left: 1px solid #F2F2F2;
    min-width: 115px;
    text-align: center;
    font-size: 12px;
  }
  nav ul li:first-child{
    border-left: none;
  }
  nav ul li a{
    color: #3E3A39;
    display: block;
    text-decoration: none;
    padding: 25px 15px 25px 15px;
    font-weight: bold;
  }
  nav ul li a:hover{
    color: #D7000F;
  }
  nav ul li.contact{
    border: 3px solid #D7000F;
  }
  nav ul li.contact a{
    color: #D7000F;
    width: 115px;
    padding: 16px 0;
    text-align: center;
  }
  nav ul li.contact a:hover{
    background: #D7000F;
    color: #FFF;
  }
  
  /* footer */
  footer{
    background: #4D4D4D;
    padding: 15px;
    text-align: center;
  }
  footer .copy{
    color: #FFF;
    font-size: 11px;
  }
  
  /* parts */
  #bottomBtn{
    padding: 60px 0;
  }
  a.rtextLink{
    color: #D7000F;
  }
  .moreBtn{}
  .moreBtn a{
    display: inline-block;
    min-width: 180px;
    padding: 12px;
    background: #FFF;
    color: #3E3A39;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
  }
  .moreBtn a:hover{
    color: #D7000F;
  }
  .centerBtn{
    text-align: center;
  }
  .redBorderBtn{
    text-align: center;
  }
  .redBorderBtn a{
    width: 400px;
    padding: 15px;
    background: #FFF;
    border: 1px solid #D7000F;
    color: #D7000F;
    text-decoration: none;
    display: inline-block;
  }
  .redBorderBtn a:hover{
    background: #D7000F;
    border: 1px solid #D7000F;
    color: #FFF;
  }
  #contentnsTitle{
    text-align: center;
    margin: 40px auto 50px;
  }
  .inttl{
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .inttl span{
    font-size: 12px;
    display: block;
    font-weight: bold;
  }
  .inImg{
    margin-bottom: 20px;
  }
  .readCenterText{
    text-align: center;
    margin-bottom: 30px;
  }
  .readCenterText p{
    font-weight: bold;
  }
  .recnaviBnr{
    width: 574px;
    margin: 20px auto;
    text-align: left;
  }
  .recnaviBnr a:hover img{
    opacity:1;
  }
  .contentsWap{
    padding: 50px 0 60px;
  }
  .contentsMvBg{
    background: #e65614;
    background: -moz-linear-gradient(left, #e65614 0%, #d70110 100%);
    background: -webkit-linear-gradient(left, #e65614 0%,#d70110 100%);
    background: linear-gradient(to right, #e65614 0%,#d70110 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e65614', endColorstr='#d70110',GradientType=1 );
    padding: 60px 0;
  }
  .contentsMvBg h1{
    font-size: 40px;
    color: #FFF;
    text-align: center;
  }
  .contentsMvBg h1 span{
    font-size: 14px;
    color: #FFF;
    display: block;
  }
  .back{
    font-size: 12px;
    color: #333;
    font-weight: bold;
    display: block;
  }
  .back a{
    font-size: 12px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
  }
}