@charset "UTF-8";
@media screen and (min-width: 480px) {
  .sp {
    display: none;
  }

  #main {
    margin: 0 auto;
    width: 1060px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #main section {
    margin: 0 auto;
    width: 920px;
    overflow: hidden;
  }
  #main section .box1, #main section .box2 {
    width: 920px;
    height: auto;
    overflow: hidden;
  }
  #main section .box1 .boxL, #main section .box1 .boxR, #main section .box2 .boxL, #main section .box2 .boxR {
    float: left;
    height: auto;
  }
  #main section .box1 .boxL, #main section .box2 .boxL {
    width: 400px;
  }
  #main section .box1 .boxR, #main section .box2 .boxR {
    width: 490px;
    text-align: justify;
    margin-top: 65px;
  }
  #main section .box1 .boxR h3, #main section .box2 .boxR h3 {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
  }
  #main section .box1 .boxR p, #main section .box2 .boxR p {
    font-size: 16px;
    margin: 10px 0;
  }
  #main section .box1 .boxR .hvr-shrink, #main section .box2 .boxR .hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    color: white;
    background-color: #0089A7;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-align: center;
  }
  #main section .box1 .boxR .hvr-shrink:hover, #main section .box1 .boxR .hvr-shrink:focus, #main section .box1 .boxR .hvr-shrink:active, #main section .box2 .boxR .hvr-shrink:hover, #main section .box2 .boxR .hvr-shrink:focus, #main section .box2 .boxR .hvr-shrink:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  #main section .box1 {
    margin: 50px 0;
  }
  #main section .box1 .boxR {
    margin-left: 30px;
  }
  #main section .box2 .boxL {
    margin-left: 30px;
  }
  #main section .backnumber {
    height: auto;
    margin: 50px 0;
  }
  #main section .backnumber h3 {
    font-size: 24px;
    padding: 10px;
    color: #fff;
    background-color: #000;
    margin-bottom: 20px;
  }
  #main section .backnumber .bn_box {
    width: 920px;
    height: auto;
    overflow: hidden;
  }
  #main section .backnumber .bn_box .data {
    float: right;
    width: 60%;
    height: 200px;
  }
  #main section .backnumber .bn_box .bnL, #main section .backnumber .bn_box .bnR {
    float: left;
  }
  #main section .backnumber .bn_box .bnR {
    width: 670px;
    height: auto;
    margin-left: 30px;
  }
  #main section .backnumber .bn_box .bnR .vig_title {
    overflow: hidden;
  }
  #main section .backnumber .bn_box .bnR p {
    margin: 0;
    font-size: 16px;
  }
  #main section .backnumber .bn_box .bnR .bn_application {
    float: left;
    margin: -17px 10px !important;
    padding: 10px;
  }
  #main section .backnumber .bn_box .bnR h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    color: #000;
    float: left;
  }
  #main section .backnumber .bn_box .bnR .bn_title {
    margin-top: 5px !important;
  }
  #main section .backnumber .bn_box .bnR .bn_application .hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    color: white;
    background-color: #0089A7;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-align: center;
  }
  #main section .backnumber .bn_box .bnR .bn_application .hvr-shrink:hover, #main section .backnumber .bn_box .bnR .bn_application .hvr-shrink:focus, #main section .backnumber .bn_box .bnR .bn_application .hvr-shrink:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  #main section .backnumber .bn_box:last-child {
    margin: 25px 0;
  }
}
@media screen and (max-width: 479px) {
  .pc {
    display: none;
  }

  #main img {
    width: 100%;
  }
  #main .box1, #main .box2 {
    margin: 20px 0;
  }
  #main .box1 .boxR, #main .box2 .boxR {
    padding: 10px;
  }
  #main .box1 .boxR h3, #main .box2 .boxR h3 {
    font-size: 20px;
    font-weight: bold;
  }
  #main .box1 .boxR p, #main .box2 .boxR p {
    font-size: 16px;
    text-align: justify;
  }
  #main .box1 .boxR .application, #main .box2 .boxR .application {
    margin: 10px 0;
  }
  #main .box1 .boxR .hvr-shrink, #main .box2 .boxR .hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    color: white;
    background-color: #0089A7;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-align: center;
  }
  #main .box1 .boxR .hvr-shrink:hover, #main .box1 .boxR .hvr-shrink:focus, #main .box1 .boxR .hvr-shrink:active, #main .box2 .boxR .hvr-shrink:hover, #main .box2 .boxR .hvr-shrink:focus, #main .box2 .boxR .hvr-shrink:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  #main .backnumber h3 {
    background-color: #000;
    color: #fff;
    padding: 10px;
    font-size: 18px;
  }
  #main .backnumber .bn_box {
    margin-top: 20px;
  }
  #main .backnumber .bn_box .bnR {
    padding: 10px;
  }
  #main .backnumber .bn_box .bnR h4 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
  }
  #main .backnumber .bn_box .bnR p {
    font-size: 14px;
  }
}
