@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_sig .box_int .txt, .con_sig .box_map, .con_sig .box_map .txt_map, .con_sig .box_spot, .con_sig > .btn {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .con_sig .box_int .txt, .con_sig .box_map, .con_sig .box_map .txt_map, .con_sig .box_spot, .con_sig > .btn {
    width: 95%;
  }
}

.con_sig .box_map:after, .con_sig .box_spot #panel_spot:after {
  content: "";
  display: table;
  clear: both;
}
@-webkit-keyframes scale {
  50% {
    -webkit-transform: scale(0.97, 0.97);
    transform: scale(0.97, 0.97);
    opacity: 0.8;
  }
}
@keyframes scale {
  50% {
    -webkit-transform: scale(0.97, 0.97);
    transform: scale(0.97, 0.97);
    opacity: 0.8;
  }
}
@-webkit-keyframes katakata {
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    opacity: 0.6;
  }
}
@keyframes katakata {
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    opacity: 0.6;
  }
}
@-webkit-keyframes snow {
  30% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  60% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    top: 100%;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@keyframes snow {
  30% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  60% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    top: 100%;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@-webkit-keyframes leaf {
  30% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  60% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    top: 100%;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }
}
@keyframes leaf {
  30% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  60% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    top: 100%;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }
}
@-webkit-keyframes Crystal {
  50% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(360px);
    transform: rotate(360px);
  }
}
@keyframes Crystal {
  50% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(360px);
    transform: rotate(360px);
  }
}
@-webkit-keyframes Crystal2 {
  50% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotateY(360px);
    transform: rotateY(360px);
  }
}
@keyframes Crystal2 {
  50% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotateY(360px);
    transform: rotateY(360px);
  }
}
@-webkit-keyframes blur-out {
  100% {
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
}
@keyframes blur-out {
  100% {
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
}
@-webkit-keyframes bn_comment {
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bn_comment {
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    bottom: 70px;
  }
  50% {
    opacity: 1;
    bottom: 50px;
  }
  100% {
    opacity: 0;
    bottom: 30px;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    bottom: 70px;
  }
  50% {
    opacity: 1;
    bottom: 50px;
  }
  100% {
    opacity: 0;
    bottom: 30px;
  }
}
@-webkit-keyframes scrollleft {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes scrollleft {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes scrollright {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes scrollright {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
/* -----------------------------------------------------------
	.con_sig
----------------------------------------------------------- */
.con_sig {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .con_sig {
    margin-top: 2em;
  }
}
.con_sig .box_int {
  text-align: center;
}
.con_sig .box_int .txt {
  padding: 25px 0 50px;
  padding: 25px 0 50px;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_int .txt {
    padding: 1em 0 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_int .txt {
    text-align: left;
  }
}
.con_sig .box_map {
  position: relative;
}
.con_sig .box_map #map {
  background: #212121;
  position: absolute;
  height: 100%;
  width: 700px;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sig .box_map #map {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_map #map {
    position: static;
    width: 100%;
    height: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sig .box_map #map_image {
    float: left;
    position: static !important;
    width: 55% !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_map #map_image {
    position: static !important;
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  .con_sig .box_map #obj_active {
    float: right;
  }
}
@media print {
  .con_sig .box_map #obj_active {
    float: right;
  }
}
.ie8 .con_sig .box_map #obj_active {
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sig .box_map #obj_active {
    width: 42%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_map #obj_active {
    margin-top: 1em;
  }
}
.con_sig .box_map #obj_active li {
  display: none;
  width: 310px;
  padding: 25px 30px 25px;
  background: #f6f6f6;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_map #obj_active li {
    padding: 1em 0.8em;
  }
}
@media only screen and (max-width: 1200px) {
  .con_sig .box_map #obj_active li {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.con_sig .box_map #obj_active li:first-child {
  display: block;
}
.con_sig .box_map #obj_active li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -34px;
  width: 68px;
  height: 2px;
  background: #6e6a6a;
}
.con_sig .box_map #obj_active li.cate1 h4 span:before {
  background: url(../sightseeing/images/ic_cate1.png) no-repeat center;
}
.con_sig .box_map #obj_active li.cate2 h4 span:before {
  background: url(../sightseeing/images/ic_cate2.png) no-repeat center;
}
.con_sig .box_map #obj_active li.cate3 h4 span:before {
  background: url(../sightseeing/images/ic_cate3.png) no-repeat center;
}
.con_sig .box_map #obj_active li.cate4 h4 span:before {
  background: url(../sightseeing/images/ic_cate4.png) no-repeat center;
}
.con_sig .box_map #obj_active li h4 {
  text-align: center;
  font-size: 170%;
  font-weight: normal;
  padding-bottom: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sig .box_map #obj_active li h4 {
    font-size: 147%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_map #obj_active li h4 {
    font-size: 131%;
  }
}
.con_sig .box_map #obj_active li h4 span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding-left: 50px;
}
.con_sig .box_map #obj_active li h4 span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px;
  width: 35px;
  height: 35px;
}
.con_sig .box_map #obj_active li .img {
  margin-top: 25px;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sig .box_map #obj_active li .img {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_map #obj_active li .img {
    margin-top: 0.5em;
  }
}
.con_sig .box_map #obj_active li .img img {
  width: 100%;
}
.con_sig .box_map #obj_active li .acc {
  margin-top: 2px;
  padding: 5px 15px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #bea773;
}
.con_sig .box_map #obj_active li .txt {
  margin-top: 15px;
}
.con_sig .box_map #obj_active li .btns {
  margin-top: 25px;
  overflow: hidden;
}
.con_sig .box_map #obj_active li .btns p {
  width: 152px;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sig .box_map #obj_active li .btns p {
    width: 100%;
  }
}
.con_sig .box_map #obj_active li .btns p:first-child {
  float: left;
}
@media only screen and (max-width: 1200px) {
  .con_sig .box_map #obj_active li .btns p + p {
    margin-top: .5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_map #obj_active li .btns .btn1 {
    width: 100%;
  }
}
.con_sig .box_map #obj_active li .btns .btn1 a, .con_sig .box_map #obj_active li .btns .btn1 > span {
  display: block;
  border: 1px solid #adada6;
  padding: 2px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #adada6;
}
.con_sig .box_map #obj_active li .btns .btn1 a span, .con_sig .box_map #obj_active li .btns .btn1 > span span {
  display: block;
  padding: .8em .5em;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 116%;
}
.con_sig .box_map #obj_active li .btns .btn1 a span:before, .con_sig .box_map #obj_active li .btns .btn1 > span span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 1em;
  height: 1em;
  margin-right: .8em;
  background: url(../images/common/ic_arr1.png) no-repeat left top;
  background-size: cover !important;
}
.con_sig .box_map #obj_active li .btns .btn1 a span:before {
  background: url(../images/common/ic_arr2.png) no-repeat left top;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_map #obj_active li .btns .btn2 {
    width: 100%;
  }
}
.con_sig .box_map #obj_active li .btns .btn2 a, .con_sig .box_map #obj_active li .btns .btn2 > span {
  display: block;
  border: 1px solid #848282;
  padding: 2px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #848282;
}
.con_sig .box_map #obj_active li .btns .btn2 a span, .con_sig .box_map #obj_active li .btns .btn2 > span span {
  display: block;
  padding: .8em .5em;
  border: 1px solid #c4c2bd;
  text-align: center;
  color: #fff;
  font-size: 116%;
}
.con_sig .box_map #obj_active li .btns .btn2 a span:before, .con_sig .box_map #obj_active li .btns .btn2 > span span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 1em;
  height: 1em;
  margin-right: .8em;
  background: url(../images/common/ic_arr1.png) no-repeat left top;
  background-size: cover !important;
}
.con_sig .box_map #obj_active li .btns .btn2 a span:before {
  background: url(../images/common/ic_arr2.png) no-repeat left top;
}
.con_sig .box_map .txt_map {
  position: absolute;
  bottom: -3em;
}
.con_sig .box_spot {
  margin-top: 80px;
}
.con_sig .box_spot #tab_spot {
  letter-spacing: -.4em;
  text-align: center;
}
.con_sig .box_spot #tab_spot li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  width: 18.90909%;
  padding: 15px 1em;
  border: 1px solid #d3d3d3;
  margin: 0 0 0 1.36364%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sig .box_spot #tab_spot li {
    padding: 1em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_spot #tab_spot li {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_spot #tab_spot li {
    margin: 0.5em 0 0 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_spot #tab_spot li {
    width: 49%;
  }
  .con_sig .box_spot #tab_spot li:nth-child(odd) {
    margin-left: 0;
  }
  .con_sig .box_spot #tab_spot li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_sig .box_spot #tab_spot li:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 13px;
    height: 13px;
    background: #fff;
    border-right: 1px solid #bb9e53;
    border-bottom: 1px solid #bb9e53;
    margin-left: -7px;
    -webkit-transform: rotate(45deg) skew(10deg, 10deg);
    transform: rotate(45deg) skew(10deg, 10deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
}
@media print {
  .con_sig .box_spot #tab_spot li:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 13px;
    height: 13px;
    background: #fff;
    border-right: 1px solid #bb9e53;
    border-bottom: 1px solid #bb9e53;
    margin-left: -7px;
    -webkit-transform: rotate(45deg) skew(10deg, 10deg);
    transform: rotate(45deg) skew(10deg, 10deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
}
.ie8 .con_sig .box_spot #tab_spot li:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 13px;
  height: 13px;
  background: #fff;
  border-right: 1px solid #bb9e53;
  border-bottom: 1px solid #bb9e53;
  margin-left: -7px;
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
  transform: rotate(45deg) skew(10deg, 10deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.con_sig .box_spot #tab_spot li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 20px;
  height: 20px;
  background: url(../sightseeing/images/ic_tab1.png) no-repeat left top;
  background-size: cover !important;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sig .box_spot #tab_spot li:before {
    display: block;
    width: 25px !important;
    height: 25px !important;
    margin: 0 auto .5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_spot #tab_spot li:before {
    width: 1.5em !important;
    height: 1.5em !important;
  }
}
.con_sig .box_spot #tab_spot li:first-child {
  margin-left: 0;
}
.con_sig .box_spot #tab_spot li div {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sig .box_spot #tab_spot li div {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_spot #tab_spot li div {
    margin-left: 0.5em;
  }
}
.con_sig .box_spot #tab_spot li div > * {
  display: block;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sig .box_spot #tab_spot li div > * {
    text-align: center;
  }
}
.con_sig .box_spot #tab_spot li div em {
  font-size: 124%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sig .box_spot #tab_spot li div em {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_spot #tab_spot li div em {
    font-size: 100%;
  }
}
.con_sig .box_spot #tab_spot li div span {
  color: #aaa;
  font-size: 93%;
}
.con_sig .box_spot #tab_spot li:hover {
  cursor: pointer;
}
.con_sig .box_spot #tab_spot li.active, .con_sig .box_spot #tab_spot li:hover {
  border-color: #bb9e53;
}
.con_sig .box_spot #tab_spot li.active:after, .con_sig .box_spot #tab_spot li:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_sig .box_spot #tab_spot li.cate2:before {
  width: 25px;
  height: 25px;
  background: url(../sightseeing/images/ic_tab2.png) no-repeat left top;
}
.con_sig .box_spot #tab_spot li.cate3:before {
  width: 34px;
  height: 34px;
  background: url(../sightseeing/images/ic_tab3.png) no-repeat left top;
}
.con_sig .box_spot #tab_spot li.cate4:before {
  width: 25px;
  height: 25px;
  background: url(../sightseeing/images/ic_tab4.png) no-repeat left top;
}
.con_sig .box_spot #tab_spot li.cate5:before {
  width: 29px;
  height: 29px;
  background: url(../sightseeing/images/ic_tab5.png) no-repeat left top;
}
.con_sig .box_spot #panel_spot {
  -webkit-transition: 500ms;
  transition: 500ms;
}
@media only screen and (min-width: 1201px) {
  .con_sig .box_spot #panel_spot {
    margin-right: -20px;
  }
}
@media print {
  .con_sig .box_spot #panel_spot {
    margin-right: -20px;
  }
}
.ie8 .con_sig .box_spot #panel_spot {
  margin-right: -20px;
}
.con_sig .box_spot #panel_spot.hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.con_sig .box_spot #panel_spot li {
  margin-right: 1.81818%;
  margin-top: 20px;
  float: left;
  width: 31.81818%;
  max-width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sig .box_spot #panel_spot li {
    width: 32%;
  }
  .con_sig .box_spot #panel_spot li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_spot #panel_spot li {
    width: 48%;
    margin: .5em 1%;
  }
}
.con_sig .box_spot #panel_spot li span {
  cursor: pointer;
  display: table;
  padding: 10px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  position: relative;
  border: solid 1px #f6f6f6;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.con_sig .box_spot #panel_spot li span:after {
  content: '>';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  right: 10px;
  font-size: 193%;
  color: #bbb;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sig .box_spot #panel_spot li span:after {
    font-size: 131%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_spot #panel_spot li span:after {
    font-size: 108%;
  }
}
.con_sig .box_spot #panel_spot li span:hover {
  background: #fff;
  border: solid 1px #bb9e53;
}
.con_sig .box_spot #panel_spot li span .img {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}
.con_sig .box_spot #panel_spot li span .img img {
  width: 100%;
}
.con_sig .box_spot #panel_spot li span h4 {
  display: table-cell;
  width: 210px;
  padding: 0 20px;
  padding: 0 20px;
  vertical-align: middle;
  font-weight: normal;
  font-size: 116%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sig .box_spot #panel_spot li span h4 {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_spot #panel_spot li span h4 {
    padding: 0 0.8em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sig .box_spot #panel_spot li span h4 {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_spot #panel_spot li span h4 {
    font-size: 93%;
  }
}
.con_sig .box_spot #panel_spot li.active span {
  cursor: default;
  background: #fff;
  border: solid 1px #bb9e53;
}
.con_sig > .btn {
  margin-top: 70px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_sig > .btn {
    width: 100%;
  }
}
.con_sig > .btn a, .con_sig > .btn > span {
  display: block;
  border: 1px solid #25584f;
  padding: 2px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #25584f;
}
.con_sig > .btn a span, .con_sig > .btn > span span {
  display: block;
  padding: .8em .5em;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 116%;
}
.con_sig > .btn a span:before, .con_sig > .btn > span span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 1em;
  height: 1em;
  margin-right: .8em;
  background: url(../images/common/ic_arr1.png) no-repeat left top;
  background-size: cover !important;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sig > .btn {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig > .btn {
    margin-top: 2em;
  }
}
.con_sig > .btn a {
  display: inline-block;
  width: 525px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_sig > .btn a {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig > .btn a {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .con_sig > .btn a span {
    padding: 1.3em .5em;
  }
}
@media print {
  .con_sig > .btn a span {
    padding: 1.3em .5em;
  }
}
.ie8 .con_sig > .btn a span {
  padding: 1.3em .5em;
}
.con_sig > .btn a span:before {
  content: none;
}
.con_sig > .btn a span:after {
  content: '';
  width: 1em;
  height: 1em;
  margin-left: .8em;
  background: url(../images/common/ic_arr2.png) no-repeat left top;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-size: cover !important;
}
