﻿@charset "utf-8";/* CSS Document */*{margin:0;padding:0;}/*キャンペーンスライドここから*/#int_campaign-container{width: 100%;background: #7fcadf;overflow-x: hidden;margin-bottom: 6px;text-align: center;}#int_campaign{white-space : nowrap;animation   : slidetext 1s linear;}#int_campaign p{color: #ffffff;font-size: 16px;letter-spacing: 0.4em;width: 100%;text-align: center;line-height: 3em;}#int_campaign a{text-decoration:none;}#int_campaign p span{font-size: 20px;letter-spacing: 0.8em;margin-left: 10px;font-weight: bold;}@keyframes slidetext{0% {transform: translateX(70%);}100% {transform: translateX(0%);}}@media screen and (max-width: 756px) {#int_campaign{animation   : slidetext 0.6s linear;}#int_campaign p{font-size: 12px;letter-spacing: 0em;}#int_campaign p span{font-size: 14px;letter-spacing: 0.1em;margin-left: 4px;}}/*キャンペーンスライドここまで*/