@charset "UTF-8";
/*PC・タブレット・スマホ共通設定
---------------------------------------------------------------------------*/
/* mobile first*/
.Test_Image_Box {
  height: 200px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .Test_Image_Box {
      height: auto; } }

.Test_Image {
  width: 700px;
  position: absolute;
  right: 0;
  bottom: 0; }
  @media screen and (min-width: 768px) {
    .Test_Image {
      width: 100%;
      position: relative; } }

.LinkButton_Box {
  line-height: 1.2; }

.LinkButton_Box .LinkButton02 {
  /*
    padding-top:20px!important;

     */ }

.B_Style {
  height: 66px;
  padding-top: 25px !important; }
  @media screen and (min-width: 768px) {
    .B_Style {
      padding-top: 15px !important;
      height: auto;
      width: 167px; } }
