﻿#tealium-close-box {position: fixed;z-index: 1000000;width: 100%;height: 100%;top: 0;left: 0;margin: 0;padding: 0;pointer-events: none;opacity: 0;transition: opacity 1s;background: rgba(0, 0, 0, 0.6);}#tealium-box.tealium-box-show {opacity: 1;pointer-events: auto;}#tealium-box-content {position: fixed;width: auto;height: auto;top: 35%;left: 40%;margin-top: -160px;margin-left: -160px;padding: 30px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background: none;border: none;}#tealium-box-content p {margin: 0;}#tealium-box.tealium-box-bottomleft,#tealium-box.tealium-box-bottomcenter,#tealium-box.tealium-box-bottomright {background: rgba(0, 0, 0, 0);}#tealium-box.tealium-box-bottomleft #tealium-box-content {top: auto;bottom: 0;left: 0;margin-left: inherit;width: 300px;opacity: 1;transition: .3s;}#tealium-box.tealium-box-bottomleft #tealium-box-content:hover {opacity: 1;}#tealium-box.tealium-box-bottomcenter #tealium-box-content {top: auto;bottom: 0;}#tealium-box.tealium-box-bottomright #tealium-box-content {top: auto;left: auto;bottom: 10%;right: 0;}#tealium-box-close {position: absolute;right: 15px;top: 15px;text-align: center;padding: 6px 6px 5px 6px;cursor: pointer;-webkit-appearance: none;font-size: 24px;color: #fff;opacity: 1;background: #ccc;border-radius: 50%;text-decoration: none;font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;line-height: 1;}@media screen and (max-width: 480px){#tealium-close-box {}/*#tealium-box.tealium-box-bottomright  {opacity: 1;}*/#tealium-box.tealium-box-bottomleft #tealium-box-content {top: auto;bottom: 0;left: 0;margin-left: inherit;opacity: 1;transition: .3s;}#tealium-box-close {position: absolute;right: 15px;top: 15px;text-align: center;padding: 6px 6px 5px 6px;cursor: pointer;-webkit-appearance: none;font-size: 24px;color: #fff;opacity: 1;background: #ccc;border-radius: 50%;text-decoration: none;line-height: 1;}}#tealium-box-content img {width: auto;height: auto;display: block;margin-left: auto;margin-right: auto;}