
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?v=4.7.0);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2?v=4.7.0) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff?v=4.7.0) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf?v=4.7.0) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  font-size: 13px;
  color: #8C7E6C;
  background-color: #DAD5CF;
  padding: 0;
  margin: 0;
}

.container {
  background-color: #F5F5ED;
  margin: 0 auto;
  position: relative;
}

.none {
  display: none;
}

#build-menu-page {
  left: 0;
  position: relative;
  background-color: #DAD5CF;
}

#build-menu {
  visibility: visible;
  z-index: 0;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  display: none;
  width: 280px;
  padding: 0;
  position: static;
  z-index: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  left: 0;
}

.build-menu-animating #build-menu-page {
  position: fixed;
  overflow: hidden;
  width: 100%;
  top: 0;
  bottom: 0;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
  -webkit-transition: -webkit-transform 250ms;
  -moz-transition: -moz-transform 250ms;
  -o-transition: -o-transform 250ms;
  -ms-transition: -ms-transform 250ms;
  transition: transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu {
  display: block;
}

.build-menu-open #build-menu {
  display: block;
  -webkit-transition-delay: 0ms, 0ms, 0ms;
  -moz-transition-delay: 0ms, 0ms, 0ms;
  -o-transition-delay: 0ms, 0ms, 0ms;
  -ms-transition-delay: 0ms, 0ms, 0ms;
  transition-delay: 0ms, 0ms, 0ms;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
  -webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  -moz-transition: -moz-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  -o-transition: -o-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  -ms-transition: -ms-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
}

.btn-red {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background-color: #F83F26;
  border: 1px solid #F83F26;
  border-radius: 5px;
  padding: 10px 0;
  cursor: pointer;
}

.modal-close {
  display: none;
}
.modal .modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  text-align: center;
  line-height: 28px;
  margin-bottom: 20px;
}
.modal-background {
  background-color: rgba(26, 32, 44, 0.8);
  position: fixed;
  inset: 0;
  z-index: 20;
}
.modal-container {
  width: 300px;
  background-color: white;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
}

.btn-auth-line,
.btn-auth-apple,
.btn-auth-facebook {
  width: 300px;
  height: 50px;
  border-radius: 5px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  border: 1px;
  cursor: pointer;
}
.btn-auth-line .provier-container,
.btn-auth-apple .provier-container,
.btn-auth-facebook .provier-container {
  display: flex;
}
.btn-auth-line .provier-container .provider-logo,
.btn-auth-apple .provier-container .provider-logo,
.btn-auth-facebook .provier-container .provider-logo {
  position: relative;
  flex: none;
  display: flex;
  justify-content: center;
  width: 50px;
}
.btn-auth-line .provier-container .provider-logo img,
.btn-auth-apple .provier-container .provider-logo img,
.btn-auth-facebook .provier-container .provider-logo img {
  height: 42px;
}
.btn-auth-line .provier-container .provider-text,
.btn-auth-apple .provier-container .provider-text,
.btn-auth-facebook .provier-container .provider-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-auth-line {
  background-color: #06C755;
  border-color: #06C755;
  color: #FFFFFF;
}
.btn-auth-line:hover {
  background-color: #05b34c;
}
.btn-auth-line .provider-logo::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -4px;
  bottom: -4px;
  width: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.btn-auth-apple {
  background-color: #FFFFFF;
  border: 2px solid #000000;
  color: #000000;
}
.btn-auth-apple:hover {
  background-color: #e5e7eb;
}
.btn-auth-apple .provier-container .provider-logo img {
  height: 26px;
}

.btn-auth-facebook {
  background-color: #1877f2;
  border-color: #1877f2;
  color: #FFFFFF;
}
.btn-auth-facebook:hover {
  background-color: #166bda;
}
.btn-auth-facebook .provier-container .provider-logo img {
  height: 26px;
}

/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/images/ui-icons_555555_256x240.png);
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/images/ui-icons_ffffff_256x240.png);
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/images/ui-icons_777620_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/images/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
  background-image: url(/images/ui-icons_777777_256x240.png);
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}

/*!
 * jQuery UI Sortable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
.ui-sortable-handle {
  touch-action: none;
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff", endColorstr="#f4f8fa",GradientType=0 );
  /* IE6-9 */
}

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f4f8fa", endColorstr="#FFF",GradientType=0 );
  /* IE6-9 */
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/assets/bx_loader-a0b0667af87d0be3ce4a13ac0dff40d437989864235a546db6168591c01f2f2a.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/assets/controls-646c22f5016133051bbb7ebbe8f6cde0d4fec98e2fb2d14ad66a7294513f0639.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(/assets/controls-646c22f5016133051bbb7ebbe8f6cde0d4fec98e2fb2d14ad66a7294513f0639.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/assets/controls-646c22f5016133051bbb7ebbe8f6cde0d4fec98e2fb2d14ad66a7294513f0639.png) no-repeat -86px -11px;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/assets/controls-646c22f5016133051bbb7ebbe8f6cde0d4fec98e2fb2d14ad66a7294513f0639.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9 ;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}

.staging_banner {
  width: 100%;
  box-sizing: border-box;
  color: #FFF;
  background-color: rgba(248, 63, 38, 0.6);
  position: fixed;
  z-index: 100000;
}

.staging_banner strong {
  font-size: 20px;
  font-weight: bold;
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  -moz-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}

@media all and (min-width: 769px) {
  .staging_banner {
    padding: 2px 28px;
  }
  .staging_banner strong {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  .staging_banner {
    padding: 2px 28px;
  }
  .staging_banner strong {
    font-size: 20px;
  }
}
@media all and (max-width: 640px) {
  .staging_banner {
    padding: 1px 14px;
  }
  .staging_banner strong {
    font-size: 12px;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.crmUserHeader {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F7F7F7 !important;
}
.crmUserHeader__left, .crmUserHeader__right {
  width: 20%;
  box-sizing: border-box;
  padding: 16px 0;
}
.crmUserHeader__left {
  padding-left: 13px;
}
.crmUserHeader__left label {
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.crmUserHeader__left label span {
  display: block;
  width: inherit;
  height: inherit;
  background: url(/assets/page_domain/crm/bg_icon-drawer-c77791f985fdee95b3868e88ee3ba4d541cdec98aa0e003eb056d12367143a09.webp) no-repeat 0 0/32px 64px;
}
.crmUserHeader__center {
  flex: 1;
}
.crmUserHeader__center h1 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.crmUserHeader__right {
  padding-right: 13px;
}
.crmUserHeader__right ul {
  text-align: right;
  margin: 0 0 0 auto;
}
.crmUserHeader__right ul li {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  position: relative;
}
.crmUserHeader__right ul li .attentionIcon {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #F83F26 !important;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0px;
}
.crmUserHeader__right ul li a {
  display: block;
}
.crmUserHeader__right ul li a span {
  display: block;
  width: 24px;
  height: 24px;
}
.crmUserHeader__right ul li a span.icon {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.crmUserHeader__right ul li a span.icon.bell {
  background-image: url(/assets/page_domain/crm/bg_icon-bell-2810cff841dd75ab07481027bbb382e31e0d59624f5572fab491f7fd60ce00a9.webp);
}
.crmUserHeaderSimple {
  padding: 10px 15px;
  margin-bottom: 10px;
}
.crmUserHeaderSimple img {
  display: block;
  width: 68px;
  height: auto;
  margin: 0 auto;
}
.crmUserFooterLink {
  padding: 13px;
}
.crmUserFooterLink ul li {
  font-size: 10px;
  margin-bottom: 5px;
}
.crmUserFooterLink ul li::before {
  content: "・";
}
.crmUserFooterLink ul li a {
  color: rgba(0, 0, 0, 0.5) !important;
}
.crmUserFooter {
  text-align: center;
  padding: 16px 13px;
}
.crmUserFooter address {
  font-size: 12px;
  color: #BBB !important;
}
.crmUserDrawerTrigger {
  display: none;
}
.crmUserDrawerTrigger:checked ~ .crmUserDrawer {
  left: 0;
}
.crmUserDrawer {
  width: 320px;
  height: 100%;
  min-height: 100vh;
  background-color: #FFF !important;
  position: absolute;
  left: -320px;
  z-index: 10;
  transition: left 0.3s ease-in-out;
}
.crmUserDrawer label {
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin: 16px 0 16px 13px;
}
.crmUserDrawer label span {
  display: block;
  width: inherit;
  height: inherit;
  background: url(/assets/page_domain/crm/bg_icon-drawer-c77791f985fdee95b3868e88ee3ba4d541cdec98aa0e003eb056d12367143a09.webp) no-repeat 0 -32px/32px 64px;
}
.crmUserDrawer dl dt {
  font-size: 12px;
  color: #FFF !important;
  background-color: #BBB !important;
  border-top: 1px solid rgba(0, 0, 0, 0.5) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
  padding: 8px;
}
.crmUserDrawer dl dd ul li {
  font-size: 14px;
  line-height: 1.2;
  border-bottom: 1px solid #BBB !important;
  word-break: break-all;
}
.crmUserDrawer dl dd ul li a {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  padding: 10px 8px;
  background: url(/assets/page_domain/crm/bg_icon-caretRight-7ce9c883374e5289433c87ef9f9f03f179be6580bc92f574d50047c182f4d9c8.webp) no-repeat center right/24px 24px;
  padding-right: 30px;
}
.crmUserDrawer dl dd ul li a:hover {
  background-color: #F7F7F7 !important;
}
.crmUserDrawer dl dd ul li a.noIcon {
  background: none;
}
.crmUserDrawer dl dd ul li a span {
  display: inline-block;
}
.crmUserDrawer dl dd ul li a span.icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-right: 10px;
}
.crmUserPageTitle {
  padding: 13px;
  margin-bottom: 100px;
}
.crmUserPageTitle h1, .crmUserPageTitle h2 {
  font-size: 28px;
  font-weight: bold;
}
.crmUserPageTitle h1 span, .crmUserPageTitle h2 span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5) !important;
}
.crmUserTabs {
  display: flex;
}
.crmUserTabs li {
  width: 0;
  flex-grow: 1;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #BBB !important;
}
.crmUserTabs li a {
  display: block;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8) !important;
  text-decoration: none;
  padding: 5px 0;
}
.crmUserTabs li.active {
  border-color: #F83F26 !important;
}
.crmUserTabs li.active a {
  border-bottom: 2px solid #F83F26 !important;
}
.crmUserMembershipPasses {
  width: 360px;
  padding: 20px 0;
  margin: 0 auto;
}
.crmUserMembershipPasses__header {
  margin-bottom: 15px;
}
.crmUserMembershipPasses__header h1, .crmUserMembershipPasses__header h2 {
  font-size: 16px;
  font-weight: bold;
}
.crmUserMembershipPasses__content .membershipPass {
  display: block;
  width: 360px;
  color: inherit;
  text-decoration: none;
  border: 1px solid #BBB !important;
  border-radius: 6px;
  margin: 0 auto 20px;
}
.crmUserMembershipPasses__content .membershipPass__image {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #BBB !important;
  border-radius: 6px;
  position: relative;
}
.crmUserMembershipPasses__content .membershipPass__image img {
  width: inherit;
  height: inherit;
  border-radius: inherit;
  object-fit: cover;
}
.crmUserMembershipPasses__content .membershipPass__image .statusBadge {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  color: #FFF !important;
  border: 1px solid #FFF !important;
  border-radius: 3px;
  padding: 6px 10px;
  position: absolute;
  top: 10px;
  left: 7px;
}
.crmUserMembershipPasses__content .membershipPass__image .statusBadge.invalid {
  background-color: #F83F26 !important;
}
.crmUserMembershipPasses__content .membershipPass__image .statusBadge.valid {
  background-color: #00A3D9 !important;
}
.crmUserMembershipPasses__content .membershipPass__name {
  font-size: 20px;
  line-height: 1.2;
  padding: 7px 7px 24px;
  word-break: break-all;
}
.crmUserMembershipPassSummary {
  background-color: #F7F7F7 !important;
  padding: 12px;
  margin-top: 54px;
}
.crmUserMembershipPassSummary.couponSummary {
  margin-top: 0;
}
.crmUserMembershipPassSummary__header p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.crmUserMembershipPassSummary__user .icon {
  width: 120px;
  height: 120px;
  margin: -67px auto 10px;
}
.crmUserMembershipPassSummary__user .icon img {
  display: block;
  width: inherit;
  height: inherit;
  object-fit: cover;
}
.crmUserMembershipPassSummary__user .name {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.crmUserMembershipPassSummary__qrCode {
  width: 200px;
  margin: 0 auto;
}
.crmUserCoupons {
  width: 360px;
  padding: 20px 0;
  margin: 0 auto;
}
.crmUserCoupons__header {
  margin-bottom: 15px;
}
.crmUserCoupons__content {
  background-color: #F7F7F7 !important;
}
.crmUserCoupon {
  display: block;
  color: rgba(0, 0, 0, 0.8) !important;
  border: 3px solid rgba(0, 0, 0, 0.8) !important;
  border-bottom: none;
  text-decoration: none;
  margin-bottom: 20px;
}
.crmUserCoupon__content .couponDetail {
  display: flex;
}
.crmUserCoupon__content .couponDetail__image {
  position: relative;
  width: 100px;
  border-right: 1px dotted rgba(0, 0, 0, 0.8) !important;
}
.crmUserCoupon__content .couponDetail__image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.crmUserCoupon__content .couponDetail__image .statusBadge {
  font-size: 10px;
  color: #FFF !important;
  border: 1px solid #FFF !important;
  border-radius: 3px;
  padding: 0 5px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.crmUserCoupon__content .couponDetail__image .statusBadge.endingSoon {
  background-color: #F83F26 !important;
}
.crmUserCoupon__content .couponDetail__image .statusBadge.valid {
  background-color: #00A3D9 !important;
}
.crmUserCoupon__content .couponDetail__image .statusBadge.expired, .crmUserCoupon__content .couponDetail__image .statusBadge.beforeStarting, .crmUserCoupon__content .couponDetail__image .statusBadge:noStock {
  background-color: #BBB !important;
}
.crmUserCoupon__content .couponDetail__content {
  flex: 1;
  padding: 6px;
}
.crmUserCoupon__content .couponDetail__content dl {
  color: rgba(0, 0, 0, 0.8) !important;
  word-break: break-all;
  line-height: 1.1;
}
.crmUserCoupon__content .couponDetail__content dl dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.crmUserCoupon__content .couponDetail__content dl dd {
  font-size: 10px;
  font-weight: bold;
}
.crmUserCoupon__content .couponDetail__content p {
  font-size: 10px;
  color: #BBB !important;
  bottom: 5px;
  left: 10px;
}
.crmUserCoupon__footer {
  background-color: rgba(0, 0, 0, 0.8) !important;
  padding: 3px 5px;
}
.crmUserCoupon__footer dl {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.crmUserCoupon__footer dl dt {
  flex: 1;
  color: #FFF !important;
}
.crmUserCoupon__footer dl dd span {
  display: inline-block;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.8) !important;
  background-color: #FFF !important;
  border-radius: 4px;
  padding: 0 5px;
}
.crmUserCommonBlock {
  padding: 13px;
  margin-bottom: 5px;
}
.crmUserCommonBlock__header h2, .crmUserCommonBlock__header h3, .crmUserCommonBlock__header h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.crmUserCommonBlock__content {
  margin-bottom: 10px;
}
.crmUserCommonBlock__content p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5) !important;
  word-break: break-all;
  margin-bottom: 5px;
}
.crmUserCommonBlock__content p:last-child {
  margin-bottom: 0;
}
.crmUserCommonBlock__content ul li {
  font-size: 14px;
  line-height: 1.2;
  word-break: break-all;
  padding: 7px 30px 7px 0;
}
.crmUserCommonBlock__content ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
  background: url(/assets/page_domain/crm/bg_icon-caretRight-7ce9c883374e5289433c87ef9f9f03f179be6580bc92f574d50047c182f4d9c8.webp) no-repeat center right/24px 24px;
}
.crmUserCommonBlock__content ul li:first-child {
  padding-top: 0;
}
.crmUserCommonBlock__content ul li:last-child {
  padding-bottom: 0;
}
.crmUserCommonBlock__footer a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  padding: 6px;
}
.crmUserCommonBlock__footer a.style1 {
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.crmUserCommonBlock__footer a.style2 {
  color: #F83F26 !important;
  border-color: #F83F26 !important;
}
.crmUserButtonText {
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}
.crmUserButtonText a {
  color: inherit;
  text-decoration: none;
}
.crmUserPassSetting {
  padding: 0 15px 50px;
}
.crmUserPassSetting__header h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.crmUserPassSetting__content label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.crmUserPassSetting__content input[type=password] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #F7F7F7 !important;
  border: 1px solid #BBB !important;
  border-radius: 6px;
  padding: 8px;
  margin-bottom: 20px;
  appearance: none;
  outline: none;
}
.crmUserPassSetting__footer p {
  font-size: 12px;
  text-align: center;
  margin-bottom: 5px;
}
.crmUserPassSetting__footer p a {
  color: #00A3D9 !important;
  text-decoration: none;
}
.crmUserPassSetting__footer input[type=submit] {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #FFF !important;
  background-color: #F83F26 !important;
  border: 1px solid #F83F26 !important;
  border-radius: 6px;
  padding: 8px;
  appearance: none;
  outline: none;
  cursor: pointer;
}
.crmUserLinks__header {
  background-color: #BBB !important;
  border-top: 1px solid rgba(0, 0, 0, 0.5) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
  padding: 5px 15px;
  margin-top: -1px;
}
.crmUserLinks__header h1, .crmUserLinks__header h2 {
  color: #FFF;
}
.crmUserLinks__footer {
  padding: 0 15px 50px;
}
.crmUserLinks__footer button[type=submit] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #FFF !important;
  background-color: #F83F26 !important;
  border: 1px solid #F83F26 !important;
  border-radius: 6px;
  padding: 8px;
  appearance: none;
  outline: none;
  cursor: pointer;
}
.crmUserAccountData {
  padding: 15px 0;
}
.crmUserAccountData__header {
  padding: 0 15px;
  margin-bottom: 10px;
}
.crmUserAccountData__header h2 {
  font-size: 20px;
  font-weight: bold;
}
.crmUserAccountData__content h3 {
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
}
.crmUserAccountData__content img {
  display: block;
  width: 100px;
  height: 100px;
  border: 1px solid #BBB !important;
  object-fit: cover;
  margin: 0 0 10px 15px;
}
.crmUserAccountData__content p {
  padding: 0 15px;
  margin-bottom: 10px;
}
.crmUserOrganization {
  background-color: #F7F7F7 !important;
  padding: 15px;
  margin-bottom: 20px;
}
.crmUserOrganization__header {
  margin-bottom: 5px;
}
.crmUserOrganization__header h4 {
  font-size: 16px;
  font-weight: bold;
}
.crmUserOrganization__content dl {
  margin-bottom: 10px;
}
.crmUserOrganization__content dl dt {
  font-size: 16px;
  font-weight: bold;
}
.crmUserOrganization__content dl dd {
  font-size: 14px;
}
.crmUserOrganization__content dl dd img {
  display: block;
  width: 100px;
  height: 100px;
  border: 1px solid #BBB !important;
  object-fit: cover;
}

.pswp__img {
  object-fit: contain;
}

.bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #00A4DE;
}

@media all and (min-width: 769px) {
  body#campaign {
    min-width: 1040px;
    background-color: #FFF;
  }
  .campaignContents {
    box-sizing: border-box;
    padding: 40px 0;
  }
  #www_container {
    position: relative;
  }
  #www_container .app_download_pc {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    text-align: center;
  }
  #www_container .app_download_pc p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #0a0e1f;
  }
  #campaignIqos .headerIcos {
    padding: 20px 0;
  }
  #campaignIqos .headerIcos img {
    display: block;
    margin: 0 auto;
  }
  #campaignIqos .pageSummary {
    background: url(/assets/campaign/iqos/bg_pic-campaign-summary-8142bd9ca1e5a8341c4ca3239dbe525b7acaeaeba0af0e852c9a41a86317bbf0.png) no-repeat center center/cover;
    padding: 50px 0;
  }
  #campaignIqos .pageSummary .pageSummary__contents {
    width: 640px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    padding: 40px 70px;
    margin: 0 auto;
  }
  #campaignIqos .pageSummary .pageSummary__contents .pageSummary__title {
    font-size: 40px;
    text-align: center;
    color: #3065A9;
  }
  #campaignIqos .pageSummary .pageSummary__contents .pageSummary__title img {
    display: block;
    margin: 0 auto;
  }
  #campaignIqos .pageSummary .pageSummary__contents .pageSummary__text {
    font-size: 16px;
    color: #797979;
  }
  #campaignIqos .search {
    background-color: #00A4DE;
    padding: 40px 0;
  }
  #campaignIqos .search .searchElements {
    display: table;
    margin: 0 auto;
  }
  #campaignIqos .search .searchElements .searchElements__title, #campaignIqos .search .searchElements .searchElements__form {
    display: table-cell;
    vertical-align: middle;
  }
  #campaignIqos .search .searchElements .searchElements__title {
    font-size: 20px;
    color: #FFF;
    padding-right: 20px;
  }
  #campaignIqos .search .searchElements .searchElements__form form {
    display: table;
  }
  #campaignIqos .search .searchElements .searchElements__form form .formInput, #campaignIqos .search .searchElements .searchElements__form form .formSubmit {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
  }
  #campaignIqos .search .searchElements .searchElements__form form .formInput {
    width: 270px;
    background-color: #FFF;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  #campaignIqos .search .searchElements .searchElements__form form .formInput input {
    width: 100%;
    border: none;
  }
  #campaignIqos .search .searchElements .searchElements__form form .formSubmit {
    background-color: #CDCDCD;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    font-family: FontAwesome;
  }
  #campaignIqos .search .searchElements .searchElements__form form .formSubmit input {
    font-size: 12px;
    font-family: FontAwesome;
    color: #FFF;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  #campaignIqos .campaignArticles, #campaignIqos .campaignShops {
    width: 1040px;
    margin: 0 auto;
  }
  #campaignIqos .campaignArticles .articleElements .articleElement {
    width: 500px !important;
    height: 340px;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 40px;
    position: relative;
  }
  #campaignIqos .campaignArticles .articleElements .articleElement .articleSummary {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #FFF;
    text-decoration: none;
    background-color: rgba(51, 51, 51, 0.6);
    padding: 20px;
    position: absolute;
    bottom: 0;
  }
  #campaignIqos .campaignArticles .articleElements .articleElement .articleSummary .articleSummary__title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  #campaignIqos .campaignArticles .articleElements .articleElement .articleSummary .articleSummary__writer {
    display: table;
    width: 100%;
  }
  #campaignIqos .campaignArticles .articleElements .articleElement .articleSummary .articleSummary__writer .writer__icon, #campaignIqos .campaignArticles .articleElements .articleElement .articleSummary .articleSummary__writer .writer__name {
    display: table-cell;
    vertical-align: middle;
  }
  #campaignIqos .campaignArticles .articleElements .articleElement .articleSummary .articleSummary__writer .writer__icon {
    width: 40px;
  }
  #campaignIqos .campaignArticles .articleElements .articleElement .articleSummary .articleSummary__writer .writer__icon span {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #CCC;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #campaignIqos .campaignArticles .campaignArticles__more {
    font-size: 20px;
    text-align: right;
    margin-bottom: 20px;
  }
  #campaignIqos .campaignArticles .campaignArticles__more a {
    color: #00A4DE;
    text-decoration: none;
  }
  #campaignIqos .campaignShops .campaignShops__title {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements {
    margin-bottom: 80px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title {
    display: table;
    width: 100%;
    border-bottom: 4px solid #CCC;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .shopName, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .statusIcon {
    display: table-cell;
    vertical-align: middle;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .shopName {
    font-size: 28px;
    line-height: 1.2;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .shopName a {
    color: #00A4DE;
    text-decoration: none;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .statusIcon {
    text-align: right;
    padding-left: 1em;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .statusIcon span {
    display: inline-block;
    width: 80px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
    padding: 3px 0;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .statusIcon span.smoking {
    background-color: #7ED321;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .statusIcon span.iqos {
    background-color: #00A4DE;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .statusIcon span.separate {
    background-color: #FFA64D;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData {
    display: table;
    width: 100%;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopImages, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations {
    display: table-cell;
    vertical-align: top;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopImages {
    width: 240px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopImages .imageContainer {
    width: 220px;
    overflow: hidden;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopImages .imageContainer .imagePreview {
    width: 220px;
    height: 220px;
    background-color: #CCC;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 9px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopImages .imageContainer .imageList {
    width: 220px;
    overflow: hidden;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopImages .imageContainer .imageList .imageList__element {
    width: 48px;
    height: 48px;
    background-color: #DDD;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 9px;
    float: left;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopImages .imageContainer .imageList .imageList__element:last-child {
    margin-right: 0;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .relatedArticles {
    border: 1px solid #979797;
    border-radius: 5px;
    padding: 16px;
    margin-bottom: 10px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .relatedArticles .relatedArticles__title {
    font-size: 14px;
    color: #333;
    border-bottom: 1px dotted #979797;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .relatedArticles .relatedArticles__title a {
    color: #00A4DE;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .relatedArticles .relatedArticles__contents ul li {
    font-size: 16px;
    line-height: 1.2;
    padding-left: 1em;
    margin-bottom: 10px;
    position: relative;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .relatedArticles .relatedArticles__contents ul li:last-child {
    margin-bottom: 0;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .relatedArticles .relatedArticles__contents ul li a {
    color: #00A4DE;
    text-decoration: none;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .relatedArticles .relatedArticles__contents ul li a:before {
    color: #CCC;
    content: "\f0a9";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .nearyStation, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .nearyStation .iconBackground, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .iconBackground, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget .iconBackground {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    background-color: #CCC;
    border-radius: 50%;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .nearyStation .iconBackground.day, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .iconBackground.day, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget .iconBackground.day {
    background-color: #F5A623;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .nearyStation .iconBackground.night, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .iconBackground.night, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget .iconBackground.night {
    background-color: #2A346F;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .nearyStation .iconBackground i, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .iconBackground i, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget .iconBackground i {
    color: #FFF;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours {
    position: relative;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .iconBackground {
    position: absolute;
    top: 0;
    left: 0;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .hoursBlock {
    padding-left: 1.8em;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .hoursBlock p {
    display: inline;
    padding-left: 0.5em;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .hoursBlock p:before {
    content: "[";
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .hoursBlock p:after {
    content: "]";
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget {
    display: table;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget .budget__lunch, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget .budget__dinner {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .characters ul li {
    display: inline-block;
    font-size: 14px;
    color: #666;
    text-align: center;
    border: 1px solid #979797;
    border-radius: 5px;
    padding: 3px 2em;
    margin-bottom: 5px;
  }
  #campaignIqos .footerIqos {
    color: #FFF;
    background-color: #000;
  }
  #campaignIqos .footerIqos .footerIqos__copywrite {
    border-top: 1px solid #FFF;
  }
  #campaignIqos .footerIqos .footerIqos__copywrite .copywrite {
    display: table;
    width: 1040px;
    margin: 0 auto;
  }
  #campaignIqos .footerIqos .footerIqos__copywrite .copywrite .copywrite__tagline, #campaignIqos .footerIqos .footerIqos__copywrite .copywrite .copywrite__credit {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
  }
  #campaignIqos .footerIqos .footerIqos__copywrite .copywrite .copywrite__credit {
    text-align: right;
  }
  #campaignIqos .footerIqos .footerIqos__contents {
    display: flex;
    justify-content: space-between;
    width: 1040px;
    padding: 40px 0;
    margin: 0 auto;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch, #campaignIqos .footerIqos .footerIqos__contents .categorySearch {
    width: 48%;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__title, #campaignIqos .footerIqos .footerIqos__contents .areaSearch .categorySearch__title, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__title, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .categorySearch__title {
    font-size: 26px;
    line-height: 1.2;
    border-bottom: 4px solid #CCC;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__contents dl, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__contents dl {
    font-size: 14px;
    color: #FFF;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__contents dl dt, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__contents dl dt {
    display: inline;
    border-right: 1px solid #FFF;
    padding-right: 1em;
    margin-right: 0.5em;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__contents dl dd, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__contents dl dd {
    display: inline;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__contents dl dd ul, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__contents dl dd ul {
    display: inherit;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__contents dl dd ul li, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__contents dl dd ul li {
    display: inherit;
    padding-right: 0.5em;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__contents dl dd ul li a, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__contents dl dd ul li a {
    color: inherit;
    text-decoration: none;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .categorySearch__contents ul li, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .categorySearch__contents ul li {
    display: inline;
    font-size: 14px;
    line-height: 1.5;
    border-right: 1px solid #FFF;
    padding-right: 1em;
    margin-right: 0.5em;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .categorySearch__contents ul li:last-child, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .categorySearch__contents ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .categorySearch__contents ul li a, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .categorySearch__contents ul li a {
    color: inherit;
    text-decoration: none;
  }
}
@media all and (max-width: 768px) {
  body#campaign {
    background-color: #FFF;
  }
  .campaignContents {
    box-sizing: border-box;
  }
  #campaignIqos .headerIcos {
    padding: 20px 0;
  }
  #campaignIqos .headerIcos img {
    display: block;
    margin: 0 auto;
  }
  #campaignIqos .pageSummary {
    background: url(/assets/campaign/iqos/bg_pic-campaign-summary-8142bd9ca1e5a8341c4ca3239dbe525b7acaeaeba0af0e852c9a41a86317bbf0.png) no-repeat center center/cover;
    padding: 45px 40px;
  }
  #campaignIqos .pageSummary .pageSummary__contents {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    padding: 40px;
    margin: 0 auto;
  }
  #campaignIqos .pageSummary .pageSummary__contents .pageSummary__title {
    font-size: 40px;
    color: #3065A9;
  }
  #campaignIqos .pageSummary .pageSummary__contents .pageSummary__title img {
    display: block;
    margin: 0 auto;
  }
  #campaignIqos .pageSummary .pageSummary__contents .pageSummary__text {
    font-size: 24px;
    color: #797979;
  }
  #campaignIqos .search {
    background-color: #00A4DE;
    padding: 20px 40px;
  }
  #campaignIqos .search .searchElements .searchElements__title {
    font-size: 20px;
    color: #FFF;
    padding-right: 20px;
  }
  #campaignIqos .search .searchElements .searchElements__form form {
    display: table;
  }
  #campaignIqos .search .searchElements .searchElements__form form .formInput, #campaignIqos .search .searchElements .searchElements__form form .formSubmit {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
  }
  #campaignIqos .search .searchElements .searchElements__form form .formInput {
    width: 270px;
    background-color: #FFF;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  #campaignIqos .search .searchElements .searchElements__form form .formInput input {
    width: 100%;
    border: none;
  }
  #campaignIqos .search .searchElements .searchElements__form form .formSubmit {
    background-color: #CDCDCD;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    font-family: FontAwesome;
  }
  #campaignIqos .search .searchElements .searchElements__form form .formSubmit input {
    font-size: 12px;
    font-family: FontAwesome;
    color: #FFF;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  #campaignIqos .campaignArticles {
    padding: 20px 40px;
  }
  #campaignIqos .campaignArticles .articleElements .articleElement {
    width: 100%;
    height: 340px;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  #campaignIqos .campaignArticles .articleElements .articleElement .articleSummary {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #FFF;
    text-decoration: none;
    background-color: rgba(51, 51, 51, 0.6);
    padding: 20px;
    position: absolute;
    bottom: 0;
  }
  #campaignIqos .campaignArticles .articleElements .articleElement .articleSummary .articleSummary__title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  #campaignIqos .campaignArticles .articleElements .articleElement .articleSummary .articleSummary__writer {
    display: table;
    width: 100%;
  }
  #campaignIqos .campaignArticles .articleElements .articleElement .articleSummary .articleSummary__writer .writer__icon, #campaignIqos .campaignArticles .articleElements .articleElement .articleSummary .articleSummary__writer .writer__name {
    display: table-cell;
    vertical-align: middle;
  }
  #campaignIqos .campaignArticles .articleElements .articleElement .articleSummary .articleSummary__writer .writer__icon {
    width: 40px;
  }
  #campaignIqos .campaignArticles .articleElements .articleElement .articleSummary .articleSummary__writer .writer__icon span {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #CCC;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #campaignIqos .campaignArticles .campaignArticles__more {
    margin-bottom: 40px;
  }
  #campaignIqos .campaignArticles .campaignArticles__more a {
    display: block;
    font-size: 20px;
    color: #00A4DE;
    text-align: center;
    text-decoration: none;
    border: 1px solid #00A4DE;
    border-radius: 8px;
    padding: 20px 0;
  }
  #campaignIqos .campaignShops .campaignShops__title {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements {
    margin-bottom: 80px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title {
    display: table;
    width: 100%;
    box-sizing: border-box;
    background-color: #EEE;
    padding: 20px;
    margin-bottom: 20px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .shopName, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .statusIcon {
    display: table-cell;
    vertical-align: middle;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .shopName {
    font-size: 30px;
    line-height: 1.2;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .shopName a {
    color: #00A4DE;
    text-decoration: none;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .statusIcon {
    text-align: right;
    padding-left: 1em;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .statusIcon span {
    display: inline-block;
    width: 80px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
    padding: 3px 0;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .statusIcon span.smoking {
    background-color: #7ED321;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .statusIcon span.iqos {
    background-color: #00A4DE;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .statusIcon span.separate {
    background-color: #FFA64D;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData {
    padding: 0 20px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopImages {
    margin-bottom: 20px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopImages .imageContainer .imagePreview {
    display: none;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopImages .imageContainer .imageList {
    display: flex;
    justify-content: space-between;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopImages .imageContainer .imageList .imageList__element {
    width: 22%;
    height: 140px;
    background-color: #DDD;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .relatedArticles {
    border: 2px solid #979797;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .relatedArticles .relatedArticles__title {
    font-size: 24px;
    color: #333;
    border-bottom: 2px dotted #979797;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .relatedArticles .relatedArticles__title a {
    color: #00A4DE;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .relatedArticles .relatedArticles__contents ul li {
    font-size: 24px;
    line-height: 1.2;
    padding-left: 1em;
    margin-bottom: 10px;
    position: relative;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .relatedArticles .relatedArticles__contents ul li:last-child {
    margin-bottom: 0;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .relatedArticles .relatedArticles__contents ul li a {
    color: #00A4DE;
    text-decoration: none;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .relatedArticles .relatedArticles__contents ul li a:before {
    color: #CCC;
    content: "\f0a9";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .nearyStation, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget {
    font-size: 24px;
    color: #666;
    margin-bottom: 20px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .nearyStation .iconBackground, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .iconBackground, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget .iconBackground {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    background-color: #CCC;
    border-radius: 50%;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .nearyStation .iconBackground.day, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .iconBackground.day, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget .iconBackground.day {
    background-color: #F5A623;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .nearyStation .iconBackground.night, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .iconBackground.night, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget .iconBackground.night {
    background-color: #2A346F;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .nearyStation .iconBackground i, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .iconBackground i, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget .iconBackground i {
    color: #FFF;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours {
    position: relative;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .iconBackground {
    position: absolute;
    top: 0;
    left: 0;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .hoursBlock {
    padding-left: 1.8em;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .hoursBlock p {
    display: inline;
    padding-left: 0.5em;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .hoursBlock p:before {
    content: "[";
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .hoursBlock p:after {
    content: "]";
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget {
    display: table;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget .budget__lunch, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget .budget__dinner {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .characters ul li {
    display: inline-block;
    font-size: 20px;
    color: #666;
    text-align: center;
    border: 1px solid #979797;
    border-radius: 5px;
    padding: 3px 2em;
    margin-bottom: 5px;
  }
  #campaignIqos .footerIqos {
    color: #FFF;
    background-color: #000;
    padding: 40px 20px;
  }
  #campaignIqos .footerIqos .footerIqos__copywrite .copywrite {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
  }
  #campaignIqos .footerIqos .footerIqos__copywrite .copywrite .copywrite__tagline {
    display: none;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__title, #campaignIqos .footerIqos .footerIqos__contents .areaSearch .categorySearch__title, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__title, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .categorySearch__title {
    font-size: 28px;
    line-height: 1.2;
    border-bottom: 4px solid #CCC;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__contents, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__contents {
    padding: 0 10px 60px 10px;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__contents dl, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__contents dl {
    font-size: 18px;
    color: #FFF;
    line-height: 2.5;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__contents dl dt, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__contents dl dt {
    display: inline;
    border-right: 1px solid #FFF;
    padding-right: 1em;
    margin-right: 0.5em;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__contents dl dd, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__contents dl dd {
    display: inline;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__contents dl dd ul, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__contents dl dd ul {
    display: inherit;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__contents dl dd ul li, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__contents dl dd ul li {
    display: inherit;
    padding-right: 0.5em;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__contents dl dd ul li a, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__contents dl dd ul li a {
    color: inherit;
    text-decoration: none;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .categorySearch__contents, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .categorySearch__contents {
    padding: 0 10px 60px 10px;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .categorySearch__contents ul li, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .categorySearch__contents ul li {
    display: inline;
    font-size: 18px;
    line-height: 2.5;
    border-right: 1px solid #FFF;
    padding-right: 1em;
    margin-right: 0.5em;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .categorySearch__contents ul li:last-child, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .categorySearch__contents ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .categorySearch__contents ul li a, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .categorySearch__contents ul li a {
    color: inherit;
    text-decoration: none;
  }
}
@media all and (max-width: 640px) {
  body#campaign {
    background-color: #FFF;
  }
  .campaignContents {
    box-sizing: border-box;
  }
  #campaignIqos .headerIcos {
    padding: 10px 0;
  }
  #campaignIqos .headerIcos img {
    display: block;
    width: auto;
    height: 20px;
    margin: 0 auto;
  }
  #campaignIqos .pageSummary {
    background: url(/assets/campaign/iqos/bg_pic-campaign-summary-8142bd9ca1e5a8341c4ca3239dbe525b7acaeaeba0af0e852c9a41a86317bbf0.png) no-repeat center center/cover;
    padding: 22.5px 20px;
  }
  #campaignIqos .pageSummary .pageSummary__contents {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto;
  }
  #campaignIqos .pageSummary .pageSummary__contents .pageSummary__title {
    font-size: 20px;
    color: #3065A9;
  }
  #campaignIqos .pageSummary .pageSummary__contents .pageSummary__title img {
    display: block;
    width: 120px;
    height: 54px;
    margin: 0 auto;
  }
  #campaignIqos .pageSummary .pageSummary__contents .pageSummary__text {
    font-size: 12px;
    color: #797979;
  }
  #campaignIqos .search {
    background-color: #00A4DE;
    padding: 10px 20px;
  }
  #campaignIqos .search .searchElements .searchElements__title {
    font-size: 10px;
    color: #FFF;
    padding-right: 10px;
  }
  #campaignIqos .search .searchElements .searchElements__form form {
    display: table;
  }
  #campaignIqos .search .searchElements .searchElements__form form .formInput, #campaignIqos .search .searchElements .searchElements__form form .formSubmit {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
  }
  #campaignIqos .search .searchElements .searchElements__form form .formInput {
    width: 270px;
    background-color: #FFF;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  #campaignIqos .search .searchElements .searchElements__form form .formInput input {
    width: 100%;
    border: none;
  }
  #campaignIqos .search .searchElements .searchElements__form form .formSubmit {
    background-color: #CDCDCD;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    font-family: FontAwesome;
  }
  #campaignIqos .search .searchElements .searchElements__form form .formSubmit input {
    font-size: 10px;
    font-family: FontAwesome;
    color: #FFF;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  #campaignIqos .campaignArticles {
    padding: 10px 20px;
  }
  #campaignIqos .campaignArticles .articleElements .articleElement {
    width: 100%;
    height: 170px;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  #campaignIqos .campaignArticles .articleElements .articleElement .articleSummary {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #FFF;
    text-decoration: none;
    background-color: rgba(51, 51, 51, 0.6);
    padding: 10px;
    position: absolute;
    bottom: 0;
  }
  #campaignIqos .campaignArticles .articleElements .articleElement .articleSummary .articleSummary__title {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  #campaignIqos .campaignArticles .articleElements .articleElement .articleSummary .articleSummary__writer {
    display: table;
    width: 100%;
  }
  #campaignIqos .campaignArticles .articleElements .articleElement .articleSummary .articleSummary__writer .writer__icon, #campaignIqos .campaignArticles .articleElements .articleElement .articleSummary .articleSummary__writer .writer__name {
    display: table-cell;
    vertical-align: middle;
  }
  #campaignIqos .campaignArticles .articleElements .articleElement .articleSummary .articleSummary__writer .writer__icon {
    width: 20px;
  }
  #campaignIqos .campaignArticles .articleElements .articleElement .articleSummary .articleSummary__writer .writer__icon span {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #CCC;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #campaignIqos .campaignArticles .campaignArticles__more {
    margin-bottom: 20px;
  }
  #campaignIqos .campaignArticles .campaignArticles__more a {
    display: block;
    font-size: 10px;
    color: #00A4DE;
    text-align: center;
    text-decoration: none;
    border: 1px solid #00A4DE;
    border-radius: 4px;
    padding: 10px 0;
  }
  #campaignIqos .campaignShops .campaignShops__title {
    font-size: 15px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements {
    margin-bottom: 40px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title {
    display: table;
    width: 100%;
    box-sizing: border-box;
    background-color: #EEE;
    padding: 10px;
    margin-bottom: 10px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .shopName, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .statusIcon {
    display: table-cell;
    vertical-align: middle;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .shopName {
    font-size: 15px;
    line-height: 1.2;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .shopName a {
    color: #00A4DE;
    text-decoration: none;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .statusIcon {
    text-align: right;
    padding-left: 1em;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .statusIcon span {
    display: inline-block;
    width: 40px;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    border-radius: 2.5px;
    padding: 1.5px 0;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .statusIcon span.smoking {
    background-color: #7ED321;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .statusIcon span.iqos {
    background-color: #00A4DE;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__title .statusIcon span.separate {
    background-color: #FFA64D;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData {
    padding: 0 10px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopImages {
    margin-bottom: 10px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopImages .imageContainer .imagePreview {
    display: none;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopImages .imageContainer .imageList {
    display: flex;
    justify-content: space-between;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopImages .imageContainer .imageList .imageList__element {
    width: 22%;
    height: 70px;
    background-color: #DDD;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .relatedArticles {
    border: 1px solid #979797;
    border-radius: 2.5px;
    padding: 10px;
    margin-bottom: 10px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .relatedArticles .relatedArticles__title {
    font-size: 12px;
    color: #333;
    border-bottom: 1px dotted #979797;
    padding-bottom: 2.5px;
    margin-bottom: 5px;
    position: relative;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .relatedArticles .relatedArticles__title a {
    color: #00A4DE;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .relatedArticles .relatedArticles__contents ul li {
    font-size: 12px;
    line-height: 1.2;
    padding-left: 1em;
    margin-bottom: 5px;
    position: relative;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .relatedArticles .relatedArticles__contents ul li:last-child {
    margin-bottom: 0;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .relatedArticles .relatedArticles__contents ul li a {
    color: #00A4DE;
    text-decoration: none;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .relatedArticles .relatedArticles__contents ul li a:before {
    color: #CCC;
    content: "\f0a9";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .nearyStation, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .nearyStation .iconBackground, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .iconBackground, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget .iconBackground {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    background-color: #CCC;
    border-radius: 50%;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .nearyStation .iconBackground.day, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .iconBackground.day, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget .iconBackground.day {
    background-color: #F5A623;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .nearyStation .iconBackground.night, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .iconBackground.night, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget .iconBackground.night {
    background-color: #2A346F;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .nearyStation .iconBackground i, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .iconBackground i, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget .iconBackground i {
    color: #FFF;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours {
    position: relative;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .iconBackground {
    position: absolute;
    top: 0;
    left: 0;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .hoursBlock {
    padding-left: 1.8em;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .hoursBlock p {
    display: inline;
    padding-left: 0.5em;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .hoursBlock p:before {
    content: "[";
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .hours .hoursBlock p:after {
    content: "]";
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget {
    display: table;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget .budget__lunch, #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .budget .budget__dinner {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
  }
  #campaignIqos .campaignShops .campaignShops__contents .shopElements .shopElements__shopData .shopInformations .characters ul li {
    display: inline-block;
    font-size: 10px;
    color: #666;
    text-align: center;
    border: 1px solid #979797;
    border-radius: 5px;
    padding: 3px 2em;
    margin-bottom: 2.5px;
  }
  #campaignIqos .footerIqos {
    color: #FFF;
    background-color: #000;
    padding: 20px 10px;
  }
  #campaignIqos .footerIqos .footerIqos__copywrite .copywrite {
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
  }
  #campaignIqos .footerIqos .footerIqos__copywrite .copywrite .copywrite__tagline {
    display: none;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__title, #campaignIqos .footerIqos .footerIqos__contents .areaSearch .categorySearch__title, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__title, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .categorySearch__title {
    font-size: 14px;
    line-height: 1.2;
    border-bottom: 2px solid #CCC;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__contents, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__contents {
    padding: 0 5px 30px 5px;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__contents dl, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__contents dl {
    font-size: 10px;
    color: #FFF;
    line-height: 2.5;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__contents dl dt, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__contents dl dt {
    display: inline;
    border-right: 1px solid #FFF;
    padding-right: 1em;
    margin-right: 0.5em;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__contents dl dd, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__contents dl dd {
    display: inline;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__contents dl dd ul, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__contents dl dd ul {
    display: inherit;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__contents dl dd ul li, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__contents dl dd ul li {
    display: inherit;
    padding-right: 0.5em;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .areaSearch__contents dl dd ul li a, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .areaSearch__contents dl dd ul li a {
    color: inherit;
    text-decoration: none;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .categorySearch__contents, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .categorySearch__contents {
    padding: 0 5px 30px 5px;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .categorySearch__contents ul li, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .categorySearch__contents ul li {
    display: inline;
    font-size: 10px;
    line-height: 2.5;
    border-right: 1px solid #FFF;
    padding-right: 1em;
    margin-right: 0.5em;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .categorySearch__contents ul li:last-child, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .categorySearch__contents ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  #campaignIqos .footerIqos .footerIqos__contents .areaSearch .categorySearch__contents ul li a, #campaignIqos .footerIqos .footerIqos__contents .categorySearch .categorySearch__contents ul li a {
    color: inherit;
    text-decoration: none;
  }
}
@media all and (min-width: 769px) {
  .categoryBlock {
    width: 1040px;
    margin: 0 auto 50px auto;
  }
  .categoryBlock .categoryBlock__items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .categoryBlock .categoryBlock__items li {
    width: 20%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-right: 10px;
    margin-bottom: 25px;
  }
  .categoryBlock .categoryBlock__items li a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  .categoryBlock .categoryBlock__items li a i {
    color: #F83F26;
  }
  .categoryBlock .initials {
    background-color: #F5F5F5;
    padding: 15px 20px;
    margin-bottom: 20px;
  }
  .categoryBlock .initials .initials__items {
    font-size: 16px;
    color: #333;
  }
  .categoryBlock .initials .initials__items li {
    display: inline-block;
    color: #AAA;
  }
  .categoryBlock .initials .initials__items li a {
    display: inline-block;
    color: #333;
    text-decoration: none;
    padding: 0 5px;
  }
  .categoryBlock .initials .initials__items li a:hover {
    color: #FFF;
    background-color: #333;
    background-color: #222;
  }
  .categoryBlock .initials .initials__items li.active a {
    color: #FFF;
    background-color: #333;
    background-color: #222;
  }
  .categoryBlock .initials .initials__items li span {
    display: inline-block;
    color: #AAA;
    text-decoration: none;
    padding: 0 5px;
  }
}
@media all and (max-width: 768px) {
  .categoryBlock {
    width: 100%;
  }
  .categoryBlock .categoryBlock__items li {
    font-size: 28px;
    color: #333;
    border-bottom: 2px solid #EEE;
  }
  .categoryBlock .categoryBlock__items li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 25px 20px;
  }
  .categoryBlock .categoryBlock__items li a i {
    color: #F83F26;
  }
  .categoryBlock .initials {
    background-color: #F5F5F5;
    border-bottom: 2px solid #DDD;
    padding: 20px;
  }
  .categoryBlock .initials .initials__items {
    font-size: 20px;
    color: #333;
  }
  .categoryBlock .initials .initials__items li {
    display: inline-block;
    color: #AAA;
  }
  .categoryBlock .initials .initials__items li a {
    display: inline-block;
    color: #333;
    text-decoration: none;
    padding: 0 5px;
  }
  .categoryBlock .initials .initials__items li a:hover {
    color: #FFF;
    background-color: #333;
    background-color: #222;
  }
  .categoryBlock .initials .initials__items li.active a {
    color: #FFF;
    background-color: #333;
    background-color: #222;
  }
  .categoryBlock .initials .initials__items li span {
    display: inline-block;
    color: #AAA;
    text-decoration: none;
    padding: 0 5px;
  }
}
@media all and (max-width: 640px) {
  .categoryBlock {
    width: 100%;
  }
  .categoryBlock .categoryBlock__items li {
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #EEE;
  }
  .categoryBlock .categoryBlock__items li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 12.5px 10px;
  }
  .categoryBlock .categoryBlock__items li a i {
    color: #F83F26;
  }
  .categoryBlock .initials {
    background-color: #F5F5F5;
    border-bottom: 1px solid #DDD;
    padding: 10px;
  }
  .categoryBlock .initials .initials__items {
    font-size: 10px;
    color: #333;
  }
  .categoryBlock .initials .initials__items li {
    display: inline-block;
    color: #AAA;
  }
  .categoryBlock .initials .initials__items li a {
    display: inline-block;
    color: #333;
    text-decoration: none;
    padding: 0 2.5px;
  }
  .categoryBlock .initials .initials__items li a:hover {
    color: #FFF;
    background-color: #333;
    background-color: #222;
  }
  .categoryBlock .initials .initials__items li.active a {
    color: #FFF;
    background-color: #333;
    background-color: #222;
  }
  .categoryBlock .initials .initials__items li span {
    display: inline-block;
    color: #AAA;
    text-decoration: none;
    padding: 0 2.5px;
  }
}
.overlaySuica {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  z-index: 1000;
}
.overlaySuica .modalSuica {
  max-width: 345px;
  min-height: 446px;
  color: #FFF;
  margin: 0 auto;
  position: relative;
  top: calc(50% - 276px);
}
.overlaySuica .modalSuica__header {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #63B325;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding-top: 40px;
}
.overlaySuica .modalSuica__header img {
  display: block;
  padding: 20px 0;
  margin: 0 auto;
}
.overlaySuica .modalSuica__body {
  background-color: #63B325;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.overlaySuica .modalSuica__body .attention {
  font-size: 10px;
  line-height: 1.8;
  text-align: left;
  margin: 0 18px 20px;
}
.overlaySuica .modalSuica__body .attention a {
  color: inherit;
}
.overlaySuica .modalSuica__body .trigger {
  background-color: #FFF;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.overlaySuica .modalSuica__body .trigger a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #63B325;
  text-align: center;
  text-decoration: none;
  padding: 13px 0;
}
.overlaySuica .modalSuica__footer {
  text-align: center;
  padding-top: 13px;
}
.overlaySuica .modalSuica__footer a {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  color: white;
  text-decoration: none;
}

.crossSubscriptionIcons {
  display: block;
  width: 23px;
  height: 23px;
  background: url(/assets/crossSubscriptionIcons-ad9d52f862f0aced0179d4f3e5886a0d9a4f2262e65ec695b0cf01d1b2047529.png) no-repeat 0 0/23px auto;
}
.crossSubscriptionIcons.back {
  background-position-x: -5px;
}
.crossSubscriptionIcons.next {
  background-position-y: -23px;
}
.crossSubscriptionIcons.marker {
  background-position-y: -46px;
}
.crossSubscriptionIcons.search {
  background-position-y: -69px;
}
.crossSubscriptionIcons.close {
  background-position-y: -92px;
}
.crossSubscriptionIcons.user {
  background-position-y: -115px;
}
.crossSubscriptionIcons.timer {
  background-position-y: -138px;
}

.layout-crossSubscription {
  width: 100%;
  max-width: 768px;
  background-color: #EBEBEB;
  margin: 0 auto;
  position: relative;
}
.layout-crossSubscription .crossSubscriptionHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFF;
  padding: 20px 15px;
}
.layout-crossSubscription .crossSubscriptionHeader__column:nth-child(1), .layout-crossSubscription .crossSubscriptionHeader__column:nth-child(3) {
  width: 10%;
}
.layout-crossSubscription .crossSubscriptionHeader__column:nth-child(2) {
  flex: 1;
  text-align: center;
}
.layout-crossSubscription .crossSubscriptionHeader__column:nth-child(2) .title {
  font-size: 18px;
  font-weight: bold;
}
.layout-crossSubscription .crossSubscriptionHeader__column:nth-child(3) span, .layout-crossSubscription .crossSubscriptionHeader__column:nth-child(3) a {
  margin-left: auto;
}
.layout-crossSubscription .crossSubscriptionContents {
  min-height: 100vh;
  padding-bottom: 130px;
  margin: 0 auto;
}
.layout-crossSubscription .crossSubscriptionContents .applyButtonSuica {
  padding: 0 29px;
  margin: 0 15px;
}
.layout-crossSubscription .crossSubscriptionContents .applyButtonSuica__button a {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background-color: #23AC38;
  border-radius: 4px;
  padding: 13px 0;
  margin: 0 auto 10px;
}
.layout-crossSubscription .crossSubscriptionContents .applyButtonSuica__notices p {
  font-size: 12px;
  color: #666;
}
.layout-crossSubscription .crossSubscriptionContents .applyButtonSuica__notices p a {
  color: inherit;
}
.layout-crossSubscription .crossSubscriptionContents .specialOfferNotice {
  margin: 0 15px;
}
.layout-crossSubscription .crossSubscriptionContents .specialOfferNotice p {
  width: 100%;
  font-size: 10px;
  color: #A3A3A3;
  margin: 0 auto;
}
.layout-crossSubscription .seachFromHere a, .layout-crossSubscription .searchUsageLogs a {
  display: block;
  max-width: 345px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  padding: 15px 0;
  margin: 10px auto 0;
  position: relative;
}
.layout-crossSubscription .seachFromHere a .crossSubscriptionIcons, .layout-crossSubscription .searchUsageLogs a .crossSubscriptionIcons {
  position: absolute;
  top: 15px;
  left: 20px;
}
.layout-crossSubscription .seachFromHere a {
  color: #FFF;
  background-color: #333;
}
.layout-crossSubscription .searchUsageLogs a {
  color: #333;
  background-color: #FFF;
}
.layout-crossSubscription .usageLogs, .layout-crossSubscription .searchAvailableShops {
  padding: 20px 15px;
}
.layout-crossSubscription .usageLogs__header, .layout-crossSubscription .searchAvailableShops__header {
  margin-bottom: 20px;
}
.layout-crossSubscription .usageLogs__header .title, .layout-crossSubscription .searchAvailableShops__header .title {
  font-size: 16px;
  font-weight: bold;
}
.layout-crossSubscription .usageLogs__categories, .layout-crossSubscription .searchAvailableShops__categories {
  margin-bottom: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.layout-crossSubscription .usageLogs__categories::-webkit-scrollbar, .layout-crossSubscription .searchAvailableShops__categories::-webkit-scrollbar {
  display: none;
}
.layout-crossSubscription .usageLogs__categories a, .layout-crossSubscription .searchAvailableShops__categories a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
  background-color: #FFF;
  border-radius: 5px;
  padding: 5px 25px;
  margin-right: 2px;
}
.layout-crossSubscription .usageLogs__categories a.active, .layout-crossSubscription .searchAvailableShops__categories a.active {
  color: #FFF;
  background-color: #333;
}
.layout-crossSubscription .availableShops .availableShop {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #FFF;
  border-radius: 5px;
  padding: 18px 15px;
  margin-bottom: 20px;
  word-break: break-all;
}
.layout-crossSubscription .availableShops .availableShop:last-child {
  margin-bottom: 0;
}
.layout-crossSubscription .availableShops .availableShop__content {
  font-size: 12px;
  color: #666;
}
.layout-crossSubscription .availableShops .availableShop__content .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
}
.layout-crossSubscription .availableShops .availableShop__content .planListTags li {
  display: inline-block;
  font-size: 10px;
  color: #666;
  background-color: #EEE;
  border-radius: 3px;
  padding: 0 5px;
}
.layout-crossSubscription .availableShops .availableShop__images .shopPhotoImages {
  display: flex;
  margin-top: 10px;
}
.layout-crossSubscription .availableShops .availableShop__images .shopPhotoImages.size1 .shopPhotoImage {
  width: calc(100% / 1);
}
.layout-crossSubscription .availableShops .availableShop__images .shopPhotoImages.size2 .shopPhotoImage {
  width: calc(100% / 2);
}
.layout-crossSubscription .availableShops .availableShop__images .shopPhotoImages.size3 .shopPhotoImage {
  width: calc(100% / 3);
}
.layout-crossSubscription .availableShops .availableShop__images .shopPhotoImages .shopPhotoImage {
  max-height: 100px;
}
.layout-crossSubscription .availableShops .availableShop__images .shopPhotoImages .shopPhotoImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layout-crossSubscription .availableShops--upsidedown {
  background-color: #FFF;
}
.layout-crossSubscription .availableShops--upsidedown .availableShop {
  display: flex;
  flex-wrap: wrap;
}
.layout-crossSubscription .availableShops--upsidedown .availableShop__content {
  width: 100%;
  order: 2;
  padding: 16px 20px 10px;
}
.layout-crossSubscription .availableShops--upsidedown .availableShop__content .title {
  font-size: 18px;
  font-weight: bold;
}
.layout-crossSubscription .availableShops--upsidedown .availableShop__content .maplink {
  color: inherit;
  text-decoration: none;
}
.layout-crossSubscription .availableShops--upsidedown .availableShop__content .planListTags {
  display: none;
}
.layout-crossSubscription .availableShops--upsidedown .availableShop__images {
  width: 100%;
  order: 1;
}
.layout-crossSubscription .availableShops--upsidedown .availableShop__images .shopPhotoImages {
  display: flex;
  margin-top: 10px;
}
.layout-crossSubscription .availableShops--upsidedown .availableShop__images .shopPhotoImages.size1 .shopPhotoImage {
  width: calc(100% / 1);
}
.layout-crossSubscription .availableShops--upsidedown .availableShop__images .shopPhotoImages.size2 .shopPhotoImage {
  width: calc(100% / 2);
}
.layout-crossSubscription .availableShops--upsidedown .availableShop__images .shopPhotoImages.size3 .shopPhotoImage {
  width: calc(100% / 3);
}
.layout-crossSubscription .availableShops--upsidedown .availableShop__images .shopPhotoImages .shopPhotoImage {
  max-height: 256px;
}
.layout-crossSubscription .availableShops--upsidedown .availableShop__images .shopPhotoImages .shopPhotoImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layout-crossSubscription .availableShops--upsidedown .availableShop__images .shopPhotoImages.size0 {
  border-top: 1px solid #EBEBEB;
}
.layout-crossSubscription .availableShops--upsidedown .availableShop__memo {
  width: 100%;
  order: 3;
  box-sizing: border-box;
  padding: 0 20px 16px;
}
.layout-crossSubscription .availableShops--upsidedown .availableShop__memo p {
  font-size: 12px;
  color: #666;
  background-color: #EEE;
  border-radius: 5px;
  padding: 5px 10px;
  word-break: break-all;
}
.layout-crossSubscription .usageLogs .usageLog {
  display: flex;
  text-decoration: none;
  background-color: #FFF;
  border-radius: 5px;
  padding: 18px 15px;
  margin-bottom: 20px;
  word-break: break-all;
}
.layout-crossSubscription .usageLogs .usageLog__images img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 12px;
}
.layout-crossSubscription .usageLogs .usageLog__content {
  font-size: 10px;
  color: #A3A3A3;
}
.layout-crossSubscription .usageLogs .usageLog__content .title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
  margin-bottom: 5px;
}
.layout-crossSubscription .usageLogs .usageLog__content dl dt, .layout-crossSubscription .usageLogs .usageLog__content dl dd {
  display: inline;
}
.layout-crossSubscription .usageLogs--list .usageLog {
  display: block;
  font-size: 12px;
  color: #A3A3A3;
  text-decoration: none;
  background-color: #FFF;
  border-bottom: 1px solid #979797;
  padding: 15px;
}
.layout-crossSubscription .usageLogs--list .usageLog:first-child {
  border-top: 1px solid #979797;
}
.layout-crossSubscription .usageLogs--list .usageLog__images {
  display: none;
}
.layout-crossSubscription .usageLogs--list .usageLog__content .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
}
.layout-crossSubscription .usageLogs--list .usageLog__content dl dt, .layout-crossSubscription .usageLogs--list .usageLog__content dl dd {
  display: inline;
}
.layout-crossSubscription .specialOffers {
  padding: 15px;
}
.layout-crossSubscription .specialOffers__header {
  margin-bottom: 10px;
}
.layout-crossSubscription .specialOffers__header .title {
  font-size: 16px;
  font-weight: bold;
}
.layout-crossSubscription .specialOffers__content {
  position: relative;
}
.layout-crossSubscription .specialOffers__content .specialOffersOverlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% + 4px);
  height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.93);
  border-radius: 5px;
  z-index: 10;
  padding-top: 0;
}
.layout-crossSubscription .specialOffers__content .specialOffersOverlay__content {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.layout-crossSubscription .specialOffers__content .specialOffersOverlay__content span {
  display: block;
  width: 50%;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  border: 2px solid #333;
  border-radius: 24px;
  padding: 5px 0;
  margin: 5px auto 0;
}
.layout-crossSubscription .specialOffers__content .specialOffer {
  position: relative;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.layout-crossSubscription .specialOffers__content .specialOffer__overlay {
  position: absolute;
  box-sizing: border-box;
  width: calc(100% + 1px);
  height: 100%;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
}
.layout-crossSubscription .specialOffers__content .specialOffer__overlay .using, .layout-crossSubscription .specialOffers__content .specialOffer__overlay .finished {
  display: table;
  width: 100%;
  height: 100%;
  font-size: 12px;
  border-radius: 5px;
}
.layout-crossSubscription .specialOffers__content .specialOffer__overlay .using__content, .layout-crossSubscription .specialOffers__content .specialOffer__overlay .finished__content {
  font-weight: bold;
  display: table-cell;
  color: inherit;
  vertical-align: middle;
  text-decoration: none;
}
.layout-crossSubscription .specialOffers__content .specialOffer__overlay .using {
  font-size: 12px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.93);
}
.layout-crossSubscription .specialOffers__content .specialOffer__overlay .using span {
  display: block;
  width: 50%;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #333;
  border-radius: 24px;
  padding: 5px 0;
  margin: 5px auto 0;
}
.layout-crossSubscription .specialOffers__content .specialOffer__overlay .finished {
  color: #FFF;
  background-color: rgba(163, 163, 163, 0.93);
}
.layout-crossSubscription .specialOffers__content .specialOffer__overlay .finished span {
  font-size: 14px;
  font-weight: bold;
}
.layout-crossSubscription .specialOffers__content .specialOffer__overlay .finished span::before {
  content: "\a";
  white-space: pre;
}
.layout-crossSubscription .specialOffers__content .specialOffer__content {
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.layout-crossSubscription .specialOffers__content .specialOffer__content .offerItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.layout-crossSubscription .specialOffers__content .specialOffer__content .offerItem__image {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.layout-crossSubscription .specialOffers__content .specialOffer__content .offerItem__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layout-crossSubscription .specialOffers__content .specialOffer__content .offerItem__summary {
  flex: 1;
}
.layout-crossSubscription .specialOffers__content .specialOffer__content .offerItem__summary p {
  font-size: 10px;
  word-break: break-all;
}
.layout-crossSubscription .specialOffers__content .specialOffer__content .offerItem__summary p span {
  font-size: 16px;
  font-weight: bold;
}
.layout-crossSubscription .specialOffers__content .specialOffer__content .offerItem__summary p span::after {
  content: "\a";
  white-space: pre;
}
.layout-crossSubscription .specialOffers__content .specialOffer__content .offerItem__icon {
  width: 23px;
}
.layout-crossSubscription .confirmationNotice {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
  margin-top: 15px;
}
.layout-crossSubscription .confirmSubscription {
  background-color: #FFF;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 15px;
}
.layout-crossSubscription .confirmSubscription__header {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.layout-crossSubscription .confirmSubscription__header span, .layout-crossSubscription .confirmSubscription__header img {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #EEE;
  border-radius: 50%;
  vertical-align: middle;
}
.layout-crossSubscription .confirmSubscription__header span .crossSubscriptionIcons, .layout-crossSubscription .confirmSubscription__header img .crossSubscriptionIcons {
  margin: 3px 0 0 4px;
}
.layout-crossSubscription .searchUnit {
  background-color: #DDD;
  padding: 15px;
}
.layout-crossSubscription .searchUnit input[type=search] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  border: none;
  border-radius: 5px;
  padding: 10px 10px 8px;
  -webkit-appearance: none;
  appearance: none;
}
.layout-crossSubscription .searchUnit input[type=search]::placeholder {
  color: #CDCDCD;
}
.layout-crossSubscription .searchUnit input[type=submit] {
  display: none;
}
.layout-crossSubscription .noresult {
  font-size: 14px;
  color: #A3A3A3;
  text-align: center;
  padding: 30px 15px;
}
.layout-crossSubscription .pagination {
  background-image: none !important;
  background-color: transparent !important;
  border-bottom: none !important;
  margin-top: 20px;
}

.layout-applicationFlow {
  display: none; /*試験的に非表示202101*/
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.layout-applicationFlow dl {
  width: 100%;
  max-width: 768px;
  height: 130px;
  box-sizing: border-box;
  background-color: #EEE;
  border-top: 1px solid #979797;
  padding-top: 15px;
  margin: 0 auto;
}
.layout-applicationFlow dl dt {
  font-size: 12px;
  font-weight: bold;
  color: #A3A3A3;
  text-align: center;
  margin-bottom: -15px;
}
.layout-applicationFlow dl dd {
  width: 80%;
  margin: 0 auto;
}

.applicationFlow {
  margin: 50px 0 20px;
}
.applicationFlow ol {
  display: flex;
  justify-content: space-between;
  width: 90%;
  height: 2px;
  background-color: #CCC;
  margin: 0 auto 60px;
}
.applicationFlow ol li {
  width: 70px;
  font-size: 10px;
  font-weight: bold;
  color: #CCC;
  text-align: center;
  margin-top: -20px;
}
.applicationFlow ol li em {
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: inherit;
  background-color: #FFF;
  border: 2px solid #CCC;
  border-radius: 50%;
  padding-top: 6px;
  margin: 0 auto 10px;
}
.applicationFlow ol li.active, .applicationFlow ol li.done {
  color: #F83A22;
}
.applicationFlow ol li.active em, .applicationFlow ol li.done em {
  color: #FFF;
  background-color: #F83A22;
  border-color: #F83A22;
}
.applicationFlow ol li:first-child {
  margin-left: -20px;
}
.applicationFlow ol li:last-child {
  margin-right: -20px;
}

.subscriptionPlanDetail {
  margin-bottom: 20px;
}
.subscriptionPlanDetail__image {
  width: 125px;
  height: 125px;
  margin: 0 auto 20px;
}
.subscriptionPlanDetail__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subscriptionPlanDetail__name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.subscriptionPlanDetail__menu {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.subscriptionPlanDetail__memo {
  word-break: break-all;
  padding: 0 0;
  margin-bottom: 10px;
}
.subscriptionPlanDetail__memo p {
  font-size: 12px;
  color: #333;
  text-align: left;
}

.crossSubscriptionCheck__header {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.crossSubscriptionCheck__content {
  margin-bottom: 10px;
}
.crossSubscriptionCheck__content p {
  font-size: 12px !important;
  text-align: left !important;
}
.crossSubscriptionCheck__footer {
  margin-bottom: 20px;
}
.crossSubscriptionCheck__footer label span {
  display: inline-block;
}
.crossSubscriptionCheck__footer label span a {
  display: inline-block !important;
  font-weight: bold !important;
  color: inherit !important;
  text-decoration: underline !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.crossSubscriptionCheck__footer label span.icon, .crossSubscriptionCheck__footer label span.text {
  font-weight: bold;
  vertical-align: middle;
}
.crossSubscriptionCheck__footer label span.icon {
  width: 22px;
  height: 22px;
  border: 1px solid #CDCDCD;
  border-radius: 3px;
  margin-right: 5px;
}
.crossSubscriptionCheck__footer input[type=checkbox] {
  display: none;
}
.crossSubscriptionCheck__footer input[type=checkbox]:checked ~ label span.icon {
  background: url(/assets/checkboxChecked@2x-e8cd317e21b07eb54005d9a4a399f838c72c70eca06716a32cee673d7eba4e08.png) no-repeat 50% 50%/15px auto;
}
.crossSubscriptionCheck__simpleform {
  display: flex;
  margin-bottom: 20px;
}
.crossSubscriptionCheck__simpleform .exceptionLabel span {
  display: inline-block;
  vertical-align: middle;
}
.crossSubscriptionCheck__simpleform .exceptionLabel span.icon {
  width: 22px;
  height: 22px;
  border: 1px solid #CDCDCD;
  border-radius: 3px;
  margin-right: 5px;
}
.crossSubscriptionCheck__simpleform .exceptionLabel span.checked {
  background: url(/assets/checkboxChecked@2x-e8cd317e21b07eb54005d9a4a399f838c72c70eca06716a32cee673d7eba4e08.png) no-repeat 50% 50%/15px auto;
}
.crossSubscriptionCheck__simpleform .exceptionLabel span.text {
  font-weight: bold;
}
.crossSubscriptionCheck__simpleform .form-group .checkbox label input {
  display: none;
}

.crossSubscriptionButton .buttonBasic {
  width: 100%;
  max-width: 100%;
}
.crossSubscriptionButton p.caution {
  font-size: 10px;
}

.crossSubscriptionDisabledButton {
  font-size: 16px;
  color: #FFF;
  text-align: center;
  background-color: #CDCDCD;
  border-radius: 10px;
  padding: 8px;
  margin-bottom: 20px;
  cursor: not-allowed;
}

@media all and (min-width: 640px) {
  .layout-crossSubscription .pagination a.next, .layout-crossSubscription .pagination a.prev {
    font-size: 18px !important;
  }
  .layout-crossSubscription .pagination span {
    font-size: 18px !important;
  }
  .crossSubscriptionDisabledButton {
    font-size: 30px;
    border-radius: 20px;
    padding: 30px 25px;
  }
  .subscriptionPlanDetail__memo {
    padding: 0;
  }
  .subscriptionPlanDetail__memo p {
    font-size: 16px;
  }
}
@media all and (min-width: 769px) {
  .layout-crossSubscription .crossSubscriptionContents .applyButtonSuica__button a {
    max-width: 428px;
  }
  .layout-crossSubscription .crossSubscriptionContents .applyButtonSuica__notices p {
    max-width: 428px;
    margin: 0 auto;
  }
  .layout-crossSubscription .usageLogs__header .title, .layout-crossSubscription .searchAvailableShops__header .title {
    margin: 0 auto;
  }
  .layout-crossSubscription .usageLogs__categories a, .layout-crossSubscription .searchAvailableShops__categories a {
    padding: 8px 25px;
    margin-right: 5px;
  }
  .layout-crossSubscription .availableShops {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .layout-crossSubscription .availableShops .availableShop {
    width: 49%;
  }
  .layout-crossSubscription .availableShops .availableShop:last-child {
    margin-bottom: 20px;
  }
  .layout-crossSubscription .specialOffers {
    padding: 15px;
  }
  .layout-crossSubscription .specialOffers__header {
    margin-bottom: 10px;
  }
  .layout-crossSubscription .specialOffers__header .title {
    font-size: 16px;
    font-weight: bold;
  }
  .layout-crossSubscription .specialOffers__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layout-crossSubscription .specialOffers__content .specialOffer {
    width: 49%;
  }
  .layout-crossSubscription .specialOffers__content .specialOffer__content .offerItem__image {
    width: 60px;
    height: 60px;
  }
  .layout-crossSubscription .usageLogs .usageLog {
    padding: 34px;
    margin-bottom: 20px;
  }
  .layout-crossSubscription .usageLogs .usageLog__images img {
    width: 220px;
    height: 220px;
    margin-right: 30px;
  }
  .layout-crossSubscription .usageLogs .usageLog__content {
    font-size: 20px;
  }
  .layout-crossSubscription .usageLogs .usageLog__content .title {
    font-size: 34px;
    margin-bottom: 5px;
  }
  .layout-crossSubscription .usageLogs .usageLog__content dl dt, .layout-crossSubscription .usageLogs .usageLog__content dl dd {
    display: inline;
  }
  .layout-crossSubscription .usageLogs--list {
    padding: 15px;
  }
  .crossSubscriptionDisabledButton {
    font-size: 32px;
    padding: 28px;
  }
}
.jreRegistered {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
.jreRegistered.connected {
  color: #30C247;
}
.jreRegistered.connected span {
  vertical-align: middle;
}
.jreRegistered.connected span.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url(/assets/mobile_order/check_circle-3c2f374a459f58b86197e6ff43eb68b6de1c4e854dabf3b372c0fccfabb4aea9.svg) no-repeat 50% 50%/cover;
}
.jreRegistered span {
  font-weight: inherit;
}
.jreRegistered a {
  text-decoration: none;
  display: flex;
  align-self: center;
}
.jreRegistered a img {
  vertical-align: middle;
  margin-left: 5px;
}
.jreRegistered a.connect {
  display: inline-block;
  font-size: 10px;
  color: #30C247;
  background-color: #DAF0E2;
  border-radius: 3px;
  padding: 4px 10px;
  margin-left: 20px;
}
.jreRegistered a.connect span.icon {
  display: inline-block;
  width: 13px;
  height: 7px;
  background: url(/assets/mobile_order/link_icon-3fe525d42ffb0fb620905d9e911039edaf370d149693da7604b56bbab66d8c47.svg) no-repeat 50% 50%/cover;
}

@media all and (min-width: 769px) {
  article#writers {
    display: flex;
    flex-wrap: wrap;
    width: 1040px;
    margin: 0 auto 50px auto;
  }
  article#writers .user {
    width: 240px;
    border-bottom: 1px solid #EEE;
    margin: 0 26px 20px 0;
  }
  article#writers .user:nth-child(-n+4) {
    border-top: 1px solid #EEE;
  }
  article#writers .user:nth-child(4n) {
    margin-right: 0;
  }
  article#writers .user a {
    display: table;
    width: 100%;
    color: inherit;
    text-decoration: none;
    padding: 19px 0;
  }
  article#writers .user a .image_area, article#writers .user a .info_area {
    display: table-cell;
    vertical-align: middle;
  }
  article#writers .user a .image_area {
    width: 90px;
  }
  article#writers .user a .image_area .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #CCC;
    margin: 0 auto;
  }
  article#writers .user a .info_area dl dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 110%;
    color: #333;
    margin-bottom: 5px;
  }
  article#writers .user a .info_area dl dd {
    font-size: 10px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-right: 20px;
  }
}
@media all and (max-width: 768px) {
  article#writers .user {
    border-bottom: 1px solid #EEE;
  }
  article#writers .user a {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    display: table;
    color: inherit;
    text-decoration: none;
    padding: 20px 0;
  }
  article#writers .user a .image_area, article#writers .user a .info_area {
    display: table-cell;
    vertical-align: middle;
  }
  article#writers .user a .image_area {
    width: 140px;
  }
  article#writers .user a .image_area .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
  }
  article#writers .user a .info_area dl dt {
    font-size: 28px;
    font-weight: bold;
    color: #333;
  }
  article#writers .user a .info_area dl dd {
    font-size: 20px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-right: 20px;
  }
}
@media all and (max-width: 640px) {
  article#writers .user {
    border-bottom: 1px solid #EEE;
  }
  article#writers .user a {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    display: table;
    color: inherit;
    text-decoration: none;
    padding: 10px 0;
  }
  article#writers .user a .image_area, article#writers .user a .info_area {
    display: table-cell;
    vertical-align: middle;
  }
  article#writers .user a .image_area {
    width: 70px;
  }
  article#writers .user a .image_area .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
  }
  article#writers .user a .info_area dl dt {
    font-size: 14px;
    font-weight: bold;
    color: #333;
  }
  article#writers .user a .info_area dl dd {
    font-size: 10px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-right: 20px;
  }
}
* {
  padding: 0;
  margin: 0;
}

@media all and (min-width: 641px) {
  #www_container.doorkeeper {
    background-color: #FFF;
    box-sizing: border-box;
    padding: 0 24px 120px;
  }
  #www_container.doorkeeper .alert, #www_container.doorkeeper .alert-info {
    display: none;
  }
  #www_container.doorkeeper .page-header {
    display: none;
  }
  #www_container.doorkeeper main {
    padding-bottom: 30px;
  }
  #www_container.doorkeeper main p.h4 {
    font-size: 26px;
    color: #4B4B4B;
    text-align: center;
    background: url(/assets/logo-65ddf85918bf4526c11a5e6e46573504614db8af65614e805bb53674443a041a.png) no-repeat 50% 130px;
    padding: 264px 0 0 0;
    margin-bottom: 180px;
  }
  #www_container.doorkeeper main .actions input[type=submit] {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-radius: 20px;
    padding: 24px 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container.doorkeeper main .actions input[type=submit].btn-success {
    color: #FFF;
    background-color: #F83A22;
    border-color: #F83A22;
    margin-bottom: 30px;
  }
  #www_container.doorkeeper main .actions input[type=submit].btn-danger {
    color: #000;
    background-color: #FFF;
    border-color: #DDD;
  }
}
@media all and (max-width: 640px) {
  #www_container.doorkeeper {
    background-color: #FFF;
    box-sizing: border-box;
    padding: 0 12px 65px;
  }
  #www_container.doorkeeper .alert, #www_container.doorkeeper .alert-info {
    display: none;
  }
  #www_container.doorkeeper .page-header {
    display: none;
  }
  #www_container.doorkeeper main {
    padding-bottom: 15px;
  }
  #www_container.doorkeeper main p.h4 {
    font-size: 13px;
    color: #4B4B4B;
    text-align: center;
    background: url(/assets/logo-65ddf85918bf4526c11a5e6e46573504614db8af65614e805bb53674443a041a.png) no-repeat 50% 65px/96px 42px;
    padding: 132px 0 0 0;
    margin-bottom: 90px;
  }
  #www_container.doorkeeper main .actions input[type=submit] {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    padding: 12px 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container.doorkeeper main .actions input[type=submit].btn-success {
    color: #FFF;
    background-color: #F83A22;
    border-color: #F83A22;
    margin-bottom: 15px;
  }
  #www_container.doorkeeper main .actions input[type=submit].btn-danger {
    color: #000;
    background-color: #FFF;
    border-color: #DDD;
  }
}
.error input, .error textarea {
  background-color: #FFD5D4;
}

.fields .error input, .fields .error textarea {
  background-color: #FFF;
}

#content_topic.edit .alert-danger {
  color: #FFF;
  font-size: 18px;
  background-color: rgba(255, 0, 0, 0.5);
  border: 2px solid #F00;
  padding: 10px;
  margin-bottom: 20px;
}
#content_topic.edit span.help-inline, #content_topic.edit span.help-block {
  color: #F00;
  font-weight: block;
  position: relative;
  padding-left: 14px;
}
#content_topic.edit span.help-inline:before, #content_topic.edit span.help-block:before {
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  left: 2px;
  content: "\f06a";
}

.parsley-error-list {
  font-size: 14px;
  color: #F83F26;
}

#shop-master-search, #menu-search {
  background-color: #FFF;
}
#shop-master-search .pagination, #menu-search .pagination {
  text-align: center;
  padding: 10px 0;
}
#shop-master-search .pagination span, #menu-search .pagination span {
  display: inline-block;
  font-size: 12px;
  color: #999;
  border: 1px solid #EEE;
}
#shop-master-search .pagination span.page.gap, #menu-search .pagination span.page.gap {
  border: none;
}
#shop-master-search .pagination span.page.current, #menu-search .pagination span.page.current {
  background-color: #222;
  border-color: #222;
  padding: 5px 10px;
}
#shop-master-search .pagination span.page a, #menu-search .pagination span.page a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding: 5px 10px;
}
#shop-master-search .pagination span.first a, #shop-master-search .pagination span.last a, #menu-search .pagination span.first a, #menu-search .pagination span.last a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding: 5px 10px;
}
#shop-master-search .pagination span.first a span, #shop-master-search .pagination span.last a span, #menu-search .pagination span.first a span, #menu-search .pagination span.last a span {
  border: none;
}

#remodal_window.remodal {
  width: 960px;
  max-width: 960px;
  background-color: #FFF;
  border-radius: 0;
}
#remodal_window.remodal .remodal_inner {
  padding: 28px 30px;
}

.remodal, .remodal-wrapper::after {
  vertical-align: top !important;
}

.sotablePlaceholder {
  background-color: #F1F1F1;
  border: 1px dashed #333;
}

@media all and (min-width: 769px) {
  #www_container #smartphone_edit_flag {
    display: none;
  }
  #www_container #edit_btns {
    width: 100%;
    min-width: 1040px;
    background-color: #F8F8F8;
    border-bottom: 1px solid #EEE;
    padding: 14px 0;
    margin-bottom: 30px;
    position: sticky;
    top: 0;
    z-index: 1;
  }
  #www_container #edit_btns #edit_btns_inner {
    width: 1040px;
    margin: 0 auto;
    display: flex;
  }
  #www_container #edit_btns #edit_btns_inner .title {
    font-size: 26px;
    font-weight: bold;
  }
  #www_container #edit_btns #edit_btns_inner .title span, #www_container #edit_btns #edit_btns_inner .title a {
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    color: #F83F26;
  }
  #www_container #edit_btns #edit_btns_inner .title span a, #www_container #edit_btns #edit_btns_inner .title a a {
    text-decoration: none;
  }
  #www_container #edit_btns #edit_btns_inner .btns {
    width: 390px;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #www_container #edit_btns #edit_btns_inner .btns input[type=submit], #www_container #edit_btns #edit_btns_inner .btns .preview {
    display: block;
    width: 122px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: center;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 10px 0;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #edit_btns #edit_btns_inner .btns .preview {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
    text-decoration: none;
  }
  #www_container #edit_btns #edit_btns_inner .btns #draft {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  #www_container #edit_btns #edit_btns_inner .btns #publish {
    color: #FFF;
    background-color: #f83E26;
  }
  #www_container #edit_btns #edit_btns_inner .sns_btn {
    width: 125px;
  }
  #www_container #edit_btns #edit_btns_inner .sns_btn input[type=submit], #www_container #edit_btns #edit_btns_inner .sns_btn .sns_link {
    display: block;
    width: 122px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: center;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 10px 0;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  #www_container #content_topic.edit .add_element a, #www_container #content_topic.edit .add_element_tutorial a {
    text-decoration: none;
    background-color: #8F8F8F;
    display: inline-block;
    width: 150px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    border: 1px solid #8F8F8F;
    border-radius: 6px;
    padding: 8px 0;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #content_topic.edit .add_element p, #www_container #content_topic.edit .add_element_tutorial p {
    color: #E74531;
    font-weight: bold;
    display: inline-block;
    padding: 10px;
    position: relative;
    width: 65%;
    margin-left: 20px;
    background: #FFFFFF;
    border: 4px solid #E74531;
    border-radius: 6px;
  }
  #www_container #content_topic.edit .add_element p:after, #www_container #content_topic.edit .add_element p:before, #www_container #content_topic.edit .add_element_tutorial p:after, #www_container #content_topic.edit .add_element_tutorial p:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #www_container #content_topic.edit .add_element p:after, #www_container #content_topic.edit .add_element_tutorial p:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFFFFF;
    border-width: 10px;
    margin-top: -10px;
  }
  #www_container #content_topic.edit .add_element p:before, #www_container #content_topic.edit .add_element_tutorial p:before {
    border-color: rgba(223, 72, 52, 0);
    border-right-color: #E74531;
    border-width: 16px;
    margin-top: -16px;
  }
  #www_container #content_topic.edit .add_element.tutorial a, #www_container #content_topic.edit .add_element_tutorial.tutorial a {
    animation: blink 0.5s linear infinite alternate;
  }
  @keyframes blink {
    0% {
      opacity: 0.5;
    }
    80% {
      opacity: 1;
    }
  }
  #www_container #content_topic.edit .alert-error {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background-color: #F83F26;
    padding: 10px;
    margin-bottom: 10px;
  }
  #www_container #content_topic.edit .alert-error:before {
    font-size: 24px;
    font-family: FontAwesome;
    content: "\f06a";
    padding-right: 10px;
  }
  #www_container #content_topic.edit h2.sectionTitle {
    display: block;
    font-size: 16px;
    font-weight: bold;
    background-color: #EEE;
    border-radius: 3px;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  #www_container #content_topic.edit #edit_summary {
    margin-bottom: 20px;
    position: relative;
  }
  #www_container #content_topic.edit #edit_summary span {
    display: inline;
    font-weight: bold;
  }
  #www_container #content_topic.edit #edit_summary span.working {
    color: #F83F26;
  }
  #www_container #content_topic.edit #edit_summary a.csv {
    text-decoration: underline;
    position: absolute;
    top: 6px;
    right: 10px;
  }
  #www_container #content_topic.edit #edit_summary .controls {
    height: 100%;
    margin-bottom: 15px;
  }
  #www_container #content_topic.edit #edit_summary .controls .add_nested_fields {
    text-decoration: underline;
  }
  #www_container #content_topic.edit #edit_summary .controls textarea {
    height: 40px;
    resize: none;
    display: inline-block;
    width: 92%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    border: 2px solid #DDD;
    border-radius: 6px;
    padding: 10px;
    margin: 0;
    outline: none;
  }
  #www_container #content_topic.edit #edit_summary .controls textarea::-webkit-input-placeholder, #www_container #content_topic.edit #edit_summary .controls textarea:-ms-input-placeholder, #www_container #content_topic.edit #edit_summary .controls textarea::-moz-placeholder {
    color: #999;
  }
  #www_container #content_topic.edit #edit_summary .controls textarea.over_length {
    background-color: #F9BABA;
  }
  #www_container #content_topic.edit #edit_summary .controls textarea.readonly {
    background-color: #ABABAB;
  }
  #www_container #content_topic.edit #edit_summary .controls #clicks {
    display: inline-block;
    vertical-align: text-bottom;
    padding-bottom: 10px;
  }
  #www_container #content_topic.edit #edit_summary .controls #clicks #click_count, #www_container #content_topic.edit #edit_summary .controls #clicks #click_percent {
    display: inline;
  }
  #www_container #content_topic.edit #edit_summary .controls .title_count {
    font-size: 12px;
    text-align: right;
    margin: -5px 0 5px;
  }
  #www_container #content_topic.edit #edit_summary #edit_summary_btm {
    width: 100%;
    display: flex;
    margin-bottom: 25px;
  }
  #www_container #content_topic.edit #edit_summary #edit_summary_btm #set_topic_image {
    width: 150px;
    height: 150px;
    float: left;
  }
  #www_container #content_topic.edit #edit_summary #edit_summary_btm #set_topic_image input[type=file] {
    display: none;
  }
  #www_container #content_topic.edit #edit_summary #edit_summary_btm #set_topic_image .image_preview {
    width: 150px;
    height: 150px;
    background-color: #EEE;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer;
  }
  #www_container #content_topic.edit #edit_summary #edit_summary_btm #set_topic_image .image_preview i {
    font-size: 50px;
    color: #BBB;
    position: absolute;
    top: 30px;
    left: 50px;
  }
  #www_container #content_topic.edit #edit_summary #edit_summary_btm #set_topic_image .image_preview p {
    width: 100%;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 0;
    position: absolute;
    bottom: 0;
  }
  #www_container #content_topic.edit #edit_summary #edit_summary_btm #set_topic_image .image_preview i.none, #www_container #content_topic.edit #edit_summary #edit_summary_btm #set_topic_image .image_preview p.none {
    display: none;
  }
  #www_container #content_topic.edit #edit_summary #edit_summary_btm #description_area {
    width: 77%;
    position: relative;
  }
  #www_container #content_topic.edit #edit_summary #edit_summary_btm #description_area .controls .topic_description textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    border: 2px solid #DDD;
    border-radius: 6px;
    padding: 10px;
    margin: 0;
    resize: none;
    outline: none;
    height: 150px;
    margin-left: 10px;
  }
  #www_container #content_topic.edit #edit_summary #edit_summary_btm #description_area .controls .topic_description textarea::-webkit-input-placeholder, #www_container #content_topic.edit #edit_summary #edit_summary_btm #description_area .controls .topic_description textarea:-ms-input-placeholder, #www_container #content_topic.edit #edit_summary #edit_summary_btm #description_area .controls .topic_description textarea::-moz-placeholder {
    color: #999;
  }
  #www_container #content_topic.edit #edit_summary #edit_summary_btm #description_area #limit_count_remain {
    display: inline;
    font-size: 12px;
    color: #333;
    text-align: right;
    padding-top: 5px;
    position: absolute;
    bottom: -10px;
    right: 5px;
  }
  #www_container #content_topic.edit #edit_summary #sns_post_content_area .controls {
    margin-bottom: 3px;
  }
  #www_container #content_topic.edit #edit_summary #sns_post_content_area .controls textarea {
    width: 100%;
    height: 100px;
    font-weight: normal;
  }
  #www_container #content_topic.edit #edit_summary #sns_post_content_area #limit_count_remain_twitter {
    text-align: right;
    margin-right: 10px;
  }
  #www_container #content_topic.edit .fields {
    background-color: #FFF;
    margin-bottom: 5px;
    position: relative;
  }
  #www_container #content_topic.edit .fields .title_count {
    position: absolute;
    right: 5px;
    top: 22px;
  }
  #www_container #content_topic.edit .fields .preview .edit_this {
    display: none !important;
  }
  #www_container #content_topic.edit .fields .preview:hover {
    background-color: rgba(255, 115, 115, 0.3);
    position: relative;
  }
  #www_container #content_topic.edit .fields .preview:hover .edit_this {
    display: inline-block !important;
    width: 200px;
    height: 32px;
    margin: auto 0 auto auto;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 0;
  }
  #www_container #content_topic.edit .fields .preview:hover .edit_this a {
    display: inline-block;
    width: 80px;
    background-color: #8F8F8F;
    border: 1px solid #8F8F8F;
    border-radius: 6px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    padding: 8px 0;
    margin: 0 5px;
    z-index: 100;
    transition: color, 0.15s, linear;
  }
  #www_container #content_topic.edit .fields .preview:hover .edit_this a i {
    vertical-align: middle;
  }
  #www_container #content_topic.edit .fields .preview:hover .edit_this a.edit_element {
    color: #8F8F8F;
    background-color: #FFF;
  }
  #www_container #content_topic.edit .fields .preview .topic-heading {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 5px solid #DDD;
    padding: 10px 20px;
    margin-bottom: 15px;
  }
  #www_container #content_topic.edit .fields .preview .topic-heading h2 {
    font-weight: bold;
  }
  #www_container #content_topic.edit .fields .preview .topic-heading h2 span {
    font-size: 12px;
    color: #999;
  }
  #www_container #content_topic.edit .fields .preview .topic-text {
    font-size: 16px;
    color: #333;
    padding: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 30px;
  }
  #www_container #content_topic.edit .fields .preview .topic-text a {
    color: #00A3D9;
  }
  #www_container #content_topic.edit .fields .preview .topic-image, #www_container #content_topic.edit .fields .preview .topic-image-reference, #www_container #content_topic.edit .fields .preview .topic-image-file, #www_container #content_topic.edit .fields .preview .topic-image-url {
    padding: 0 20px;
    overflow: hidden;
  }
  #www_container #content_topic.edit .fields .preview .topic-image h1, #www_container #content_topic.edit .fields .preview .topic-image-reference h1, #www_container #content_topic.edit .fields .preview .topic-image-file h1, #www_container #content_topic.edit .fields .preview .topic-image-url h1 {
    font-size: 20px;
    font-weight: bold;
    float: right;
  }
  #www_container #content_topic.edit .fields .preview .topic-image h1 a, #www_container #content_topic.edit .fields .preview .topic-image-reference h1 a, #www_container #content_topic.edit .fields .preview .topic-image-file h1 a, #www_container #content_topic.edit .fields .preview .topic-image-url h1 a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  #www_container #content_topic.edit .fields .preview .topic-image figure, #www_container #content_topic.edit .fields .preview .topic-image-reference figure, #www_container #content_topic.edit .fields .preview .topic-image-file figure, #www_container #content_topic.edit .fields .preview .topic-image-url figure {
    margin-right: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.edit .fields .preview .topic-image figure img, #www_container #content_topic.edit .fields .preview .topic-image-reference figure img, #www_container #content_topic.edit .fields .preview .topic-image-file figure img, #www_container #content_topic.edit .fields .preview .topic-image-url figure img {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  #www_container #content_topic.edit .fields .preview .topic-image figure q, #www_container #content_topic.edit .fields .preview .topic-image-reference figure q, #www_container #content_topic.edit .fields .preview .topic-image-file figure q, #www_container #content_topic.edit .fields .preview .topic-image-url figure q {
    font-size: 10px;
    color: #999;
  }
  #www_container #content_topic.edit .fields .preview .topic-image figure q a, #www_container #content_topic.edit .fields .preview .topic-image-reference figure q a, #www_container #content_topic.edit .fields .preview .topic-image-file figure q a, #www_container #content_topic.edit .fields .preview .topic-image-url figure q a {
    color: inherit;
  }
  #www_container #content_topic.edit .fields .preview .topic-image .content, #www_container #content_topic.edit .fields .preview .topic-image-reference .content, #www_container #content_topic.edit .fields .preview .topic-image-file .content, #www_container #content_topic.edit .fields .preview .topic-image-url .content {
    font-size: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.edit .fields .preview .topic-image .content a, #www_container #content_topic.edit .fields .preview .topic-image-reference .content a, #www_container #content_topic.edit .fields .preview .topic-image-file .content a, #www_container #content_topic.edit .fields .preview .topic-image-url .content a {
    color: #00A3D9;
  }
  #www_container #content_topic.edit .fields .preview .topic-image .image_preview_none, #www_container #content_topic.edit .fields .preview .topic-image-reference .image_preview_none, #www_container #content_topic.edit .fields .preview .topic-image-file .image_preview_none, #www_container #content_topic.edit .fields .preview .topic-image-url .image_preview_none {
    width: 300px;
    height: 250px;
    background-color: #EEE;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  #www_container #content_topic.edit .fields .preview .topic-image .image_preview_none i, #www_container #content_topic.edit .fields .preview .topic-image-reference .image_preview_none i, #www_container #content_topic.edit .fields .preview .topic-image-file .image_preview_none i, #www_container #content_topic.edit .fields .preview .topic-image-url .image_preview_none i {
    font-size: 50px;
    color: #BBB;
    position: absolute;
    top: 100px;
    left: 125px;
  }
  #www_container #content_topic.edit .fields .preview .topic-image .image_preview_none p, #www_container #content_topic.edit .fields .preview .topic-image-reference .image_preview_none p, #www_container #content_topic.edit .fields .preview .topic-image-file .image_preview_none p, #www_container #content_topic.edit .fields .preview .topic-image-url .image_preview_none p {
    width: 100%;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 0;
    position: absolute;
    bottom: 0;
  }
  #www_container #content_topic.edit .fields .preview .topic-link {
    color: #333;
    padding: 0 20px;
    margin-bottom: 30px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.edit .fields .preview .topic-link a {
    font-size: 20px;
    font-weight: bold;
    color: #00A3D9;
  }
  #www_container #content_topic.edit .fields .preview .topic-link-button {
    padding: 10px 20px;
    margin-bottom: 30px;
  }
  #www_container #content_topic.edit .fields .preview .topic-link-button a {
    text-decoration: none;
    background-color: #f83e26;
    box-sizing: border-box;
    line-height: 130%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: block;
    width: 280px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    border: 1px solid #f83e26;
    border-radius: 6px;
    padding: 10px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #content_topic.edit .fields .preview .topic-reference {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  #www_container #content_topic.edit .fields .preview .topic-reference blockquote {
    border-left: 6px solid #DDD;
    padding-left: 12px;
  }
  #www_container #content_topic.edit .fields .preview .topic-reference blockquote p {
    font-size: 20px;
    font-weight: bold;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.edit .fields .preview .topic-reference blockquote p i {
    color: #DDD;
  }
  #www_container #content_topic.edit .fields .preview .topic-reference blockquote p a {
    color: #00A3D9;
  }
  #www_container #content_topic.edit .fields .preview .topic-reference blockquote q {
    font-size: 10px;
    color: #999;
  }
  #www_container #content_topic.edit .fields .preview .topic-reference blockquote q a {
    color: inherit;
  }
  #www_container #content_topic.edit .fields .preview .topic-embed {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
  }
  #www_container #content_topic.edit .fields .preview .topic-embed p {
    font-size: 16px;
    font-weight: bold;
  }
  #www_container #content_topic.edit .fields .preview .topic-embed p i {
    font-size: 24px;
    color: #F83F26;
  }
  #www_container #content_topic.edit .fields .preview .topic-embed .embed-youtube iframe {
    width: 100%;
    height: 390px;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .topic-shop_inner {
    display: table;
    margin-bottom: 20px;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .topic-shop_inner figure {
    display: table-cell;
    width: 150px;
    vertical-align: top;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .topic-shop_inner figure .image_area {
    display: block;
    width: 130px;
    height: 130px;
    background-color: #CCC;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .topic-shop_inner figure a {
    display: block;
    font-size: 12px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .topic-shop_inner .content {
    display: table-cell;
    vertical-align: top;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .topic-shop_inner .content h1 {
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .topic-shop_inner .content h1 a {
    font-weight: bold;
    color: #00A3D9;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .topic-shop_inner .content h1 span {
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    vertical-align: middle;
    background-color: #808080;
    padding: 2px 5px;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .topic-shop_inner .content .topic-shop-content__address {
    display: table;
    font-size: 26px;
    color: #333;
    margin-bottom: 10px;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .topic-shop_inner .content .topic-shop-content__address .icon, #www_container #content_topic.edit .fields .preview .topic-shop .topic-shop_inner .content .topic-shop-content__address .address_text {
    display: table-cell;
    vertical-align: middle;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .topic-shop_inner .content .topic-shop-content__address .icon {
    display: block;
    width: 26px;
    height: 26px;
    font-size: 18px;
    color: #FFF;
    background-color: #000;
    border-radius: 50%;
    position: relative;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .topic-shop_inner .content .topic-shop-content__address .icon i {
    position: absolute;
    top: 4px;
    left: 8px;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .topic-shop_inner .content .topic-shop-content__address .address_text {
    font-size: 14px;
    padding-left: 10px;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .topic-shop_inner .content .topic-shop-content__tel a {
    display: table;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    line-height: 0;
    vertical-align: middle;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon, #www_container #content_topic.edit .fields .preview .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    display: table-cell;
    vertical-align: middle;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon {
    display: block;
    width: 26px;
    height: 26px;
    font-size: 18px;
    color: #FFF;
    background-color: #000;
    border-radius: 50%;
    position: relative;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon i {
    position: absolute;
    top: 4px;
    left: 6px;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    font-size: 24px;
    font-weight: bold;
    padding-left: 10px;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .btns {
    width: 100%;
    overflow: hidden;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .btns .favorite-button, #www_container #content_topic.edit .fields .preview .topic-shop .btns .interest-button, #www_container #content_topic.edit .fields .preview .topic-shop .btns .more, #www_container #content_topic.edit .fields .preview .topic-shop .btns .reserve {
    margin-right: 10px;
    float: left;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .btns .favorite-button span, #www_container #content_topic.edit .fields .preview .topic-shop .btns .favorite-button a, #www_container #content_topic.edit .fields .preview .topic-shop .btns .interest-button span, #www_container #content_topic.edit .fields .preview .topic-shop .btns .interest-button a, #www_container #content_topic.edit .fields .preview .topic-shop .btns .more span, #www_container #content_topic.edit .fields .preview .topic-shop .btns .more a, #www_container #content_topic.edit .fields .preview .topic-shop .btns .reserve span, #www_container #content_topic.edit .fields .preview .topic-shop .btns .reserve a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: center;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 3px 10px;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .btns .favorite-button a, #www_container #content_topic.edit .fields .preview .topic-shop .btns .interest-button a, #www_container #content_topic.edit .fields .preview .topic-shop .btns .more a, #www_container #content_topic.edit .fields .preview .topic-shop .btns .reserve a {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .btns .favorite-button a i, #www_container #content_topic.edit .fields .preview .topic-shop .btns .interest-button a i, #www_container #content_topic.edit .fields .preview .topic-shop .btns .more a i, #www_container #content_topic.edit .fields .preview .topic-shop .btns .reserve a i {
    color: #AAA;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .btns .favorite-button span, #www_container #content_topic.edit .fields .preview .topic-shop .btns .interest-button span, #www_container #content_topic.edit .fields .preview .topic-shop .btns .more span, #www_container #content_topic.edit .fields .preview .topic-shop .btns .reserve span {
    background-color: #EEE;
    cursor: default;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .btns .favorite-button span i, #www_container #content_topic.edit .fields .preview .topic-shop .btns .interest-button span i, #www_container #content_topic.edit .fields .preview .topic-shop .btns .more span i, #www_container #content_topic.edit .fields .preview .topic-shop .btns .reserve span i {
    color: #FB3D15;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .btns .favorite-button em, #www_container #content_topic.edit .fields .preview .topic-shop .btns .interest-button em, #www_container #content_topic.edit .fields .preview .topic-shop .btns .more em, #www_container #content_topic.edit .fields .preview .topic-shop .btns .reserve em {
    font-size: 14px;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 6px;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .btns .favorite-button em:after, #www_container #content_topic.edit .fields .preview .topic-shop .btns .favorite-button em:before, #www_container #content_topic.edit .fields .preview .topic-shop .btns .interest-button em:after, #www_container #content_topic.edit .fields .preview .topic-shop .btns .interest-button em:before, #www_container #content_topic.edit .fields .preview .topic-shop .btns .more em:after, #www_container #content_topic.edit .fields .preview .topic-shop .btns .more em:before, #www_container #content_topic.edit .fields .preview .topic-shop .btns .reserve em:after, #www_container #content_topic.edit .fields .preview .topic-shop .btns .reserve em:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .btns .favorite-button em:after, #www_container #content_topic.edit .fields .preview .topic-shop .btns .interest-button em:after, #www_container #content_topic.edit .fields .preview .topic-shop .btns .more em:after, #www_container #content_topic.edit .fields .preview .topic-shop .btns .reserve em:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 3px;
    margin-top: -3px;
  }
  #www_container #content_topic.edit .fields .preview .topic-shop .btns .favorite-button em:before, #www_container #content_topic.edit .fields .preview .topic-shop .btns .interest-button em:before, #www_container #content_topic.edit .fields .preview .topic-shop .btns .more em:before, #www_container #content_topic.edit .fields .preview .topic-shop .btns .reserve em:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #DDD;
    border-width: 4px;
    margin-top: -4px;
  }
  #www_container #content_topic.edit .fields .form {
    display: none;
    border: 1px solid #DDD;
    border-radius: 6px;
  }
  #www_container #content_topic.edit .fields .form.is-editing {
    display: block;
  }
  #www_container #content_topic.edit .fields .form .toolbar .topic_topic_items_item_type {
    display: none;
  }
  #www_container #content_topic.edit .fields .form .toolbar ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #DDD;
  }
  #www_container #content_topic.edit .fields .form .toolbar ul li {
    display: table-cell;
    font-size: 12px;
    color: #333;
    text-align: center;
    line-height: 125%;
    border-right: 1px solid #DDD;
    padding: 5px 0 2px 0;
  }
  #www_container #content_topic.edit .fields .form .toolbar ul li:last-child {
    border-right: none;
  }
  #www_container #content_topic.edit .fields .form .toolbar ul li.active {
    background-color: #EEE;
  }
  #www_container #content_topic.edit .fields .form .toolbar ul li i {
    font-size: 20px;
  }
  #www_container #content_topic.edit .fields .form .item-wrap {
    padding: 19px;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.error {
    background-color: #FFD5D4;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.heading .controls .topic_topic_items_heading_title {
    margin-bottom: 20px;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.heading .controls .topic_topic_items_heading_title input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 6px 8px;
    margin: 0;
    outline: none;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.heading .controls .sponsored label, #www_container #content_topic.edit .fields .form .item-wrap.heading .controls .sponsored .topic_topic_items_sponsored {
    display: inline-block;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.text .controls .topic_topic_items_text_content {
    margin-bottom: 20px;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.text .controls .topic_topic_items_text_content textarea {
    height: 100px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 6px 8px;
    margin: 0;
    resize: none;
    outline: none;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.image .image_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.image .image_wrap .image_type {
    display: none;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.image .image_file.disappear, #www_container #content_topic.edit .fields .form .item-wrap.image .image_and.disappear, #www_container #content_topic.edit .fields .form .item-wrap.image .image_url.disappear, #www_container #content_topic.edit .fields .form .item-wrap.image .image_url_true.disappear, #www_container #content_topic.edit .fields .form .item-wrap.image .image_file_text.disappear, #www_container #content_topic.edit .fields .form .item-wrap.image .image_url_text.disappear {
    display: none;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.image .image_file {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 53%;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.image .image_file .image_preview {
    width: 280px;
    height: 240px;
    background-color: #EEE;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.image .image_file .image_preview i {
    font-size: 50px;
    color: #BBB;
    position: absolute;
    top: 85px;
    left: 120px;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.image .image_file .image_preview p {
    width: 100%;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 0;
    position: absolute;
    bottom: 0;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.image .image_file .image_preview i.none, #www_container #content_topic.edit .fields .form .item-wrap.image .image_file .image_preview p.none {
    display: none;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.image .image_url_true {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 52%;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.image .image_url_true .image_preview {
    width: 280px;
    height: 240px;
    background-color: #EEE;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
    position: relative;
    cursor: auto;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.image .image_and {
    width: 8%;
    font-weight: bold;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.image .image_url {
    width: 39%;
    text-align: center;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.image .image_url p {
    font-size: 14px;
    font-weight: bold;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.image .image_url input[type=text] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 6px 8px;
    margin: 0;
    outline: none;
    height: 32px;
    overflow: hidden;
    margin: 10px auto;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.image .image_url input[type=text]::-webkit-input-placeholder, #www_container #content_topic.edit .fields .form .item-wrap.image .image_url input[type=text]:-ms-input-placeholder, #www_container #content_topic.edit .fields .form .item-wrap.image .image_url input[type=text]::-moz-placeholder {
    color: #999;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.image .image_url button[type=button] {
    display: block;
    width: 50%;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    border: 1px solid #8F8F8F;
    border-radius: 6px;
    padding: 6px 8px;
    margin: 0;
    outline: none;
    background: #8F8F8F;
    margin: 0 auto;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.image .image_file_text, #www_container #content_topic.edit .fields .form .item-wrap.image .image_url_text {
    width: 45%;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.image .image_file_text input[type=text], #www_container #content_topic.edit .fields .form .item-wrap.image .image_url_text input[type=text] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 6px 8px;
    margin: 0;
    outline: none;
    height: 32px;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.image .image_file_text textarea, #www_container #content_topic.edit .fields .form .item-wrap.image .image_url_text textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 6px 8px;
    margin: 0;
    outline: none;
    height: 200px;
    margin-bottom: 20px;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.image .image_url_text {
    width: 44%;
    padding-left: 20px;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.embed .controls .topic_topic_items_embed_url {
    margin-bottom: 20px;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.embed .controls .topic_topic_items_embed_url input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 6px 8px;
    margin: 0;
    outline: none;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.link .controls {
    position: relative;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.link .controls .add_param_button {
    width: 2em;
    text-align: center;
    background-color: #CCC;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 7px;
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.link .controls .add_param_button i {
    font-size: 20px;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.link .controls .topic_topic_items_link_url, #www_container #content_topic.edit .fields .form .item-wrap.link .controls .topic_topic_items_link_content {
    margin-bottom: 20px;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.link .controls .topic_topic_items_link_url input, #www_container #content_topic.edit .fields .form .item-wrap.link .controls .topic_topic_items_link_content input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 6px 8px;
    margin: 0;
    outline: none;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.link .topic_topic_items_link_button .checkbox label {
    font-size: 14px;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.link .topic_topic_items_link_button .checkbox input[type=checkbox] {
    margin-right: 10px;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.link .topic_topic_items_open_in_new_window .checkbox label {
    font-size: 14px;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.link .topic_topic_items_open_in_new_window .checkbox input[type=checkbox] {
    margin-right: 10px;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.reference .controls .topic_topic_items_reference_url {
    margin-bottom: 20px;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.reference .controls .topic_topic_items_reference_url input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 6px 8px;
    margin: 0;
    outline: none;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.reference .controls .topic_topic_items_reference_content {
    margin-bottom: 20px;
  }
  #www_container #content_topic.edit .fields .form .item-wrap.reference .controls .topic_topic_items_reference_content textarea {
    height: 100px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 6px 8px;
    margin: 0;
    resize: none;
    outline: none;
  }
  #www_container #content_topic.edit .fields .form .item-wrap .menu_wrap select {
    margin-top: 10px;
    width: 90%;
    height: 30px;
    padding-left: 10px;
    border-color: #DDD;
    border-radius: 5px;
    font-size: 14px;
  }
  #www_container #content_topic.edit .fields .form .item-wrap .save_btns {
    text-align: center;
    margin-top: 10px;
  }
  #www_container #content_topic.edit .fields .form .item-wrap .save_btns .save_this {
    background-color: #F83F26;
    display: inline-block;
    width: 120px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    border: 1px solid #F83F26;
    border-radius: 10px;
    padding: 8px 0;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #content_topic.edit .fields .form .item-wrap .save_btns .cancel_this {
    text-decoration: none;
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
    display: inline-block;
    width: 120px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    text-align: center;
    border: 1px solid #DDD;
    border-radius: 10px;
    padding: 6px 0;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .js-search-shop-master, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .js-search-shop-master {
    display: block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    margin-bottom: 10px;
  }
  #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .shop_data, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .shop_data, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data {
    display: table;
  }
  #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .shop_data .js-shop-master-icon, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .js-shop-master-icon, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .shop_data .js-shop-master-icon, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .js-shop-master-icon {
    display: table-cell;
  }
  #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .shop_data .js-shop-master-icon .image_area, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .js-shop-master-icon .image_area, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .shop_data .js-shop-master-icon .image_area, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .js-shop-master-icon .image_area {
    width: 140px;
    vertical-align: top;
  }
  #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .shop_data .js-shop-master-icon .image_area .icon, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .js-shop-master-icon .image_area .icon, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .shop_data .js-shop-master-icon .image_area .icon, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .js-shop-master-icon .image_area .icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .shop_data .data_area, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .data_area, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .shop_data .data_area, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .data_area {
    display: table-cell;
    vertical-align: top;
  }
  #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .shop_data .data_area .shop_name, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .shop_data .data_area .js-shop-master-name, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .data_area .shop_name, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .data_area .js-shop-master-name, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .shop_data .data_area .shop_name, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .shop_data .data_area .js-shop-master-name, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .data_area .shop_name, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .data_area .js-shop-master-name {
    font-size: 20px;
    color: #000;
  }
  #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .shop_data .data_area .shop_address, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .shop_data .data_area .js-shop-master-address, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .shop_data .data_area .shop_tel, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .shop_data .data_area .js-shop-master-tel, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .data_area .shop_address, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .data_area .js-shop-master-address, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .data_area .shop_tel, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .data_area .js-shop-master-tel, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .shop_data .data_area .shop_address, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .shop_data .data_area .js-shop-master-address, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .shop_data .data_area .shop_tel, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .shop_data .data_area .js-shop-master-tel, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .data_area .shop_address, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .data_area .js-shop-master-address, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .data_area .shop_tel, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .data_area .js-shop-master-tel {
    font-size: 14px;
    color: #AAA;
  }
  #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .shop_data .data_area .shop_address i, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .shop_data .data_area .js-shop-master-address i, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .shop_data .data_area .shop_tel i, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .shop_data .data_area .js-shop-master-tel i, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .data_area .shop_address i, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .data_area .js-shop-master-address i, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .data_area .shop_tel i, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .data_area .js-shop-master-tel i, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .shop_data .data_area .shop_address i, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .shop_data .data_area .js-shop-master-address i, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .shop_data .data_area .shop_tel i, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .shop_data .data_area .js-shop-master-tel i, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .data_area .shop_address i, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .data_area .js-shop-master-address i, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .data_area .shop_tel i, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .data_area .js-shop-master-tel i {
    font-size: 18px;
    margin-right: 0.5em;
  }
  #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .shop_data .data_area .js-shop-master-address, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .shop_data .data_area .js-shop-master-tel, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .data_area .js-shop-master-address, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .data_area .js-shop-master-tel, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .shop_data .data_area .js-shop-master-address, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .shop_data .data_area .js-shop-master-tel, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .data_area .js-shop-master-address, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .data_area .js-shop-master-tel {
    display: inline;
  }
  #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .shop_data .data_area .js-shop-master-url, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .data_area .js-shop-master-url, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .shop_data .data_area .js-shop-master-url, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .data_area .js-shop-master-url {
    display: none;
  }
  #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .shop_data .data_area .menu_name, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .data_area .menu_name, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .shop_data .data_area .menu_name, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .data_area .menu_name {
    font-size: 16px;
    font-weight: bold;
  }
  #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data {
    width: 100%;
  }
  #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .data_area .menu_name, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .data_area .menu_shop_name, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .data_area .menu_name, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .data_area .menu_shop_name {
    margin-top: 10px;
    padding-left: 10px;
  }
  #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .data_area .menu_name .js-menu-name, #www_container #content_topic.edit .fields .form .item-wrap .shop-master-search .menu_data .data_area .menu_shop_name .js-menu-name, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .data_area .menu_name .js-menu-name, #www_container #content_topic.edit .fields .form .item-wrap .menu-search .menu_data .data_area .menu_shop_name .js-menu-name {
    font-weight: bold;
  }
  #www_container #content_topic.edit .fields .form .buttons {
    display: table;
    width: 100%;
    border-top: 1px solid #DDD;
  }
  #www_container #content_topic.edit .fields .form .buttons a {
    font-size: 12px;
    color: #333;
    text-decoration: none;
  }
  #www_container #content_topic.edit .fields .form .buttons .move_action {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 20px;
  }
  #www_container #content_topic.edit .fields .form .buttons .move_action .top-button {
    margin-left: 30px;
  }
  #www_container #content_topic.edit .fields .form .buttons .edit_action {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    padding: 5px 20px;
  }
}
@media all and (max-width: 768px) {
  #www_container #smartphone_edit_flag {
    display: block;
  }
  #www_container #smartphone_edit_flag p {
    font-size: 24px;
    text-align: left;
    border: 2px solid #F00;
    padding: 10px;
    margin: 20px 28px;
  }
  #www_container #topic_form {
    display: none;
  }
}
@media all and (max-width: 640px) {
  #www_container #smartphone_edit_flag {
    display: block;
  }
  #www_container #smartphone_edit_flag p {
    font-size: 12px;
    text-align: left;
    border: 1px solid #F00;
    padding: 5px;
    margin: 10px 14px;
  }
  #www_container #topic_form {
    display: none;
  }
}
@media all and (min-width: 769px) {
  #www_container #add_shop {
    width: 100%;
    background-color: #F8F8F8;
    padding: 24px 0;
  }
  #www_container #add_shop #add_shop_inner {
    width: 680px;
    margin: 0 auto;
  }
  #www_container #add_shop #add_shop_inner h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #www_container #add_shop #add_shop_inner .form_elements {
    background-color: #FFF;
    border: 1px solid #EEE;
    padding: 40px 46px;
    margin-bottom: 20px;
  }
  #www_container #add_shop #add_shop_inner .form_elements table {
    width: 100%;
    margin-bottom: 20px;
  }
  #www_container #add_shop #add_shop_inner .form_elements table tr th {
    width: 120px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    padding: 3px 6px 0 0;
  }
  #www_container #add_shop #add_shop_inner .form_elements table tr th span {
    display: inline-block;
    font-size: 10px;
    color: #FFF;
    background-color: #f83f26;
    border-radius: 5px;
    padding: 1px 5px;
    margin-left: 5px;
  }
  #www_container #add_shop #add_shop_inner .form_elements table tr td {
    padding-bottom: 10px;
  }
  #www_container #add_shop #add_shop_inner .form_elements table tr td input, #www_container #add_shop #add_shop_inner .form_elements table tr td textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 8px 10px;
    outline: none;
  }
  #www_container #add_shop #add_shop_inner .form_elements table tr td textarea {
    resize: none;
  }
  #www_container #add_shop #add_shop_inner .form_elements table tr td ul.parsley-errors-list {
    font-size: 12px;
    color: #e85a3c;
    padding-top: 5px;
  }
  #www_container #add_shop #add_shop_inner .form_elements .form-actions input[type=submit] {
    display: block;
    width: 120px;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    background-color: #F83F26;
    border: 1px solid #F83F26;
    border-radius: 8px;
    padding: 10px 0;
    margin: 0 auto;
    cursor: pointer;
  }
  #www_container .subscriptionRegistration__container {
    height: 100vh;
    min-width: 1040px;
    background-color: #f2f2f2;
    margin: 0 auto;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content {
    width: 540px;
    padding-top: 30px;
    margin: 0 auto;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow {
    display: flex;
    border-radius: 7px;
    justify-content: space-between;
    background-image: url(/assets/right_allow-765517fdefdbcaa6ff60c391b325cef96ef1db14d019f63a174137a1f9abedf5.png), url(/assets/right_allow-765517fdefdbcaa6ff60c391b325cef96ef1db14d019f63a174137a1f9abedf5.png);
    background-repeat: no-repeat;
    background-position: 30.5% 50%, 69.5%, 50%;
    background-size: 17px 35px;
    margin-bottom: 40px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow:first-child {
    width: 24%;
    background-color: #fff;
    border-radius: 13px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow:first-child dl {
    text-align: center;
    padding: 24px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow:first-child dl dt {
    background-color: #f83f26;
    color: #fff;
    border-radius: 13px;
    padding: 3px;
    margin-bottom: 6px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow:first-child dl dd {
    font-size: 14px;
    font-weight: bold;
    color: #f83f26;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow {
    width: 24%;
    background-color: #fff;
    border-radius: 13px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow dl {
    text-align: center;
    padding: 24px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow dl dt {
    background-color: #c6c6c6;
    color: #fff;
    border-radius: 13px;
    padding: 3px;
    margin-bottom: 16px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow dl dd {
    font-size: 14px;
    font-weight: bold;
    color: #c6c6c6;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner {
    background-color: #fff;
    text-align: center;
    border-radius: 13px;
    padding: 55px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .subscription_user_entry {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .subscription_user_entry p {
    color: #666;
    font-weight: bold;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .subscription_login {
    margin-bottom: 20px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .subscription_login a {
    width: 300px;
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #f83e26;
    margin: 0 auto;
    padding: 14px;
    border-radius: 7px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .subscription__social_login {
    margin-bottom: 15px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .subscription__social_login input {
    width: 300px;
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #425f9b;
    margin: 0 auto;
    padding: 14px;
    border-radius: 7px;
    border: none;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .btn-sign-in-with-apple {
    text-decoration: none;
    width: 300px;
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    margin: 20px auto;
    padding: 14px;
    border-radius: 7px;
    border: 2px solid #000;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .btn-sign-in-with-apple img {
    height: 1em;
    margin-right: 4px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .attention {
    border-bottom: 1px solid #ddd;
    color: #707070;
    padding: 0 60px 20px;
    margin-bottom: 20px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .have_account {
    font-size: 20px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .have_account .favy_account {
    margin-bottom: 20px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .have_account .favy_account p {
    color: #666;
    font-weight: bold;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .have_account a {
    width: 300px;
    display: block;
    box-sizing: border-box;
    color: #707070;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #666;
    margin: 0 auto;
    padding: 10px;
    border-radius: 7px;
  }
  #www_container .subscription__footer {
    text-align: center;
    min-width: 1040px;
    background-color: #f2f2f2;
    color: #666;
    padding: 40px 0;
  }
  #www_container .subscriptionRegistration__inner {
    background-color: #fff;
    border-radius: 13px;
    padding: 25px 45px 30px;
  }
  #www_container .subscriptionRegistration__inner .subscriptionRegistration__signUp p {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    text-align: center;
    margin-bottom: 30px;
  }
  #www_container .subscriptionRegistration__inner .subscriptionRegistration__signUp .controls {
    margin-bottom: 10px;
  }
  #www_container .subscriptionRegistration__inner .subscriptionRegistration__signUp .controls input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 11px;
    margin: 10px 0 0;
    outline: none;
    box-sizing: border-box;
  }
  #www_container .subscriptionRegistration__inner .subscriptionRegistration__signUp .controls ::placeholder {
    color: #ccc;
    font-size: 14px;
  }
  #www_container .subscriptionRegistration__inner .subscriptionRegistration__signUp .controls label {
    color: #707070;
    font-size: 15px;
    font-weight: bold;
  }
  #www_container .subscriptionRegistration__inner .subscriptionRegistration__signUp .controls .label_content::after {
    content: attr(data-required);
    font-size: 12px;
    background-color: #f83f26;
    color: #fff;
    border-radius: 4px;
    padding: 6px;
    margin-left: 10px;
  }
  #www_container .subscriptionRegistration__inner .subscriptionRegistration__signUp input[type=submit] {
    display: block;
    width: 300px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 7px;
    padding: 14px 0;
    margin: 24px auto 20px;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #f83f26;
  }
  #www_container .subscriptionRegistration__inner .subscriptionRegistration__signUp .attention {
    color: #707070;
    text-align: center;
    padding: 0 70px;
    margin-top: 20px;
  }
  #www_container #entrance_outer {
    width: 100%;
    min-width: 1040px;
    background-color: #F8F8F8;
    padding: 25px 0 50px 0;
  }
  #www_container #entrance_outer #entrance, #www_container #entrance_outer #registration {
    width: 840px;
    margin: 0 auto;
  }
  #www_container #entrance_outer #entrance h1, #www_container #entrance_outer #registration h1 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  #www_container #entrance_outer #entrance #entrance_inner, #www_container #entrance_outer #entrance #registration_inner, #www_container #entrance_outer #registration #entrance_inner, #www_container #entrance_outer #registration #registration_inner {
    background-color: #FFF;
    border: 1px solid #EEE;
    padding: 35px 59px;
    overflow: hidden;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry, #www_container #entrance_outer #entrance #registration_inner #user_entry, #www_container #entrance_outer #registration #entrance_inner #user_entry, #www_container #entrance_outer #registration #registration_inner #user_entry {
    width: 300px;
    float: left;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry h2, #www_container #entrance_outer #entrance #registration_inner #user_entry h2, #www_container #entrance_outer #registration #entrance_inner #user_entry h2, #www_container #entrance_outer #registration #registration_inner #user_entry h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login button, #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login a, #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login input[type=submit], #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login button, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login a, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login input[type=submit], #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login button, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login a, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login input[type=submit], #www_container #entrance_outer #registration #registration_inner #user_entry #social_login button, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login a, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login input[type=submit] {
    text-decoration: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border: none;
    border-radius: 3px;
    padding: 14px 0;
    margin: 0 0 10px 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login button.fb, #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login a.fb, #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login input[type=submit].fb, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login button.fb, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login a.fb, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login input[type=submit].fb, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login button.fb, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login a.fb, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login input[type=submit].fb, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login button.fb, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login a.fb, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login input[type=submit].fb {
    background-color: #425F9B;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login .btn-sign-in-with-line, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login .btn-sign-in-with-line, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login .btn-sign-in-with-line, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login .btn-sign-in-with-line {
    height: 52px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    background-color: #06C755;
    padding: 0;
    color: #FFF;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login .btn-sign-in-with-line img, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login .btn-sign-in-with-line img, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login .btn-sign-in-with-line img, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login .btn-sign-in-with-line img {
    height: 100%;
    border-right: 2px solid rgba(0, 0, 0, 0.08);
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login .btn-sign-in-with-line span, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login .btn-sign-in-with-line span, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login .btn-sign-in-with-line span, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login .btn-sign-in-with-line span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 100%;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login .btn-sign-in-with-apple, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login .btn-sign-in-with-apple, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login .btn-sign-in-with-apple, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login .btn-sign-in-with-apple {
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login .btn-sign-in-with-apple img, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login .btn-sign-in-with-apple img, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login .btn-sign-in-with-apple img, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login .btn-sign-in-with-apple img {
    height: 1em;
    margin-right: 4px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry .line, #www_container #entrance_outer #entrance #registration_inner #user_entry .line, #www_container #entrance_outer #registration #entrance_inner #user_entry .line, #www_container #entrance_outer #registration #registration_inner #user_entry .line {
    width: 100%;
    height: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry .line p, #www_container #entrance_outer #entrance #registration_inner #user_entry .line p, #www_container #entrance_outer #registration #entrance_inner #user_entry .line p, #www_container #entrance_outer #registration #registration_inner #user_entry .line p {
    width: 100%;
    height: 2px;
    background-color: #DDD;
    position: absolute;
    top: 50%;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry .line p span, #www_container #entrance_outer #entrance #registration_inner #user_entry .line p span, #www_container #entrance_outer #registration #entrance_inner #user_entry .line p span, #www_container #entrance_outer #registration #registration_inner #user_entry .line p span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    background-color: #FFF;
    padding: 0 10px;
    position: relative;
    top: -12px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls {
    margin-bottom: 10px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_nickname label, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_email label, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password label, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation label, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_nickname label, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_email label, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password label, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation label, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_nickname label, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_email label, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password label, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation label, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_nickname label, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_email label, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password label, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_nickname ul.parsley-errors-list, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_email ul.parsley-errors-list, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password ul.parsley-errors-list, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation ul.parsley-errors-list, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_nickname ul.parsley-errors-list, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_email ul.parsley-errors-list, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password ul.parsley-errors-list, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation ul.parsley-errors-list, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_nickname ul.parsley-errors-list, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_email ul.parsley-errors-list, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password ul.parsley-errors-list, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation ul.parsley-errors-list, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_nickname ul.parsley-errors-list, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_email ul.parsley-errors-list, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password ul.parsley-errors-list, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation ul.parsley-errors-list {
    font-size: 12px;
    color: #e85a3c;
    padding-top: 5px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_nickname input, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_email input, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password input, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation input, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_nickname input, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_email input, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password input, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation input, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_nickname input, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_email input, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password input, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation input, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_nickname input, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_email input, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password input, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 6px;
    margin: 0;
    outline: none;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_nickname input.parsley-error, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_email input.parsley-error, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password input.parsley-error, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation input.parsley-error, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_nickname input.parsley-error, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_email input.parsley-error, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password input.parsley-error, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation input.parsley-error, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_nickname input.parsley-error, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_email input.parsley-error, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password input.parsley-error, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation input.parsley-error, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_nickname input.parsley-error, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_email input.parsley-error, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password input.parsley-error, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation input.parsley-error {
    background-color: rgba(232, 90, 60, 0.1);
    border-color: #e85a3c;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .remember, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .remember, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .remember, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .remember {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .remember .www_user_remember_me, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .remember .www_user_remember_me, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .remember .www_user_remember_me, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .remember .www_user_remember_me {
    width: 2em;
    float: left;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .remember .www_user_remember_me input[type=checkbox], #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .remember .www_user_remember_me input[type=checkbox], #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .remember .www_user_remember_me input[type=checkbox], #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .remember .www_user_remember_me input[type=checkbox] {
    width: 18px;
    height: 18px;
    background-color: #FFF;
    margin: 0;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .remember p, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .remember p, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .remember p, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .remember p {
    font-size: 12px;
    color: #999;
    float: left;
    padding-top: 2px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login input[type=submit], #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login input[type=submit], #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login input[type=submit], #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login input[type=submit] {
    background-color: #E85A3C;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border: none;
    border-radius: 3px;
    padding: 14px 0;
    margin: 0 0 10px 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .reminder, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .reminder, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .reminder, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .reminder {
    font-size: 12px;
    color: #999;
    text-align: center;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .reminder a, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .reminder a, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .reminder a, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .reminder a {
    color: inherit;
  }
  #www_container #entrance_outer #entrance #entrance_inner #new_entry, #www_container #entrance_outer #entrance #registration_inner #new_entry, #www_container #entrance_outer #registration #entrance_inner #new_entry, #www_container #entrance_outer #registration #registration_inner #new_entry {
    width: 380px;
    float: right;
  }
  #www_container #entrance_outer #entrance #entrance_inner #new_entry #new_entry_inner, #www_container #entrance_outer #entrance #registration_inner #new_entry #new_entry_inner, #www_container #entrance_outer #registration #entrance_inner #new_entry #new_entry_inner, #www_container #entrance_outer #registration #registration_inner #new_entry #new_entry_inner {
    border: 5px solid #EEE;
    padding: 30px 36px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #new_entry #new_entry_inner h2, #www_container #entrance_outer #entrance #registration_inner #new_entry #new_entry_inner h2, #www_container #entrance_outer #registration #entrance_inner #new_entry #new_entry_inner h2, #www_container #entrance_outer #registration #registration_inner #new_entry #new_entry_inner h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #new_entry #new_entry_inner p, #www_container #entrance_outer #entrance #registration_inner #new_entry #new_entry_inner p, #www_container #entrance_outer #registration #entrance_inner #new_entry #new_entry_inner p, #www_container #entrance_outer #registration #registration_inner #new_entry #new_entry_inner p {
    font-size: 14px;
    color: #333;
    line-height: 120%;
    margin-bottom: 15px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #new_entry #new_entry_inner a, #www_container #entrance_outer #entrance #registration_inner #new_entry #new_entry_inner a, #www_container #entrance_outer #registration #entrance_inner #new_entry #new_entry_inner a, #www_container #entrance_outer #registration #registration_inner #new_entry #new_entry_inner a {
    text-decoration: none;
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 14px 0;
    margin: 0 0 10px 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #entrance_outer #registration {
    width: 540px;
    margin: 0 auto;
  }
  #www_container #entrance_outer #registration h1 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  #www_container #entrance_outer #registration #registration_inner {
    background-color: #FFF;
    border: 1px solid #EEE;
    padding: 35px 59px;
  }
  #www_container #entrance_outer #registration #registration_inner #user_entry {
    width: 100%;
  }
  #www_container #entrance_outer #registration #registration_inner #user_entry #have_account a {
    text-decoration: none;
    display: block;
    width: 300px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    border: 1px solid #333;
    border-radius: 3px;
    padding: 14px 0;
    margin: 0 auto 20px;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #entrance_outer #registration #registration_inner #user_entry #have_account a img {
    width: 60px;
    vertical-align: bottom;
  }
  #www_container #entrance_outer #registration #registration_inner #user_entry #have_account a span {
    font-weight: bold;
  }
  #www_container #entrance_outer #registration #registration_inner #user_entry #social_login button, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login input[type=submit] {
    width: 300px;
    margin: 0 auto 10px auto;
  }
  #www_container #entrance_outer #registration #registration_inner #user_entry #social_login .attention {
    font-size: 12px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
  }
  #www_container #entrance_outer #registration #registration_inner #user_entry #social_login .btn-sign-in-with-apple {
    display: block;
    width: 300px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    border: 2px solid black;
    border-radius: 3px;
    padding: 14px 0;
    margin: 0 auto 10px;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login {
    margin-bottom: 20px;
  }
  #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .attention {
    width: 300px;
    font-size: 12px;
    color: #333;
    text-align: center;
    margin: 20px auto 10px auto;
  }
  #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login input[type=submit] {
    width: 300px;
    margin: 0 auto 10px auto;
  }
  #www_container #entrance_outer #registration #registration_inner #user_entry #already_member {
    width: 100%;
    float: none;
  }
  #www_container #entrance_outer #registration #registration_inner #user_entry #already_member a {
    text-decoration: none;
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
    display: block;
    width: 300px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 14px 0;
    margin: 0 auto 10px auto;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container .subscriptionSession__header {
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 15px;
  }
  #www_container .subscriptionSession__container {
    height: 100vh;
    min-width: 1040px;
    background-color: #f2f2f2;
    padding-top: 20px;
    margin: 0 auto;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content {
    width: 540px;
    background-color: #fff;
    border-radius: 13px;
    padding: 40px 50px;
    margin: 0 auto;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .login__title {
    color: #666;
    margin-bottom: 40px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .login__title p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .controls {
    margin-bottom: 20px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .controls input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    border: 2px solid #DDD;
    border-radius: 7px;
    padding: 10px;
    margin: 10px 0 0;
    outline: none;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .controls ::placeholder {
    color: #ccc;
    font-size: 14px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .controls ::-moz-placeholder {
    color: #ccc;
    font-size: 14px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .controls label {
    color: #707070;
    font-size: 15px;
    font-weight: bold;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .controls .label_content::after {
    content: attr(data-required);
    font-size: 12px;
    background-color: #f83f26;
    color: #fff;
    border-radius: 4px;
    padding: 6px;
    margin-left: 10px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .remember {
    display: flex;
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .remember .www_user_remember_me input[type=checkbox] {
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    margin-right: 3px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .remember p {
    color: #707070;
    margin-top: -2px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login input[type=submit] {
    display: block;
    width: 300px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 7px;
    padding: 14px 0;
    margin: 24px auto 20px;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #f83f26;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .reminder {
    text-align: center;
    margin-bottom: 30px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .reminder a {
    color: #707070;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .line {
    width: 100%;
    height: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .line p {
    width: 100%;
    height: 2px;
    background-color: #DDD;
    position: absolute;
    top: 50%;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .line p span {
    display: inline-block;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    background-color: #FFF;
    padding: 0 10px;
    position: relative;
    top: -12px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__social_login button, #www_container .subscriptionSession__container .subscriptionSession__content .subscription__social_login input {
    width: 300px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #425f9b;
    margin: 0 auto;
    padding: 14px 0;
    border-radius: 6px;
    border: none;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__social_login .btn-sign-in-with-line {
    height: 52px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    background-color: #06C755;
    padding: 0;
    margin-bottom: 14px;
    color: #FFF;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__social_login .btn-sign-in-with-line img {
    height: 100%;
    border-right: 2px solid rgba(0, 0, 0, 0.08);
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__social_login .btn-sign-in-with-line span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 100%;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .btn-sign-in-with-apple {
    text-decoration: none;
    width: 300px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 14px auto auto;
    padding: 14px 0;
    border-radius: 6px;
    border: 2px solid #000;
    background-color: white;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .btn-sign-in-with-apple img {
    height: 1em;
    margin-right: 4px;
  }
  #www_container .subscriptionSession__container .subscription__footer {
    background-color: #f2f2f2;
    color: #666;
  }
}
@media all and (max-width: 768px) {
  #www_container #add_shop {
    width: 100%;
    background-color: #F8F8F8;
  }
  #www_container #add_shop #add_shop_inner h1 {
    font-size: 28px;
    font-weight: bold;
    background-color: #DDD;
    padding: 14px 18px;
  }
  #www_container #add_shop #add_shop_inner .form_elements {
    background-color: #FFF;
    padding: 14px 18px;
  }
  #www_container #add_shop #add_shop_inner .form_elements table {
    width: 100%;
    margin-bottom: 20px;
  }
  #www_container #add_shop #add_shop_inner .form_elements table tr th {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
  }
  #www_container #add_shop #add_shop_inner .form_elements table tr td {
    display: block;
    padding-bottom: 10px;
  }
  #www_container #add_shop #add_shop_inner .form_elements table tr td input, #www_container #add_shop #add_shop_inner .form_elements table tr td textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 24px;
    border: 1px solid #DDD;
    border-radius: 10px;
    padding: 16px 20px;
    outline: none;
  }
  #www_container #add_shop #add_shop_inner .form_elements table tr td textarea {
    resize: none;
  }
  #www_container #add_shop #add_shop_inner .form_elements table tr td ul.parsley-errors-list {
    font-size: 24px;
    color: #e85a3c;
    padding-top: 10px;
  }
  #www_container #add_shop #add_shop_inner .form_elements .form-actions input[type=submit] {
    display: block;
    width: 100%;
    font-size: 30px;
    color: #FFF;
    text-align: center;
    background-color: #F83F26;
    border: 1px solid #F83F26;
    border-radius: 16px;
    padding: 20px 0;
    margin: 0 auto;
    cursor: pointer;
  }
  #www_container .subscriptionRegistration__container {
    height: 100vh;
    background-color: #f2f2f2;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content {
    padding: 40px 50px 30px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow {
    display: flex;
    justify-content: space-between;
    background-image: url(/assets/right_allow-765517fdefdbcaa6ff60c391b325cef96ef1db14d019f63a174137a1f9abedf5.png), url(/assets/right_allow-765517fdefdbcaa6ff60c391b325cef96ef1db14d019f63a174137a1f9abedf5.png);
    background-repeat: no-repeat;
    background-position: 31.5% 50%, 68.5%, 50%;
    background-size: 17px 35px;
    margin-bottom: 50px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow:first-child {
    width: 27%;
    background-color: #fff;
    border-radius: 13px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow:first-child dl {
    text-align: center;
    padding: 35px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow:first-child dl dt {
    font-size: 19px;
    background-color: #f83f26;
    color: #fff;
    border-radius: 13px;
    padding: 3px;
    margin-bottom: 6px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow:first-child dl dd {
    font-size: 19px;
    font-weight: bold;
    color: #f83f26;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow {
    width: 27%;
    background-color: #fff;
    border-radius: 13px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow dl {
    text-align: center;
    padding: 35px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow dl dt {
    font-size: 19px;
    background-color: #c6c6c6;
    color: #fff;
    border-radius: 13px;
    padding: 3px;
    margin-bottom: 16px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow dl dd {
    font-size: 19px;
    font-weight: bold;
    color: #c6c6c6;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner {
    background-color: #fff;
    text-align: center;
    border-radius: 13px;
    padding: 55px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .subscription_user_entry {
    font-size: 20px;
    color: #666;
    margin-bottom: 20px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .subscription_user_entry p {
    font-weight: bold;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .subscription__social_login {
    margin-bottom: 15px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .subscription__social_login input {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #425f9b;
    margin: 0 auto;
    padding: 14px;
    border-radius: 6px;
    border: none;
    -webkit-appearance: none;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .btn-sign-in-with-apple {
    text-decoration: none;
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    margin: 20px auto;
    padding: 14px;
    border-radius: 7px;
    border: 2px solid #000;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .btn-sign-in-with-apple img {
    height: 1em;
    margin-right: 4px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .subscription_login {
    margin-bottom: 30px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .subscription_login a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #f83e26;
    margin: 0 auto;
    padding: 14px;
    border-radius: 6px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .attention {
    color: #707070;
    border-bottom: 1px solid #ddd;
    padding: 0 30px 20px;
    margin-bottom: 20px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .have_account {
    font-size: 20px;
    color: #666;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .have_account .favy_account {
    margin-bottom: 20px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .have_account .favy_account p {
    font-weight: bold;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .have_account a {
    display: block;
    color: #666;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #666;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
  }
  #www_container .subscriptionRegistration__inner {
    background-color: #fff;
    border-radius: 13px;
    padding: 30px 45px;
  }
  #www_container .subscriptionRegistration__inner .subscriptionRegistration__signUp p {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    text-align: center;
    margin-bottom: 20px;
  }
  #www_container .subscriptionRegistration__inner .subscriptionRegistration__signUp .controls {
    margin-bottom: 10px;
  }
  #www_container .subscriptionRegistration__inner .subscriptionRegistration__signUp .controls input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 11px;
    margin: 10px 0 0;
    outline: none;
    box-sizing: border-box;
  }
  #www_container .subscriptionRegistration__inner .subscriptionRegistration__signUp .controls ::placeholder {
    color: #ccc;
    font-size: 14px;
  }
  #www_container .subscriptionRegistration__inner .subscriptionRegistration__signUp .controls ::-moz-placeholder {
    color: #ccc;
    font-size: 14px;
  }
  #www_container .subscriptionRegistration__inner .subscriptionRegistration__signUp .controls label {
    color: #707070;
    font-size: 14px;
    font-weight: bold;
  }
  #www_container .subscriptionRegistration__inner .subscriptionRegistration__signUp .controls .label_content::after {
    content: attr(data-required);
    font-size: 12px;
    background-color: #f83f26;
    color: #fff;
    border-radius: 4px;
    padding: 6px;
    margin-left: 10px;
  }
  #www_container .subscriptionRegistration__inner .subscriptionRegistration__signUp input[type=submit] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 7px;
    padding: 14px 0;
    margin: 28px auto 20px;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #f83f26;
  }
  #www_container .subscriptionRegistration__inner .subscriptionRegistration__signUp .attention {
    color: #707070;
    text-align: center;
    padding: 0 54px;
    margin-top: 20px;
  }
  #www_container .subscription__footer {
    text-align: center;
    color: #666;
    background-color: #f2f2f2;
    padding-bottom: 50px;
  }
  #www_container #entrance_outer #entrance h1, #www_container #entrance_outer #registration h1 {
    display: none;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry h2, #www_container #entrance_outer #entrance #registration_inner #user_entry h2, #www_container #entrance_outer #registration #entrance_inner #user_entry h2, #www_container #entrance_outer #registration #registration_inner #user_entry h2 {
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 16px 16px 0 16px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #have_account, #www_container #entrance_outer #entrance #registration_inner #user_entry #have_account, #www_container #entrance_outer #registration #entrance_inner #user_entry #have_account, #www_container #entrance_outer #registration #registration_inner #user_entry #have_account {
    padding: 30px 30px 0;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #have_account a, #www_container #entrance_outer #entrance #registration_inner #user_entry #have_account a, #www_container #entrance_outer #registration #entrance_inner #user_entry #have_account a, #www_container #entrance_outer #registration #registration_inner #user_entry #have_account a {
    text-decoration: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-align: center;
    border: 1px solid #333;
    border-radius: 20px;
    padding: 20px 0;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #have_account a img, #www_container #entrance_outer #entrance #registration_inner #user_entry #have_account a img, #www_container #entrance_outer #registration #entrance_inner #user_entry #have_account a img, #www_container #entrance_outer #registration #registration_inner #user_entry #have_account a img {
    width: 110px;
    vertical-align: bottom;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #have_account a span, #www_container #entrance_outer #entrance #registration_inner #user_entry #have_account a span, #www_container #entrance_outer #registration #entrance_inner #user_entry #have_account a span, #www_container #entrance_outer #registration #registration_inner #user_entry #have_account a span {
    font-weight: bold;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login {
    padding: 40px 26px 20px 26px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login.registration_page, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login.registration_page, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login.registration_page, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login.registration_page {
    padding-top: 20px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login .attention, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login .attention, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login .attention, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login .attention {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 20px 0 0 0;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login button, #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login input[type=submit], #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login button, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login input[type=submit], #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login button, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login input[type=submit], #www_container #entrance_outer #registration #registration_inner #user_entry #social_login button, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login input[type=submit] {
    text-decoration: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border: none;
    border-radius: 20px;
    padding: 20px 0;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login button.fb, #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login input[type=submit].fb, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login button.fb, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login input[type=submit].fb, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login button.fb, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login input[type=submit].fb, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login button.fb, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login input[type=submit].fb {
    background-color: #425F9B;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login .btn-sign-in-with-line, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login .btn-sign-in-with-line, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login .btn-sign-in-with-line, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login .btn-sign-in-with-line {
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    background-color: #06C755;
    padding: 0;
    margin-bottom: 14px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login .btn-sign-in-with-line img, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login .btn-sign-in-with-line img, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login .btn-sign-in-with-line img, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login .btn-sign-in-with-line img {
    height: 100%;
    border-right: 2px solid rgba(0, 0, 0, 0.08);
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login .btn-sign-in-with-line span, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login .btn-sign-in-with-line span, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login .btn-sign-in-with-line span, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login .btn-sign-in-with-line span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 100%;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login .btn-sign-in-with-apple, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login .btn-sign-in-with-apple, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login .btn-sign-in-with-apple, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login .btn-sign-in-with-apple {
    text-decoration: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-align: center;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 20px 0;
    margin: 14px 0;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: white;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login .btn-sign-in-with-apple img, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login .btn-sign-in-with-apple img, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login .btn-sign-in-with-apple img, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login .btn-sign-in-with-apple img {
    height: 1em;
    margin-right: 4px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry .line, #www_container #entrance_outer #entrance #registration_inner #user_entry .line, #www_container #entrance_outer #registration #entrance_inner #user_entry .line, #www_container #entrance_outer #registration #registration_inner #user_entry .line {
    width: 100%;
    height: 40px;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry .line p, #www_container #entrance_outer #entrance #registration_inner #user_entry .line p, #www_container #entrance_outer #registration #entrance_inner #user_entry .line p, #www_container #entrance_outer #registration #registration_inner #user_entry .line p {
    width: 100%;
    height: 2px;
    background-color: #DDD;
    position: absolute;
    top: 50%;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry .line p span, #www_container #entrance_outer #entrance #registration_inner #user_entry .line p span, #www_container #entrance_outer #registration #entrance_inner #user_entry .line p span, #www_container #entrance_outer #registration #registration_inner #user_entry .line p span {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    background-color: #FFF;
    padding: 0 10px;
    position: relative;
    top: -28px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login {
    padding: 20px 26px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .attention, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .attention, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .attention, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .attention {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 20px 0;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls {
    margin-bottom: 10px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_nickname label, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_email label, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password label, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation label, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_nickname label, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_email label, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password label, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation label, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_nickname label, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_email label, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password label, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation label, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_nickname label, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_email label, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password label, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation label {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_nickname ul.parsley-errors-list, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_email ul.parsley-errors-list, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password ul.parsley-errors-list, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation ul.parsley-errors-list, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_nickname ul.parsley-errors-list, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_email ul.parsley-errors-list, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password ul.parsley-errors-list, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation ul.parsley-errors-list, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_nickname ul.parsley-errors-list, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_email ul.parsley-errors-list, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password ul.parsley-errors-list, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation ul.parsley-errors-list, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_nickname ul.parsley-errors-list, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_email ul.parsley-errors-list, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password ul.parsley-errors-list, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation ul.parsley-errors-list {
    font-size: 28px;
    color: #e85a3c;
    padding-top: 10px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_nickname input, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_email input, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password input, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation input, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_nickname input, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_email input, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password input, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation input, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_nickname input, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_email input, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password input, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation input, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_nickname input, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_email input, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password input, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 28px;
    font-weight: normal;
    color: #333;
    border: 2px solid #DDD;
    border-radius: 20px;
    padding: 18px;
    margin: 0;
    outline: none;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_nickname input.parsley-error, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_email input.parsley-error, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password input.parsley-error, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation input.parsley-error, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_nickname input.parsley-error, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_email input.parsley-error, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password input.parsley-error, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation input.parsley-error, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_nickname input.parsley-error, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_email input.parsley-error, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password input.parsley-error, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation input.parsley-error, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_nickname input.parsley-error, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_email input.parsley-error, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password input.parsley-error, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation input.parsley-error {
    background-color: rgba(232, 90, 60, 0.1);
    border-color: #e85a3c;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .remember, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .remember, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .remember, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .remember {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .remember .www_user_remember_me, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .remember .www_user_remember_me, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .remember .www_user_remember_me, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .remember .www_user_remember_me {
    float: left;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .remember .www_user_remember_me input[type=checkbox], #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .remember .www_user_remember_me input[type=checkbox], #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .remember .www_user_remember_me input[type=checkbox], #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .remember .www_user_remember_me input[type=checkbox] {
    width: 40px;
    height: 40px;
    border: 2px solid #DDD;
    margin: 0;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .remember p, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .remember p, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .remember p, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .remember p {
    font-size: 28px;
    float: left;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login input[type=submit], #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login input[type=submit], #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login input[type=submit], #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login input[type=submit] {
    background-color: #E85A3C;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border: none;
    border-radius: 20px;
    padding: 20px 0;
    margin: 0 0 40px 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .reminder, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .reminder, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .reminder, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .reminder {
    text-align: center;
    margin-bottom: 30px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .reminder a, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .reminder a, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .reminder a, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .reminder a {
    font-size: 28px;
    color: #333;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #already_member, #www_container #entrance_outer #entrance #registration_inner #user_entry #already_member, #www_container #entrance_outer #registration #entrance_inner #user_entry #already_member, #www_container #entrance_outer #registration #registration_inner #user_entry #already_member {
    padding: 26px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #already_member a, #www_container #entrance_outer #entrance #registration_inner #user_entry #already_member a, #www_container #entrance_outer #registration #entrance_inner #user_entry #already_member a, #www_container #entrance_outer #registration #registration_inner #user_entry #already_member a {
    text-decoration: none;
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    text-align: center;
    border: 2px solid #DDD;
    border-radius: 20px;
    padding: 20px 0;
    margin: 0 0 20px 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #entrance_outer #entrance #entrance_inner #new_entry, #www_container #entrance_outer #entrance #registration_inner #new_entry, #www_container #entrance_outer #registration #entrance_inner #new_entry, #www_container #entrance_outer #registration #registration_inner #new_entry {
    background-color: #EEE;
    padding: 26px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #new_entry #new_entry_inner h2, #www_container #entrance_outer #entrance #registration_inner #new_entry #new_entry_inner h2, #www_container #entrance_outer #registration #entrance_inner #new_entry #new_entry_inner h2, #www_container #entrance_outer #registration #registration_inner #new_entry #new_entry_inner h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #new_entry #new_entry_inner p, #www_container #entrance_outer #entrance #registration_inner #new_entry #new_entry_inner p, #www_container #entrance_outer #registration #entrance_inner #new_entry #new_entry_inner p, #www_container #entrance_outer #registration #registration_inner #new_entry #new_entry_inner p {
    font-size: 24px;
    color: #333;
    line-height: 120%;
  }
  #www_container #entrance_outer #entrance #entrance_inner #new_entry #new_entry_inner a, #www_container #entrance_outer #entrance #registration_inner #new_entry #new_entry_inner a, #www_container #entrance_outer #registration #entrance_inner #new_entry #new_entry_inner a, #www_container #entrance_outer #registration #registration_inner #new_entry #new_entry_inner a {
    text-decoration: none;
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    text-align: center;
    border: 2px solid #DDD;
    border-radius: 20px;
    padding: 20px 0;
    margin: 20px 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container .subscriptionSession__header {
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 15px;
  }
  #www_container .subscriptionSession__container {
    height: 100vh;
    background-color: #f2f2f2;
    padding-top: 20px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content {
    background-color: #fff;
    border-radius: 13px;
    padding: 40px 50px;
    margin: 0 30px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .login__title {
    color: #666;
    margin-bottom: 40px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .login__title p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .controls {
    margin-bottom: 20px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .controls input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    border: 2px solid #DDD;
    border-radius: 7px;
    padding: 10px;
    margin: 10px 0 0;
    outline: none;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .controls ::placeholder {
    color: #ccc;
    font-size: 14px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .controls ::-moz-placeholder {
    color: #ccc;
    font-size: 14px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .controls label {
    color: #707070;
    font-size: 15px;
    font-weight: bold;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .controls .label_content::after {
    content: attr(data-required);
    font-size: 12px;
    background-color: #f83f26;
    color: #fff;
    border-radius: 4px;
    padding: 6px;
    margin-left: 10px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .remember {
    display: flex;
    font-size: 15px;
    width: 100%;
    overflow: hidden;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .remember .www_user_remember_me input[type=checkbox] {
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    margin-right: 5px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .remember p {
    color: #707070;
    margin-top: -2px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login input[type=submit] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 7px;
    padding: 14px 0;
    margin: 17px auto 13px;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #f83f26;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .reminder {
    text-align: center;
    margin-bottom: 30px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .reminder a {
    color: #707070;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .line {
    height: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .line p {
    width: 100%;
    height: 2px;
    background-color: #DDD;
    position: absolute;
    top: 50%;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .line p span {
    display: inline-block;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    background-color: #FFF;
    padding: 0 10px;
    position: relative;
    top: -12px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__social_login button, #www_container .subscriptionSession__container .subscriptionSession__content .subscription__social_login input {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #425f9b;
    margin: 0 auto;
    padding: 14px 0;
    border-radius: 6px;
    border: none;
    -webkit-appearance: none;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__social_login .btn-sign-in-with-line {
    height: 52px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    background-color: #06C755;
    padding: 0;
    margin-bottom: 10px;
    color: #FFF;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__social_login .btn-sign-in-with-line img {
    height: 100%;
    border-right: 2px solid rgba(0, 0, 0, 0.08);
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__social_login .btn-sign-in-with-line span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 100%;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .btn-sign-in-with-apple {
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 14px auto auto;
    padding: 14px 0;
    border-radius: 6px;
    background-color: #fff;
    border: 2px solid #000;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .btn-sign-in-with-apple img {
    height: 1em;
    margin-right: 4px;
  }
  #www_container .subscriptionSession__container .subscription__footer {
    background-color: #f2f2f2;
    color: #666;
    padding: 30px 0;
  }
}
@media all and (max-width: 640px) {
  #www_container #add_shop {
    width: 100%;
    background-color: #F8F8F8;
  }
  #www_container #add_shop #add_shop_inner h1 {
    font-size: 14px;
    font-weight: bold;
    background-color: #DDD;
    padding: 7px 9px;
  }
  #www_container #add_shop #add_shop_inner .form_elements {
    background-color: #FFF;
    padding: 7px 9px;
  }
  #www_container #add_shop #add_shop_inner .form_elements table {
    width: 100%;
    margin-bottom: 10px;
  }
  #www_container #add_shop #add_shop_inner .form_elements table tr th {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
  }
  #www_container #add_shop #add_shop_inner .form_elements table tr td {
    display: block;
    padding-bottom: 5px;
  }
  #www_container #add_shop #add_shop_inner .form_elements table tr td input, #www_container #add_shop #add_shop_inner .form_elements table tr td textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 8px 10px;
    outline: none;
  }
  #www_container #add_shop #add_shop_inner .form_elements table tr td textarea {
    resize: none;
  }
  #www_container #add_shop #add_shop_inner .form_elements table tr td ul.parsley-errors-list {
    font-size: 12px;
    color: #e85a3c;
    padding-top: 5px;
  }
  #www_container #add_shop #add_shop_inner .form_elements .form-actions input[type=submit] {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    background-color: #F83F26;
    border: 1px solid #F83F26;
    border-radius: 8px;
    padding: 10px 0;
    margin: 0 auto;
    cursor: pointer;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content {
    background-color: #f2f2f2;
    padding: 20px 9px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow {
    background-position: 31.5%, 68.5%;
    background-size: 10px;
    margin-bottom: 20px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow:first-child {
    width: 28%;
    background-color: #fff;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow:first-child dl {
    text-align: center;
    padding: 16px 11px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow:first-child dl dt {
    font-size: 13px;
    background-color: #f83f26;
    color: #fff;
    border-radius: 13px;
    padding: 1px;
    margin: 0 6px 6px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow:first-child dl dd {
    font-size: 12px;
    font-weight: bold;
    color: #f83f26;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow {
    width: 28%;
    background-color: #fff;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow dl {
    text-align: center;
    padding: 16px 11px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow dl dt {
    font-size: 13px;
    background-color: #c9c9c9;
    color: #fff;
    border-radius: 13px;
    padding: 1px;
    margin: 0 6px 12px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__flow .registration__flow dl dd {
    font-size: 12px;
    font-weight: bold;
    color: #c9c9c9;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner {
    background-color: #fff;
    padding: 25px 11px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .subscription_user_entry {
    margin-bottom: 15px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .subscription_user_entry p {
    font-size: 16px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .subscription__social_login input {
    font-size: 17px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .subscription_login {
    margin-bottom: 24px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .subscription_login a {
    font-size: 17px;
    text-decoration: none;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .attention {
    padding: 0 13px 8px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .have_account .favy_account {
    font-size: 17px;
    margin-bottom: 13px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .have_account .favy_account p {
    font-size: 17px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration_inner .have_account a {
    font-size: 17px;
    text-decoration: none;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__inner {
    padding: 25px 11px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__inner .subscriptionRegistration__signUp p {
    font-size: 16px;
    margin-bottom: 18px;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__inner .controls input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 11px;
    margin: 10px 0 0;
    outline: none;
    box-sizing: border-box;
  }
  #www_container .subscriptionRegistration__container .subscriptionRegistration__content .subscriptionRegistration__inner .attention {
    text-align: center;
    padding: 0 18px;
    margin-top: 10px;
  }
  #www_container .subscriptionRegistration__container .subscription__footer {
    padding: 14px 0;
  }
  #www_container #entrance_outer #entrance h1, #www_container #entrance_outer #registration h1 {
    display: none;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry h2, #www_container #entrance_outer #entrance #registration_inner #user_entry h2, #www_container #entrance_outer #registration #entrance_inner #user_entry h2, #www_container #entrance_outer #registration #registration_inner #user_entry h2 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #333;
    padding: 8px 8px 0 8px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #have_account, #www_container #entrance_outer #entrance #registration_inner #user_entry #have_account, #www_container #entrance_outer #registration #entrance_inner #user_entry #have_account, #www_container #entrance_outer #registration #registration_inner #user_entry #have_account {
    padding: 20px 13px 0;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #have_account a, #www_container #entrance_outer #entrance #registration_inner #user_entry #have_account a, #www_container #entrance_outer #registration #entrance_inner #user_entry #have_account a, #www_container #entrance_outer #registration #registration_inner #user_entry #have_account a {
    text-decoration: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-align: center;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 10px 0;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #have_account a img, #www_container #entrance_outer #entrance #registration_inner #user_entry #have_account a img, #www_container #entrance_outer #registration #entrance_inner #user_entry #have_account a img, #www_container #entrance_outer #registration #registration_inner #user_entry #have_account a img {
    width: 55px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login {
    padding: 20px 13px 10px 13px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login.registration_page, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login.registration_page, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login.registration_page, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login.registration_page {
    padding-top: 10px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login .attention, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login .attention, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login .attention, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login .attention {
    font-size: 12px;
    color: #333;
    text-align: center;
    margin: 10px 0 0 0;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login button, #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login input[type=submit], #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login button, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login input[type=submit], #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login button, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login input[type=submit], #www_container #entrance_outer #registration #registration_inner #user_entry #social_login button, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login input[type=submit] {
    text-decoration: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login button.fb, #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login input[type=submit].fb, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login button.fb, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login input[type=submit].fb, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login button.fb, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login input[type=submit].fb, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login button.fb, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login input[type=submit].fb {
    background-color: #425F9B;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login .btn-sign-in-with-line, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login .btn-sign-in-with-line, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login .btn-sign-in-with-line, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login .btn-sign-in-with-line {
    height: 42px;
    text-decoration: none;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #06C755;
    padding: 0;
    margin-bottom: 14px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login .btn-sign-in-with-line img, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login .btn-sign-in-with-line img, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login .btn-sign-in-with-line img, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login .btn-sign-in-with-line img {
    height: 2.5rem;
    border-right: 2px solid rgba(0, 0, 0, 0.08);
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login .btn-sign-in-with-line span, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login .btn-sign-in-with-line span, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login .btn-sign-in-with-line span, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login .btn-sign-in-with-line span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #social_login .btn-sign-in-with-apple, #www_container #entrance_outer #entrance #registration_inner #user_entry #social_login .btn-sign-in-with-apple, #www_container #entrance_outer #registration #entrance_inner #user_entry #social_login .btn-sign-in-with-apple, #www_container #entrance_outer #registration #registration_inner #user_entry #social_login .btn-sign-in-with-apple {
    font-size: 15px;
    border-radius: 10px;
    padding: 10px 0;
    border: 2px solid #000;
    color: #000;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry .line, #www_container #entrance_outer #entrance #registration_inner #user_entry .line, #www_container #entrance_outer #registration #entrance_inner #user_entry .line, #www_container #entrance_outer #registration #registration_inner #user_entry .line {
    width: 100%;
    height: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 7.5px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry .line p, #www_container #entrance_outer #entrance #registration_inner #user_entry .line p, #www_container #entrance_outer #registration #entrance_inner #user_entry .line p, #www_container #entrance_outer #registration #registration_inner #user_entry .line p {
    width: 100%;
    height: 1px;
    background-color: #DDD;
    position: absolute;
    top: 50%;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry .line p span, #www_container #entrance_outer #entrance #registration_inner #user_entry .line p span, #www_container #entrance_outer #registration #entrance_inner #user_entry .line p span, #www_container #entrance_outer #registration #registration_inner #user_entry .line p span {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    background-color: #FFF;
    padding: 0 5px;
    position: relative;
    top: -14px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login {
    padding: 10px 13px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .attention, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .attention, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .attention, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .attention {
    font-size: 12px;
    color: #333;
    text-align: center;
    margin: 10px 0;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls {
    margin-bottom: 5px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_nickname label, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_email label, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password label, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation label, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_nickname label, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_email label, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password label, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation label, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_nickname label, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_email label, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password label, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation label, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_nickname label, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_email label, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password label, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 3px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_nickname ul.parsley-errors-list, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_email ul.parsley-errors-list, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password ul.parsley-errors-list, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation ul.parsley-errors-list, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_nickname ul.parsley-errors-list, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_email ul.parsley-errors-list, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password ul.parsley-errors-list, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation ul.parsley-errors-list, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_nickname ul.parsley-errors-list, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_email ul.parsley-errors-list, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password ul.parsley-errors-list, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation ul.parsley-errors-list, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_nickname ul.parsley-errors-list, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_email ul.parsley-errors-list, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password ul.parsley-errors-list, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation ul.parsley-errors-list {
    font-size: 14px;
    color: #e85a3c;
    padding-top: 5px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_nickname input, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_email input, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password input, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation input, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_nickname input, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_email input, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password input, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation input, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_nickname input, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_email input, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password input, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation input, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_nickname input, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_email input, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password input, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    border: 1px solid #DDD;
    border-radius: 10px;
    padding: 9px;
    margin: 0;
    outline: none;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_nickname input.parsley-error, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_email input.parsley-error, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password input.parsley-error, #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation input.parsley-error, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_nickname input.parsley-error, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_email input.parsley-error, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password input.parsley-error, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation input.parsley-error, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_nickname input.parsley-error, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_email input.parsley-error, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password input.parsley-error, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .controls .www_user_password_confirmation input.parsley-error, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_nickname input.parsley-error, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_email input.parsley-error, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password input.parsley-error, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .controls .www_user_password_confirmation input.parsley-error {
    background-color: rgba(232, 90, 60, 0.1);
    border-color: #e85a3c;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .remember, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .remember, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .remember, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .remember {
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .remember .www_user_remember_me, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .remember .www_user_remember_me, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .remember .www_user_remember_me, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .remember .www_user_remember_me {
    float: left;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .remember .www_user_remember_me input[type=checkbox], #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .remember .www_user_remember_me input[type=checkbox], #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .remember .www_user_remember_me input[type=checkbox], #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .remember .www_user_remember_me input[type=checkbox] {
    width: 20px;
    height: 20px;
    border: 1px solid #DDD;
    margin: 0;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .remember p, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .remember p, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .remember p, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .remember p {
    font-size: 14px;
    float: left;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login input[type=submit], #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login input[type=submit], #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login input[type=submit], #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login input[type=submit] {
    background-color: #E85A3C;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    margin: 0 0 20px 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .reminder, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .reminder, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .reminder, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .reminder {
    text-align: center;
    margin-bottom: 15px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #normal_login .reminder a, #www_container #entrance_outer #entrance #registration_inner #user_entry #normal_login .reminder a, #www_container #entrance_outer #registration #entrance_inner #user_entry #normal_login .reminder a, #www_container #entrance_outer #registration #registration_inner #user_entry #normal_login .reminder a {
    font-size: 14px;
    color: #333;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #already_member, #www_container #entrance_outer #entrance #registration_inner #user_entry #already_member, #www_container #entrance_outer #registration #entrance_inner #user_entry #already_member, #www_container #entrance_outer #registration #registration_inner #user_entry #already_member {
    padding: 13px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #user_entry #already_member a, #www_container #entrance_outer #entrance #registration_inner #user_entry #already_member a, #www_container #entrance_outer #registration #entrance_inner #user_entry #already_member a, #www_container #entrance_outer #registration #registration_inner #user_entry #already_member a {
    text-decoration: none;
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: center;
    border: 1px solid #DDD;
    border-radius: 10px;
    padding: 10px 0;
    margin: 0 0 10px 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #entrance_outer #entrance #entrance_inner #new_entry, #www_container #entrance_outer #entrance #registration_inner #new_entry, #www_container #entrance_outer #registration #entrance_inner #new_entry, #www_container #entrance_outer #registration #registration_inner #new_entry {
    background-color: #EEE;
    padding: 13px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #new_entry #new_entry_inner h2, #www_container #entrance_outer #entrance #registration_inner #new_entry #new_entry_inner h2, #www_container #entrance_outer #registration #entrance_inner #new_entry #new_entry_inner h2, #www_container #entrance_outer #registration #registration_inner #new_entry #new_entry_inner h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #www_container #entrance_outer #entrance #entrance_inner #new_entry #new_entry_inner p, #www_container #entrance_outer #entrance #registration_inner #new_entry #new_entry_inner p, #www_container #entrance_outer #registration #entrance_inner #new_entry #new_entry_inner p, #www_container #entrance_outer #registration #registration_inner #new_entry #new_entry_inner p {
    font-size: 12px;
    color: #333;
    line-height: 120%;
  }
  #www_container #entrance_outer #entrance #entrance_inner #new_entry #new_entry_inner a, #www_container #entrance_outer #entrance #registration_inner #new_entry #new_entry_inner a, #www_container #entrance_outer #registration #entrance_inner #new_entry #new_entry_inner a, #www_container #entrance_outer #registration #registration_inner #new_entry #new_entry_inner a {
    text-decoration: none;
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: center;
    border: 1px solid #DDD;
    border-radius: 10px;
    padding: 10px 0;
    margin: 10px 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container .subscriptionSession__header {
    padding: 11px 0 7px;
  }
  #www_container .subscriptionSession__header img {
    width: 55px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content {
    padding: 20px 11px 40px;
    margin: 0 14px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .login__title {
    margin-bottom: 20px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .login__title p {
    font-size: 16px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .remember {
    font-size: 13px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .remember p {
    margin-top: 0;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__login .reminder {
    margin-bottom: 12px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .line {
    margin-bottom: 20px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .line p span {
    font-size: 16px;
  }
  #www_container .subscriptionSession__container .subscriptionSession__content .subscription__social_login button, #www_container .subscriptionSession__container .subscriptionSession__content .subscription__social_login input {
    font-size: 16px;
  }
  #www_container .subscriptionSession__container .subscription__footer {
    padding: 25px 0;
  }
}
@media all and (min-width: 769px) {
  .eventPanel {
    width: 100%;
    background-color: #FFF;
    padding: 30px 0 10px 0;
  }
  .eventPanel.today {
    background-color: #F8F8F8;
  }
  .eventPanel .eventArticles {
    width: 1040px;
    margin: 0 auto;
  }
  .eventPanel .eventArticles .eventArticles__title {
    margin-bottom: 30px;
  }
  .eventPanel .eventArticles .eventArticles__title h1 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    text-align: center;
  }
  .eventPanel .eventArticles .eventArticles__elements {
    width: 1040px;
    overflow: hidden;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement {
    width: 320px;
    margin: 0 40px 30px 0;
    float: left;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement:nth-child(3n) {
    margin-right: 0;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a {
    display: block;
    text-decoration: none;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__image {
    margin-bottom: 15px;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__image span {
    display: block;
    width: 100%;
    height: 200px;
    background-color: #CCC;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__name {
    margin-bottom: 5px;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__name h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__description {
    margin-bottom: 10px;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__description p {
    font-size: 12px;
    color: #999;
    line-height: 1.2;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__data {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__data .date, .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__data .place {
    display: table-cell;
    vertical-align: top;
    font-size: 12px;
    color: #999;
  }
  .eventPanel .eventArticles .eventArticles__moreButton {
    text-align: center;
    margin-bottom: 30px;
  }
  .eventPanel .eventArticles .eventArticles__moreButton a {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    border: 2px solid #DDD;
    border-radius: 10px;
    padding: 0.5em 2em;
  }
  .eventPanel .eventArticles .eventArticles__pastButton {
    font-size: 14px;
    text-align: right;
    margin-bottom: 20px;
  }
  .eventPanel .eventArticles .eventArticles__pastButton a {
    color: #999;
  }
  .eventPanel .eventArticles .eventArticles__noElements {
    text-align: center;
    margin-bottom: 30px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
    padding: 0.5em 2em;
  }
}
@media all and (max-width: 768px) {
  .eventPanel .eventArticles .eventArticles__title {
    background-color: #F1F1F1;
    padding: 14px 18px;
  }
  .eventPanel .eventArticles .eventArticles__title h1 {
    font-size: 28px;
    font-weight: bold;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement {
    border-bottom: 2px solid #DDD;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a {
    display: table;
    text-decoration: none;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__image, .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__wrap {
    display: table-cell;
    vertical-align: top;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__image span {
    display: block;
    width: 140px;
    height: 140px;
    background-color: #CCC;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__wrap {
    box-sizing: border-box;
    padding: 20px;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__name h2 {
    font-size: 28px;
    color: #000;
    line-height: 1.4;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__description {
    display: none;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__data {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__data .date, .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__data .place {
    display: table-cell;
    vertical-align: top;
    font-size: 20px;
    color: #999;
  }
  .eventPanel .eventArticles .eventArticles__moreButton {
    text-align: center;
    padding: 30px 0;
  }
  .eventPanel .eventArticles .eventArticles__moreButton a {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #666;
    text-decoration: none;
    border: 2px solid #DDD;
    border-radius: 10px;
    padding: 1em;
  }
  .eventPanel .eventArticles .eventArticles__pastButton {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
  .eventPanel .eventArticles .eventArticles__pastButton a {
    color: #999;
  }
  .eventPanel .eventArticles .eventArticles__noElements {
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #666;
    padding: 1em;
  }
}
@media all and (max-width: 640px) {
  .eventPanel .eventArticles .eventArticles__title {
    background-color: #F1F1F1;
    padding: 7px 9px;
  }
  .eventPanel .eventArticles .eventArticles__title h1 {
    font-size: 14px;
    font-weight: bold;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement {
    border-bottom: 1px solid #DDD;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a {
    display: table;
    text-decoration: none;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__image, .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__wrap {
    display: table-cell;
    vertical-align: top;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__image span {
    display: block;
    width: 70px;
    height: 70px;
    background-color: #CCC;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__wrap {
    box-sizing: border-box;
    padding: 10px;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__name h2 {
    font-size: 14px;
    color: #000;
    line-height: 1.4;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__description {
    display: none;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__data {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__data .date, .eventPanel .eventArticles .eventArticles__elements .eventElement a .eventElement__data .place {
    display: table-cell;
    vertical-align: top;
    font-size: 10px;
    color: #999;
  }
  .eventPanel .eventArticles .eventArticles__moreButton {
    text-align: center;
    padding: 15px 0;
  }
  .eventPanel .eventArticles .eventArticles__moreButton a {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 1em;
  }
  .eventPanel .eventArticles .eventArticles__pastButton {
    font-size: 10px;
    text-align: center;
    margin-bottom: 15px;
  }
  .eventPanel .eventArticles .eventArticles__pastButton a {
    color: #999;
  }
  .eventPanel .eventArticles .eventArticles__noElements {
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    padding: 1em;
  }
}
@media all and (min-width: 769px) {
  #content_features {
    width: 100%;
    padding-top: 30px;
  }
  #content_features #feature_visual_panel {
    width: 1120px;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0 auto;
  }
  #content_features #feature_visual_panel #feature_summary {
    width: 100%;
    font-size: 16px;
    color: #FFF;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #content_features #feature_visual_panel #feature_summary h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2em;
  }
  #content_features #feature_content {
    width: 100%;
    margin-bottom: 35px;
  }
  #content_features #feature_content #feature_content_inner {
    width: 1120px;
    box-sizing: border-box;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    border-left: 1px solid #EEE;
    padding: 0 19px;
    margin: 0 auto;
  }
  #content_features #feature_content #feature_content_inner h2 {
    font-size: 24px;
    text-align: center;
    padding: 24px 10px 32px 10px;
  }
  #content_features #feature_content #feature_content_inner #feature_elements {
    width: 100%;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner {
    width: 100%;
    overflow: hidden;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element {
    width: 320px;
    height: 380px;
    margin: 0 20px 30px 20px;
    float: left;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element a.image_link {
    display: block;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element a.image_link .image_area {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element a.image_link .image_area:hover {
    opacity: 0.8;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary h3 {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 5px;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary h3 a {
    font-weight: bold;
    color: #333;
    text-decoration: none;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary p {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data {
    display: table;
    width: 100%;
    font-size: 12px;
    color: #999;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .editor_icon, #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .editor_name, #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .views {
    display: table-cell;
    line-height: 1.2em;
    vertical-align: middle;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .editor_icon {
    width: 40px;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .editor_icon a {
    display: block;
    margin-right: 10px;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .editor_icon a img {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .editor_icon a img:hover {
    opacity: 0.8;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .editor_name a {
    color: inherit;
    text-decoration: none;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .views {
    width: 90px;
    text-align: right;
  }
  #content_features #feature_content #feature_content_inner #pager {
    border-top: 1px solid #EEE;
    padding: 20px 0;
    margin: 0 20px;
  }
}
@media all and (max-width: 768px) {
  #content_features {
    width: 100%;
  }
  #content_features #feature_visual_panel {
    width: 100%;
    height: 320px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  #content_features #feature_visual_panel #feature_summary {
    width: 100%;
    font-size: 16px;
    color: #FFF;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    word-wrap: break-word;
  }
  #content_features #feature_visual_panel #feature_summary h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2em;
  }
  #content_features #feature_content {
    width: 100%;
  }
  #content_features #feature_content #feature_content_inner h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    background-color: #ECECEC;
    padding: 14px 18px;
    word-wrap: break-word;
  }
  #content_features #feature_content #feature_content_inner #feature_elements {
    width: 100%;
    border-top: 2px solid #DDD;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element {
    display: table;
    width: 100%;
    border-bottom: 2px solid #DDD;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element a.image_link {
    display: table-cell;
    width: 140px;
    vertical-align: top;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element a.image_link .image_area {
    width: 140px;
    height: 140px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary {
    display: table-cell;
    vertical-align: top;
    padding: 16px 20px;
    word-wrap: break-word;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary h3 {
    font-size: 28px;
    line-height: 1.2em;
    margin-bottom: 10px;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary h3 a {
    color: inherit;
    text-decoration: none;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary p {
    display: none;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data {
    display: table;
    font-size: 20px;
    color: #999;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .editor_icon {
    display: none;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .editor_name, #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .views {
    display: table-cell;
    vertical-align: middle;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .editor_name {
    word-wrap: break-word;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .editor_name a {
    color: inherit;
    text-decoration: none;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .views {
    padding-left: 10px;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .views i {
    display: none;
  }
}
@media all and (max-width: 640px) {
  #content_features {
    width: 100%;
  }
  #content_features #feature_visual_panel {
    width: 100%;
    height: 160px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  #content_features #feature_visual_panel #feature_summary {
    width: 100%;
    font-size: 8px;
    color: #FFF;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    word-wrap: break-word;
  }
  #content_features #feature_visual_panel #feature_summary h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
  }
  #content_features #feature_content {
    width: 100%;
  }
  #content_features #feature_content #feature_content_inner h2 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #ECECEC;
    padding: 7px 9px;
    word-wrap: break-word;
  }
  #content_features #feature_content #feature_content_inner #feature_elements {
    width: 100%;
    border-top: 1px solid #DDD;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element {
    display: table;
    width: 100%;
    border-bottom: 1px solid #DDD;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element a.image_link {
    display: table-cell;
    width: 70px;
    vertical-align: top;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element a.image_link .image_area {
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary {
    display: table-cell;
    vertical-align: top;
    padding: 8px 10px;
    word-wrap: break-word;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary h3 {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 5px;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary h3 a {
    color: inherit;
    text-decoration: none;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary p {
    display: none;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data {
    display: table;
    font-size: 10px;
    color: #999;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .editor_icon {
    display: none;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .editor_name, #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .views {
    display: table-cell;
    vertical-align: middle;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .editor_name {
    word-wrap: break-word;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .editor_name a {
    color: inherit;
    text-decoration: none;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .views {
    padding-left: 5px;
  }
  #content_features #feature_content #feature_content_inner #feature_elements #feature_elements-inner .feature_element .feature_summary .other_data .views i {
    display: none;
  }
}
/* renewal at December 2019 */
/* style for mobile phone */
.commonFooter__content .links p {
  display: none;
}
.commonFooter__content .links dl dt {
  font-size: 14px;
  font-weight: bold;
  background-color: #DDD;
  border-bottom: 1px solid #FFF;
  padding: 7px 9px;
}
.commonFooter__content .links dl dt a {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
.commonFooter__content .links dl dd {
  font-size: 13px;
  color: #666;
  background: #EEE;
}
.commonFooter__content .links dl dd ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.commonFooter__content .links dl dd ul li {
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #FFF;
}
.commonFooter__content .links dl dd ul li:nth-child(odd) {
  border-right: 1px solid #FFF;
}
.commonFooter__content .links dl dd ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 9px 0;
}
.commonFooter__copy {
  background-color: #AAA;
}
.commonFooter__copy .copyWrite {
  font-size: 12px;
  color: #FFF;
  padding: 7.5px 0 5px;
}
.commonFooter__copy .copyWrite p {
  display: none;
}
.commonFooter__copy .copyWrite address {
  text-align: center;
}

@media all and (min-width: 641px) {
  /* style for tablet */
  .commonFooter__content .links dl dt {
    font-size: 28px;
    border-bottom-width: 2px;
    padding: 14px 18px;
  }
  .commonFooter__content .links dl dd {
    font-size: 26px;
  }
  .commonFooter__content .links dl dd ul li {
    border-bottom-width: 2px;
  }
  .commonFooter__content .links dl dd ul li:nth-child(odd) {
    border-right-width: 2px;
  }
  .commonFooter__content .links dl dd ul li a {
    padding: 18px 0;
  }
  .commonFooter__copy .copyWrite {
    font-size: 24px;
    padding: 15px 0 10px;
  }
}
@media all and (min-width: 769px) {
  /* style for large display */
  .commonFooter {
    background-color: #222;
  }
  .commonFooter__content {
    border-bottom: 1px solid #FFF;
    padding: 60px 0;
  }
  .commonFooter__content .links {
    display: flex;
    width: 1040px;
    margin: 0 auto;
  }
  .commonFooter__content .links p {
    display: block;
    width: 180px;
    align-self: center;
  }
  .commonFooter__content .links p img {
    display: block;
  }
  .commonFooter__content .links dl {
    width: 380px;
  }
  .commonFooter__content .links dl dt, .commonFooter__content .links dl dd {
    color: #FFF;
    text-align-last: left;
    background-color: #222;
  }
  .commonFooter__content .links dl dt {
    font-size: 16px;
    border-bottom: none;
    padding: 0;
    margin-bottom: 15px;
  }
  .commonFooter__content .links dl dd {
    font-size: 14px;
  }
  .commonFooter__content .links dl dd ul {
    line-height: 1.8;
  }
  .commonFooter__content .links dl dd ul li {
    border-bottom: none;
  }
  .commonFooter__content .links dl dd ul li:nth-child(odd) {
    border-right: none;
  }
  .commonFooter__content .links dl dd ul li a {
    display: inline;
    padding: 0;
  }
  .commonFooter__copy {
    background-color: transparent;
  }
  .commonFooter__copy .copyWrite {
    display: table;
    width: 1040px;
    font-size: 12px;
    margin: 0 auto;
  }
  .commonFooter__copy .copyWrite p, .commonFooter__copy .copyWrite address {
    display: table-cell;
  }
  .commonFooter__copy .copyWrite address {
    text-align: right;
  }
}
@media all and (min-width: 769px) {
  #layout-gourmetdays {
    width: 1120px;
    padding: 30px 0 0 0;
    margin: 0 auto;
  }
  .imagepanel {
    width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .imagepanel.no_img {
    background-position: top left;
    background-repeat: repeat;
    background-size: auto;
  }
  .imagepanel .imagepanel__layer {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .imagepanel .imagepanel__layer.bg_clear {
    background-color: rgba(0, 0, 0, 0);
  }
  .imagepanel .imagepanel__layer .imagepanel__left, .imagepanel .imagepanel__layer .imagepanel__center, .imagepanel .imagepanel__layer .imagepanel__right {
    display: table-cell;
    vertical-align: middle;
  }
  .imagepanel .imagepanel__layer .imagepanel__left, .imagepanel .imagepanel__layer .imagepanel__right {
    padding: 0 20px;
  }
  .imagepanel .imagepanel__layer .imagepanel__left a, .imagepanel .imagepanel__layer .imagepanel__right a {
    color: inherit;
    text-decoration: none;
    opacity: 0.5;
  }
  .imagepanel .imagepanel__layer .imagepanel__left a:hover, .imagepanel .imagepanel__layer .imagepanel__right a:hover {
    opacity: 1;
  }
  .imagepanel .imagepanel__layer .imagepanel__left a i, .imagepanel .imagepanel__layer .imagepanel__right a i {
    font-size: 30px;
    vertical-align: middle;
    margin-bottom: 4px;
  }
  .imagepanel .imagepanel__layer .imagepanel__center {
    width: 400px;
    text-align: center;
  }
  .imagepanel .imagepanel__layer .imagepanel__center h1 {
    text-shadow: 0 0 10px #555, 0 0 10px #555, 0 0 10px #555;
  }
  .imagepanel .imagepanel__layer .imagepanel__center h1 a {
    color: inherit;
    text-decoration: none;
  }
  .imagepanel .imagepanel__layer .imagepanel__center h1 span {
    font-size: 42px;
  }
  .imagepanel .imagepanel__layer .imagepanel__center dl {
    display: inline-block;
    color: #000;
    line-height: 1.2;
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px;
  }
  .imagepanel .imagepanel__layer .imagepanel__center dl dt, .imagepanel .imagepanel__layer .imagepanel__center dl dt span, .imagepanel .imagepanel__layer .imagepanel__center dl dd {
    font-weight: bold;
  }
  .imagepanel .imagepanel__layer .imagepanel__center dl dt {
    font-size: 36px;
  }
  .imagepanel .imagepanel__layer .imagepanel__center dl dt span {
    font-size: 52px;
  }
  .imagepanel .imagepanel__layer .imagepanel__center dl dd {
    font-size: 40px;
  }
  .imagepanel .imagepanel__layer .imagepanel__right {
    text-align: right;
  }
  .textpanel {
    background-color: #EEE;
    padding: 15px 40px;
    margin-bottom: 20px;
  }
  .textpanel p {
    font-size: 20px;
  }
  .textpanel p span {
    display: inline-block;
    font-weight: bold;
    padding-top: 10px;
  }
  .layout-dailyTopics {
    background-color: #FFF1C9;
    padding: 40px 32px 20px 32px;
    margin-bottom: 20px;
  }
  .layout-borderWithHeader {
    border: 1px solid #FFBF00;
  }
  .layout-borderWithHeader.withMargintop {
    margin-top: 20px;
  }
  .layout-borderWithHeader.withMarginbottom {
    margin-bottom: 50px;
  }
  .layout-borderWithHeader .layout-borderWithHeader__elements {
    padding: 40px 31px 20px 31px;
  }
  .layout-borderWithHeader__header {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #FFBF00;
  }
  .layout-borderWithHeader__header .borderWithHeader__left, .layout-borderWithHeader__header .borderWithHeader__center, .layout-borderWithHeader__header .borderWithHeader__right {
    display: table-cell;
    font-size: 28px;
    color: #000;
    vertical-align: middle;
    padding: 15px 0;
  }
  .layout-borderWithHeader__header .borderWithHeader__left, .layout-borderWithHeader__header .borderWithHeader__right {
    padding: 0 20px;
  }
  .layout-borderWithHeader__header .borderWithHeader__left a, .layout-borderWithHeader__header .borderWithHeader__right a {
    color: inherit;
    text-decoration: none;
    opacity: 0.5;
  }
  .layout-borderWithHeader__header .borderWithHeader__left a:hover, .layout-borderWithHeader__header .borderWithHeader__right a:hover {
    opacity: 1;
  }
  .layout-borderWithHeader__header .borderWithHeader__left a i, .layout-borderWithHeader__header .borderWithHeader__right a i {
    font-size: 30px;
    vertical-align: middle;
    margin-bottom: 4px;
  }
  .layout-borderWithHeader__header .borderWithHeader__center {
    text-align: center;
  }
  .layout-borderWithHeader__header .borderWithHeader__center a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
  }
  .layout-borderWithHeader__header .borderWithHeader__right {
    text-align: right;
  }
  .topicElements {
    width: 100%;
    overflow: hidden;
  }
  .topicElements .topicElement {
    width: 195px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin: 0 8px 20px 8px;
    float: left;
  }
  .topicElements .topicElement.no_img {
    background-position: top left;
    background-repeat: repeat;
    background-size: auto;
  }
  .topicElements .topicElement a {
    display: table;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #777;
    border-radius: 10px;
    padding: 5px;
  }
  .topicElements .topicElement a dl {
    display: table-cell;
    width: 100%;
    color: #000;
    text-align: center;
    vertical-align: middle;
  }
  .topicElements .topicElement a dl dt {
    font-size: 28px;
  }
  .topicElements .topicElement a dl dt span {
    font-size: 36px;
  }
  .topicElements .topicElement a dl dd {
    font-size: 20px;
  }
  .recommendTopics__elements {
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px 15px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .recommendTopics__elements.withMargin {
    margin-bottom: 20px;
  }
  .recommendTopics__elements .topicElement {
    width: 320px;
    margin: 0 20px 20px 20px;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .recommendTopics__elements .topicElement a {
    display: block;
    text-decoration: none;
  }
  .recommendTopics__elements .topicElement a .topicElement__image {
    height: 200px;
    background-color: #CCC;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
  }
  .recommendTopics__elements .topicElement a .topicElement__title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .recommendTopics__elements .topicElement a .topicElement__description {
    font-size: 12px;
    color: #999;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .recommendTopics__elements .topicElement a .topicElement__data {
    display: table;
    width: 100%;
    color: #999;
  }
  .recommendTopics__elements .topicElement a .topicElement__data .writerInfo, .recommendTopics__elements .topicElement a .topicElement__data .pageview {
    display: table-cell;
    vertical-align: middle;
  }
  .recommendTopics__elements .topicElement a .topicElement__data .writerInfo {
    width: 70%;
  }
  .recommendTopics__elements .topicElement a .topicElement__data .writerInfo .writerInfo__icon, .recommendTopics__elements .topicElement a .topicElement__data .writerInfo .writerInfo__name {
    display: table-cell;
    vertical-align: middle;
  }
  .recommendTopics__elements .topicElement a .topicElement__data .writerInfo .writerInfo__icon span {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #CCC;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin-right: 10px;
  }
  .recommendTopics__elements .topicElement a .topicElement__data .writerInfo .writerInfo__name {
    line-height: 1.2;
  }
  .recommendTopics__elements .topicElement a .topicElement__data .pageview {
    width: 30%;
    text-align: right;
  }
  .recommendShops__elements {
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 19px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .recommendShops__elements .shopElement {
    vertical-align: top;
    width: 320px;
    min-height: 165px;
    box-sizing: border-box;
    line-height: 1.4;
    background-color: #EEE;
    padding: 20px;
    margin: 0 10px 20px;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .recommendShops__elements .shopElement a {
    color: #000;
    text-decoration: none;
  }
  .recommendShops__elements .shopElement a .shopElement__name {
    font-size: 18px;
    font-weight: bold;
    color: #00A3D9;
    margin-bottom: 10px;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper {
    display: table;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .image_area {
    width: 80px;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .image_area .shopElement__image {
    display: table-cell;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #CCC;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .shopElement__data {
    display: table-cell;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .shopElement__data .data {
    padding-top: 3px;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .shopElement__data .icon {
    display: table-cell;
    width: 25px;
    vertical-align: top;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .shopElement__data .icon span {
    display: block;
    width: 21px;
    height: 21px;
    background-color: #555;
    border-radius: 50%;
    position: relative;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .shopElement__data .icon span i {
    font-size: 12px;
    color: #FFF;
    position: absolute;
    top: 4px;
    left: 7px;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .shopElement__data .icon span i.fa-phone {
    top: 5px;
    left: 6px;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .shopElement__data .icon span i.fa-subway {
    top: 5px;
    left: 6px;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .shopElement__data .data {
    display: table-cell;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .shopElement__data .shopElement__adddress, .recommendShops__elements .shopElement a .shopElement__wrapper .shopElement__data .nearestStation {
    margin-bottom: 5px;
  }
  .otherTopicsButton {
    display: block;
    margin: 0 auto 30px;
    width: 240px;
    padding: 8px 0;
    font-size: 20px;
    color: #666;
    background: linear-gradient(#FFF, #F8F8F8);
    text-align: center;
    text-decoration: none;
    border: 2px solid #CCC;
    box-sizing: border-box;
    border-radius: 8px;
  }
}
@media all and (max-width: 768px) {
  #layout-gourmetdays {
    width: 100%;
  }
  .imagepanel {
    width: 100%;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .imagepanel.no_img {
    background-position: top left;
    background-repeat: repeat;
    background-size: auto;
  }
  .imagepanel.detail {
    height: auto;
    box-sizing: border-box;
    padding: 40px 0;
  }
  .imagepanel .imagepanel__layer {
    display: table;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .imagepanel .imagepanel__layer.bg_clear {
    background-color: rgba(0, 0, 0, 0);
  }
  .imagepanel .imagepanel__layer .imagepanel__left, .imagepanel .imagepanel__layer .imagepanel__center, .imagepanel .imagepanel__layer .imagepanel__right {
    display: table-cell;
    vertical-align: middle;
  }
  .imagepanel .imagepanel__layer .imagepanel__left, .imagepanel .imagepanel__layer .imagepanel__right {
    padding: 0 20px;
  }
  .imagepanel .imagepanel__layer .imagepanel__left a, .imagepanel .imagepanel__layer .imagepanel__right a {
    color: inherit;
    text-decoration: none;
    opacity: 0.5;
  }
  .imagepanel .imagepanel__layer .imagepanel__left a:hover, .imagepanel .imagepanel__layer .imagepanel__right a:hover {
    opacity: 1;
  }
  .imagepanel .imagepanel__layer .imagepanel__left a i, .imagepanel .imagepanel__layer .imagepanel__right a i {
    font-size: 30px;
    vertical-align: middle;
    margin-bottom: 4px;
  }
  .imagepanel .imagepanel__layer .imagepanel__center {
    text-align: center;
  }
  .imagepanel .imagepanel__layer .imagepanel__center h1 {
    text-shadow: 0 0 10px #555, 0 0 10px #555, 0 0 10px #555;
  }
  .imagepanel .imagepanel__layer .imagepanel__center h1 a {
    color: inherit;
    text-decoration: none;
  }
  .imagepanel .imagepanel__layer .imagepanel__center h1 span {
    font-size: 42px;
  }
  .imagepanel .imagepanel__layer .imagepanel__center dl {
    display: inline-block;
    color: #000;
    line-height: 1.2;
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px;
  }
  .imagepanel .imagepanel__layer .imagepanel__center dl dt, .imagepanel .imagepanel__layer .imagepanel__center dl dt span, .imagepanel .imagepanel__layer .imagepanel__center dl dd {
    font-weight: bold;
  }
  .imagepanel .imagepanel__layer .imagepanel__center dl dt {
    font-size: 36px;
  }
  .imagepanel .imagepanel__layer .imagepanel__center dl dt span {
    font-size: 52px;
  }
  .imagepanel .imagepanel__layer .imagepanel__center dl dd {
    font-size: 40px;
  }
  .imagepanel .imagepanel__layer .imagepanel__right {
    text-align: right;
  }
  .textpanel {
    background-color: #FFF;
    padding: 20px;
  }
  .textpanel p {
    font-size: 20px;
  }
  .textpanel p span {
    display: inline-block;
    font-weight: bold;
    padding-top: 10px;
  }
  .layout-dailyTopics {
    background-color: #FFF1C9;
    padding: 40px 32px 20px 32px;
  }
  .layout-borderWithHeader {
    border: 1px solid #FFF;
    border-bottom: none;
  }
  .layout-borderWithHeader.withMargintop {
    margin-top: 0;
  }
  .layout-borderWithHeader .layout-borderWithHeader__elements {
    padding: 40px 31px 20px 31px;
  }
  .layout-borderWithHeader__header {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #FFBF00;
  }
  .layout-borderWithHeader__header .borderWithHeader__left, .layout-borderWithHeader__header .borderWithHeader__center, .layout-borderWithHeader__header .borderWithHeader__right {
    display: table-cell;
    font-size: 28px;
    color: #000;
    vertical-align: middle;
    padding: 15px 0;
  }
  .layout-borderWithHeader__header .borderWithHeader__left, .layout-borderWithHeader__header .borderWithHeader__right {
    padding: 0 20px;
  }
  .layout-borderWithHeader__header .borderWithHeader__left a, .layout-borderWithHeader__header .borderWithHeader__right a {
    color: inherit;
    text-decoration: none;
    opacity: 0.5;
  }
  .layout-borderWithHeader__header .borderWithHeader__left a:hover, .layout-borderWithHeader__header .borderWithHeader__right a:hover {
    opacity: 1;
  }
  .layout-borderWithHeader__header .borderWithHeader__left a i, .layout-borderWithHeader__header .borderWithHeader__right a i {
    font-size: 30px;
    vertical-align: middle;
    margin-bottom: 4px;
  }
  .layout-borderWithHeader__header .borderWithHeader__center {
    text-align: center;
  }
  .layout-borderWithHeader__header .borderWithHeader__center a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
  }
  .layout-borderWithHeader__header .borderWithHeader__right {
    text-align: right;
  }
  .topicElements {
    width: 633px;
    overflow: hidden;
    margin: 0 auto;
  }
  .topicElements .topicElement {
    width: 195px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin: 0 4px 8px 4px;
    float: left;
  }
  .topicElements .topicElement.no_img {
    background-position: top left;
    background-repeat: repeat;
    background-size: auto;
  }
  .topicElements .topicElement a {
    display: table;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #777;
    border-radius: 10px;
    padding: 5px;
  }
  .topicElements .topicElement a dl {
    display: table-cell;
    width: 100%;
    color: #000;
    text-align: center;
    vertical-align: middle;
  }
  .topicElements .topicElement a dl dt {
    font-size: 28px;
  }
  .topicElements .topicElement a dl dt span {
    font-size: 36px;
  }
  .topicElements .topicElement a dl dd {
    font-size: 20px;
  }
  .recommendTopics__elements {
    display: flex;
    flex-direction: column;
  }
  .recommendTopics__elements .topicElement {
    width: 100%;
    border-bottom: 2px solid #DDD;
  }
  .recommendTopics__elements .topicElement.noOtherTopic:last-child {
    border-bottom: none;
  }
  .recommendTopics__elements .topicElement a {
    display: table;
    width: 100%;
    text-decoration: none;
  }
  .recommendTopics__elements .topicElement a .topicElement__image {
    width: 140px;
    height: 140px;
    background-color: #CCC;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .recommendTopics__elements .topicElement a .topicElement__wrapper {
    display: table-cell;
    vertical-align: top;
    padding: 20px 25px;
  }
  .recommendTopics__elements .topicElement a .topicElement__wrapper .topicElement__title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .recommendTopics__elements .topicElement a .topicElement__wrapper .topicElement__description {
    font-size: 20px;
    color: #999;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .recommendTopics__elements .topicElement a .topicElement__wrapper .topicElement__data {
    display: table;
    color: #999;
  }
  .recommendTopics__elements .topicElement a .topicElement__wrapper .topicElement__data .writerInfo, .recommendTopics__elements .topicElement a .topicElement__wrapper .topicElement__data .pageview {
    display: table-cell;
    vertical-align: middle;
  }
  .recommendTopics__elements .topicElement a .topicElement__wrapper .topicElement__data .writerInfo .writerInfo__icon, .recommendTopics__elements .topicElement a .topicElement__wrapper .topicElement__data .writerInfo .writerInfo__name {
    display: table-cell;
    vertical-align: middle;
  }
  .recommendTopics__elements .topicElement a .topicElement__wrapper .topicElement__data .writerInfo .writerInfo__icon {
    display: none;
  }
  .recommendTopics__elements .topicElement a .topicElement__wrapper .topicElement__data .writerInfo .writerInfo__name {
    line-height: 1.2;
  }
  .recommendTopics__elements .topicElement a .topicElement__wrapper .topicElement__data .pageview {
    text-align: left;
    padding-left: 10px;
  }
  .recommendShops__elements .shopElement {
    vertical-align: top;
    line-height: 1.4;
    border-bottom: 2px solid #DDD;
    padding: 20px;
  }
  .recommendShops__elements .shopElement:last-child {
    border-bottom: none;
  }
  .recommendShops__elements .shopElement a {
    color: #000;
    text-decoration: none;
  }
  .recommendShops__elements .shopElement a .shopElement__name {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper {
    display: table;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .image_area {
    width: 120px;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .image_area .shopElement__image {
    display: table-cell;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #CCC;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .shopElement__data {
    display: table-cell;
    font-size: 20px;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .shopElement__data .icon {
    display: table-cell;
    width: 25px;
    vertical-align: top;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .shopElement__data .icon span {
    display: block;
    width: 21px;
    height: 21px;
    background-color: #555;
    border-radius: 50%;
    position: relative;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .shopElement__data .icon span i {
    font-size: 12px;
    color: #FFF;
    position: absolute;
    top: 4px;
    left: 7px;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .shopElement__data .icon span i.fa-phone {
    top: 5px;
    left: 6px;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .shopElement__data .data {
    display: table-cell;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .shopElement__data .shopElement__adddress, .recommendShops__elements .shopElement a .shopElement__wrapper .shopElement__data .nearestStation {
    margin-bottom: 5px;
  }
  .otherTopicsButton {
    display: block;
    width: 145px;
    padding: 8px 0;
    margin: 10px auto;
    font-size: 12px;
    border: 1px solid #CCC;
    color: #666;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(#FFF, #F8F8F8);
    border-radius: 5px;
  }
}
@media all and (max-width: 640px) {
  #layout-gourmetdays {
    width: 100%;
  }
  .imagepanel {
    width: 100%;
    height: 75px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .imagepanel.no_img {
    background-position: top left;
    background-repeat: repeat;
    background-size: auto;
  }
  .imagepanel.detail {
    height: auto;
    box-sizing: border-box;
    padding: 20px 0;
  }
  .imagepanel .imagepanel__layer {
    display: table;
    width: 100%;
    height: 100%;
    font-size: 10px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .imagepanel .imagepanel__layer.bg_clear {
    background-color: rgba(0, 0, 0, 0);
  }
  .imagepanel .imagepanel__layer .imagepanel__left, .imagepanel .imagepanel__layer .imagepanel__center, .imagepanel .imagepanel__layer .imagepanel__right {
    display: table-cell;
    vertical-align: middle;
  }
  .imagepanel .imagepanel__layer .imagepanel__left, .imagepanel .imagepanel__layer .imagepanel__right {
    padding: 0 10px;
  }
  .imagepanel .imagepanel__layer .imagepanel__left a, .imagepanel .imagepanel__layer .imagepanel__right a {
    color: inherit;
    text-decoration: none;
    opacity: 0.5;
  }
  .imagepanel .imagepanel__layer .imagepanel__left a:hover, .imagepanel .imagepanel__layer .imagepanel__right a:hover {
    opacity: 1;
  }
  .imagepanel .imagepanel__layer .imagepanel__left a i, .imagepanel .imagepanel__layer .imagepanel__right a i {
    font-size: 15px;
    vertical-align: middle;
    margin-bottom: 2px;
  }
  .imagepanel .imagepanel__layer .imagepanel__center {
    text-align: center;
  }
  .imagepanel .imagepanel__layer .imagepanel__center h1 {
    text-shadow: 0 0 10px #555, 0 0 10px #555, 0 0 10px #555;
  }
  .imagepanel .imagepanel__layer .imagepanel__center h1 a {
    color: inherit;
    text-decoration: none;
  }
  .imagepanel .imagepanel__layer .imagepanel__center h1 span {
    font-size: 21px;
  }
  .imagepanel .imagepanel__layer .imagepanel__center dl {
    display: inline-block;
    color: #000;
    line-height: 1.2;
    background-color: #FFF;
    border-radius: 5px;
    padding: 10px;
  }
  .imagepanel .imagepanel__layer .imagepanel__center dl dt, .imagepanel .imagepanel__layer .imagepanel__center dl dt span, .imagepanel .imagepanel__layer .imagepanel__center dl dd {
    font-weight: bold;
  }
  .imagepanel .imagepanel__layer .imagepanel__center dl dt {
    font-size: 18px;
  }
  .imagepanel .imagepanel__layer .imagepanel__center dl dt span {
    font-size: 26px;
  }
  .imagepanel .imagepanel__layer .imagepanel__center dl dd {
    font-size: 20px;
  }
  .imagepanel .imagepanel__layer .imagepanel__right {
    text-align: right;
  }
  .textpanel {
    background-color: #FFF;
    padding: 10px;
  }
  .textpanel p {
    font-size: 10px;
  }
  .textpanel p span {
    display: inline-block;
    font-weight: bold;
    padding-top: 5px;
  }
  .layout-dailyTopics {
    background-color: #FFF1C9;
    padding: 20px 0 10px 0;
  }
  .layout-borderWithHeader {
    border: 1px solid #FFF;
  }
  .layout-borderWithHeader.withMargintop {
    margin-top: 0;
  }
  .layout-borderWithHeader .layout-borderWithHeader__elements {
    width: 318px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
  }
  .layout-borderWithHeader__header {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #FFBF00;
  }
  .layout-borderWithHeader__header .borderWithHeader__left, .layout-borderWithHeader__header .borderWithHeader__center, .layout-borderWithHeader__header .borderWithHeader__right {
    display: table-cell;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
    padding: 7.5px 0;
  }
  .layout-borderWithHeader__header .borderWithHeader__left, .layout-borderWithHeader__header .borderWithHeader__right {
    padding: 0 10px;
  }
  .layout-borderWithHeader__header .borderWithHeader__left a, .layout-borderWithHeader__header .borderWithHeader__right a {
    color: inherit;
    text-decoration: none;
    opacity: 0.5;
  }
  .layout-borderWithHeader__header .borderWithHeader__left a:hover, .layout-borderWithHeader__header .borderWithHeader__right a:hover {
    opacity: 1;
  }
  .layout-borderWithHeader__header .borderWithHeader__left a i, .layout-borderWithHeader__header .borderWithHeader__right a i {
    font-size: 15px;
    vertical-align: middle;
    margin-bottom: 2px;
  }
  .layout-borderWithHeader__header .borderWithHeader__center {
    font-weight: bold;
    text-align: center;
  }
  .layout-borderWithHeader__header .borderWithHeader__right {
    text-align: right;
  }
  .topicElements {
    width: 298px;
    overflow: hidden;
    margin: 0 auto;
  }
  .topicElements .topicElement {
    width: 95px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    margin: 0 2px 4px 2px;
    float: left;
  }
  .topicElements .topicElement.no_img {
    background-position: top left;
    background-repeat: repeat;
    background-size: auto;
  }
  .topicElements .topicElement a {
    display: table;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #777;
    border-radius: 5px;
    padding: 2.5px;
  }
  .topicElements .topicElement a dl {
    display: table-cell;
    width: 100%;
    color: #000;
    text-align: center;
    vertical-align: middle;
  }
  .topicElements .topicElement a dl dt {
    font-size: 14px;
  }
  .topicElements .topicElement a dl dt span {
    font-size: 18px;
  }
  .topicElements .topicElement a dl dd {
    font-size: 10px;
  }
  .recommendTopics__elements {
    display: flex;
    flex-direction: column;
  }
  .recommendTopics__elements .topicElement {
    width: 100%;
    border-bottom: 1px solid #DDD;
  }
  .recommendTopics__elements .topicElement.noOtherTopics:last-child {
    border-bottom: none;
  }
  .recommendTopics__elements .topicElement a {
    display: table;
    width: 100%;
    text-decoration: none;
  }
  .recommendTopics__elements .topicElement a .topicElement__image {
    width: 70px;
    height: 70px;
    background-color: #CCC;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .recommendTopics__elements .topicElement a .topicElement__wrapper {
    display: table-cell;
    vertical-align: top;
    padding: 10px 12.5px;
  }
  .recommendTopics__elements .topicElement a .topicElement__wrapper .topicElement__title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .recommendTopics__elements .topicElement a .topicElement__wrapper .topicElement__description {
    font-size: 10px;
    color: #999;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .recommendTopics__elements .topicElement a .topicElement__wrapper .topicElement__data {
    display: table;
    color: #999;
  }
  .recommendTopics__elements .topicElement a .topicElement__wrapper .topicElement__data .writerInfo, .recommendTopics__elements .topicElement a .topicElement__wrapper .topicElement__data .pageview {
    display: table-cell;
    vertical-align: middle;
  }
  .recommendTopics__elements .topicElement a .topicElement__wrapper .topicElement__data .writerInfo .writerInfo__icon, .recommendTopics__elements .topicElement a .topicElement__wrapper .topicElement__data .writerInfo .writerInfo__name {
    display: table-cell;
    vertical-align: middle;
  }
  .recommendTopics__elements .topicElement a .topicElement__wrapper .topicElement__data .writerInfo .writerInfo__icon {
    display: none;
  }
  .recommendTopics__elements .topicElement a .topicElement__wrapper .topicElement__data .writerInfo .writerInfo__name {
    line-height: 1.2;
  }
  .recommendTopics__elements .topicElement a .topicElement__wrapper .topicElement__data .pageview {
    text-align: left;
    padding-left: 5px;
  }
  .recommendShops__elements .shopElement {
    border-bottom: 1px solid #DDD;
    padding: 15px 10px;
  }
  .recommendShops__elements .shopElement a .shopElement__name {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .image_area {
    width: 80px;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .image_area .shopElement__image {
    width: 70px;
    height: 70px;
  }
  .recommendShops__elements .shopElement a .shopElement__wrapper .shopElement__data {
    font-size: 12px;
  }
}
@media all and (min-width: 769px) {
  #www_container .js-search-form {
    display: none;
  }
  #www_container .topicmapHeader {
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
  }
  #www_container .topicmapHeader .topicmapsHeaderInner {
    display: table;
    width: 100%;
    padding: 20px 0;
  }
  #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__left, #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__center, #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__right {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
  }
  #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__left, #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__right {
    width: 20%;
  }
  #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__center {
    text-align: center;
  }
  #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__center img {
    width: 110px;
  }
  #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__left {
    padding-left: 20px;
  }
  #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__left i {
    font-size: 36px;
    color: #777;
  }
  #www_container #www_header {
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
  }
  #www_container #www_header #www_header_inner {
    width: 1040px;
    margin: 0 auto;
    overflow: hidden;
  }
  #www_container #www_header #www_header_inner #left_space {
    width: 40%;
    padding-top: 30px;
    float: left;
  }
  #www_container #www_header #www_header_inner #left_space .search_parts form {
    position: relative;
  }
  #www_container #www_header #www_header_inner #left_space .search_parts form input[type=text] {
    width: 200px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 5px 8px;
    outline: none;
  }
  #www_container #www_header #www_header_inner #left_space .search_parts form input[type=submit] {
    position: absolute;
    left: 168px;
    top: 7px;
    width: 30px;
    font-family: FontAwesome;
    cursor: pointer;
    background-color: #FFF;
    border: none;
    outline: none;
  }
  #www_container #www_header #www_header_inner #left_space a.notice {
    display: none;
  }
  #www_container #www_header #www_header_inner #left_space .btns {
    display: none;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form {
    width: 100%;
    display: block;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements {
    display: table;
    vertical-align: middle;
    border: 1px solid #CCC;
    border-radius: 6px;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_area, #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_kw, #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .btn {
    display: table-cell;
    vertical-align: middle;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_area input, #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_kw input, #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .btn input {
    font-size: 12px;
    border: none;
    outline: none;
    -webkit-appearance: none;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_area, #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_kw {
    padding: 4px 0;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_area input[type=text], #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_kw input[type=text] {
    color: #999;
    padding: 0 8px;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_kw {
    border-left: 1px dotted #CCC;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .btn {
    background-color: #EEE;
    border-left: 1px solid #CCC;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .btn input[type=submit] {
    display: block;
    font-family: FontAwesome;
    background-color: #EEE;
    padding: 0 10px;
    cursor: pointer;
  }
  #www_container #www_header #www_header_inner #center_space {
    width: 20%;
    text-align: center;
    padding: 25px 0;
    float: left;
  }
  #www_container #www_header #www_header_inner #center_space img {
    display: block;
    width: 92px;
    margin: 0 auto;
  }
  #www_container #www_header #www_header_inner #right_space {
    width: 40%;
    padding-top: 35px;
    float: left;
  }
  #www_container #www_header #www_header_inner #right_space #menu_opener {
    display: none;
  }
  #www_container #www_header #www_header_inner #right_space ul {
    text-align: right;
  }
  #www_container #www_header #www_header_inner #right_space ul li {
    display: inline;
    font-size: 13px;
    color: #333;
    margin-right: 10px;
  }
  #www_container #www_header #www_header_inner #right_space ul li.totop {
    display: none;
  }
  #www_container #www_header #www_header_inner #right_space ul li.notice {
    padding-left: 5px;
  }
  #www_container #www_header #www_header_inner #right_space ul li.notice span.icon {
    position: relative;
  }
  #www_container #www_header #www_header_inner #right_space ul li.notice span.icon i {
    display: inline-block;
    font-size: 18px;
  }
  #www_container #www_header #www_header_inner #right_space ul li.notice span.icon em {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    font-size: 12px;
    text-align: center;
    color: #FFF;
    background-color: #F83F26;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -6px;
  }
  #www_container #www_header #www_header_inner #right_space ul li.notice span.ttl {
    display: none;
  }
  #www_container #www_header #www_header_inner #right_space ul li.subscriptions span.ttl {
    display: none;
  }
  #www_container #www_header #www_header_inner #right_space ul li.logout {
    display: none;
  }
  #www_container #www_header #www_header_inner #right_space ul li.nick_name a img {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 4px;
  }
  #www_container #www_header #www_header_inner #right_space ul li a {
    color: inherit;
    text-decoration: none;
  }
  #www_container #www_header #www_header_inner #right_space ul li a i {
    display: none;
  }
  #www_container #mypage_header {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 2px solid #EEE;
    padding: 30px 24px;
  }
  #www_container #mypage_header #left_space {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
  }
  #www_container #mypage_header #left_space #menu_opener {
    cursor: pointer;
  }
  #www_container #mypage_header #left_space a {
    display: block;
    width: 30px;
    height: 30px;
    color: #777;
    text-decoration: none;
  }
  #www_container #mypage_header #left_space a i {
    font-size: 36px;
  }
  #www_container #mypage_header #center_space {
    display: table-cell;
    width: 60%;
    text-align: center;
    vertical-align: middle;
  }
  #www_container #mypage_header #center_space h1 {
    font-size: 28px;
    color: #777;
  }
  #www_container #mypage_header #center_space a img {
    width: 110px;
  }
  #www_container #mypage_header #right_space {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
  }
  #www_container #mypage_header #right_space img {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 0 0 auto;
  }
  #www_container #mypage_header #right_space a {
    display: block;
    width: 30px;
    height: 30px;
    color: #777;
    text-decoration: none;
    margin: 0 0 0 auto;
  }
  #www_container #mypage_header #right_space a i {
    font-size: 36px;
  }
  #www_container #notifications_header {
    display: table;
    width: 100%;
    box-sizing: border-box;
    background-color: #FFF;
    border-bottom: 2px solid #EEE;
    padding: 30px 24px;
  }
  #www_container #notifications_header #left_space, #www_container #notifications_header #right_space {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
  }
  #www_container #notifications_header #left_space a, #www_container #notifications_header #right_space a {
    display: block;
    width: 30px;
    height: 30px;
    color: #777;
    text-decoration: none;
  }
  #www_container #notifications_header #left_space a i, #www_container #notifications_header #right_space a i {
    font-size: 36px;
  }
  #www_container #notifications_header #left_space #menu_opener {
    cursor: pointer;
  }
  #www_container #notifications_header #center_space {
    display: table-cell;
    width: 60%;
    text-align: center;
    vertical-align: middle;
  }
  #www_container #notifications_header #center_space h1 {
    font-size: 28px;
    color: #000;
  }
  #www_container #notifications_header #center_space h1 span {
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    vertical-align: middle;
    background-color: #808080;
    padding: 2px 5px;
  }
  #www_container #notifications_header #center_space a img {
    width: 110px;
  }
  #www_container #notifications_header #right_space a {
    margin: 0 0 0 auto;
  }
}
@media all and (max-width: 768px) {
  #www_container .topicmapHeader {
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
  }
  #www_container .topicmapHeader .topicmapsHeaderInner {
    display: table;
    width: 100%;
    padding: 20px 0;
  }
  #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__left, #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__center, #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__right {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
  }
  #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__left, #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__right {
    width: 20%;
  }
  #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__center {
    text-align: center;
  }
  #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__center img {
    width: 110px;
  }
  #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__left {
    padding-left: 20px;
  }
  #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__left i {
    font-size: 36px;
    color: #777;
  }
  #www_container #www_header {
    width: 100%;
    background-color: #FFF;
  }
  #www_container #www_header #www_header_inner {
    width: 100%;
    overflow: hidden;
  }
  #www_container #www_header #www_header_inner #left_space {
    width: 20%;
    box-sizing: border-box;
    padding: 30px 28px 0 0;
    float: right;
  }
  #www_container #www_header #www_header_inner #left_space a.notice {
    display: block;
    width: 40px;
    height: 40px;
    color: #777;
    margin: 0 0 0 auto;
    position: relative;
  }
  #www_container #www_header #www_header_inner #left_space a.notice i {
    font-size: 40px;
  }
  #www_container #www_header #www_header_inner #left_space a.notice em {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    background-color: #F83F26;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: -5px;
  }
  #www_container #www_header #www_header_inner #left_space .btns {
    display: table;
    margin-left: auto;
  }
  #www_container #www_header #www_header_inner #left_space .btns .search_btn, #www_container #www_header #www_header_inner #left_space .btns .notice_btn {
    display: table-cell;
  }
  #www_container #www_header #www_header_inner #left_space .btns .search_btn i, #www_container #www_header #www_header_inner #left_space .btns .notice_btn i {
    font-size: 40px;
    color: #777;
  }
  #www_container #www_header #www_header_inner #left_space .btns .notice_btn {
    padding-left: 20px;
  }
  #www_container #www_header #www_header_inner #left_space .btns .notice_btn a {
    display: block;
    width: 40px;
    height: 40px;
    color: #777;
    margin: 0 0 0 auto;
    position: relative;
  }
  #www_container #www_header #www_header_inner #left_space .btns .notice_btn a em {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    background-color: #F83F26;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -10px;
  }
  #www_container #www_header #www_header_inner #center_space {
    width: 60%;
    float: right;
  }
  #www_container #www_header #www_header_inner #center_space img {
    display: block;
    width: 110px;
    margin: 25px auto;
  }
  #www_container #www_header #www_header_inner #right_space {
    width: 20%;
    box-sizing: border-box;
    padding: 30px 0 0 28px;
    float: right;
  }
  #www_container #www_header #www_header_inner #right_space #menu_opener {
    cursor: pointer;
  }
  #www_container #www_header #www_header_inner #right_space #menu_opener a {
    display: block;
    width: 40px;
    height: 40px;
    color: #777;
  }
  #www_container #www_header #www_header_inner #right_space #menu_opener a i {
    font-size: 40px;
  }
  #www_container #www_header #www_header_inner #right_space ul {
    display: none;
  }
  #www_container #mypage_header {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 2px solid #EEE;
    padding: 30px 24px;
  }
  #www_container #mypage_header #left_space {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
  }
  #www_container #mypage_header #left_space #menu_opener {
    cursor: pointer;
  }
  #www_container #mypage_header #left_space a {
    display: block;
    width: 30px;
    height: 30px;
    color: #777;
    text-decoration: none;
  }
  #www_container #mypage_header #left_space a i {
    font-size: 36px;
  }
  #www_container #mypage_header #center_space {
    display: table-cell;
    width: 60%;
    text-align: center;
    vertical-align: middle;
  }
  #www_container #mypage_header #center_space h1 {
    font-size: 28px;
    color: #777;
  }
  #www_container #mypage_header #center_space a img {
    width: 110px;
  }
  #www_container #mypage_header #right_space {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
  }
  #www_container #mypage_header #right_space img {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 0 0 auto;
  }
  #www_container #mypage_header #right_space img.user_image {
    width: 40px;
    height: 40px;
  }
  #www_container #notifications_header {
    display: table;
    width: 100%;
    box-sizing: border-box;
    background-color: #FFF;
    border-bottom: 2px solid #EEE;
    padding: 0 24px;
  }
  #www_container #notifications_header #left_space, #www_container #notifications_header #right_space {
    display: table-cell;
    width: 20%;
    padding: 30px 0;
    vertical-align: middle;
  }
  #www_container #notifications_header #left_space a, #www_container #notifications_header #right_space a {
    display: block;
    width: 30px;
    height: 30px;
    color: #777;
    text-decoration: none;
  }
  #www_container #notifications_header #left_space a i, #www_container #notifications_header #right_space a i {
    font-size: 36px;
  }
  #www_container #notifications_header #left_space #menu_opener {
    cursor: pointer;
  }
  #www_container #notifications_header #center_space {
    display: table-cell;
    width: 60%;
    text-align: center;
    vertical-align: middle;
  }
  #www_container #notifications_header #center_space h1 {
    font-size: 28px;
    color: #000;
  }
  #www_container #notifications_header #center_space h1 span {
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    vertical-align: middle;
    background-color: #808080;
    padding: 2px 5px;
  }
  #www_container #notifications_header #center_space a img {
    width: 110px;
  }
  #www_container #notifications_header #right_space a {
    margin: 0 0 0 auto;
  }
  form.js-search-form {
    display: none;
    width: 100%;
    padding: 0 28px 20px 28px;
    box-sizing: border-box;
  }
  form.js-search-form.toggle {
    display: block;
  }
  form.js-search-form .form_elements {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #CCC;
    border-radius: 6px;
  }
  form.js-search-form .form_elements .input_area, form.js-search-form .form_elements .input_kw, form.js-search-form .form_elements .btn {
    display: table-cell;
    vertical-align: middle;
  }
  form.js-search-form .form_elements .input_area input, form.js-search-form .form_elements .input_kw input, form.js-search-form .form_elements .btn input {
    font-size: 24px;
    border: none;
    outline: none;
    -webkit-appearance: none;
  }
  form.js-search-form .form_elements .input_area, form.js-search-form .form_elements .input_kw {
    padding: 4px 0;
  }
  form.js-search-form .form_elements .input_area input[type=text], form.js-search-form .form_elements .input_kw input[type=text] {
    width: 100%;
    box-sizing: border-box;
    color: #999;
    padding: 0 8px;
  }
  form.js-search-form .form_elements .input_area {
    width: 35%;
  }
  form.js-search-form .form_elements .input_kw {
    width: 45%;
    border-left: 2px dotted #CCC;
  }
  form.js-search-form .form_elements .btn {
    text-align: center;
    width: 20%;
    background-color: #EEE;
    border-left: 2px solid #CCC;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  form.js-search-form .form_elements .btn input[type=submit] {
    font-family: FontAwesome;
    background-color: #EEE;
    cursor: pointer;
  }
}
@media all and (max-width: 640px) {
  #www_container .topicmapHeader {
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
  }
  #www_container .topicmapHeader .topicmapsHeaderInner {
    display: table;
    width: 100%;
    padding: 10px 0;
  }
  #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__left, #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__center, #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__right {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
  }
  #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__left, #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__right {
    width: 20%;
  }
  #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__center {
    text-align: center;
  }
  #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__center img {
    width: 55px;
  }
  #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__left {
    padding-left: 10px;
  }
  #www_container .topicmapHeader .topicmapsHeaderInner .topicmapsHeader__left i {
    font-size: 18px;
    color: #777;
  }
  #www_container #www_header {
    width: 100%;
    background-color: #FFF;
  }
  #www_container #www_header #www_header_inner {
    width: 100%;
    overflow: hidden;
  }
  #www_container #www_header #www_header_inner #left_space {
    width: 20%;
    box-sizing: border-box;
    padding: 15px 14px 0 0;
    float: right;
  }
  #www_container #www_header #www_header_inner #left_space a.notice {
    display: block;
    width: 20px;
    height: 20px;
    color: #777;
    margin: 0 0 0 auto;
    position: relative;
  }
  #www_container #www_header #www_header_inner #left_space a.notice i {
    font-size: 20px;
  }
  #www_container #www_header #www_header_inner #left_space a.notice em {
    display: inline-block;
    width: 12px;
    height: 12px;
    font-size: 8px;
    color: #FFF;
    text-align: center;
    background-color: #F83F26;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: -5px;
  }
  #www_container #www_header #www_header_inner #left_space .btns {
    display: table;
    margin-left: auto;
  }
  #www_container #www_header #www_header_inner #left_space .btns .search_btn, #www_container #www_header #www_header_inner #left_space .btns .notice_btn {
    display: table-cell;
  }
  #www_container #www_header #www_header_inner #left_space .btns .search_btn i, #www_container #www_header #www_header_inner #left_space .btns .notice_btn i {
    font-size: 20px;
    color: #777;
  }
  #www_container #www_header #www_header_inner #left_space .btns .notice_btn {
    padding-left: 10px;
  }
  #www_container #www_header #www_header_inner #left_space .btns .notice_btn a {
    display: block;
    width: 20px;
    height: 20px;
    color: #777;
    margin: 0 0 0 auto;
    position: relative;
  }
  #www_container #www_header #www_header_inner #left_space .btns .notice_btn a em {
    display: inline-block;
    width: 12px;
    height: 12px;
    font-size: 8px;
    color: #FFF;
    text-align: center;
    background-color: #F83F26;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: -5px;
  }
  #www_container #www_header #www_header_inner #center_space {
    width: 60%;
    float: right;
  }
  #www_container #www_header #www_header_inner #center_space img {
    display: block;
    width: 55px;
    margin: 12px auto;
  }
  #www_container #www_header #www_header_inner #right_space {
    width: 20%;
    box-sizing: border-box;
    padding: 15px 0 0 14px;
    float: right;
  }
  #www_container #www_header #www_header_inner #right_space #menu_opener {
    cursor: pointer;
  }
  #www_container #www_header #www_header_inner #right_space #menu_opener a {
    display: block;
    width: 20px;
    height: 20px;
    color: #777;
  }
  #www_container #www_header #www_header_inner #right_space #menu_opener a i {
    font-size: 26px;
  }
  #www_container #www_header #www_header_inner #right_space ul {
    display: none;
  }
  #www_container #mypage_header {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #EEE;
    padding: 15px 12px;
  }
  #www_container #mypage_header #left_space {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
  }
  #www_container #mypage_header #left_space #menu_opener {
    cursor: pointer;
  }
  #www_container #mypage_header #left_space a {
    display: block;
    width: 15px;
    height: 15px;
    color: #777;
    text-decoration: none;
  }
  #www_container #mypage_header #left_space a i {
    font-size: 18px;
  }
  #www_container #mypage_header #center_space {
    display: table-cell;
    width: 60%;
    text-align: center;
    vertical-align: middle;
  }
  #www_container #mypage_header #center_space h1 {
    font-size: 14px;
    color: #777;
  }
  #www_container #mypage_header #center_space a img {
    width: 55px;
  }
  #www_container #mypage_header #right_space {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
  }
  #www_container #mypage_header #right_space img {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 0 0 auto;
  }
  #www_container #mypage_header #right_space img.user_image {
    width: 30px;
    height: 30px;
  }
  #www_container #notifications_header {
    display: table;
    width: 100%;
    box-sizing: border-box;
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
    padding: 0 12px;
  }
  #www_container #notifications_header #left_space, #www_container #notifications_header #right_space {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    padding: 15px 0;
  }
  #www_container #notifications_header #left_space a, #www_container #notifications_header #right_space a {
    display: block;
    width: 15px;
    height: 15px;
    color: #777;
    text-decoration: none;
  }
  #www_container #notifications_header #left_space a i, #www_container #notifications_header #right_space a i {
    font-size: 18px;
  }
  #www_container #notifications_header #left_space #menu_opener {
    cursor: pointer;
  }
  #www_container #notifications_header #center_space {
    display: table-cell;
    width: 60%;
    text-align: center;
    vertical-align: middle;
  }
  #www_container #notifications_header #center_space h1 {
    font-size: 14px;
    color: #000;
  }
  #www_container #notifications_header #center_space a img {
    width: 55px;
  }
  #www_container #notifications_header #right_space a {
    margin: 0 0 0 auto;
  }
  form.js-search-form {
    display: none;
    width: 100%;
    padding: 0 14px 10px 14px;
    box-sizing: border-box;
  }
  form.js-search-form.toggle {
    display: block;
  }
  form.js-search-form .form_elements {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #CCC;
    border-radius: 3px;
  }
  form.js-search-form .form_elements .input_area, form.js-search-form .form_elements .input_kw, form.js-search-form .form_elements .btn {
    display: table-cell;
    vertical-align: middle;
  }
  form.js-search-form .form_elements .input_area input, form.js-search-form .form_elements .input_kw input, form.js-search-form .form_elements .btn input {
    font-size: 12px;
    border: none;
    outline: none;
    -webkit-appearance: none;
  }
  form.js-search-form .form_elements .input_area, form.js-search-form .form_elements .input_kw {
    width: 40%;
    padding: 2px 0;
  }
  form.js-search-form .form_elements .input_area input[type=text], form.js-search-form .form_elements .input_kw input[type=text] {
    width: 100%;
    box-sizing: border-box;
    color: #999;
    padding: 0 4px;
  }
  form.js-search-form .form_elements .input_area {
    width: 35%;
  }
  form.js-search-form .form_elements .input_kw {
    width: 45%;
  }
  form.js-search-form .form_elements .btn {
    text-align: center;
    width: 20%;
    background-color: #EEE;
    border-left: 1px solid #CCC;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  form.js-search-form .form_elements .btn input[type=submit] {
    font-family: FontAwesome;
    background-color: #EEE;
    cursor: pointer;
  }
}
#build-menu {
  background-color: #333 !important;
}
#build-menu ul li {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media all and (max-width: 768px) {
  #build-menu ul li.edit_article {
    display: none;
  }
}
#build-menu ul li.subscriptions {
  padding: 0;
  margin-bottom: 0;
}
#build-menu ul li a {
  display: table;
  width: 220px;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  padding: 10px;
}
#build-menu ul li a span {
  display: table-cell;
  vertical-align: middle;
}
#build-menu ul li a span.icon {
  width: 30px;
}
#build-menu ul li a span.icon i {
  font-size: 20px;
}
#build-menu ul li a span.icon em {
  display: none;
}
#build-menu ul li a span.icon img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: middle;
}
#build-menu ul li a span.ttl em {
  display: inline-block;
  width: 2em;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  background-color: #F83F26;
  border-radius: 6px;
}

#build-menu-page {
  background-color: #FFF !important;
}

#build-menu-overlay {
  background-color: rgb(0, 0, 0) !important;
  opacity: 0.7 !important;
}

@media all and (min-width: 769px) {
  #www_container #content_top {
    width: 1040px;
    margin: 0 auto;
    overflow: hidden;
  }
  #www_container #content_top.rankings {
    margin-top: 30px;
  }
  #www_container #content_top #col_wrap {
    width: 901px;
    box-sizing: border-box;
    float: right;
    overflow: hidden;
  }
  #www_container #content_top #col_wrap #main {
    width: 601px;
    float: left;
  }
  #www_container #content_top #col_wrap #main #main_inner {
    border-left: 1px solid #DDD;
    padding: 0 20px;
  }
  #www_container #content_top #col_wrap #sub {
    width: 300px;
    float: right;
  }
  #www_container #content_top #categories, #www_container #content_top #brands, #www_container #content_top #shop_categories {
    width: 139px;
    float: left;
  }
  #www_container #content_search {
    width: 1070px;
    margin: 0 auto;
    overflow: hidden;
  }
  #www_container #content_topic.show, #www_container #content_topic.list, #www_container #content_topic.edit, #www_container #content_topic.shops, #www_container #content_search_result {
    display: flex;
    justify-content: space-between;
    width: 1040px;
    margin: 30px auto;
  }
  #www_container #content_topic.show #main, #www_container #content_topic.list #main, #www_container #content_topic.edit #main, #www_container #content_topic.shops #main, #www_container #content_search_result #main {
    width: 720px;
  }
  #www_container #content_topic.show #sub, #www_container #content_topic.list #sub, #www_container #content_topic.edit #sub, #www_container #content_topic.shops #sub, #www_container #content_search_result #sub {
    width: 280px;
  }
}
.bx-wrapper {
  background-color: #F4F3F0;
}

@media all and (min-width: 769px) {
  .customControls {
    position: relative;
  }
  .customControls .customControls__button--next a, .customControls .customControls__button--prev a {
    display: block;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 999;
  }
  .customControls .customControls__button--next a {
    background-image: url(/images/bx_next.png);
    right: 20px;
  }
  .customControls .customControls__button--prev a {
    background-image: url(/images/bx_prev.png);
    left: 20px;
  }
  .topicmapDisplay {
    width: 100%;
    height: 550px;
  }
  .shopsInMap {
    width: 100%;
  }
  .shopsInMap .layoutShopdata {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner {
    display: table;
    width: 100%;
    padding: 20px 0;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner figure, .shopsInMap .layoutShopdata .layoutShopdataInner .shopData {
    display: table-cell;
    vertical-align: top;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner figure {
    width: 144px;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner figure .shopImage {
    width: 120px;
    height: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner .shopData {
    color: #333;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner .shopData .shopData__shopname {
    font-size: 36px;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner .shopData .shopData__shopname a {
    font-weight: bold;
    color: #00A3D9;
    text-decoration: none;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner .shopData .shopData__shopaddress {
    font-size: 26px;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner .shopData .shopData__shoptel a {
    display: block;
    width: 370px;
    font-size: 42px;
    font-family: FontAwesome;
    color: #FFF;
    text-decoration: none;
    background-color: #00A3D9;
    border-radius: 10px;
    padding: 10px;
  }
  .shopsInMap .relatedTopics {
    background-color: #FFF;
    border: 2px solid #DDD;
    padding: 20px;
  }
  .shopsInMap .relatedTopics .relatedTopics__title {
    font-size: 24px;
    font-weight: bold;
    color: #777;
    margin-bottom: 10px;
  }
  .shopsInMap .relatedTopics .relatedTopic {
    display: table;
    width: 100%;
  }
  .shopsInMap .relatedTopics .relatedTopic figure, .shopsInMap .relatedTopics .relatedTopic .topicData {
    display: table-cell;
    vertical-align: top;
  }
  .shopsInMap .relatedTopics .relatedTopic figure {
    width: 140px;
  }
  .shopsInMap .relatedTopics .relatedTopic figure .relatedTopic__image {
    width: 120px;
    height: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .shopsInMap .relatedTopics .relatedTopic .topicData .topicData__topictitle a {
    font-size: 24px;
    font-weight: bold;
    color: #00A3D9;
    text-decoration: none;
  }
}
@media all and (max-width: 768px) {
  .customControls {
    position: relative;
  }
  .customControls .customControls__button--next a, .customControls .customControls__button--prev a {
    display: block;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 999;
  }
  .customControls .customControls__button--next a {
    background-image: url(/images/bx_next.png);
    right: 20px;
  }
  .customControls .customControls__button--prev a {
    background-image: url(/images/bx_prev.png);
    left: 20px;
  }
  .topicmapDisplay {
    width: 100%;
    height: 550px;
  }
  .shopsInMap {
    width: 100%;
    background-color: #F4F3F0;
  }
  .shopsInMap .layoutShopdata {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner {
    display: table;
    width: 100%;
    padding: 20px 0;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner figure, .shopsInMap .layoutShopdata .layoutShopdataInner .shopData {
    display: table-cell;
    vertical-align: top;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner figure {
    width: 144px;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner figure .shopImage {
    width: 120px;
    height: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner .shopData {
    color: #333;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner .shopData .shopData__shopname {
    font-size: 36px;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner .shopData .shopData__shopname a {
    font-weight: bold;
    color: #00A3D9;
    text-decoration: none;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner .shopData .shopData__shopaddress {
    font-size: 26px;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner .shopData .shopData__shoptel a {
    display: block;
    width: 370px;
    font-size: 42px;
    font-family: FontAwesome;
    color: #FFF;
    text-decoration: none;
    background-color: #00A3D9;
    border-radius: 10px;
    padding: 10px;
  }
  .shopsInMap .relatedTopics {
    background-color: #FFF;
    border: 2px solid #DDD;
    padding: 20px;
  }
  .shopsInMap .relatedTopics .relatedTopics__title {
    font-size: 24px;
    font-weight: bold;
    color: #777;
    margin-bottom: 10px;
  }
  .shopsInMap .relatedTopics .relatedTopic {
    display: table;
    width: 100%;
  }
  .shopsInMap .relatedTopics .relatedTopic figure, .shopsInMap .relatedTopics .relatedTopic .topicData {
    display: table-cell;
    vertical-align: top;
  }
  .shopsInMap .relatedTopics .relatedTopic figure {
    width: 140px;
  }
  .shopsInMap .relatedTopics .relatedTopic figure .relatedTopic__image {
    width: 120px;
    height: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .shopsInMap .relatedTopics .relatedTopic .topicData .topicData__topictitle a {
    font-size: 24px;
    font-weight: bold;
    color: #00A3D9;
    text-decoration: none;
  }
}
@media all and (max-width: 640px) {
  .customControls {
    position: relative;
  }
  .customControls .customControls__button--next a, .customControls .customControls__button--prev a {
    display: block;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 999;
  }
  .customControls .customControls__button--next a {
    background-image: url(/images/bx_next.png);
    right: 10px;
  }
  .customControls .customControls__button--prev a {
    background-image: url(/images/bx_prev.png);
    left: 10px;
  }
  .topicmapDisplay {
    width: 100%;
    height: 175px;
  }
  .shopsInMap {
    width: 100%;
    background-color: #F4F3F0;
  }
  .shopsInMap .layoutShopdata {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner {
    display: table;
    width: 100%;
    padding: 10px 0;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner figure, .shopsInMap .layoutShopdata .layoutShopdataInner .shopData {
    display: table-cell;
    vertical-align: top;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner figure {
    width: 72px;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner figure .shopImage {
    width: 60px;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner .shopData {
    color: #333;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner .shopData .shopData__shopname {
    font-size: 18px;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner .shopData .shopData__shopname a {
    font-weight: bold;
    color: #00A3D9;
    text-decoration: none;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner .shopData .shopData__shopaddress {
    font-size: 13px;
  }
  .shopsInMap .layoutShopdata .layoutShopdataInner .shopData .shopData__shoptel a {
    display: block;
    width: 185px;
    font-size: 21px;
    font-family: FontAwesome;
    color: #FFF;
    text-decoration: none;
    background-color: #00A3D9;
    border-radius: 5px;
    padding: 5px;
  }
  .shopsInMap .relatedTopics {
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 10px;
  }
  .shopsInMap .relatedTopics .relatedTopics__title {
    font-size: 12px;
    font-weight: bold;
    color: #777;
    margin-bottom: 10px;
  }
  .shopsInMap .relatedTopics .relatedTopic {
    display: table;
    width: 100%;
  }
  .shopsInMap .relatedTopics .relatedTopic figure, .shopsInMap .relatedTopics .relatedTopic .topicData {
    display: table-cell;
    vertical-align: top;
  }
  .shopsInMap .relatedTopics .relatedTopic figure {
    width: 70px;
  }
  .shopsInMap .relatedTopics .relatedTopic figure .relatedTopic__image {
    width: 60px;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .shopsInMap .relatedTopics .relatedTopic .topicData .topicData__topictitle a {
    font-size: 12px;
    font-weight: bold;
    color: #00A3D9;
    text-decoration: none;
  }
}
.menuGroups__tabs {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  background-color: #F83A22;
  white-space: nowrap;
  overflow: scroll;
}
.menuGroups__tabs li {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  padding: 10px 15px;
  cursor: pointer;
}
.menuGroups__tabs li.active {
  color: #FFF;
  background: url(/assets/mobile_order/tab_active-f349d699650b9c7d313bf5aaf8bdf93c16edcebbfddafc8386a3b1898ec58b3a.png) no-repeat bottom center;
}
.menuGroups__panels .panel {
  display: none;
}
.menuGroups__panels .panel.show {
  display: block;
}

.commonBlock {
  font-size: 12px;
}
.commonBlock__header {
  font-size: 12px;
  font-weight: bold;
  background-color: #EDEDED;
  padding: 10px 15px;
}
.commonBlock__content {
  padding: 10px 15px;
}
.commonBlock__content p a {
  text-decoration: none;
  color: #00A4DE;
}
.commonBlock__content img {
  display: block;
  margin: 10px auto 0;
}

.orderedShopName {
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 10px 15px;
}
.orderedShopName__name {
  flex: 1;
  font-weight: bold;
}
.orderedShopName__cart {
  width: 16px;
  height: 15px;
  background: url(/assets/mobile_order/icon_shopping_cart-d79620d545e9325b31d8fd4a4d67188a31583b20d324b69c2deb64acca0b7d6c.png) no-repeat 50% 50%/cover;
  position: relative;
}
.orderedShopName__cart span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #F83A22;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -5px;
}

.backBeforeSection {
  font-size: 12px;
  background-color: #F7F7F7;
}
.backBeforeSection a, .backBeforeSection span {
  display: block;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  background: url(/assets/mobile_order/icon_arrow_left-2dee3d28d1c7faed491e2467f5efd0b3ebc4614f0e3a2450b1f9f140bdb8dd4c.png) no-repeat center left 15px;
  background-size: 7.5px 13px;
  padding: 10px 15px 10px 35px;
}
.backBeforeSection span {
  background-image: none;
  padding-left: 15px;
}
.backBeforeSection__onOrder {
  font-size: 16px;
  color: #FFF;
  background-color: #666;
  text-align: center;
  padding-bottom: 5px;
}
.backBeforeSection__onOrder .backLink {
  color: #FFF;
}
.backBeforeSection__onOrder a {
  display: block;
  background: url(/assets/mobile_order/icon_arrow_white_left-fa1a1b2d7e82f87ca397cc540c273e315e1fc359be6b155575b0f1d00a15d533.png) no-repeat center left 15px;
  background-size: 7.5px 13px;
  padding: 7px 15px 3px 10px;
}
.backBeforeSection__onOrder span {
  display: block;
  padding: 7px 15px 3px 10px;
}

.orderStyle {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #EDEDED;
  padding: 10px 10px 10px 35px;
}
.orderStyle.takeout {
  background: url(/assets/mobile_order/icon_orderstyle_takeout-a3c7fe0710dca43e46fcb4af6d4e0d90c651b491e4ccd386bfa9e73a738f5bf2.png) no-repeat center left 13px/14px 21px;
}
.orderStyle.eat_in {
  background: url(/assets/mobile_order/icon_orderstyle_eat_in-f8ef2fec619a972afafd1541bfecb49fd65baee3e60856720deb2cbfb5a5b97c.png) no-repeat center left 15px/14px auto;
}

.memberLogin {
  margin-top: 15px;
}
.memberLogin__header {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px 0 10px;
}
.memberLogin__content a {
  display: block;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  background-color: #F83A22;
  border-radius: 4px;
  padding: 15px 0;
}
.memberLogin__content a span {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}
.memberLogin__content p {
  font-size: 10px;
  color: #666;
  margin-top: 10px;
}

.chooseHowToUse {
  font-size: 16px;
  padding: 25px 15px 10px;
}
.chooseHowToUse__header {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(193, 190, 190);
}
.chooseHowToUse__content p {
  font-size: 10px;
  color: #666;
}
.chooseHowToUse__content ul {
  margin: 20px 0 10px;
}
.chooseHowToUse__content ul li {
  border: 2px solid #F00;
  border-radius: 5px;
  padding: 5px 20px;
  margin-top: 10px;
  color: #F00;
}
.chooseHowToUse__content ul li .eatinNote, .chooseHowToUse__content ul li .takeoutNote {
  width: 80%;
}
.chooseHowToUse__content ul li a {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  padding: 17px 0;
}
.chooseHowToUse__content ul li a p {
  color: #F00;
  font-size: 16px;
  font-weight: bold;
}
.chooseHowToUse__content ul li a p.caution {
  color: #666;
  font-size: 10px;
  width: 93%;
  font-weight: normal;
}
.chooseHowToUse__content ul li a span {
  width: 44px;
  height: 44px;
  background-color: #F7F7F7;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
}
.chooseHowToUse__content ul li a span .takeout {
  width: 23px;
  height: 25px;
  background: url(/assets/mobile_order/icon_orderstyle_takeout_white-38aa5af5762274ad426f3870e59d1ab42955be3658ac8e75137e878893109b7e.png) no-repeat 50% 50%/contain;
  position: absolute;
  top: 8px;
  left: 10px;
}
.chooseHowToUse__content ul li a span .eatin {
  width: 23px;
  height: 25px;
  background: url(/assets/mobile_order/icon_orderstyle_eat_in_white-0bb428840d583d11027fdc9f006e989901e1f6e8e8c6537dc8ebfd43cfcf4da7.png) no-repeat 50% 50%/contain;
  position: absolute;
  top: 8px;
  left: 9px;
}
.chooseHowToUse__content ul li a i {
  margin: 0 0 0 auto;
  font-size: 25px;
}

.orderedItems .orderedItem {
  display: flex;
  border-bottom: 1px solid #EDEDED;
  padding: 15px 15px;
}
.orderedItems .orderedItem__delete {
  width: 20px;
}
.orderedItems .orderedItem__delete span {
  display: block;
  width: 14px;
  height: 14px;
  background: url(/assets/mobile_order/icon_minus-f01fb08a95da1c5125e0e15204ab0635d455f9f301b9b29b6b2097b957b8f442.png) no-repeat 50% 50%/cover;
  cursor: pointer;
}
.orderedItems .orderedItem__delete span.enable {
  background-image: url(/assets/mobile_order/icon_minus-f01fb08a95da1c5125e0e15204ab0635d455f9f301b9b29b6b2097b957b8f442.png);
}
.orderedItems .orderedItem__namePrice {
  flex: 1;
  padding-left: 20px;
  word-break: break-all;
  margin-top: -3px;
}
.orderedItems .orderedItem__namePrice .name {
  font-size: 16px;
  font-weight: bold;
}
.orderedItems .orderedItem__namePrice .option {
  font-size: 10px;
}
.orderedItems .orderedItem__namePrice .price {
  font-size: 10px;
  font-weight: bold;
  margin-top: 5px;
}
.orderedItems .orderedItem__namePrice .name a {
  font-size: 16px;
  font-weight: bold;
}
.orderedItems .orderedItem__amount {
  width: 72px;
}
.orderedItems .orderedItem__amount img {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  object-fit: cover;
  margin: 0 auto 6px;
}
.orderedItems .orderedItem__amount .orderAmountManagement {
  display: flex;
}
.orderedItems .orderedItem__amount .orderAmountManagement a {
  flex: 1;
}
.orderedItems .orderedItem__amount .orderAmountManagement a i {
  font-size: 16px;
}
.orderedItems .orderedItem__amount .orderAmountManagement a .plus {
  float: right;
}
.orderedItems .orderedItem__amount .orderAmountManagement em {
  flex: 1;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.mobileOrderContents a {
  text-decoration: none;
  color: #000;
}

.preparationTime {
  font-size: 16px;
  font-weight: bold;
  background: url(/assets/mobile_order/icon_preparation_time-ff3a90bc25b86ef7b065818569e8c81cac1837230ea1c95a66a15d39b4987e36.png) no-repeat center left 3px/14px 15px;
  padding: 12px 20px 10px 30px;
}
.preparationTime__cart {
  font-size: 16px;
  padding: 12px 20px 10px 35px;
  font-weight: bold;
  background: url(/assets/mobile_order/icon_preparation_time-ff3a90bc25b86ef7b065818569e8c81cac1837230ea1c95a66a15d39b4987e36.png) no-repeat center left 15px/14px 15px;
  border-bottom: 1px solid #EDEDED;
}

.addToCart {
  border-bottom: 1px solid #EDEDED;
}
.addToCart a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  background: url(/assets/mobile_order/icon_arrow_right-9f86e2eb2d4ccd45bd8d8e2fd3831428f203ff728a574d5e33e46b77dd3273a1.png) no-repeat center right 15px;
  background-size: 7.5px 13px;
  padding: 15px;
}
.addToCart a em, .addToCart a span, .addToCart a i {
  font-weight: bold;
  vertical-align: middle;
}
.addToCart a span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background: url(/assets/mobile_order/icon_plus_red-620e5d8581ea9288e33040a12640a17cd3b260679ebfed43161bc44fa46b87c6.png) no-repeat 50% 50%/cover;
}
.addToCart i {
  font-size: 15px;
}

.totalAmount {
  font-size: 10px;
  text-align: right;
  padding: 25px 15px 5px;
}
.totalAmount span {
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}
.totalAmount em {
  font-size: 24px;
  font-weight: bold;
}

.moRecommendationItems {
  padding: 0 15px;
  margin-bottom: 25px;
}
.moRecommendationItems__header {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.moRecommendationItems__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 350px;
  margin: 0 auto;
}
.moRecommendationItems__content .recommendationItem {
  width: 166px;
  margin-bottom: 40px;
}
.moRecommendationItems__content .recommendationItem__image {
  margin-bottom: 5px;
}
.moRecommendationItems__content .recommendationItem__image img {
  display: block;
  width: 166px;
  height: 166px;
  border-radius: 8px;
  object-fit: cover;
}
.moRecommendationItems__content .recommendationItem__detail dl dt, .moRecommendationItems__content .recommendationItem__detail dl dd {
  font-size: 14px;
  font-weight: bold;
  word-break: break-all;
  margin-bottom: 5px;
}
.moRecommendationItems__content .recommendationItem__detail dl dd p {
  font-size: 12px;
}
.moRecommendationItems__content .recommendationItem__button a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background-color: #F83A22;
  border-radius: 8px;
  padding: 8px 0;
}
.moRecommendationItems__footer {
  text-align: right;
}
.moRecommendationItems__footer a {
  font-size: 12px;
  color: #666;
}

.moHillsCardPanel {
  color: #FFF;
  background-color: #000;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 10px;
}
.moHillsCardPanel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.moHillsCardPanel__header img {
  display: block;
  width: 150px;
}
.moHillsCardPanel__header .actionButton {
  width: 150px;
}
.moHillsCardPanel__header .actionButton a {
  display: block;
  width: 150px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border: 2px solid #FFF;
  border-radius: 5px;
  padding: 6px 0 4px;
}
.moHillsCardPanel__content {
  font-size: 14px;
}

.hills_token_error_info {
  height: 160px;
  padding-top: 15px;
  margin: 20px 10px;
  text-align: center;
  background-color: rgb(253, 229, 229);
  border-radius: 5px;
  color: #e4351e;
}
.hills_token_error_info i {
  font-size: 18px;
}
.hills_token_error_info p {
  margin: 3px 10px 0;
  font-size: 12px;
}
.hills_token_error_info a {
  color: #e4351e;
  text-decoration: underline;
}

.moPointUsage {
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  padding: 20px 15px;
  margin: 0 15px 20px;
}
.moPointUsage__header dl, .moPointUsage__footer dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.moPointUsage__header dl dt, .moPointUsage__footer dl dt {
  font-size: 18px;
  font-weight: bold;
}
.moPointUsage__header dl dt::after, .moPointUsage__footer dl dt::after {
  content: "（pts）";
  font-size: 10px;
}
.moPointUsage__header dl dt.jrepoint::after, .moPointUsage__footer dl dt.jrepoint::after {
  content: "（税込）";
}
.moPointUsage__header dl dd span, .moPointUsage__footer dl dd span {
  font-size: 24px;
  font-weight: bold;
}
.moPointUsage__header {
  margin-bottom: 15px;
}
.moPointUsage__content .setPoints {
  margin-bottom: 15px;
}
.moPointUsage__content .setPoints label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.moPointUsage__content .setPoints .form-group input[type=number] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  padding: 10px;
  outline: none;
  appearance: none;
}
.moPointUsage__content .setPoints .help-block, .moPointUsage__content .setPoints .error {
  width: 100%;
  font-size: 12px;
  color: #F83E26;
  margin-top: 5px;
}

.jrePointUsage {
  background-color: #EDEDED;
  border-radius: 5px;
  padding: 20px;
  margin: 0 30px 30px;
}
.jrePointUsage__header {
  text-align: center;
  margin-bottom: 20px;
}
.jrePointUsage__header span {
  display: inline-block;
  vertical-align: middle;
}
.jrePointUsage__header span.icon {
  width: 15px;
  height: 15px;
  background: url(/assets/mobile_order/check_circle-3c2f374a459f58b86197e6ff43eb68b6de1c4e854dabf3b372c0fccfabb4aea9.svg) no-repeat 50% 50%/cover;
}
.jrePointUsage__header span.text {
  font-weight: bold;
  font-size: 16px;
  color: #23AC38;
}
.jrePointUsage__content dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.jrePointUsage__content dl dt {
  font-weight: bold;
}
.jrePointUsage__content dl dd span {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
.jrePointUsage__content dl dd span.icon {
  width: 23px;
  height: 18px;
  background: url(/assets/jre/common/logo_jrepoint-65fc6d168f1830a65ffbf09d2fa901029ec4a5174e5590d669769d9ecb2d51aa.svg) no-repeat 50% 50%/contain;
}
.jrePointUsage__content label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.jrePointUsage__content input {
  display: inline-block;
  width: 75%;
  box-sizing: border-box;
  font-size: 16px;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 10px;
  outline: none;
  appearance: none;
  margin: 0 10px 5px 0;
}
.jrePointUsage__content input.danger {
  background-color: rgba(255, 0, 0, 0.5);
}
.jrePointUsage__content .hint {
  font-size: 10px;
  color: #F83A22;
  margin-bottom: 10px;
}
.jrePointUsage__content p {
  font-size: 12px;
}
.jrePointUsage__content .message {
  color: #F83A22;
}
.jrePointUsage__content .message.hidden {
  display: none;
}
.jrePointUsage.error {
  width: 80%;
  margin: auto auto;
  background-color: rgba(254, 235, 235, 0.5803921569);
  color: #e4351e;
}
.jrePointUsage.error .jrePointUsage__header {
  text-align: center;
}
.jrePointUsage.error .jrePointUsage__header span.text {
  color: #e4351e;
}
.jrePointUsage.error .jrePointUsage__content {
  text-align: center;
}
.jrePointUsage.error .jrePointUsage__content dl {
  display: block;
  font-size: 12px;
}
.jrePointUsage.error .jrePointUsage__content dl dt {
  font-weight: normal;
}
.jrePointUsage.error .jrePointUsage__content dl dd {
  margin-bottom: 10px;
}
.jrePointUsage.error .jrePointUsage__content dl dd span {
  font-weight: normal;
}
.jrePointUsage.error .jrePointUsage__content dl a {
  color: #00A4DE;
}

.settleButtonContainer {
  margin-bottom: 120px;
}
.settleButtonContainer .settleButton {
  margin-bottom: 0;
}

.settleButton {
  text-align: center;
  padding: 0 15px 10px;
  margin-bottom: 120px;
}
.settleButton a.text {
  display: inline-block;
  font-size: 10px;
  color: #00A4DE;
  text-decoration: none;
  margin-bottom: 10px;
}
.settleButton a.button, .settleButton span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  border-radius: 5px;
  padding: 5px 0;
}
.settleButton span {
  background-color: #EDEDED;
  cursor: not-allowed;
}
.settleButton a.button {
  text-decoration: none;
  background-color: #F83A22;
}
.settleButton input[type=submit] {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  background-color: #F83A22;
  border: none;
  border-radius: 5px;
  padding: 5px 0;
}
.settleButton p {
  font-size: 12px;
  text-align: center;
  margin-top: 7px;
}

.recommendedMobileMenuItems {
  display: flex;
  border-bottom: 1px solid #EDEDED;
  padding: 10px;
  overflow: auto;
}
.recommendedMobileMenuItems .recommendedMobileMenuItem {
  display: block;
  text-decoration: none;
  position: relative;
  margin-right: 10px;
  width: 166px;
  height: 166px;
}
.recommendedMobileMenuItems .recommendedMobileMenuItem:last-child {
  margin-right: 0;
}
.recommendedMobileMenuItems .recommendedMobileMenuItem__image {
  width: inherit;
  height: inherit;
}
.recommendedMobileMenuItems .recommendedMobileMenuItem__image img {
  width: inherit;
  height: inherit;
  border-radius: 8px;
}
.recommendedMobileMenuItems .recommendedMobileMenuItem__summary {
  width: inherit;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  color: #FFF;
  border-radius: 0 0 8px 8px;
  position: absolute;
  bottom: 0;
}
.recommendedMobileMenuItems .recommendedMobileMenuItem__summary dl {
  font-size: 14px;
  line-height: 1.2;
  padding: 29px 5px 4px 5px;
}
.recommendedMobileMenuItems .recommendedMobileMenuItem__summary dl dt {
  font-weight: bold;
}
.recommendedMobileMenuItems .recommendedMobileMenuItem__summary dl dd {
  margin-top: 5px;
}

.mobileMenuItems {
  width: 100%;
}
.mobileMenuItems a.mobileMenuItem, .mobileMenuItems span.mobileMenuItem {
  display: flex;
  flex-wrap: nowrap;
  color: inherit;
  text-decoration: none;
  background-size: 7.5px 13px;
  border-bottom: 1px solid #EDEDED;
  position: relative;
}
.mobileMenuItems a.mobileMenuItem .mobileMenuItem__image, .mobileMenuItems span.mobileMenuItem .mobileMenuItem__image {
  padding: 10px 10px 10px 15px;
}
.mobileMenuItems a.mobileMenuItem .mobileMenuItem__image .image, .mobileMenuItems span.mobileMenuItem .mobileMenuItem__image .image {
  width: 90px;
  height: 90px;
  border-radius: 8px;
}
.mobileMenuItems a.mobileMenuItem .mobileMenuItem__image .image img, .mobileMenuItems span.mobileMenuItem .mobileMenuItem__image .image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.mobileMenuItems a.mobileMenuItem .mobileMenuItem__summary, .mobileMenuItems span.mobileMenuItem .mobileMenuItem__summary {
  box-sizing: border-box;
  flex: 1;
  padding: 10px 20px 10px 10px;
}
.mobileMenuItems a.mobileMenuItem .mobileMenuItem__summary .name, .mobileMenuItems span.mobileMenuItem .mobileMenuItem__summary .name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  word-break: break-all;
}
.mobileMenuItems a.mobileMenuItem .mobileMenuItem__summary .price, .mobileMenuItems span.mobileMenuItem .mobileMenuItem__summary .price {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}
.mobileMenuItems a.mobileMenuItem .mobileMenuItem__summary .badge, .mobileMenuItems span.mobileMenuItem .mobileMenuItem__summary .badge {
  display: inline-block;
  font-size: 10px;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  background-color: #333;
  border-radius: 20px;
  padding: 2px 10px;
  margin-left: 10px;
}
.mobileMenuItems a.mobileMenuItem .mobileMenuItem__summary .badge.sold_out, .mobileMenuItems span.mobileMenuItem .mobileMenuItem__summary .badge.sold_out {
  position: absolute;
  top: 15px;
  right: 12px;
  color: #999;
  background-color: #FFF;
  font-weight: bold;
}
.mobileMenuItems a.disabled, .mobileMenuItems span.disabled {
  color: #BBB;
  background: #DDD;
  pointer-events: none;
}
.mobileMenuItems span.mobileMenuItem {
  flex-wrap: wrap;
  cursor: not-allowed;
}
.mobileMenuItems span.mobileMenuItem .mobileMenuItem__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(221, 221, 221, 0.8);
  z-index: 1;
}
.mobileMenuItems span.mobileMenuItem .mobileMenuItem__overlay span {
  display: inline-block;
  font-size: 10px;
  color: #666;
  text-align: center;
  background-color: #FFF;
  border-radius: 20px;
  padding: 2px 10px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.orderingItem__name {
  text-align: center;
}
.orderingItem__name a {
  display: block;
  color: inherit;
  text-decoration: none;
  background: url(/assets/mobile_order/icon_arrow_left-2dee3d28d1c7faed491e2467f5efd0b3ebc4614f0e3a2450b1f9f140bdb8dd4c.png) no-repeat center left 15px;
  background-size: 7.5px 13px;
  padding: 15px 0;
}
.orderingItem__name a p {
  padding: 0 35px;
  font-size: 16px;
  font-weight: bold;
}
.orderingItem__image .image, .orderingItem__image .noImage {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 100%;
}
.orderingItem__image .noImage {
  background-image: url(/assets/no_image_all-57929fed876be265350423a8cce3c4bc8273f0f3b00af81d93eca8c2f67439de.png);
}
.orderingItem__summary {
  font-size: 12px;
  color: #333;
  padding: 10px 15px;
  word-break: break-all;
  text-align: center;
}
.orderingItem__preCart {
  padding: 20px 15px;
  border-top: 2px solid #CDCDCD;
}
.orderingItem__preCart .itemSuggestion {
  margin-bottom: 10px;
}
.orderingItem__preCart .itemSuggestion p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.orderingItem__preCart .itemSuggestion a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #F83A22;
  text-align: center;
  border: 2px solid #F83A22;
  border-radius: 5px;
  padding: 10px 0;
}
.orderingItem__preCart .errorMessages {
  color: #F83A22;
  margin-bottom: 10px;
  text-align: center;
}
.orderingItem__preCart .errorMessages p {
  font-size: 12px;
  font-weight: bold;
}
.orderingItem__preCart .price {
  display: flex;
  align-items: baseline;
}
.orderingItem__preCart .price__type {
  width: 60px;
  font-size: 10px;
  font-weight: bold;
}
.orderingItem__preCart .price__text {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
}
.orderingItem__preCart .price__text span {
  font-size: 24px;
  font-weight: bold;
}
.orderingItem__preCart .price__amount {
  width: 100px;
  text-align: right;
}
.orderingItem__preCart .price__amount span, .orderingItem__preCart .price__amount em {
  vertical-align: middle;
}
.orderingItem__preCart .price__amount em {
  font-size: 14px;
  font-weight: bold;
}
.orderingItem__preCart .price__amount span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}
.orderingItem__preCart .price__amount i.minus, .orderingItem__preCart .price__amount i.plus {
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
}
.orderingItem__preCart .price__amount i.minus.disable, .orderingItem__preCart .price__amount i.plus.disable {
  color: #CCC;
}
.orderingItem__preCart .price__amount i.minus {
  padding-right: 10px;
}
.orderingItem__preCart .price__amount i.plus {
  padding-left: 10px;
}
.orderingItem__options .orderOption {
  padding: 10px 15px;
}
.orderingItem__options .orderOption__header {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.orderingItem__options .orderOption__content .form-group {
  margin-bottom: 15px;
}
.orderingItem__options .orderOption__content .form-group:last-child {
  margin-bottom: 0;
}
.orderingItem__options .orderOption__content .form-group select {
  width: 100%;
  font-size: 16px;
  color: #666;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 10px;
  background: url(/assets/mobile_order/icon_arrow_down-b5660067ceb9ee71f25e8a0dd4f6073896cdd1c07cd4b3f5219357d3d4574919.png) no-repeat center right 15px/13px auto;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
.orderingItem__information {
  padding: 10px 15px;
}
.orderingItem__information .information__header {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.orderingItem__information .information__content {
  font-size: 12px;
}
.orderingItem__fixedText {
  font-size: 12px;
  padding: 10px 15px;
}

.buttonAddCart {
  width: 100%;
  box-sizing: border-box;
  background-color: #F7F7F7;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  padding: 10px 15px;
  position: fixed;
  bottom: 0;
  left: 0;
}
.buttonAddCart button {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background-color: #F83A22;
  border: none;
  border-radius: 5px;
  padding: 10px 0;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.paymentCompletion__jrePointError {
  display: block;
  max-width: 345px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #FFF;
  border-radius: 5px;
  margin: 10px auto 20px;
  padding: 10px 10px;
  color: #F8422B;
  background-color: rgb(253, 229, 229);
}
.paymentCompletion__jrePointError p {
  font-size: 12px;
}
.paymentCompletion__jrePointError a {
  color: #333;
  text-decoration: underline;
}
.paymentCompletion__header {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 30px 15px;
}
.paymentCompletion__header p {
  font-size: 20px;
  font-weight: bold;
}
.paymentCompletion__header p span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.paymentCompletion__header .barcode {
  width: 160px;
  margin: 20px auto 0;
}
.paymentCompletion__content {
  padding: 0 15px;
}
.paymentCompletion__content .orderSummary {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #333;
  border-bottom: 1px solid #EDEDED;
}
.paymentCompletion__content .orderSummary:first-child {
  display: block;
  text-align: center;
  padding-bottom: 25px;
}
.paymentCompletion__content .orderSummary:first-child .orderSummary__header {
  width: 100%;
  padding: 0;
}
.paymentCompletion__content .orderSummary:first-child .orderSummary__content {
  font-size: 50px;
  font-weight: bold;
  padding: 0;
}
.paymentCompletion__content .orderSummary:nth-child(3) .orderSummary__content {
  font-size: 18px;
  font-weight: bold;
}
.paymentCompletion__content .orderSummary__header {
  width: 10em;
  color: #999;
  box-sizing: border-box;
  padding: 15px 10px;
}
.paymentCompletion__content .orderSummary__content {
  flex: 1;
  word-break: break-all;
  padding: 15px 10px;
}
.paymentCompletion__content .orderSummary p {
  font-size: 20px;
  font-weight: bold;
}
.paymentCompletion__details .orderDetail {
  padding: 0 15px;
}
.paymentCompletion__details .orderDetail__header {
  color: #999;
  padding: 15px 10px;
}
.paymentCompletion__details .orderDetail__content .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.paymentCompletion__details .orderDetail__content .item__name {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
}
.paymentCompletion__details .orderDetail__content .item__amount {
  width: 4em;
  font-size: 10px;
  text-align: center;
}
.paymentCompletion__details .orderDetail__content .item__price {
  width: 8em;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  padding: 10px 15px;
}
.paymentCompletion__details .orderDetail__content .item__options {
  width: 100%;
  font-size: 12px;
  padding: 0 15px;
}
.paymentCompletion__details .orderDetail__footer {
  text-align: right;
  padding: 10px 15px 20px;
}
.paymentCompletion__details .orderDetail__footer span {
  font-size: 24px;
  font-weight: bold;
}
.paymentCompletion__details .orderDetail__footer .issue_button {
  width: 100%;
  height: 50px;
  margin-top: 20px;
}
.paymentCompletion__details .orderDetail__footer .issue_button a {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  color: #F83A22;
  text-align: center;
  text-decoration: none;
  border: 1px solid #F83A22;
  border-radius: 6px;
  padding: 10px 0;
  margin-bottom: 10px;
}
.paymentCompletion__details .orderDetail__footer .error {
  width: 100%;
  height: 145px;
  margin-top: 20px;
  padding-top: 10px;
  text-align: center;
  background-color: rgb(253, 229, 229);
  border-radius: 5px;
  color: #e4351e;
}
.paymentCompletion__details .orderDetail__footer .error i {
  font-size: 18px;
}
.paymentCompletion__details .orderDetail__footer .error p {
  margin: 3px 10px 0;
}
.paymentCompletion__details .orderDetail__footer .error p:nth-child(2), .paymentCompletion__details .orderDetail__footer .error p:nth-child(3) {
  font-size: 12px;
  font-weight: bold;
}
.paymentCompletion__details .orderDetail__footer .error p:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
}
.paymentCompletion__details .orderDetail__banner {
  padding: 30px 0;
}
.paymentCompletion__details .orderDetail__banner img {
  width: 100%;
}

.mobileOrderReceiptIssue__header {
  margin-top: 25px;
  text-align: center;
}
.mobileOrderReceiptIssue__header h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.mobileOrderReceiptIssue__header p {
  font-size: 12px;
}
.mobileOrderReceiptIssue__content {
  padding: 0 15px;
}
.mobileOrderReceiptIssue__content .formElements {
  margin-top: 50px;
}
.mobileOrderReceiptIssue__content .formElements__inputs {
  background-color: #F7F7F7;
  border-radius: 8px;
  padding: 20px 30px;
  margin-bottom: 5px;
}
.mobileOrderReceiptIssue__content .formElements__inputs label {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.mobileOrderReceiptIssue__content .formElements__attention {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
}
.mobileOrderReceiptIssue__content .formElements__inputs input[type=email], .mobileOrderReceiptIssue__content .formElements__inputs input[type=submit], .mobileOrderReceiptIssue__content .formElements__inputs a, .mobileOrderReceiptIssue__content .formElements__actions input[type=email], .mobileOrderReceiptIssue__content .formElements__actions input[type=submit], .mobileOrderReceiptIssue__content .formElements__actions a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 8px;
  border-width: 2px;
  border-style: solid;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mobileOrderReceiptIssue__content .formElements__inputs input[type=email], .mobileOrderReceiptIssue__content .formElements__actions input[type=email] {
  border-color: #DDD;
}
.mobileOrderReceiptIssue__content .formElements__inputs input[type=email]::placeholder, .mobileOrderReceiptIssue__content .formElements__actions input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.mobileOrderReceiptIssue__content .formElements__inputs p, .mobileOrderReceiptIssue__content .formElements__actions p {
  font-size: 20px;
  margin-bottom: 10px;
}
.mobileOrderReceiptIssue__content .formElements__actions input[type=submit], .mobileOrderReceiptIssue__content .formElements__actions a {
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background-color: #F83A22;
  border-color: #F83A22;
}
.mobileOrderReceiptIssue__content .formElements__actions input[type=submit].fixed, .mobileOrderReceiptIssue__content .formElements__actions a.fixed {
  background-color: #999;
  border-color: #999;
}

.mobileOrderHeader {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  background-color: #FFF;
  border-bottom: 1px solid #EDEDED;
  padding: 15px;
}
.mobileOrderHeader__col {
  font-size: 16px;
  font-weight: bold;
}
.mobileOrderHeader__col h1 {
  font-weight: bold;
}
.mobileOrderHeader__col:nth-child(2) img.shop_image {
  display: block;
  width: 33px;
  height: 33px;
  margin: 0 auto;
}
.mobileOrderHeader__col:nth-child(2) img.jre_business_logo_image, .mobileOrderHeader__col:nth-child(2) img.business_logo_image {
  display: block;
  width: 65%;
  margin: 0 auto;
}
.mobileOrderHeader__col:first-child, .mobileOrderHeader__col:last-child {
  width: 30%;
}
.mobileOrderHeader__col:first-child label {
  display: block;
  width: 26px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.mobileOrderHeader__col:first-child label span {
  display: block;
  width: 26px;
  height: 3px;
  background-color: #666;
  position: absolute;
  top: 0px;
}
.mobileOrderHeader__col:first-child label span:nth-child(2) {
  top: 8px;
}
.mobileOrderHeader__col:first-child label span:nth-child(3) {
  top: 16px;
}
.mobileOrderHeader__col:last-child {
  text-align: right;
}
.mobileOrderHeader__col:last-child .crossSubscriptionIcons {
  display: inline-block;
  border: 1px solid #CCC;
  border-radius: 50%;
}
.mobileOrderHeader__col:last-child .crossSubscriptionIcons.search {
  border: none;
}
.mobileOrderHeader__col:last-child img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.mobileOrderHeader__col:last-child a {
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

.mobileOrderFooter {
  font-size: 10px;
  color: #333;
  background-color: #F7F7F7;
  padding: 10px 15px;
}
.mobileOrderFooter ul {
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.mobileOrderFooter ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 10px 0;
}
.mobileOrderFooter .copy {
  text-align: center;
}

.mobileOrderEntrance {
  margin-top: 10px;
}
.mobileOrderEntrance .use_mobile_order {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #F83A22;
  text-align: center;
  border: 4px solid #F83A22;
  border-radius: 4px;
  padding: 10px 0;
  background: #fff;
  width: 100%;
}
.mobileOrderEntrance #mobile_order_submit {
  display: none;
}
.mobileOrderEntrance p {
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
}

.menuGroups__list {
  background-color: #F00;
}
.menuGroups__list li {
  display: inline-block;
}
.menuGroups__content .content:nth-child(1) {
  background-color: #00F;
}
.menuGroups__content .content:nth-child(2) {
  background-color: #0F0;
}

.pickupSettings__content {
  padding: 1px 15px;
}
.pickupSettings__content label {
  font-size: 12px;
  font-weight: bold;
}
.pickupSettings__content p {
  font-size: 12px;
}
.pickupSettings__content .form-group {
  margin-bottom: 10px;
}
.pickupSettings__content .form-group select {
  width: 100%;
  font-size: 16px;
  color: #666;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 10px;
  background: url(/assets/mobile_order/icon_arrow_down-b5660067ceb9ee71f25e8a0dd4f6073896cdd1c07cd4b3f5219357d3d4574919.png) no-repeat center right 15px/13px auto;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
.pickupSettings__content .orderStyle {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #EDEDED;
  padding: 10px 15px 10px 30px;
}
.pickupSettings__content .orderStyle.takeout {
  background: url(/assets/mobile_order/icon_orderstyle_takeout-a3c7fe0710dca43e46fcb4af6d4e0d90c651b491e4ccd386bfa9e73a738f5bf2.png) no-repeat center left 3px/14px 21px;
}
.pickupSettings__content .orderStyle.eat_in {
  background: url(/assets/mobile_order/icon_orderstyle_eat_in-f8ef2fec619a972afafd1541bfecb49fd65baee3e60856720deb2cbfb5a5b97c.png) no-repeat center left 3px/17px auto;
}
.pickupSettings__content .confirmationArea {
  padding-top: 20px;
  margin-bottom: 120px;
}
.pickupSettings__content .confirmationArea .confirmationText {
  padding-left: 30px;
  font-size: 16px;
  font-weight: bold;
  background: url(/assets/mobile_order/icon_preparation_time-ff3a90bc25b86ef7b065818569e8c81cac1837230ea1c95a66a15d39b4987e36.png) no-repeat center left 3px/17px auto;
}
.pickupSettings__content .confirmationArea .availableTime {
  padding: 5px 0px 0px 30px;
  font-size: 10px;
}
.pickupSettings__content .confirmationArea .timeConfirmationArea {
  margin: 10px 30px;
  padding: 10px 20px;
  background-color: #f5f5f5;
}
.pickupSettings__content .confirmationArea .timeConfirmationArea label {
  margin-bottom: -20px;
}
.pickupSettings__content .confirmationArea .timeConfirmationArea p.date, .pickupSettings__content .confirmationArea .timeConfirmationArea p.time {
  font-size: 23px;
  color: #F83A22;
  font-weight: bold;
  margin-top: -5px;
  margin-bottom: 15px;
  padding-left: 2px;
}
.pickupSettings__content .confirmationArea .timeConfirmationArea .confirmationNote p {
  font-size: 10px;
  color: #bbb;
  letter-spacing: 1px;
  line-height: 20px;
}
.pickupSettings__footer {
  padding: 20px 0;
  margin-bottom: 120px;
}
.pickupSettings__footer button {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background-color: #F83A22;
  border: none;
  border-radius: 5px;
  padding: 10px 0;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

#www_container {
  width: 100vw;
}

.generalInputSection {
  padding: 25px 15px 30px;
}
.generalInputSection__header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.generalInputSection__content form input[type=text], .generalInputSection__content form input[type=tel], .generalInputSection__content form button[type=submit] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  outline: none;
  appearance: none;
}
.generalInputSection__content form input[type=text], .generalInputSection__content form input[type=tel] {
  font-size: 16px;
  border: 1px solid #CCC;
  padding: 11px 10px;
  margin-bottom: 15px;
}
.generalInputSection__content form input[type=text]::placeholder, .generalInputSection__content form input[type=tel]::placeholder {
  color: #CCC;
}
.generalInputSection__content form .errorMsg {
  font-size: 14px;
  color: #F8422B;
  margin: -5px 0 10px;
}
.generalInputSection__content form .helpMsg {
  font-size: 10px;
  color: #666;
  margin-bottom: 15px;
}
.generalInputSection__content form button[type=submit] {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background-color: #F8422B;
  border: none;
  padding: 10px 0;
  cursor: pointer;
}

.subscriberItemsOuter {
  height: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  background-color: #F7F7F7;
  padding: 20px 15px;
}

.subscriberItems {
  background-color: #FFF;
}
.subscriberItems__header ul {
  display: flex;
}
.subscriberItems__header ul li {
  display: flex;
  width: 50%;
  text-align: center;
}
.subscriberItems__header ul li a {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  background-color: #F7F7F7;
  padding: 10px 5px;
}
.subscriberItems__header ul li a.active {
  background-color: unset;
}
.subscriberItems__content {
  padding: 30px 20px;
}
.subscriberItems__content .title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.subscriberItems__content .title span {
  font-weight: inherit;
  color: #F00;
}
.subscriberItems__content .link {
  text-align: center;
}
.subscriberItems__content .link a {
  color: #00A4DE;
  font-size: 14px;
  font-weight: bold;
}
.subscriberItems__content .subscriberItem {
  border: 2px solid #EEE;
  margin-bottom: 20px;
  border-radius: 5px;
}
.subscriberItems__content .subscriberItem__image {
  height: 0;
  background-color: #DDD;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 35.34%;
  border-radius: 5px 5px 0 0;
}
.subscriberItems__content .subscriberItem__name {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 15px 0;
}
.subscriberItems__content .subscriberItem__action {
  text-align: center;
  padding: 0 15px 20px;
}
.subscriberItems__content .subscriberItem__action a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #FA3A22;
  border-radius: 5px;
  padding: 10px;
  margin: 10px auto 0;
}
.subscriberItems__content .subscriberItem__summary {
  font-size: 14px;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 10px;
}
.subscriberItems__content .subscriberItem__price {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 0 15px 20px;
}
.subscriberItems__content .subscriberItem__price .price b {
  font-size: 14px;
  font-weight: bold;
}
.subscriberItems__content .subscriberItem__price .price strong {
  font-size: 16px;
  font-weight: bold;
}
.subscriberItems__content .subscriberItem__price .price em {
  font-size: 12px;
}
.subscriberItems__content .subscriberItem__price .action a {
  display: block;
  font-weight: bold;
  color: #FFF;
  background-color: #F83A22;
  border-radius: 5px;
  padding: 10px 20px;
}
.subscriberItems__footer {
  font-size: 10px;
  padding: 0 15px 30px;
}

@media (min-width: 641px) and (max-width: 768px) {
  .mobileOrderEntrance {
    margin-top: 10px;
  }
  .mobileOrderEntrance .use_mobile_order {
    font-size: 20px;
    padding: 15px 0;
  }
  .mobileOrderEntrance p {
    font-size: 16px;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .mobileOrderEntrance {
    margin-top: 10px;
  }
  .mobileOrderEntrance .use_mobile_order {
    font-size: 20px;
    padding: 15px 0;
  }
  .mobileOrderEntrance p {
    font-size: 16px;
    text-align: center;
  }
}
.remodal {
  padding: 25px;
}
.remodal.login_modal {
  max-width: 320px;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 5px;
  padding: 0 20px;
}
.remodal.login_modal p.attention {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}
.remodal.login_modal #new_entry {
  margin-bottom: 10px;
}
.remodal.login_modal #new_entry a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  border: 1px solid #F83F26;
  border-radius: 3px;
  padding: 15px 0;
  margin: 0 auto;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none;
  background-color: #F83F26;
}
.remodal.login_modal .line {
  width: 100%;
  height: 20px;
  text-align: center;
  position: relative;
  margin: 30px 0;
}
.remodal.login_modal .line p {
  width: 100%;
  height: 2px;
  background-color: #DDD;
  position: absolute;
  top: 50%;
}
.remodal.login_modal .line p span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  background-color: #FFF;
  padding: 0 10px;
  position: relative;
  top: -12px;
}
.remodal.login_modal #social_login p {
  font-size: 18px;
  margin-bottom: 10px;
}
.remodal.login_modal #social_login button, .remodal.login_modal #social_login a, .remodal.login_modal #social_login input[type=submit] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  padding: 15px 0;
  margin: 0 auto 20px auto;
  cursor: pointer;
}
.remodal.login_modal #social_login button.btn-sign-in-with-line, .remodal.login_modal #social_login a.btn-sign-in-with-line, .remodal.login_modal #social_login input[type=submit].btn-sign-in-with-line {
  height: 55px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  background-color: #06C755;
  border-width: 0;
  padding: 0;
  color: #FFF;
}
.remodal.login_modal #social_login button.btn-sign-in-with-line img, .remodal.login_modal #social_login a.btn-sign-in-with-line img, .remodal.login_modal #social_login input[type=submit].btn-sign-in-with-line img {
  height: 100%;
  border-right: 2px solid rgba(0, 0, 0, 0.08);
}
.remodal.login_modal #social_login button.btn-sign-in-with-line span, .remodal.login_modal #social_login a.btn-sign-in-with-line span, .remodal.login_modal #social_login input[type=submit].btn-sign-in-with-line span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0;
  width: 100%;
}
.remodal.login_modal #social_login button.fb, .remodal.login_modal #social_login a.fb, .remodal.login_modal #social_login input[type=submit].fb {
  background-color: #425F9B;
  border: 1px solid #425F9B;
}
.remodal.login_modal #social_login button.tw, .remodal.login_modal #social_login a.tw, .remodal.login_modal #social_login input[type=submit].tw {
  background-color: #55ACEE;
  border: 1px solid #55ACEE;
}
.remodal.login_modal #social_login button.normal, .remodal.login_modal #social_login a.normal, .remodal.login_modal #social_login input[type=submit].normal {
  color: #222;
  background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
  background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  border: 1px solid #DDD;
}
.remodal.shopsearch_result p, .remodal.menusearch_result p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.remodal.shopsearch_result .remodal_inner, .remodal.menusearch_result .remodal_inner {
  width: 420px;
  margin: 0 auto;
}
.remodal.shopsearch_result .remodal_inner .search_objects, .remodal.menusearch_result .remodal_inner .search_objects {
  display: table;
  margin-bottom: 30px;
}
.remodal.shopsearch_result .remodal_inner .search_objects .q_by_freeword, .remodal.shopsearch_result .remodal_inner .search_objects .q_name_cont, .remodal.menusearch_result .remodal_inner .search_objects .q_by_freeword, .remodal.menusearch_result .remodal_inner .search_objects .q_name_cont {
  display: table-cell;
  vertical-align: middle;
}
.remodal.shopsearch_result .remodal_inner .search_objects .q_by_freeword input, .remodal.shopsearch_result .remodal_inner .search_objects .q_name_cont input, .remodal.menusearch_result .remodal_inner .search_objects .q_by_freeword input, .remodal.menusearch_result .remodal_inner .search_objects .q_name_cont input {
  display: block;
  width: 340px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  color: #666;
  border: 1px solid #DDD;
  border-radius: 10px;
  padding: 8px;
  margin: 0;
  outline: none;
}
.remodal.shopsearch_result .remodal_inner .search_objects .btn, .remodal.menusearch_result .remodal_inner .search_objects .btn {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.remodal.shopsearch_result .remodal_inner .search_objects .btn input[type=submit], .remodal.menusearch_result .remodal_inner .search_objects .btn input[type=submit] {
  background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
  background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  display: block;
  width: 60px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  color: #666;
  text-align: center;
  border: 1px solid #DDD;
  border-radius: 10px;
  padding: 8px 0;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.remodal.shopsearch_result .results .add_new_shop, .remodal.menusearch_result .results .add_new_shop {
  text-decoration: none;
  background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
  background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  display: block;
  width: 200px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
  border: 1px solid #DDD;
  border-radius: 6px;
  padding: 10px 0;
  margin: 0 auto 30px auto;
  cursor: pointer;
  -webkit-appearance: none;
}
.remodal.shopsearch_result .results .elements, .remodal.menusearch_result .results .elements {
  text-align: left;
}
.remodal.shopsearch_result .results .elements .element, .remodal.menusearch_result .results .elements .element {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  border-bottom: 1px solid #DDD;
}
.remodal.shopsearch_result .results .elements .element:first-child, .remodal.menusearch_result .results .elements .element:first-child {
  border-top: 1px solid #DDD;
}
.remodal.shopsearch_result .results .elements .element .shop_image, .remodal.shopsearch_result .results .elements .element .shop_data, .remodal.shopsearch_result .results .elements .element .add_this, .remodal.menusearch_result .results .elements .element .shop_image, .remodal.menusearch_result .results .elements .element .shop_data, .remodal.menusearch_result .results .elements .element .add_this {
  display: table-cell;
  vertical-align: top;
}
.remodal.shopsearch_result .results .elements .element .shop_image, .remodal.menusearch_result .results .elements .element .shop_image {
  width: 140px;
}
.remodal.shopsearch_result .results .elements .element .shop_image .icon, .remodal.menusearch_result .results .elements .element .shop_image .icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.remodal.shopsearch_result .results .elements .element .shop_data .shop_name, .remodal.shopsearch_result .results .elements .element .shop_data .menu_name, .remodal.shopsearch_result .results .elements .element .menu_data .shop_name, .remodal.shopsearch_result .results .elements .element .menu_data .menu_name, .remodal.menusearch_result .results .elements .element .shop_data .shop_name, .remodal.menusearch_result .results .elements .element .shop_data .menu_name, .remodal.menusearch_result .results .elements .element .menu_data .shop_name, .remodal.menusearch_result .results .elements .element .menu_data .menu_name {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 6px;
}
.remodal.shopsearch_result .results .elements .element .shop_data .shop_address, .remodal.shopsearch_result .results .elements .element .shop_data .shop_tel, .remodal.shopsearch_result .results .elements .element .menu_data .shop_address, .remodal.shopsearch_result .results .elements .element .menu_data .shop_tel, .remodal.menusearch_result .results .elements .element .shop_data .shop_address, .remodal.menusearch_result .results .elements .element .shop_data .shop_tel, .remodal.menusearch_result .results .elements .element .menu_data .shop_address, .remodal.menusearch_result .results .elements .element .menu_data .shop_tel {
  font-size: 14px;
  line-height: 130%;
  color: #AAA;
}
.remodal.shopsearch_result .results .elements .element .shop_data .shop_address i, .remodal.shopsearch_result .results .elements .element .shop_data .shop_tel i, .remodal.shopsearch_result .results .elements .element .menu_data .shop_address i, .remodal.shopsearch_result .results .elements .element .menu_data .shop_tel i, .remodal.menusearch_result .results .elements .element .shop_data .shop_address i, .remodal.menusearch_result .results .elements .element .shop_data .shop_tel i, .remodal.menusearch_result .results .elements .element .menu_data .shop_address i, .remodal.menusearch_result .results .elements .element .menu_data .shop_tel i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.remodal.shopsearch_result .results .elements .element .shop_data .shop_address span, .remodal.shopsearch_result .results .elements .element .shop_data .shop_tel span, .remodal.shopsearch_result .results .elements .element .menu_data .shop_address span, .remodal.shopsearch_result .results .elements .element .menu_data .shop_tel span, .remodal.menusearch_result .results .elements .element .shop_data .shop_address span, .remodal.menusearch_result .results .elements .element .shop_data .shop_tel span, .remodal.menusearch_result .results .elements .element .menu_data .shop_address span, .remodal.menusearch_result .results .elements .element .menu_data .shop_tel span {
  vertical-align: middle;
}
.remodal.shopsearch_result .results .elements .element .add_this, .remodal.menusearch_result .results .elements .element .add_this {
  width: 130px;
}
.remodal.shopsearch_result .results .elements .element .add_this a, .remodal.menusearch_result .results .elements .element .add_this a {
  text-decoration: none;
  background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
  background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  display: block;
  width: 120px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
  border: 1px solid #DDD;
  border-radius: 10px;
  padding: 10px 0;
  margin: 0 0 0 auto;
  cursor: pointer;
  -webkit-appearance: none;
}
.remodal#tickets_used_count_modal {
  max-width: 420px;
  background-color: #fff;
  border-radius: 5px;
  top: 30%;
  padding: 30px;
}
.remodal#tickets_used_count_modal button.remodal-close {
  display: none;
}
.remodal#tickets_used_count_modal .plan_name {
  font-size: 20px;
  font-weight: bold;
}
.remodal#tickets_used_count_modal .confirmElement {
  display: flex;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
  margin-bottom: 15px;
}
.remodal#tickets_used_count_modal .confirmElement span {
  font-weight: bold;
}
.remodal#tickets_used_count_modal .confirmElement .confirmElement_useCount {
  display: flex;
  margin: 0 10px;
}
.remodal#tickets_used_count_modal .confirmElement .confirmElement_useCount #confirm_tickets_count, .remodal#tickets_used_count_modal .confirmElement .confirmElement_useCount .count {
  color: #f83a22;
  font-weight: bold;
}
.remodal#tickets_used_count_modal .confirmElement .confirmElement_useCount .count {
  display: inline-block;
}
.remodal#tickets_used_count_modal .subscriptionElement__detail {
  font-size: 15px;
  margin-bottom: 25px;
}
.remodal#tickets_used_count_modal .modal_button #modal_submit {
  text-align: center;
  outline: none;
  width: 100%;
  cursor: pointer;
  border: 1px solid #f83a22;
  background-color: #f83a22;
  border-radius: 5px;
  display: block;
  font-size: 15px;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 25px;
}
.remodal#tickets_used_count_modal .modal_button span {
  padding: 10px;
}
.remodal#tickets_used_count_modal .modal_button span #modal_cancel {
  background-color: #fff;
  color: #666;
}

@media all and (max-width: 320px) {
  .remodal#tickets_used_count_modal {
    top: 10%;
    padding: 20px 5px;
  }
}
.wwwMypage {
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  background-color: #F7F7F7;
}
.wwwMypage__header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 55px;
  box-sizing: border-box;
  background-color: #FFF;
  border-bottom: 1px solid #DDD;
  padding: 15px;
}
.wwwMypage__header__col {
  font-size: 16px;
}
.wwwMypage__header__col h1 {
  color: #333;
  font-weight: bold;
}
.wwwMypage__header__col:first-child, .wwwMypage__header__col:last-child {
  width: 20%;
}
.wwwMypage__header__col:first-child label {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.wwwMypage__header__col:first-child label span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #666;
  position: absolute;
  top: 2px;
}
.wwwMypage__header__col:first-child label span:nth-child(2) {
  top: 9px;
}
.wwwMypage__header__col:first-child label span:nth-child(3) {
  top: 16px;
}
.wwwMypage__header__col:first-child .arrowLeft:before {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  font-size: 26px;
  color: #777;
  top: 14px;
}
.wwwMypage__header__col:last-child {
  text-align: right;
}
.wwwMypage__header__col:last-child .crossSubscriptionIcons {
  display: inline-block;
  border: 1px solid #CCC;
  border-radius: 50%;
}
.wwwMypage__header__col:last-child .crossSubscriptionIcons.search {
  border: none;
}
.wwwMypage__header__col:last-child img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.wwwMypage__header__col:last-child a {
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
.wwwMypage__content {
  display: block;
  background-color: #FFF;
}
.wwwMypage__content .settingMenu li {
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #F7F7F7;
}
.wwwMypage__content .settingMenu li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  padding: 17px 15px;
}
.wwwMypage__content .settingMenu li span {
  color: red;
}
.wwwMypage__content section {
  padding: 15px 12px;
}
.wwwMypage__content section h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.wwwMypage__content section #set_icon_image {
  margin-bottom: 20px;
}
.wwwMypage__content section #set_icon_image #user_profile_image {
  display: none;
}
.wwwMypage__content section #set_icon_image .ttl {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 3px;
}
.wwwMypage__content section #set_icon_image .image_preview {
  width: 150px;
  height: 150px;
  background-color: #EEE;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
  position: relative;
}
.wwwMypage__content section #set_icon_image .image_preview i {
  font-size: 40px;
  color: #BBB;
  position: absolute;
  top: 39px;
  left: 53px;
}
.wwwMypage__content section #set_icon_image .image_preview p {
  width: 100%;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px 0;
  position: absolute;
  bottom: 0;
}
.wwwMypage__content section #set_icon_image .image_preview i.none, .wwwMypage__content section #set_icon_image .image_preview p.none {
  display: none;
}
.wwwMypage__content section .form-group {
  margin-bottom: 10px;
}
.wwwMypage__content section .form-group label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}
.wwwMypage__content section .form-group input, .wwwMypage__content section .form-group textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: inherit;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 12px 7px;
  outline: none;
}
.wwwMypage__content section .form-group textarea {
  height: 105px;
  resize: none;
}
.wwwMypage__content section p.attention {
  font-size: 14px;
  color: #F83F26;
  margin-bottom: 10px;
}
.wwwMypage__content section input[type=submit] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background-color: #F83F26;
  border: 1px solid #F83F26;
  border-radius: 5px;
  padding: 10px 0;
  cursor: pointer;
}
.wwwMypage__content section input[type=submit]:disabled {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  color: #6b7280;
  text-align: center;
  background-color: #9ca3af;
  border: 1px solid #9ca3af;
  border-radius: 5px;
  padding: 10px 0;
  cursor: not-allowed;
}
.wwwMypage__content section.editExternalSystem {
  padding: 0;
  border-bottom: 1px solid #EEE;
}
.wwwMypage__content section.editExternalSystem a {
  text-decoration: none;
}
.wwwMypage__content section.editExternalSystem .connect {
  display: flex;
  align-items: center;
  padding: 15px;
}
.wwwMypage__content section.editExternalSystem .connect__icon img {
  display: block;
  width: 50px;
  height: auto;
  margin-right: 20px;
}
.wwwMypage__content section.editExternalSystem .connect__status {
  flex-grow: 1;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.wwwMypage__content section.editExternalSystem .connect__status .connected, .wwwMypage__content section.editExternalSystem .connect__status .disconnected {
  font-size: 10px;
  color: #777;
}
.wwwMypage__content section.editExternalSystem .connect__action {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  margin-right: 20px;
  position: relative;
}
.wwwMypage__content section.editExternalSystem .connect__action:before {
  content: "\f105";
  font-size: 22px;
  font-family: FontAwesome;
  color: #777;
  position: absolute;
  top: -2px;
  left: 60px;
}
.wwwMypage__content section.editExternalSystem .connect__action span {
  font-size: 10px;
  vertical-align: top;
}
.wwwMypage__footer {
  position: absolute;
  bottom: auto;
  color: #CDCDCD;
  font-size: 10px;
  padding: 10px 15px 15px;
}
.wwwMypage__footer .notice {
  color: #333;
  text-align: left;
  margin-bottom: 10px;
}
.wwwMypage__footer a {
  display: block;
  color: #00A4DE;
  margin-bottom: 5px;
}
.wwwMypage__footer p {
  font-weight: bold;
}

.mypageDrawerTarget {
  display: none;
}
.mypageDrawerCheck {
  display: none;
}
.mypageDrawerCheck:checked ~ .wwwMypage .mypageDrawerTarget {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  min-height: 100vh;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}
.mypageDrawerCheck:checked ~ .wwwMypage .mypageDrawerTarget__header {
  display: flex;
  align-items: center;
  height: 55px;
  box-sizing: border-box;
  border-bottom: 1px solid #DDD;
  padding: 20px;
}
.mypageDrawerCheck:checked ~ .wwwMypage .mypageDrawerTarget__header label {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.mypageDrawerCheck:checked ~ .wwwMypage .mypageDrawerTarget__header label span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #666;
  position: absolute;
  top: 9px;
  right: 5px;
}
.mypageDrawerCheck:checked ~ .wwwMypage .mypageDrawerTarget__header label span:first-child {
  transform: rotate(45deg);
}
.mypageDrawerCheck:checked ~ .wwwMypage .mypageDrawerTarget__header label span:last-child {
  transform: rotate(-45deg);
}
.mypageDrawerCheck:checked ~ .wwwMypage .mypageDrawerTarget__content {
  height: 100%;
  background-color: #F7F7F7;
}
.mypageDrawerCheck:checked ~ .wwwMypage .mypageDrawerTarget__content ul {
  background-color: #FFF;
}
.mypageDrawerCheck:checked ~ .wwwMypage .mypageDrawerTarget__content ul li {
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #F7F7F7;
}
.mypageDrawerCheck:checked ~ .wwwMypage .mypageDrawerTarget__content ul li a {
  display: block;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  padding: 17px 15px;
}
.mypageDrawerCheck:checked ~ .wwwMypage .mypageDrawerTarget__content p {
  font-size: 10px;
  font-weight: bold;
  color: #CDCDCD;
  padding: 30px 15px 15px;
}

@media all and (min-width: 769px) {
  #www_container {
    min-width: 100%;
  }
  .wwwMypage .settingMenu li {
    font-size: 14px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .wwwMypage .settingMenu li:first-child {
    padding-top: 20px;
  }
  .wwwMypage .settingMenu li:last-child {
    padding-bottom: 20px;
  }
  .wwwMypage .settingMenu li a {
    padding: 15px 15px;
  }
  .wwwMypage__header {
    height: 70px;
    padding: 30px 24px;
    border-bottom: 0px;
  }
  .wwwMypage__header__col h1 {
    font-size: 18px;
  }
  .wwwMypage__header__col:first-child label span {
    width: 20px;
    height: 2px;
  }
  .wwwMypage__header__col:first-child .arrowLeft:before {
    top: 20px;
  }
  .wwwMypage__content {
    margin-top: 20px;
    margin-left: 20%;
    margin-right: 20%;
    border-radius: 3px;
    box-shadow: 5px 5px 3px -3px rgba(0, 0, 0, 0.1);
  }
  .wwwMypage section {
    padding: 20px 30px;
    font-size: 14px;
  }
  .wwwMypage section h2 {
    font-size: 16px;
  }
  .wwwMypage section #set_icon_image {
    margin-bottom: 20px;
  }
  .wwwMypage section #set_icon_image .ttl {
    font-size: 14px;
  }
  .wwwMypage section #set_icon_image .image_preview p {
    font-size: 12px;
  }
  .wwwMypage section .form-group label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .wwwMypage section .form-group input, .wwwMypage section .form-group textarea {
    font-size: 16px;
    margin-bottom: 20px;
    border-width: 1px;
    border-radius: 5px;
  }
  .wwwMypage section .form-group textarea {
    border-radius: 5px;
  }
  .wwwMypage section input[type=submit] {
    font-size: 14px;
  }
  .wwwMypage section.editExternalSystem {
    padding: 35px 30px;
  }
  .wwwMypage section.editExternalSystem .connect {
    border-bottom: 1px solid #F7F7F7;
  }
  .wwwMypage section.editExternalSystem .connect__status {
    font-size: 14px;
  }
  .wwwMypage section.editExternalSystem .connect__status .connected, .wwwMypage section.editExternalSystem .connect__status .disconnected {
    font-size: 12px;
  }
  .wwwMypage section.editExternalSystem .connect__action {
    font-size: 13px;
    right: 20px;
  }
  .wwwMypage section.editExternalSystem .connect__action:before {
    font-size: 24px;
    top: -4px;
    left: 70px;
  }
  .wwwMypage__footer {
    width: 60%;
    left: 20%;
    text-align: center;
    padding: 20px 0;
  }
  .wwwMypage__footer a {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .mypageDrawerCheck:checked ~ .wwwMypage .mypageDrawerTarget {
    width: 250px;
    box-shadow: 8px 0 3px -3px rgba(0, 0, 0, 0.1);
  }
  .mypageDrawerCheck:checked ~ .wwwMypage .mypageDrawerTarget__header {
    height: 70px;
  }
  .mypageDrawerCheck:checked ~ .wwwMypage .mypageDrawerTarget__header label span {
    left: 4px;
  }
  .mypageDrawerCheck:checked ~ .wwwMypage .mypageDrawerTarget__content {
    background-color: #FFF;
  }
}
/* refactored December 2019 */
@media all and (min-width: 769px) {
  .shop_notfound_text {
    margin-top: 20px;
    font-size: 18px;
  }
  #shopnotice_element {
    font-size: 14px;
    margin: 15px 0 15px 0;
    border: 2px solid #E7E7E7;
  }
  #shopnotice_element:last-child {
    margin: 0 0 15px 0;
  }
  #shopnotice_element .upper_content {
    padding: 20px;
  }
  #shopnotice_element .upper_content .shop_content {
    display: table;
    word-break: break-all;
  }
  #shopnotice_element .upper_content .shop_content .shop_image_box {
    display: table-cell;
    vertical-align: top;
    height: 60px;
    width: 70px;
  }
  #shopnotice_element .upper_content .shop_content .shop_image_box .shop_image {
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #shopnotice_element .upper_content .shop_content .shop_info {
    display: table-cell;
    vertical-align: top;
  }
  #shopnotice_element .upper_content .shop_content .shop_info .shop_name {
    font-size: 16px;
    color: #2196f3 !important;
    text-decoration: none;
    border-bottom: 1px solid #2196f3;
  }
  #shopnotice_element .upper_content .shop_content .shop_info .shop_category {
    display: block;
    font-size: 12px;
    color: #a2a2a2;
    text-decoration: none;
  }
  #shopnotice_element .upper_content .shop_content .sptb_content {
    display: none;
  }
  #shopnotice_element .upper_content .notice_text {
    font-size: 14px;
    word-wrap: break-word;
    margin-bottom: 5px;
    margin-top: 15px;
  }
  #shopnotice_element .upper_content .notice_image {
    height: 346px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #shopnotice_element .lower_content {
    height: 70px;
    font-size: 14px;
    background-color: #f7f7f7;
    padding: 0 20px;
  }
  #shopnotice_element .lower_content .lower_inner {
    display: table;
    height: 100%;
  }
  #shopnotice_element .lower_content .lower_inner .shop_info {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    word-break: break-all;
    padding-top: 5px;
  }
  #shopnotice_element .lower_content .lower_inner .shop_info .shop_address {
    display: table;
  }
  #shopnotice_element .lower_content .lower_inner .shop_info .shop_address:first-chiild {
    margin-bottom: 5px;
  }
  #shopnotice_element .lower_content .lower_inner .shop_info .shop_address i {
    display: inline-block;
    height: 20px;
    width: 20px;
    font-size: 20px;
    color: #3a3a3a;
    margin-right: 10px;
  }
  #shopnotice_element .lower_content .lower_inner .shop_info .shop_address .text {
    display: table-cell;
    vertical-align: middle;
    font-weight: normal;
  }
}
@media all and (max-width: 768px) {
  .shop_notfound_text {
    font-size: 28px;
  }
  #shopnotice_element {
    font-size: 14px;
    border-bottom: 2px solid #EEE;
  }
  #shopnotice_element .upper_content .shop_content {
    display: table;
    word-break: break-all;
  }
  #shopnotice_element .upper_content .shop_content .shop_image_box {
    display: table-cell;
    vertical-align: top;
    width: 140px;
    height: 140px;
  }
  #shopnotice_element .upper_content .shop_content .shop_image_box .shop_image {
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #shopnotice_element .upper_content .shop_content .shop_info .shop_name {
    display: none;
  }
  #shopnotice_element .upper_content .shop_content .shop_info .shop_category {
    display: none;
  }
  #shopnotice_element .upper_content .shop_content .sptb_content {
    display: table-cell;
    vertical-align: top;
    padding: 18px;
  }
  #shopnotice_element .upper_content .shop_content .sptb_content .sptb_notice_text {
    margin-bottom: 5px;
  }
  #shopnotice_element .upper_content .shop_content .sptb_content .sptb_notice_text .text {
    line-height: 120%;
    font-size: 28px;
    color: #3a3a3a;
    text-decoration: none;
    margin-bottom: 2px;
  }
  #shopnotice_element .upper_content .shop_content .sptb_content .sptb_notice_text p {
    font-weight: bold;
    word-break: break-all;
  }
  #shopnotice_element .upper_content .shop_content .sptb_content .sptb_shop_info {
    font-size: 20px;
  }
  #shopnotice_element .upper_content .shop_content .sptb_content .sptb_shop_info .name {
    color: #2196f3;
    text-decoration: none;
    border-bottom: 1px solid #2196f3;
  }
  #shopnotice_element .upper_content .shop_content .sptb_content .sptb_shop_info .category {
    color: #999;
    text-decoration: none;
  }
  #shopnotice_element .upper_content .notice_text {
    display: none;
  }
  #shopnotice_element .upper_content .notice_image {
    display: none;
  }
  #shopnotice_element .lower_content {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .shop_notfound_text {
    font-size: 14px;
  }
  #shopnotice_element {
    font-size: 14px;
    border-bottom: 1px solid #EEE;
  }
  #shopnotice_element .upper_content .shop_content {
    display: table;
    word-break: break-all;
  }
  #shopnotice_element .upper_content .shop_content .shop_image_box {
    display: table-cell;
    vertical-align: top;
    width: 70px;
    height: 70px;
  }
  #shopnotice_element .upper_content .shop_content .shop_image_box .shop_image {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #shopnotice_element .upper_content .shop_content .shop_info {
    display: none;
  }
  #shopnotice_element .upper_content .shop_content .shop_info .notice_text {
    display: none;
  }
  #shopnotice_element .upper_content .shop_content .shop_info .notice_image {
    display: none;
  }
  #shopnotice_element .upper_content .shop_content .sptb_content {
    display: table-cell;
    vertical-align: top;
    padding: 9px;
  }
  #shopnotice_element .upper_content .shop_content .sptb_content .sptb_notice_text {
    margin-bottom: 2px;
  }
  #shopnotice_element .upper_content .shop_content .sptb_content .sptb_notice_text .text {
    font-size: 14px;
    color: #3a3a3a;
    font-weight: bold;
    text-decoration: none;
  }
  #shopnotice_element .upper_content .shop_content .sptb_content .sptb_notice_text .text p {
    font-weight: bold;
    word-break: break-all;
  }
  #shopnotice_element .upper_content .shop_content .sptb_content .sptb_shop_info {
    font-size: 12px;
    padding-right: 5px;
  }
  #shopnotice_element .upper_content .shop_content .sptb_content .sptb_shop_info .name {
    color: #2196f3;
    text-decoration: none;
    border-bottom: 1px solid #2196f3;
  }
  #shopnotice_element .upper_content .shop_content .sptb_content .sptb_shop_info .category {
    color: #999;
    text-decoration: none;
  }
  #shopnotice_element .upper_content .shop_content .lower_content {
    display: none;
  }
}
@media all and (min-width: 769px) {
  #www_container #content_notifications.list .notification {
    width: 100%;
    border-bottom: 2px solid #DDD;
  }
  #www_container #content_notifications.list .notification a {
    display: table;
    width: 100%;
    text-decoration: none;
  }
  #www_container #content_notifications.list .notification a .image_area {
    display: table-cell;
    width: 140px;
    vertical-align: top;
  }
  #www_container #content_notifications.list .notification a .image_area .icon {
    width: 140px;
    height: 140px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container #content_notifications.list .notification a .content_area {
    display: table-cell;
    vertical-align: top;
    padding: 18px 20px;
  }
  #www_container #content_notifications.list .notification a .content_area h1 {
    font-size: 28px;
    color: #000;
    line-height: 110%;
    margin-bottom: 5px;
  }
  #www_container #content_notifications.list .notification a .content_area h1 em, #www_container #content_notifications.list .notification a .content_area h1 span {
    vertical-align: middle;
  }
  #www_container #content_notifications.list .notification a .content_area h1 em {
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    background-color: #F83F26;
    border-radius: 30% 30% 30% 30%/50% 50% 50% 50%;
    padding: 0 10px;
  }
  #www_container #content_notifications.list .notification a .content_area h1 .close {
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    background-color: #808080;
    padding: 0 10px;
  }
  #www_container #content_notifications.list .notification a .content_area p {
    font-size: 20px;
    color: #999;
  }
  #www_container #content_notifications.list .no_notification {
    padding: 20px;
  }
  #www_container #content_notifications.list .no_notification p {
    font-size: 28px;
    text-align: center;
  }
  #www_container #content_notifications.notices {
    background-color: #EEE;
    padding: 0 20px;
  }
  #www_container #content_notifications.notices .element {
    display: table;
    margin-top: 20px;
  }
  #www_container #content_notifications.notices .element .image_area {
    display: table-cell;
    width: 100px;
    vertical-align: top;
  }
  #www_container #content_notifications.notices .element .image_area .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container #content_notifications.notices .element .content_area {
    display: table-cell;
    width: 628px;
    vertical-align: top;
  }
  #www_container #content_notifications.notices .element .content_area .name {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    margin-bottom: 10px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon {
    position: relative;
    background: #FFF;
    border: 2px solid #DDD;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 10px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon:after, #www_container #content_notifications.notices .element .content_area .baloon:before {
    right: 100%;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #www_container #content_notifications.notices .element .content_area .baloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 6px;
    margin-top: -6px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #DDD;
    border-width: 9px;
    margin-top: -9px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .notice .notice_image img {
    width: 584px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .notice .notice_text {
    font-size: 26px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner {
    border: 10px solid #FFD24D;
    position: relative;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner img.tag {
    position: absolute;
    top: -10px;
    left: -10px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner .sheet_left {
    font-size: 26px;
    font-weight: bold;
    color: #FF7F00;
    background-color: rgba(255, 210, 77, 0.3);
    padding: 20px 50px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner .sheet_right {
    padding: 10px 20px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner .sheet_right .coupon_condition {
    margin-bottom: 5px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner .sheet_right .coupon_condition p {
    font-size: 18px;
    color: #545454;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner .sheet_right .coupon_limit {
    border: 2px solid #FF8000;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner .sheet_right .coupon_limit p {
    font-size: 18px;
    color: #FF8000;
    text-align: center;
  }
  #www_container #content_notifications.notices .element .content_area .date {
    font-size: 16px;
    color: #CCC;
    text-align: right;
  }
}
@media all and (max-width: 768px) {
  #www_container #content_notifications.list .notification {
    width: 100%;
    border-bottom: 2px solid #DDD;
  }
  #www_container #content_notifications.list .notification a {
    display: table;
    width: 100%;
    text-decoration: none;
  }
  #www_container #content_notifications.list .notification a .image_area {
    display: table-cell;
    width: 140px;
    vertical-align: top;
  }
  #www_container #content_notifications.list .notification a .image_area .icon {
    width: 140px;
    height: 140px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container #content_notifications.list .notification a .content_area {
    display: table-cell;
    vertical-align: top;
    padding: 18px 20px;
  }
  #www_container #content_notifications.list .notification a .content_area h1 {
    font-size: 28px;
    color: #000;
    line-height: 110%;
    margin-bottom: 5px;
  }
  #www_container #content_notifications.list .notification a .content_area h1 em, #www_container #content_notifications.list .notification a .content_area h1 span {
    vertical-align: middle;
  }
  #www_container #content_notifications.list .notification a .content_area h1 em {
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    background-color: #F83F26;
    border-radius: 30% 30% 30% 30%/50% 50% 50% 50%;
    padding: 0 10px;
  }
  #www_container #content_notifications.list .notification a .content_area h1 .close {
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    background-color: #808080;
    padding: 0 10px;
  }
  #www_container #content_notifications.list .notification a .content_area p {
    font-size: 20px;
    color: #999;
  }
  #www_container #content_notifications.list .no_notification {
    padding: 20px;
  }
  #www_container #content_notifications.list .no_notification p {
    font-size: 28px;
    text-align: center;
  }
  #www_container #content_notifications.notices {
    background-color: #EEE;
    padding: 0 20px;
  }
  #www_container #content_notifications.notices .element {
    display: table;
    width: 100%;
    margin-top: 20px;
  }
  #www_container #content_notifications.notices .element .image_area {
    display: table-cell;
    width: 100px;
    vertical-align: top;
  }
  #www_container #content_notifications.notices .element .image_area .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container #content_notifications.notices .element .content_area {
    display: table-cell;
    vertical-align: top;
  }
  #www_container #content_notifications.notices .element .content_area .name {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    margin-bottom: 10px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon {
    position: relative;
    background: #FFF;
    border: 2px solid #DDD;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 10px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon:after, #www_container #content_notifications.notices .element .content_area .baloon:before {
    right: 100%;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #www_container #content_notifications.notices .element .content_area .baloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 6px;
    margin-top: -6px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #DDD;
    border-width: 9px;
    margin-top: -9px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .notice .notice_image img {
    width: 100%;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .notice .notice_text {
    font-size: 26px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner {
    border: 10px solid #FFD24D;
    position: relative;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner img.tag {
    position: absolute;
    top: -10px;
    left: -10px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner .sheet_left {
    font-size: 26px;
    font-weight: bold;
    color: #FF7F00;
    background-color: rgba(255, 210, 77, 0.3);
    padding: 20px 50px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner .sheet_right {
    padding: 10px 20px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner .sheet_right .coupon_condition {
    margin-bottom: 5px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner .sheet_right .coupon_condition p {
    font-size: 18px;
    color: #545454;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner .sheet_right .coupon_limit {
    border: 2px solid #FF8000;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner .sheet_right .coupon_limit p {
    font-size: 18px;
    color: #FF8000;
    text-align: center;
  }
  #www_container #content_notifications.notices .element .content_area .date {
    font-size: 16px;
    color: #CCC;
    text-align: right;
  }
}
@media all and (max-width: 640px) {
  #www_container #content_notifications.list .notification {
    width: 100%;
    border-bottom: 1px solid #DDD;
  }
  #www_container #content_notifications.list .notification a {
    display: table;
    width: 100%;
    text-decoration: none;
  }
  #www_container #content_notifications.list .notification a .image_area {
    display: table-cell;
    width: 70px;
    vertical-align: top;
  }
  #www_container #content_notifications.list .notification a .image_area .icon {
    width: 70px;
    height: 70px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container #content_notifications.list .notification a .content_area {
    display: table-cell;
    vertical-align: top;
    padding: 9px 10px;
  }
  #www_container #content_notifications.list .notification a .content_area h1 {
    font-size: 14px;
    color: #000;
    line-height: 110%;
    margin-bottom: 2.5px;
  }
  #www_container #content_notifications.list .notification a .content_area h1 em, #www_container #content_notifications.list .notification a .content_area h1 span {
    vertical-align: middle;
  }
  #www_container #content_notifications.list .notification a .content_area h1 em {
    display: inline-block;
    font-size: 10px;
    color: #FFF;
    background-color: #F83F26;
    border-radius: 30% 30% 30% 30%/50% 50% 50% 50%;
    padding: 0 5px;
  }
  #www_container #content_notifications.list .notification a .content_area h1 .close {
    font-size: 10px;
    padding: 2px 5px;
  }
  #www_container #content_notifications.list .notification a .content_area p {
    font-size: 10px;
    color: #999;
  }
  #www_container #content_notifications.list .no_notification {
    padding: 10px;
  }
  #www_container #content_notifications.list .no_notification p {
    font-size: 14px;
    text-align: center;
  }
  #www_container #content_notifications.notices {
    background-color: #EEE;
    padding: 0 10px;
  }
  #www_container #content_notifications.notices .element {
    display: table;
    width: 100%;
    margin-top: 10px;
  }
  #www_container #content_notifications.notices .element .image_area {
    display: table-cell;
    width: 50px;
    vertical-align: top;
  }
  #www_container #content_notifications.notices .element .image_area .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container #content_notifications.notices .element .content_area {
    display: table-cell;
    vertical-align: top;
  }
  #www_container #content_notifications.notices .element .content_area .name {
    font-size: 10px;
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon {
    position: relative;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 5px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon:after, #www_container #content_notifications.notices .element .content_area .baloon:before {
    right: 100%;
    top: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #www_container #content_notifications.notices .element .content_area .baloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 3px;
    margin-top: -3px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #DDD;
    border-width: 4.5px;
    margin-top: -4.5px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .notice .notice_text {
    font-size: 12px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner {
    border: 5px solid #FFD24D;
    position: relative;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner img.tag {
    position: absolute;
    width: 40px;
    height: 30px;
    top: -5px;
    left: -5px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner .sheet_left {
    font-size: 14px;
    font-weight: bold;
    color: #FF7F00;
    background-color: rgba(255, 210, 77, 0.3);
    padding: 10px 25px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner .sheet_right {
    padding: 5px 10px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner .sheet_right .coupon_condition {
    margin-bottom: 2.5px;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner .sheet_right .coupon_condition p {
    font-size: 10px;
    color: #545454;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner .sheet_right .coupon_limit {
    border: 1px solid #FF8000;
  }
  #www_container #content_notifications.notices .element .content_area .baloon .coupon_sheets .coupon_sheets_inner .sheet_right .coupon_limit p {
    font-size: 10px;
    color: #FF8000;
    text-align: center;
  }
  #www_container #content_notifications.notices .element .content_area .date {
    font-size: 10px;
    color: #CCC;
    text-align: right;
  }
}
@media all and (min-width: 769px) {
  .checkShopsmapbutton {
    display: none;
  }
  .featureTopics {
    width: 100%;
    margin-bottom: 10px;
  }
  .featureTopics .featureTopics__inner {
    width: 1040px;
    padding: 0 0 20px 0;
    margin: 0 auto;
    overflow: hidden;
  }
  .featureTopics .featureTopics__inner .featureTopic {
    width: 520px;
    height: 332px;
  }
  .featureTopics .featureTopics__inner .featureTopic:first-child {
    float: left;
  }
  .featureTopics .featureTopics__inner .featureTopic:last-child {
    float: right;
  }
  .featureTopics .featureTopics__inner .featureTopic a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__image {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__image .badges {
    display: none;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary {
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFF;
    margin-bottom: 10px;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__data {
    display: table;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__data .editor_icon, .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__data .editor_name, .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__data .badges {
    display: table-cell;
    vertical-align: middle;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__data .editor_icon img {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__data .editor_name {
    font-size: 12px;
    color: #FFF;
    padding-right: 10px;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__data .badges span {
    display: inline-block;
    font-size: 10px;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  #features {
    width: 100%;
    background-color: #F8F8F8;
    border-bottom: 1px solid #EEE;
    margin-bottom: 30px;
  }
  #features #features_inner {
    width: 1040px;
    background-color: #F8F8F8;
    padding: 29px 0 20px 0;
    margin: 0 auto;
    overflow: hidden;
  }
  #features #features_inner .ranking_ttl {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 25px;
  }
  #features #features_inner .element {
    width: 320px;
    margin-right: 40px;
    float: left;
  }
  #features #features_inner .element a {
    display: block;
    text-decoration: none;
  }
  #features #features_inner .element a .image_area {
    position: relative;
  }
  #features #features_inner .element a .image_area .rank_icon {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background: #FFD24D url(/assets/bg_icon_ranking-c612eb710712aa0b02a664b1fbb4a472f5edb6a8c07f52f7d6cd1dea04d76157.png) no-repeat 50% 3px;
    padding-top: 28px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #features #features_inner .element a .image_area .eyecatch {
    width: 320px;
    height: 185px;
    background-color: #CCC;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
  }
  #features #features_inner .element a .topic_summary {
    margin-bottom: 10px;
  }
  #features #features_inner .element a .topic_summary h1 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
  }
  #features #features_inner .element a .topic_summary p {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #features #features_inner .element a .topic_summary .other_data {
    display: table;
    font-size: 12px;
    color: #999;
  }
  #features #features_inner .element a .topic_summary .other_data .editor_icon, #features #features_inner .element a .topic_summary .other_data .editor_name, #features #features_inner .element a .topic_summary .other_data .views, #features #features_inner .element a .topic_summary .other_data .badges {
    display: table-cell;
    vertical-align: middle;
  }
  #features #features_inner .element a .topic_summary .other_data .editor_icon {
    padding-right: 10px;
  }
  #features #features_inner .element a .topic_summary .other_data .editor_icon img {
    width: 30px;
    height: 30px;
    background-color: #CCC;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
  }
  #features #features_inner .element a .topic_summary .other_data .editor_name {
    text-align: left;
    padding-right: 10px;
  }
  #features #features_inner .element a .topic_summary .other_data .badges {
    white-space: nowrap;
  }
  #features #features_inner .element a .topic_summary .other_data .badges span {
    display: inline-block;
    font-size: 10px;
    color: #999;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  #features #features_inner .element a .topic_summary .other_data .views {
    text-align: right;
    white-space: nowrap;
  }
  #features #features_inner .element a .topic_summary .other_data .views i {
    font-size: 16px;
  }
  #features #features_inner .element:nth-last-child(2) a .image_area .rank_icon {
    background-color: #AAA;
  }
  #features #features_inner .element:last-child {
    margin-right: 0;
  }
  #features #features_inner .element:last-child a .image_area .rank_icon {
    background-color: #D96D00;
  }
  .noresult {
    font-size: 14px;
  }
  #applicable_shops {
    background-color: #EEE;
    padding: 25px 24px 15px 24px;
    margin: 20px 0 10px;
  }
  #applicable_shops .ttl {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #applicable_shops a {
    display: block;
    text-decoration: none;
  }
  #applicable_shops a dl {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #applicable_shops a dl dt {
    font-size: 16px;
    font-weight: bold;
  }
  .error_pages {
    background-color: #F6F6F6;
    border: 1px solid #EEE;
    margin-bottom: 20px;
  }
  .error_pages .error_pages_inner {
    width: 1040px;
    text-align: center;
    padding: 100px 0;
    margin: 0 auto;
  }
  .error_pages .error_pages_inner h1 {
    font-size: 40px;
  }
  .error_pages .error_pages_inner p {
    font-size: 16px;
    color: #999;
    margin-bottom: 20px;
  }
  .error_pages .error_pages_inner a.search {
    display: block;
    width: 160px;
    font-size: 14px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 10px;
    padding: 6px 0;
    margin: 0 auto 20px auto;
  }
  .error_pages .error_pages_inner a.return {
    font-size: 14px;
    color: #369BFF;
  }
  .errorPages {
    border: none;
  }
  .errorPages section {
    border-bottom: 1px solid #F4F4F4;
    padding: 50px 30px;
  }
  .errorPages section h1, .errorPages section h2 {
    font-weight: bold;
    text-align: center;
  }
  .errorPages__header section h1 {
    font-size: 36px;
    margin-bottom: 50px;
  }
  .errorPages__header section p {
    font-size: 32px;
    color: #DC492E;
    text-align: center;
  }
  .errorPages__content section h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .errorPages__content section p {
    width: 500px;
    font-size: 16px;
    margin: 0 auto;
  }
  .errorPages__content section a {
    display: block;
    width: 300px;
    padding: 5px 0;
    margin: 40px auto 0;
    font-size: 20px;
    font-weight: bold;
    color: inherit;
    text-align: center;
    text-decoration: none;
    background-color: #DEDEDE;
    border: 1px solid #DDD;
    border-radius: 5px;
  }
  .errorPages__content aside.dfp {
    padding: 50px 30px;
    display: flex;
    justify-content: center;
  }
  .add_favorite {
    display: table;
    width: 100%;
    box-sizing: border-box;
    background-color: #EEE;
    padding: 12px 19px 15px 19px;
  }
  .add_favorite #fb_like {
    padding-top: 10px;
    display: table-cell;
  }
  .add_favorite #add_btn {
    width: 160px;
    display: table-cell;
    text-align: right;
  }
  .add_favorite #add_btn a {
    display: inline-block;
    width: 160px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 3px 10px;
  }
  .add_favorite #add_btn a.add, .add_favorite #add_btn a.move {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  .add_favorite #add_btn a.add i, .add_favorite #add_btn a.move i {
    color: #AAA;
  }
  .add_favorite #add_btn a.release {
    background-color: #EEE;
  }
  .add_favorite #add_btn a.release i {
    color: #FB3D15;
  }
  #category_info {
    background-color: #F8F8F8;
    border-bottom: 1px solid #EEEEEE;
    padding: 29px 0;
    margin-bottom: 30px;
  }
  #category_info #category_info_inner {
    display: table;
    table-layout: fixed;
    width: 1040px;
    margin: 0 auto;
  }
  #category_info #category_info_inner #image_area {
    display: table-cell;
    width: 170px;
    vertical-align: top;
  }
  #category_info #category_info_inner #image_area .topic_image {
    width: 150px;
    height: 150px;
    background-color: #CCC;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #category_info #category_info_inner #description_area {
    display: table-cell;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #category_info #category_info_inner #description_area dl dt {
    font-size: 36px;
    font-weight: bold;
  }
  #category_info #category_info_inner #description_area dl dt span {
    font-size: 18px;
  }
  #category_info #category_info_inner #description_area dl dd {
    font-size: 14px;
    color: #999;
  }
  #topic_summary {
    background-color: #F8F8F8;
    margin-bottom: 10px;
    table-layout: fixed;
  }
  #topic_summary #topic_summary_inner {
    border: 1px solid #EEE;
  }
  #topic_summary #topic_summary_inner #summary_header {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #EEE;
    padding: 10px 19px;
    overflow: hidden;
  }
  #topic_summary #topic_summary_inner #summary_header .pubdate {
    float: left;
  }
  #topic_summary #topic_summary_inner #summary_header .pubdate span {
    display: block;
    font-size: 10px;
    color: #999;
    padding-top: 8px;
  }
  #topic_summary #topic_summary_inner #summary_header .measure {
    float: right;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span {
    vertical-align: middle;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.new, #topic_summary #topic_summary_inner #summary_header .measure span.popular {
    display: inline-block;
    font-size: 10px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count {
    font-size: 18px;
    color: #333;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count i, #topic_summary #topic_summary_inner #summary_header .measure span.count strong, #topic_summary #topic_summary_inner #summary_header .measure span.count span {
    vertical-align: middle;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count i {
    font-size: 14px;
    padding: 0 10px;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count strong {
    font-weight: bold;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count span {
    font-size: 10px;
  }
  #topic_summary #topic_summary_inner #summary_content {
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    padding: 19px 19px 0 19px;
  }
  #topic_summary #topic_summary_inner #summary_content #image_area {
    display: table-cell;
    width: 170px;
    vertical-align: top;
  }
  #topic_summary #topic_summary_inner #summary_content #image_area .topic_image {
    width: 150px;
    height: 150px;
    background-color: #CCC;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
  }
  #topic_summary #topic_summary_inner #summary_content #description_area {
    display: table-cell;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #topic_summary #topic_summary_inner #summary_content #description_area h1 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    line-height: 120%;
    margin-bottom: 10px;
  }
  #topic_summary #topic_summary_inner #summary_content #description_area h1 span.pr {
    font-size: 16px;
  }
  #topic_summary #topic_summary_inner #summary_content #description_area p {
    font-size: 14px;
    color: #999;
    line-height: 120%;
    margin-bottom: 10px;
  }
  #topic_summary #topic_summary_inner .eventData {
    padding: 0 0 10px 189px;
  }
  #topic_summary #topic_summary_inner .eventData dl dt, #topic_summary #topic_summary_inner .eventData dl dd {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
  }
  #topic_summary #topic_summary_inner .eventData dl dd {
    color: #333;
    padding-left: 0.5em;
  }
  #topic_summary #topic_summary_inner .eventData dl dd a {
    color: inherit;
    font-weight: inherit;
  }
  #topics_summary {
    background-color: #F8F8F8;
    border: 1px solid #EEEEEE;
    padding: 19px;
    margin-bottom: 30px;
  }
  #topics_summary #topics_summary_inner {
    display: table;
    width: 100%;
  }
  #topics_summary #topics_summary_inner #image_area {
    display: table-cell;
    width: 170px;
    vertical-align: top;
  }
  #topics_summary #topics_summary_inner #image_area .topic_image {
    width: 150px;
    height: 150px;
    background-color: #CCC;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #topics_summary #topics_summary_inner #image_area .topic_image.editor {
    border-radius: 50%;
  }
  #topics_summary #topics_summary_inner #description_area {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
  }
  #topics_summary #topics_summary_inner #description_area dl dt {
    font-size: 36px;
    font-weight: bold;
  }
  #topics_summary #topics_summary_inner #description_area dl dd {
    font-size: 14px;
    color: #999;
  }
  #editor_summary {
    background-color: #F8F8F8;
    border: 2px solid #EEEEEE;
    padding: 19px;
    margin-bottom: 30px;
  }
  #editor_summary #editor_summary_inner {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  #editor_summary #editor_summary_inner #image_area {
    display: table-cell;
    width: 170px;
    vertical-align: top;
  }
  #editor_summary #editor_summary_inner #image_area .topic_image {
    width: 150px;
    height: 150px;
    background-color: #CCC;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  #editor_summary #editor_summary_inner #description_area {
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #editor_summary #editor_summary_inner #description_area dl {
    margin-bottom: 10px;
  }
  #editor_summary #editor_summary_inner #description_area dl dt {
    font-size: 36px;
    font-weight: bold;
  }
  #editor_summary #editor_summary_inner #description_area dl dd {
    font-size: 14px;
    color: #999;
  }
  #editor_summary #editor_summary_inner #description_area a {
    color: #00A3D9;
  }
  #editor_summary #editor_summary_inner #description_area .editor_results {
    overflow: hidden;
  }
  #editor_summary #editor_summary_inner #description_area .editor_results .element {
    width: 130px;
    font-size: 14px;
    color: #666;
    line-height: 120%;
    text-align: center;
    background-color: #DDD;
    border-radius: 10px;
    padding: 5px 0;
    margin-right: 10px;
    float: left;
  }
  #editor_summary #editor_summary_inner #description_area .editor_results .element span {
    font-weight: bold;
  }
  .dfpTag {
    padding: 10px 0;
  }
  .dfpTag div {
    margin: 0 auto;
  }
  p.attention__salableAccount {
    margin-top: 30px;
  }
}
@media all and (max-width: 768px) {
  .informationBanner img {
    width: 100%;
    height: auto;
  }
  .checkShopsmapbutton {
    width: 136px;
    background-image: -ms-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #EEE));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #EEE 100%);
    border: 2px solid #DDD;
    border-radius: 10px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 1000;
  }
  .checkShopsmapbutton a {
    display: block;
    text-decoration: none;
    padding: 10px;
  }
  .checkShopsmapbutton .checkShopsmapbutton__text {
    font-size: 20px;
    color: #999;
    text-align: center;
    line-height: 1.3;
  }
  .checkShopsmapbutton .checkShopsmapbutton__icon {
    text-align: center;
  }
  .checkShopsmapbutton .checkShopsmapbutton__icon i {
    font-size: 80px;
    color: #F83F26;
    text-shadow: -1px -1px 2px #FFF, 1px -1px 2px #FFF, 1px 1px 2px #FFF, -1px 1px 2px #FFF;
  }
  .featureTopics {
    width: 100%;
  }
  .featureTopics .featureTopics__inner {
    width: 100%;
    overflow: hidden;
  }
  .featureTopics .featureTopics__inner .featureTopic {
    width: 50%;
    height: 320px;
  }
  .featureTopics .featureTopics__inner .featureTopic:first-child {
    float: left;
  }
  .featureTopics .featureTopics__inner .featureTopic:last-child {
    float: right;
  }
  .featureTopics .featureTopics__inner .featureTopic a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__image {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__image .badges {
    display: table;
    padding: 20px;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__image .badges span {
    font-size: 20px;
    color: #FFF;
    padding: 4px 8px;
    display: table-cell;
    vertical-align: middle;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__image .badges span.new {
    background: #FB380E;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__image .badges span.popular {
    background: #FFC000;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary {
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFF;
    margin-bottom: 10px;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__data {
    display: table;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__data .editor_icon, .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__data .editor_name, .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__data .badges {
    display: table-cell;
    vertical-align: middle;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__data .editor_icon img {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__data .editor_name {
    font-size: 16px;
    color: #FFF;
    padding-right: 10px;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__data .badges {
    display: none;
  }
  #features #features_inner .ranking_ttl {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    text-align: center;
    background-color: #DDD;
    padding: 14px 18px;
  }
  #features #features_inner .element a {
    display: block;
    width: 100%;
    height: 320px;
    text-decoration: none;
    position: relative;
  }
  #features #features_inner .element a .image_area {
    width: 100%;
    height: 320px;
    position: relative;
  }
  #features #features_inner .element a .image_area .rank_icon {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background: #FFD24D url(/assets/bg_icon_ranking-c612eb710712aa0b02a664b1fbb4a472f5edb6a8c07f52f7d6cd1dea04d76157.png) no-repeat 50% 3px;
    padding-top: 28px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #features #features_inner .element a .image_area .eyecatch {
    width: 100%;
    height: 320px;
    background-color: #CCC;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #features #features_inner .element a .topic_summary {
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px 16px;
    position: absolute;
    bottom: 0;
    z-index: 10;
  }
  #features #features_inner .element a .topic_summary h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 130%;
    color: #FFF;
    text-shadow: 1px 1px #000;
    margin-bottom: 10px;
  }
  #features #features_inner .element a .topic_summary p {
    display: none;
  }
  #features #features_inner .element a .topic_summary .other_data {
    display: table;
    color: #FFF;
  }
  #features #features_inner .element a .topic_summary .other_data .editor_icon, #features #features_inner .element a .topic_summary .other_data .editor_name, #features #features_inner .element a .topic_summary .other_data .views, #features #features_inner .element a .topic_summary .other_data .badges {
    display: table-cell;
    font-size: 16px;
    vertical-align: middle;
  }
  #features #features_inner .element a .topic_summary .other_data .editor_icon img, #features #features_inner .element a .topic_summary .other_data .editor_name img, #features #features_inner .element a .topic_summary .other_data .views img, #features #features_inner .element a .topic_summary .other_data .badges img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-color: #CCC;
    border-radius: 50%;
    margin-right: 6px;
  }
  #features #features_inner .element a .topic_summary .other_data .editor_icon i, #features #features_inner .element a .topic_summary .other_data .editor_name i, #features #features_inner .element a .topic_summary .other_data .views i, #features #features_inner .element a .topic_summary .other_data .badges i {
    font-size: 20px;
    margin-left: 20px;
  }
  #features #features_inner .element a .topic_summary .other_data .badges {
    white-space: nowrap;
    padding-left: 10px;
  }
  #features #features_inner .element a .topic_summary .other_data .badges span {
    display: inline-block;
    font-size: 12px;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  #features #features_inner .element:nth-last-child(2) a .image_area .rank_icon {
    background-color: #AAA;
  }
  #features #features_inner .element:last-child {
    margin-right: 0;
  }
  #features #features_inner .element:last-child a .image_area .rank_icon {
    background-color: #D96D00;
  }
  .noresult {
    font-size: 24px;
    padding: 0 28px 20px 28px;
  }
  #applicable_shops {
    border-bottom: 2px solid #EEE;
    padding: 20px;
  }
  #applicable_shops #applicable_shops_inner {
    background-color: #EEE;
    padding: 20px;
  }
  #applicable_shops #applicable_shops_inner .ttl {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  #applicable_shops #applicable_shops_inner a {
    display: block;
    text-decoration: none;
  }
  #applicable_shops #applicable_shops_inner a dl {
    font-size: 20px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #applicable_shops #applicable_shops_inner a dl dt {
    font-size: 28px;
    font-weight: bold;
    color: #333;
  }
  .error_pages {
    text-align: center;
    background-color: #F6F6F6;
    border: 1px solid #EEE;
    padding: 60px;
  }
  .error_pages .error_pages_inner h1 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
  }
  .error_pages .error_pages_inner p {
    font-size: 28px;
    color: #000;
    margin-bottom: 20px;
  }
  .error_pages .error_pages_inner a.search {
    display: block;
    width: 256px;
    font-size: 24px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background-color: #EDEDED;
    border: 1px solid #DDD;
    border-radius: 10px;
    padding: 10px 0;
    margin: 0 auto 20px auto;
  }
  .error_pages .error_pages_inner a.return {
    display: inline-block;
    font-size: 24px;
    color: #369BFF;
  }
  .errorPages {
    border: none;
  }
  .errorPages section {
    border-bottom: 1px solid #F4F4F4;
    padding: 50px 30px;
  }
  .errorPages section h1, .errorPages section h2 {
    font-weight: bold;
    text-align: center;
  }
  .errorPages__header section h1 {
    font-size: 36px;
    margin-bottom: 50px;
  }
  .errorPages__header section p {
    font-size: 32px;
    color: #DC492E;
    text-align: center;
  }
  .errorPages__content section h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .errorPages__content section p {
    width: 500px;
    font-size: 16px;
    margin: 0 auto;
  }
  .errorPages__content section a {
    display: block;
    width: 300px;
    padding: 5px 0;
    margin: 40px auto 0;
    font-size: 20px;
    font-weight: bold;
    color: inherit;
    text-align: center;
    text-decoration: none;
    background-color: #DEDEDE;
    border: 1px solid #DDD;
    border-radius: 5px;
  }
  .errorPages__content aside.dfp {
    padding: 50px 30px;
    display: flex;
    justify-content: center;
  }
  .add_favorite {
    display: table;
    width: 100%;
    box-sizing: border-box;
    background-color: #EEE;
    padding: 20px;
  }
  .add_favorite #fb_like {
    display: table-cell;
  }
  .add_favorite #add_btn {
    width: 200px;
    display: table-cell;
    text-align: right;
  }
  .add_favorite #add_btn a {
    display: inline-block;
    width: 200px;
    box-sizing: border-box;
    font-size: 20px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 5px 10px;
  }
  .add_favorite #add_btn a.add, .add_favorite #add_btn a.move {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  .add_favorite #add_btn a.add i, .add_favorite #add_btn a.move i {
    color: #AAA;
  }
  .add_favorite #add_btn a.release {
    background-color: #EEE;
  }
  .add_favorite #add_btn a.release i {
    color: #FB3D15;
  }
  #category_info {
    background-color: #F8F8F8;
    padding: 20px;
  }
  #category_info #category_info_inner {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  #category_info #category_info_inner #image_area {
    display: table-cell;
    width: 160px;
    vertical-align: top;
  }
  #category_info #category_info_inner #image_area .topic_image {
    width: 140px;
    height: 140px;
    background-color: #CCC;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #category_info #category_info_inner #description_area {
    display: table-cell;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #category_info #category_info_inner #description_area dl dt {
    font-size: 40px;
    font-weight: bold;
  }
  #category_info #category_info_inner #description_area dl dt span {
    font-size: 20px;
  }
  #category_info #category_info_inner #description_area dl dd {
    font-size: 20px;
    color: #999;
  }
  #topic_summary {
    background-color: #F8F8F8;
  }
  #topic_summary #topic_summary_inner #summary_header {
    font-size: 20px;
    color: #999;
    border-bottom: 2px solid #EEE;
    padding: 10px 20px;
    overflow: hidden;
  }
  #topic_summary #topic_summary_inner #summary_header .pubdate {
    float: left;
  }
  #topic_summary #topic_summary_inner #summary_header .pubdate span {
    vertical-align: middle;
  }
  #topic_summary #topic_summary_inner #summary_header .measure {
    float: right;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span {
    vertical-align: middle;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.new, #topic_summary #topic_summary_inner #summary_header .measure span.popular {
    display: inline-block;
    font-size: 12px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count {
    font-size: 20px;
    color: #333;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count i, #topic_summary #topic_summary_inner #summary_header .measure span.count strong, #topic_summary #topic_summary_inner #summary_header .measure span.count span {
    vertical-align: middle;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count i {
    font-size: 24px;
    padding: 0 10px;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count strong {
    font-weight: bold;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count span {
    font-size: 14px;
  }
  #topic_summary #topic_summary_inner #summary_content {
    display: table;
    table-layout: fixed;
    width: 96%;
    padding: 2%;
  }
  #topic_summary #topic_summary_inner #summary_content #image_area {
    display: table-cell;
    width: 170px;
    vertical-align: top;
  }
  #topic_summary #topic_summary_inner #summary_content #image_area .topic_image {
    width: 140px;
    height: 140px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #topic_summary #topic_summary_inner #summary_content #description_area {
    display: table-cell;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #topic_summary #topic_summary_inner #summary_content #description_area h1 {
    font-size: 40px;
    color: #333;
    line-height: 120%;
    margin-bottom: 6px;
  }
  #topic_summary #topic_summary_inner #summary_content #description_area h1 span.pr {
    font-size: 12px;
  }
  #topic_summary #topic_summary_inner #summary_content #description_area p {
    font-size: 20px;
    color: #999;
    line-height: 120%;
    margin-bottom: 6px;
  }
  #topic_summary #topic_summary_inner .eventData {
    background-color: #FFF;
    border: 1px solid #BBB;
    padding: 14px 14px 8px 14px;
    margin: 0 19px 23px 19px;
  }
  #topic_summary #topic_summary_inner .eventData dl dt, #topic_summary #topic_summary_inner .eventData dl dd {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
  }
  #topic_summary #topic_summary_inner .eventData dl dd {
    color: #333;
    padding-left: 0.5em;
  }
  #topic_summary #topic_summary_inner .eventData dl dd a {
    color: inherit;
    font-weight: inherit;
  }
  #topics_summary {
    display: none;
  }
  #editor_summary {
    background-color: #F8F8F8;
    border: 1px solid #EEEEEE;
    padding: 26px 30px;
  }
  #editor_summary #editor_summary_inner {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  #editor_summary #editor_summary_inner #image_area {
    display: table-cell;
    width: 170px;
    vertical-align: top;
  }
  #editor_summary #editor_summary_inner #image_area .topic_image {
    width: 140px;
    height: 140px;
    background-color: #CCC;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  #editor_summary #editor_summary_inner #description_area {
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #editor_summary #editor_summary_inner #description_area dl {
    margin-bottom: 10px;
  }
  #editor_summary #editor_summary_inner #description_area dl dt {
    font-size: 30px;
    font-weight: bold;
  }
  #editor_summary #editor_summary_inner #description_area dl dd {
    font-size: 20px;
    color: #999;
  }
  #editor_summary #editor_summary_inner #description_area a {
    color: #00A3D9;
  }
  #editor_summary #editor_summary_inner #description_area .editor_results {
    overflow: hidden;
  }
  #editor_summary #editor_summary_inner #description_area .editor_results .element {
    width: 128px;
    font-size: 17px;
    color: #666;
    line-height: 120%;
    text-align: center;
    background-color: #DDD;
    border-radius: 6px;
    padding: 10px 0;
    margin-right: 10px;
    float: left;
  }
  #editor_summary #editor_summary_inner #description_area .editor_results .element:last-child {
    margin-right: 0;
  }
  #editor_summary #editor_summary_inner #description_area .editor_results .element span {
    font-weight: bold;
  }
  .dfpTag {
    padding: 10px 0;
  }
  .dfpTag div {
    margin: 0 auto;
  }
  p.attention__salableAccount {
    margin: 20px;
  }
}
@media all and (max-width: 640px) {
  .informationBanner img {
    width: 100%;
    height: auto;
  }
  .checkShopsmapbutton {
    width: 68px;
    background-image: -ms-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #EEE));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #EEE 100%);
    border: 1px solid #DDD;
    border-radius: 5px;
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 1000;
  }
  .checkShopsmapbutton a {
    display: block;
    text-decoration: none;
    padding: 5px;
  }
  .checkShopsmapbutton .checkShopsmapbutton__text {
    font-size: 10px;
    color: #999;
    text-align: center;
    line-height: 1.3;
  }
  .checkShopsmapbutton .checkShopsmapbutton__icon {
    text-align: center;
  }
  .checkShopsmapbutton .checkShopsmapbutton__icon i {
    font-size: 40px;
    color: #F83F26;
    text-shadow: -1px -1px 1px #FFF, 1px -1px 1px #FFF, 1px 1px 1px #FFF, -1px 1px 1px #FFF;
  }
  .featureTopics {
    width: 100%;
  }
  .featureTopics .featureTopics__inner {
    width: 100%;
    overflow: hidden;
  }
  .featureTopics .featureTopics__inner .featureTopic {
    width: 50%;
    height: 180px;
  }
  .featureTopics .featureTopics__inner .featureTopic:first-child {
    float: left;
  }
  .featureTopics .featureTopics__inner .featureTopic:last-child {
    float: right;
  }
  .featureTopics .featureTopics__inner .featureTopic a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__image {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__image .badges {
    display: table;
    padding: 10px;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__image .badges span {
    font-size: 10px;
    color: #FFF;
    padding: 2px 4px;
    display: table-cell;
    vertical-align: middle;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__image .badges span.new {
    background: #FB380E;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__image .badges span.popular {
    background: #FFC000;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary {
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__title {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFF;
    margin-bottom: 10px;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__data {
    display: table;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__data .editor_icon, .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__data .editor_name, .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__data .badges {
    display: table-cell;
    vertical-align: middle;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__data .editor_icon img {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 5px;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__data .editor_name {
    font-size: 8px;
    color: #FFF;
    padding-right: 5px;
  }
  .featureTopics .featureTopics__inner .featureTopic a .featureTopic__summary .featureTopic__data .badges {
    display: none;
  }
  #features #features_inner .ranking_ttl {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: center;
    background-color: #DDD;
    padding: 7px 9px;
  }
  #features #features_inner .element a {
    display: block;
    width: 100%;
    height: 160px;
    text-decoration: none;
    position: relative;
  }
  #features #features_inner .element a .image_area {
    width: 100%;
    height: 160px;
    position: relative;
  }
  #features #features_inner .element a .image_area .rank_icon {
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background: #FFD24D url(/assets/bg_icon_ranking-c612eb710712aa0b02a664b1fbb4a472f5edb6a8c07f52f7d6cd1dea04d76157.png) no-repeat 50% 3px/16px 13px;
    padding-top: 14px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #features #features_inner .element a .image_area .eyecatch {
    width: 100%;
    height: 160px;
    background-color: #CCC;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #features #features_inner .element a .topic_summary {
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 8px;
    position: absolute;
    bottom: 0;
    z-index: 10;
  }
  #features #features_inner .element a .topic_summary h1 {
    font-size: 14px;
    font-weight: bold;
    line-height: 130%;
    color: #FFF;
    text-shadow: 1px 1px #000;
    margin-bottom: 5px;
  }
  #features #features_inner .element a .topic_summary p {
    display: none;
  }
  #features #features_inner .element a .topic_summary .other_data {
    display: table;
    color: #FFF;
  }
  #features #features_inner .element a .topic_summary .other_data .editor_icon, #features #features_inner .element a .topic_summary .other_data .editor_name, #features #features_inner .element a .topic_summary .other_data .views, #features #features_inner .element a .topic_summary .other_data .badges {
    display: table-cell;
    font-size: 10px;
    vertical-align: middle;
  }
  #features #features_inner .element a .topic_summary .other_data .editor_icon img, #features #features_inner .element a .topic_summary .other_data .editor_name img, #features #features_inner .element a .topic_summary .other_data .views img, #features #features_inner .element a .topic_summary .other_data .badges img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background-color: #CCC;
    border-radius: 50%;
    margin-right: 3px;
  }
  #features #features_inner .element a .topic_summary .other_data .editor_icon i, #features #features_inner .element a .topic_summary .other_data .editor_name i, #features #features_inner .element a .topic_summary .other_data .views i, #features #features_inner .element a .topic_summary .other_data .badges i {
    font-size: 10px;
    margin-left: 10px;
  }
  #features #features_inner .element a .topic_summary .other_data .badges {
    white-space: nowrap;
    padding-left: 5px;
  }
  #features #features_inner .element a .topic_summary .other_data .badges span {
    display: inline-block;
    font-size: 8px;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  .noresult {
    font-size: 12px;
    padding: 0 14px 10px 14px;
  }
  #applicable_shops {
    border-bottom: 1px solid #EEE;
    padding: 10px;
  }
  #applicable_shops #applicable_shops_inner {
    background-color: #EEE;
    padding: 10px;
  }
  #applicable_shops #applicable_shops_inner .ttl {
    font-size: 10px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
  }
  #applicable_shops #applicable_shops_inner a {
    display: block;
    text-decoration: none;
  }
  #applicable_shops #applicable_shops_inner a dl {
    font-size: 10px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #applicable_shops #applicable_shops_inner a dl dt {
    font-size: 14px;
    font-weight: bold;
    color: #333;
  }
  .error_pages {
    text-align: center;
    background-color: #F6F6F6;
    border: 1px solid #EEE;
    padding: 30px;
  }
  .error_pages .error_pages_inner h1 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
  .error_pages .error_pages_inner p {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
  }
  .error_pages .error_pages_inner a.search {
    display: block;
    width: 128px;
    font-size: 12px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background-color: #EDEDED;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 5px 0;
    margin: 0 auto 10px auto;
  }
  .error_pages .error_pages_inner a.return {
    display: inline-block;
    font-size: 12px;
    color: #369BFF;
  }
  .errorPages section {
    border-bottom: 1px solid #F4F4F4;
    padding: 25px 15px;
  }
  .errorPages section h1, .errorPages section h2 {
    font-weight: bold;
    text-align: center;
  }
  .errorPages__header section h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .errorPages__header section p {
    font-size: 14px;
    color: #DC492E;
    text-align: center;
  }
  .errorPages__content section h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .errorPages__content section p {
    width: 300px;
    font-size: 12px;
    margin: 0 auto;
  }
  .errorPages__content section a {
    display: block;
    width: 150px;
    padding: 5px 0;
    margin: 20px auto 0;
    font-size: 10px;
    font-weight: bold;
    color: inherit;
    text-align: center;
    text-decoration: none;
    background-color: #DEDEDE;
    border: 1px solid #DDD;
    border-radius: 5px;
  }
  #category_info {
    background-color: #F8F8F8;
    padding: 10px;
  }
  #category_info #category_info_inner #image_area {
    display: table-cell;
    width: 80px;
    vertical-align: top;
  }
  #category_info #category_info_inner #image_area .topic_image {
    width: 70px;
    height: 70px;
    background-color: #CCC;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #category_info #category_info_inner #description_area {
    display: table-cell;
    vertical-align: top;
  }
  #category_info #category_info_inner #description_area dl dt {
    font-size: 20px;
    font-weight: bold;
  }
  #category_info #category_info_inner #description_area dl dt span {
    font-size: 10px;
  }
  #category_info #category_info_inner #description_area dl dd {
    font-size: 10px;
    color: #999;
  }
  #topics_summary {
    display: none;
  }
  #editor_summary {
    padding: 13px 15px;
  }
  #editor_summary #editor_summary_inner #image_area {
    width: 85px;
  }
  #editor_summary #editor_summary_inner #image_area .topic_image {
    width: 70px;
    height: 70px;
  }
  #editor_summary #editor_summary_inner #description_area dl {
    margin-bottom: 5px;
  }
  #editor_summary #editor_summary_inner #description_area dl dt {
    font-size: 15px;
  }
  #editor_summary #editor_summary_inner #description_area dl dd {
    font-size: 10px;
    color: #999;
  }
  #editor_summary #editor_summary_inner #description_area .editor_results .element {
    width: 64px;
    font-size: 9px;
    border-radius: 5px;
    padding: 5px 0;
    margin-right: 4px;
  }
  .dfpTag {
    padding: 5px 0;
  }
  .dfpTag div {
    margin: 0 auto;
  }
}
@media all and (min-width: 769px) {
  .gsc-above-wrapper-area {
    border-bottom: none !important;
  }
  .gsc-wrapper.gsc-thinWrapper {
    border-right: none !important;
  }
  .gsc-results .gsc-result .gs-title {
    height: 1.4em !important;
    text-decoration: none !important;
  }
  .gsc-results .gsc-result .gs-title * {
    text-decoration: none !important;
  }
  .gsc-results .gsc-result .gs-title b {
    font-weight: bold !important;
  }
  .gsc-results .gsc-result .gs-title a:active, .gsc-results .gsc-result .gs-title a:hover {
    text-decoration: underline !important;
  }
  .gsc-results .gsc-result .gs-snippet b {
    font-weight: bold !important;
  }
  .gsc-results .gsc-result .gsc-table-result, .gsc-results .gsc-result .gsc-thumbnail-inside, .gsc-results .gsc-result .gsc-url-top {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .gsc-results .gsc-result .gs-image-box.gs-web-image-box {
    width: 80px !important;
  }
  .gsc-results .gsc-result .gs-image-box.gs-web-image-box img.gs-image {
    width: 70px !important;
    max-width: 70px !important;
    max-height: 100px !important;
  }
  .gsc-cursor-page {
    padding: 10px;
    background-color: #EEE;
  }
  .gsc-cursor-page.gsc-cursor-current-page {
    background-color: #DD4B39 !important;
    color: #FFF !important;
  }
  #content_search form {
    display: none;
  }
  /*#www_header #left_space form{
    @include flexbox;
    position: relative;
    input{
      box-sizing: border-box;
      font-size: 14px;
      border: 1px solid #DDD;
      padding: 5px 8px;
      outline: none;
      -webkit-appearance: none;
    }
    input[type="text"]{
      width: 200px;
      @include border-radius(5px, 5px);
    }
    input[type="submit"]{
      position: absolute;
      left: 170px;
      top: 2px;
      width: 30px;
      font-family: FontAwesome;
      cursor: pointer;
      background-color: rgba(255,255,255,0);
      outline: none;
      border: none;
    }
  }*/
}
@media all and (max-width: 768px) {
  .cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 1em 1em !important;
  }
  .gsc-results .gsc-result .gs-title {
    height: 1.4em !important;
    text-decoration: none !important;
  }
  .gsc-results .gsc-result .gs-title * {
    text-decoration: none !important;
  }
  .gsc-results .gsc-result .gs-title b {
    font-weight: bold !important;
  }
  .gsc-results .gsc-result .gs-title a:active, .gsc-results .gsc-result .gs-title a:hover {
    text-decoration: underline !important;
  }
  .gsc-results .gsc-result .gs-snippet b {
    font-weight: bold !important;
  }
  .gsc-results .gsc-result .gsc-table-result, .gsc-results .gsc-result .gsc-thumbnail-inside, .gsc-results .gsc-result .gsc-url-top {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .gsc-results .gsc-result .gs-image-box.gs-web-image-box {
    width: 80px !important;
  }
  .gsc-results .gsc-result .gs-image-box.gs-web-image-box img.gs-image {
    width: 70px !important;
    max-width: 70px !important;
    max-height: 100px !important;
  }
  .gsc-cursor-page {
    padding: 10px;
    background-color: #EEE;
  }
  .gsc-cursor-page.gsc-cursor-current-page {
    background-color: #DD4B39 !important;
    color: #FFF !important;
  }
  .gsc-cursor-page:nth-child(n+6) {
    display: none !important;
  }
  #www_header #left_space form {
    display: none;
  }
  #content_search .google_search_input_box {
    margin: 0 3%;
  }
  #content_search .google_search_input_box form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
  }
  #content_search .google_search_input_box form input {
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #DDD;
    padding: 5px 8px;
    outline: none;
    -webkit-appearance: none;
  }
  #content_search .google_search_input_box form input[type=text] {
    width: 100%;
    border-radius: 5px;
  }
  #content_search .google_search_input_box form input[type=submit] {
    position: absolute;
    right: 0;
    top: 2px;
    width: 30px;
    font-family: FontAwesome;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    outline: none;
    border: none;
  }
}
.locationTopSignBoard {
  display: flex;
  align-items: center;
  height: 345px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 8px;
  margin: 15px;
}
.locationTopSignBoard img {
  display: block;
  width: 160px;
  height: 160px;
  object-fit: cover;
  margin: 0 auto;
}
.locationTopShopList__header, .locationTopLinks__header {
  margin-bottom: 20px;
}
.locationTopShopList__header h1, .locationTopShopList__header h2, .locationTopLinks__header h1, .locationTopLinks__header h2 {
  font-weight: bold;
  margin-bottom: 15px;
}
.locationTopShopList__header h1, .locationTopLinks__header h1 {
  font-size: 20px;
}
.locationTopShopList__header h2, .locationTopLinks__header h2 {
  font-size: 16px;
}
.locationTopShopList__header h2 span, .locationTopLinks__header h2 span {
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
}
.locationTopShopList__header p, .locationTopLinks__header p {
  font-size: 12px;
}
.locationTopShopList__header .gamContainer, .locationTopLinks__header .gamContainer {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.locationTopShopList__content .locationShopCards .locationShopCard, .locationTopLinks__content .locationShopCards .locationShopCard {
  border: 1px solid #EDEDED;
  border-radius: 8px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.locationTopShopList__content .locationShopCards .locationShopCard.notPreOrderExecutable, .locationTopLinks__content .locationShopCards .locationShopCard.notPreOrderExecutable {
  height: 270px;
}
.locationTopShopList__content .locationShopCards .locationShopCard.notBusinessTime, .locationTopLinks__content .locationShopCards .locationShopCard.notBusinessTime {
  height: 230px;
  background-color: #EDEDED;
}
.locationTopShopList__content .locationShopCards .locationShopCard.orderStyleSingle, .locationTopLinks__content .locationShopCards .locationShopCard.orderStyleSingle {
  height: 300px;
}
.locationTopShopList__content .locationShopCards .locationShopCard__content, .locationTopLinks__content .locationShopCards .locationShopCard__content {
  height: 110px;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 25px;
}
.locationTopShopList__content .locationShopCards .locationShopCard__content::before, .locationTopLinks__content .locationShopCards .locationShopCard__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.locationTopShopList__content .locationShopCards .locationShopCard__content .shop, .locationTopLinks__content .locationShopCards .locationShopCard__content .shop {
  display: flex;
  width: 100%;
  z-index: 100;
  color: #FFF;
  word-break: break-all;
}
.locationTopShopList__content .locationShopCards .locationShopCard__content .shop__info, .locationTopLinks__content .locationShopCards .locationShopCard__content .shop__info {
  width: 70%;
}
.locationTopShopList__content .locationShopCards .locationShopCard__content .shop__info p.shop_name, .locationTopLinks__content .locationShopCards .locationShopCard__content .shop__info p.shop_name {
  font-size: 28px;
  font-weight: bold;
}
.locationTopShopList__content .locationShopCards .locationShopCard__content .shop__info p.category_name, .locationTopLinks__content .locationShopCards .locationShopCard__content .shop__info p.category_name {
  font-size: 16px;
}
.locationTopShopList__content .locationShopCards .locationShopCard__content .shop__logoImage, .locationTopLinks__content .locationShopCards .locationShopCard__content .shop__logoImage {
  width: 30%;
}
.locationTopShopList__content .locationShopCards .locationShopCard__content .shop__logoImage span, .locationTopLinks__content .locationShopCards .locationShopCard__content .shop__logoImage span {
  width: 100%;
}
.locationTopShopList__content .locationShopCards .locationShopCard__content .shop__logoImage span.icon, .locationTopLinks__content .locationShopCards .locationShopCard__content .shop__logoImage span.icon {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #CCC;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  margin: 0 0 20px auto;
}
.locationTopShopList__content .locationShopCards .locationShopCard__content .shop__logoImage span.text, .locationTopLinks__content .locationShopCards .locationShopCard__content .shop__logoImage span.text {
  font-weight: bold;
}
.locationTopShopList__content .locationShopCards .locationShopCard__footer, .locationTopLinks__content .locationShopCards .locationShopCard__footer {
  padding: 15px 25px 10px;
}
.locationTopShopList__content .locationShopCards .locationShopCard__footer dl dt, .locationTopLinks__content .locationShopCards .locationShopCard__footer dl dt {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.locationTopShopList__content .locationShopCards .locationShopCard__footer dl dt.BusinessTime, .locationTopLinks__content .locationShopCards .locationShopCard__footer dl dt.BusinessTime {
  color: #F00;
}
.locationTopShopList__content .locationShopCards .locationShopCard__footer dl dt.notBusinessTime, .locationTopLinks__content .locationShopCards .locationShopCard__footer dl dt.notBusinessTime {
  color: #666;
}
.locationTopShopList__content .locationShopCards .locationShopCard__footer dl dd ul, .locationTopLinks__content .locationShopCards .locationShopCard__footer dl dd ul {
  align-items: center;
}
.locationTopShopList__content .locationShopCards .locationShopCard__footer dl dd ul li, .locationTopLinks__content .locationShopCards .locationShopCard__footer dl dd ul li {
  width: 100%;
  margin: 0px 5px 20px;
}
.locationTopShopList__content .locationShopCards .locationShopCard__footer dl dd ul li:only-child, .locationTopLinks__content .locationShopCards .locationShopCard__footer dl dd ul li:only-child {
  width: 100%;
}
.locationTopShopList__content .locationShopCards .locationShopCard__footer dl dd ul li a, .locationTopLinks__content .locationShopCards .locationShopCard__footer dl dd ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #666;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 14px 16px;
}
.locationTopShopList__content .locationShopCards .locationShopCard__footer dl dd ul li a span, .locationTopLinks__content .locationShopCards .locationShopCard__footer dl dd ul li a span {
  margin: 0 5px;
}
.locationTopShopList__content .locationShopCards .locationShopCard__footer dl dd ul li a span.icon, .locationTopLinks__content .locationShopCards .locationShopCard__footer dl dd ul li a span.icon {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.locationTopShopList__content .locationShopCards .locationShopCard__footer dl dd ul li a span.icon.store, .locationTopLinks__content .locationShopCards .locationShopCard__footer dl dd ul li a span.icon.store {
  width: 21px;
  height: 16px;
  background-image: url(/assets/mobile_order/location/icon_store-bdbe37bfdfc9ca8790c9e7c43d2a0cf9f6b18712a8fda0fe48f0b95c7adff337.webp);
}
.locationTopShopList__content .locationShopCards .locationShopCard__footer dl dd ul li a span.icon.walking, .locationTopLinks__content .locationShopCards .locationShopCard__footer dl dd ul li a span.icon.walking {
  width: 13px;
  height: 21px;
  background-image: url(/assets/mobile_order/location/icon_walking-5b9ebe095473c53a211ffbe406202c4b5e685900e9912494d969de6e5d475bd9.webp);
}
.locationTopShopList__content .locationShopCards .locationShopCard__footer dl dd ul li a span.text, .locationTopLinks__content .locationShopCards .locationShopCard__footer dl dd ul li a span.text {
  font-weight: bold;
}
.locationTopShopList__content .locationShopCards .locationShopCard__footer dl dd p, .locationTopLinks__content .locationShopCards .locationShopCard__footer dl dd p {
  margin-bottom: 10px;
}
.locationTopShopList__content .locationShopCards .locationShopCard__footer dl:last-child, .locationTopLinks__content .locationShopCards .locationShopCard__footer dl:last-child {
  text-align: right;
}
.locationTopShopList__content .locationShopCards .locationShopCard__footer dl:last-child a, .locationTopLinks__content .locationShopCards .locationShopCard__footer dl:last-child a {
  color: #666;
  text-decoration: none;
}
.locationTopShopList__content .locationShopCards .locationShopCard__footer dl:last-child a::after, .locationTopLinks__content .locationShopCards .locationShopCard__footer dl:last-child a::after {
  content: ">";
  display: inline-block;
  font-size: 12px;
  transform: translateY(-1px);
}
.locationTopShopList__content .locationShopCards .locationShopCard__footer.notPreOrderExecutable dl dd p, .locationTopLinks__content .locationShopCards .locationShopCard__footer.notPreOrderExecutable dl dd p {
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #9b9b9b;
  text-align: center;
  background-color: #EDEDED;
  border-radius: 5px;
}
.locationTopShopList {
  padding: 15px;
}
.locationTopShopList__header h1 {
  margin-bottom: 10px;
}
.locationTopLinks {
  padding: 20px 15px 0;
}
.locationTopLinks__content .locationMainPageLinks .locationMainPageLink {
  height: 150px;
  display: flex;
  border: 1px solid #EDEDED;
  border-radius: 8px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  align-items: center;
  margin-bottom: 15px;
  padding: 0 10px;
}
.locationTopLinks__content .locationMainPageLinks .locationMainPageLink a {
  width: 100%;
  text-decoration: none;
}
.locationTopLinks__content .locationMainPageLinks .locationMainPageLink__content {
  display: flex;
}
.locationTopLinks__content .locationMainPageLinks .locationMainPageLink__content .image img {
  margin-top: 10px;
  border: 1px solid #CCC;
  border-radius: 5px;
  width: 120px;
  height: 120px;
}
.locationTopLinks__content .locationMainPageLinks .locationMainPageLink__content .title {
  margin: auto;
  padding-left: 20px;
}
.locationTopLinks__content .locationMainPageLinks .locationMainPageLink__content .title p {
  margin: auto;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  word-break: break-all;
}
.locationTopShopDetail {
  margin: 25px 0;
  background-color: #F7F7F7;
}
.locationTopShopDetail__header {
  padding: 45px 45px 5px;
  margin-bottom: 20px;
}
.locationTopShopDetail__header img.logo {
  display: block;
  width: 115px;
  height: 115px;
  object-fit: cover;
  margin: 0 auto 20px;
}
.locationTopShopDetail__header h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.locationTopShopDetail__content {
  padding: 0 45px 5px;
  margin-bottom: 10px;
}
.locationTopShopDetail__content dl {
  display: flex;
  align-items: center;
  width: 260px;
  margin: 0 auto 20px;
  word-break: break-all;
}
.locationTopShopDetail__content dl dt {
  width: 70px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  background-color: #D6D6D6;
  border-radius: 20px;
  padding: 3px 0;
  margin-right: 10px;
}
.locationTopShopDetail__content dl dd {
  flex: 1;
}
.locationTopShopDetail__content dl dd p {
  font-size: 12px;
  font-weight: bold;
}
.locationTopShopDetail__footer h3 {
  width: 60px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  margin: 0 auto 20px;
}
.locationTopShopDetail__footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  font-size: 12px;
  color: #02A4DE;
  text-align: center;
  text-decoration: none;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  margin: 0 auto 40px;
}
.locationTopShopDetail__footer a span.icon {
  width: 12px;
  height: 14px;
  background: url(/assets/mobile_order/location/icon_map-marker-326cfa0cabcb7410bd824c045458cc488d9ee18232f7243df07e4322c02f9e06.webp) no-repeat 50%/contain;
  margin-right: 5px;
}
.locationTopShopDetail__footer a span.text {
  font-weight: bold;
}
.locationTopNotices {
  font-size: 12px;
}
.locationTopNotices__header {
  font-weight: bold;
  color: #333;
  background-color: #EDEDED;
  padding: 5px 15px;
}
.locationTopNotices__content {
  padding: 15px;
}
.locationTopNotices__content ol {
  list-style-type: decimal;
  padding-left: 16px;
}
.locationTopFooter {
  font-size: 10px;
  padding: 15px;
  background-color: #EDEDED;
}
.locationTopFooter ul {
  margin-bottom: 10px;
}
.locationTopFooter ul li {
  margin-bottom: 20px;
}
.locationTopFooter ul li a {
  color: #666;
  text-decoration: none;
}
.locationTopFooter address {
  text-align: center;
  border-top: 1px solid #D6D6D6;
  padding-top: 15px;
}
.locationTopGamContainer {
  display: flex;
  justify-content: center;
}

@media all and (min-width: 769px) {
  .locationTopSignBoard {
    height: 420px;
    border-radius: 0;
    margin: 0;
  }
  .locationTopShopList, .locationTopLinks {
    max-width: 960px;
    margin: 0 auto;
  }
  .locationTopShopList__header, .locationTopLinks__header {
    margin-bottom: 40px;
  }
  .locationTopShopList__header h1, .locationTopLinks__header h1 {
    font-size: 28px;
  }
  .locationTopShopList__header h2, .locationTopLinks__header h2 {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .locationTopShopList__header p, .locationTopLinks__header p {
    font-size: 20px;
    font-weight: bold;
  }
  .locationTopShopList__content .locationShopCards, .locationTopLinks__content .locationShopCards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .locationTopShopList__content .locationShopCards .locationShopCard, .locationTopLinks__content .locationShopCards .locationShopCard {
    width: 470px;
  }
  .locationTopShopList__content .locationShopCards .locationShopCard__content dl:first-child dt em, .locationTopLinks__content .locationShopCards .locationShopCard__content dl:first-child dt em {
    font-size: 28px;
  }
  .locationTopShopList__content .locationShopCards .locationShopCard__content dl:first-child dd, .locationTopLinks__content .locationShopCards .locationShopCard__content dl:first-child dd {
    font-size: 12px;
  }
  .locationTopShopList__content .locationShopCards .locationShopCard__content dl:last-child dt img, .locationTopLinks__content .locationShopCards .locationShopCard__content dl:last-child dt img {
    width: 90px;
    height: 90px;
  }
  .locationTopShopList {
    padding: 30px 0;
  }
  .locationTopLinks {
    padding-top: 30px;
  }
  .locationTopLinks__content .locationMainPageLinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .locationTopLinks__content .locationMainPageLinks .locationMainPageLink {
    width: 470px;
    height: 150px;
    padding: 0;
  }
  .locationTopLinks__content .locationMainPageLinks .locationMainPageLink__content .image {
    margin-top: 5px;
  }
  .locationTopLinks__content .locationMainPageLinks .locationMainPageLink__content .image img {
    margin: 20px;
  }
  .locationTopLinks__content .locationMainPageLinks .locationMainPageLink__content .title {
    padding: 5px;
  }
  .locationTopLinks__content .locationMainPageLinks .locationMainPageLink__content .title p {
    font-size: 16px;
    padding-right: 5px;
  }
  .locationTopShopDetail {
    margin: 50px 0;
  }
  .locationTopNotices {
    margin: 0 auto;
  }
  .locationTopFooter {
    margin-top: 20px;
  }
  .locationTopFooter ul {
    display: flex;
    justify-content: center;
    padding-top: 40px;
  }
  .locationTopFooter ul li {
    margin: 0 10px;
    font-size: 12px;
  }
}
@media all and (min-width: 769px) and (max-width: 960px) {
  .locationTopShopList, .locationTopLinks {
    width: 500px;
    margin: auto;
  }
  .locationTopShopList__header p, .locationTopLinks__header p {
    font-weight: bold;
  }
  .locationTopShopList__content .locationMainPageLinks, .locationTopShopList__content .locationShopCards, .locationTopLinks__content .locationMainPageLinks, .locationTopLinks__content .locationShopCards {
    display: block;
  }
}
@media all and (min-width: 769px) {
  body #www_container article#feature_series__colWrap {
    display: flex;
    width: 1040px;
    margin: 0 auto;
  }
  body #www_container article#feature_series__colWrap section#main {
    width: 740px;
    margin: 15px 20px 0 0;
  }
  body #www_container article#feature_series__colWrap section#main #feature_series__info {
    margin-bottom: 30px;
  }
  body #www_container article#feature_series__colWrap section#main #feature_series__info #signboard {
    height: 370px;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
  }
  body #www_container article#feature_series__colWrap section#main #feature_series__info h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  body #www_container article#feature_series__colWrap section#main #feature_series__info p {
    font-size: 15px;
  }
  body #www_container article#feature_series__colWrap section#sub {
    width: 300px;
    margin-top: 15px;
  }
}
@media all and (max-width: 768px) {
  body #www_container article#feature_series__colWrap section#main #feature_series__info {
    margin-bottom: 30px;
  }
  body #www_container article#feature_series__colWrap section#main #feature_series__info #signboard {
    height: 370px;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
  }
  body #www_container article#feature_series__colWrap section#main #feature_series__info h1, body #www_container article#feature_series__colWrap section#main #feature_series__info p {
    padding: 0 18px;
  }
  body #www_container article#feature_series__colWrap section#main #feature_series__info h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  body #www_container article#feature_series__colWrap section#main #feature_series__info p {
    font-size: 15px;
  }
}
@media all and (max-width: 640px) {
  body #www_container article#feature_series__colWrap section#main #feature_series__info {
    margin-bottom: 15px;
  }
  body #www_container article#feature_series__colWrap section#main #feature_series__info #signboard {
    height: 187.5px;
    margin-bottom: 10px;
  }
  body #www_container article#feature_series__colWrap section#main #feature_series__info h1, body #www_container article#feature_series__colWrap section#main #feature_series__info p {
    padding: 0 9px;
  }
  body #www_container article#feature_series__colWrap section#main #feature_series__info h1 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  body #www_container article#feature_series__colWrap section#main #feature_series__info p {
    font-size: 14px;
  }
}
@media all and (min-width: 769px) {
  body#www #www_container .shibuyaWardFeatureHeader {
    text-align: center;
    background: url(/assets/shibuya_ward_feature/billboard-cc339efd53784d14828de547f8fda73b8df7e7f8b11949a67503ebd01e9ea46b.png) no-repeat center center/auto 320px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard {
    background-color: rgba(248, 209, 62, 0.1);
    padding: 50px 0;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__billboard-inner img {
    margin-bottom: 10px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__billboard-inner .shibuyaWardFeatureHeader__billboard-message h1 {
    font-size: 31px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__billboard-inner .shibuyaWardFeatureHeader__billboard-message span {
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search form, body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form {
    display: block !important;
    width: 300px;
    margin: 0 auto;
    position: relative;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search form .autocomplete-suggestions, body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .autocomplete-suggestions {
    box-sizing: border-box;
    color: #FFF;
    background-color: #000;
    border-radius: 5px;
    top: 40px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search form .autocomplete-suggestions .autocomplete-suggestion, body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .autocomplete-suggestions .autocomplete-suggestion {
    padding: 10px 15px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search form .inputField, body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .inputField {
    width: 300px;
    margin: 0 auto;
    position: relative;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search form .inputField i, body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .inputField i {
    font-size: 24px;
    color: #666;
    position: absolute;
    top: 7px;
    left: 10px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search form .inputField input, body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .inputField input {
    display: block;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 10px 10px 10px 35px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search form .inputField .input_kw, body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .inputField .input_kw {
    margin-top: 20px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search form input[type=submit], body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form input[type=submit] {
    display: block;
    box-sizing: border-box;
    width: 250px;
    color: #FFF;
    background-color: #FF6A04;
    border: none;
    border-radius: 5px;
    padding: 10px;
    margin: 20px auto 0;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine {
    width: 550px;
    margin: 0 auto;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form {
    display: flex !important;
    width: 500px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .inputField, body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .submitButton {
    width: auto;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .inputField {
    display: flex;
    flex: 1;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .inputField input {
    width: 60%;
    border-radius: 5px 0 0 5px/5px 0 0 5px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .inputField .input_kw {
    width: 40%;
    border-left: 0;
    border-radius: 0;
    padding: 10px;
    margin-top: 0;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .submitButton {
    box-sizing: border-box;
    width: 58px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #444;
    background-color: #EEE;
    border: 1px solid #CDCDCD;
    border-radius: 0 5px 5px 0/0 5px 5px 0;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .submitButton i, body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .submitButton input[type=submit] {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .submitButton i {
    margin-right: 2px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .submitButton input[type=submit] {
    width: auto;
    color: #444;
    background-color: initial;
    padding: 0;
    margin: 0;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .link__forOwner {
    margin-top: 20px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .link__forOwner a {
    font-size: 12px;
    color: #00A3D9;
  }
  body#www #www_container section.shibuyaWardFeature {
    width: 720px;
    margin: 60px auto;
  }
  body#www #www_container section.shibuyaWardFeature h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  body#www #www_container section.shibuyaWardFeature h1 span {
    font-size: 14px;
  }
  body#www #www_container section.shibuyaWardFeature h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  body#www #www_container section.shibuyaWardFeature .link__allElements a {
    display: block;
    width: 200px;
    text-align: center;
    text-decoration: none;
    color: #666;
    border: 2px solid #999;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 50px auto 0;
  }
  body#www #www_container section.shibuyaWardFeature#topics h1, body#www #www_container section.shibuyaWardFeature#topics h2 {
    font-size: 20px;
  }
  body#www #www_container section.shibuyaWardFeature#topics h1 span, body#www #www_container section.shibuyaWardFeature#topics h2 span {
    font-size: 14px;
  }
  body#www #www_container section.shibuyaWardFeature#topics .topicList .topicElement {
    display: flex;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #EEE;
    padding: 15px 0;
  }
  body#www #www_container section.shibuyaWardFeature#topics .topicList .topicElement__image {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
  }
  body#www #www_container section.shibuyaWardFeature#topics .topicList .topicElement__data {
    flex: 1;
  }
  body#www #www_container section.shibuyaWardFeature#topics .topicList .topicElement__data-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  body#www #www_container section.shibuyaWardFeature#topics .topicList .topicElement__data-description {
    font-size: 12px;
    color: #999;
  }
  body#www #www_container section.shibuyaWardFeature#shops h1, body#www #www_container section.shibuyaWardFeature#shops h2 {
    margin-bottom: 30px;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList {
    display: flex;
    flex-wrap: wrap;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement {
    display: flex;
    width: 340px;
    text-decoration: none;
    color: #333;
    margin-bottom: 20px;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__image {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    background-color: #EEE;
    border-radius: 50%;
    margin-right: 20px;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__data {
    flex: 1;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__data-name {
    font-weight: bold;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__data-category {
    font-size: 12px;
    margin-top: 5px;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__data-category span.icon, body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__data-category span.name {
    vertical-align: middle;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__data-category span.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 21px 84px;
    background-position-y: -42px;
    margin-right: 5px;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__data-category span.name {
    display: inline-block;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__data-status {
    font-size: 12px;
    margin-top: 5px;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__data-status span {
    display: inline-block;
    vertical-align: middle;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__data-status span.icon {
    width: 16px;
    height: 18px;
    background-size: cover;
    background-position: center;
    margin: 0 3px;
  }
  body#www #www_container section.shibuyaWardFeature#areas h2, body#www #www_container section.shibuyaWardFeature#keywords h2 {
    margin-bottom: 20px;
  }
  body#www #www_container section.shibuyaWardFeature#areas .areaList .area, body#www #www_container section.shibuyaWardFeature#areas .areaList .keyword, body#www #www_container section.shibuyaWardFeature#areas .keywordList .area, body#www #www_container section.shibuyaWardFeature#areas .keywordList .keyword, body#www #www_container section.shibuyaWardFeature#keywords .areaList .area, body#www #www_container section.shibuyaWardFeature#keywords .areaList .keyword, body#www #www_container section.shibuyaWardFeature#keywords .keywordList .area, body#www #www_container section.shibuyaWardFeature#keywords .keywordList .keyword {
    display: inline-block;
    margin: 0 14px 15px 0;
  }
  body#www #www_container section.shibuyaWardFeature#areas .areaList .area:nth-child(6n), body#www #www_container section.shibuyaWardFeature#areas .areaList .keyword:nth-child(6n), body#www #www_container section.shibuyaWardFeature#areas .keywordList .area:nth-child(6n), body#www #www_container section.shibuyaWardFeature#areas .keywordList .keyword:nth-child(6n), body#www #www_container section.shibuyaWardFeature#keywords .areaList .area:nth-child(6n), body#www #www_container section.shibuyaWardFeature#keywords .areaList .keyword:nth-child(6n), body#www #www_container section.shibuyaWardFeature#keywords .keywordList .area:nth-child(6n), body#www #www_container section.shibuyaWardFeature#keywords .keywordList .keyword:nth-child(6n) {
    margin-right: 0;
  }
  body#www #www_container section.shibuyaWardFeature#areas .areaList .area a, body#www #www_container section.shibuyaWardFeature#areas .areaList .keyword a, body#www #www_container section.shibuyaWardFeature#areas .keywordList .area a, body#www #www_container section.shibuyaWardFeature#areas .keywordList .keyword a, body#www #www_container section.shibuyaWardFeature#keywords .areaList .area a, body#www #www_container section.shibuyaWardFeature#keywords .areaList .keyword a, body#www #www_container section.shibuyaWardFeature#keywords .keywordList .area a, body#www #www_container section.shibuyaWardFeature#keywords .keywordList .keyword a {
    display: block;
    box-sizing: border-box;
    width: 108px;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    color: #666;
    background-color: #EEE;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 10px 0;
  }
  body#www #www_container aside.shibuyaWardFeature {
    background-color: #F8B62D;
    padding: 60px 0;
  }
  body#www #www_container aside.shibuyaWardFeature .embedBlock {
    max-width: 720px;
    margin: 0 auto;
  }
  body#www #www_container aside.shibuyaWardFeature .embedBlock__header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  body#www #www_container aside.shibuyaWardFeature .embedBlock__header .icon {
    width: 67px;
  }
  body#www #www_container aside.shibuyaWardFeature .embedBlock__header .icon span {
    display: block;
    width: 52px;
    height: 52px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background-color: #FF6A04;
    border-radius: 50%;
    padding-top: 17px;
  }
  body#www #www_container aside.shibuyaWardFeature .embedBlock__header .text {
    flex: 1;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
  }
  body#www #www_container aside.shibuyaWardFeature .embedBlock__content iframe {
    width: 100%;
  }
  body#www #www_container aside.shibuyaWardFeature .embedBlock__content p {
    text-align: center;
    margin-top: 10px;
  }
  body#www #www_container aside.shibuyaWardFeature .embedBlock__content p a {
    font-size: 12px;
    color: #00A3D9;
  }
}
@media all and (max-width: 768px) {
  body#www #www_container .shibuyaWardFeatureHeader {
    text-align: center;
    background: url(/assets/shibuya_ward_feature/billboard-cc339efd53784d14828de547f8fda73b8df7e7f8b11949a67503ebd01e9ea46b.png) no-repeat center center/contain;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard {
    background-color: rgba(248, 209, 62, 0.1);
    padding: 30px 20px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__billboard-inner img {
    width: 200px;
    margin-bottom: 5px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__billboard-inner .shibuyaWardFeatureHeader__billboard-message h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__billboard-inner .shibuyaWardFeatureHeader__billboard-message span {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search form, body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form {
    display: block !important;
    position: relative;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search form .autocomplete-suggestions, body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .autocomplete-suggestions {
    box-sizing: border-box;
    color: #FFF;
    background-color: #000;
    border-radius: 5px;
    top: 40px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search form .autocomplete-suggestions .autocomplete-suggestion, body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .autocomplete-suggestions .autocomplete-suggestion {
    padding: 10px 15px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search form .inputField, body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .inputField {
    width: 300px;
    margin: 0 auto;
    position: relative;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search form .inputField i, body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .inputField i {
    font-size: 24px;
    color: #666;
    position: absolute;
    top: 7px;
    left: 10px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search form .inputField input, body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .inputField input {
    display: block;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 10px 10px 10px 35px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search form .inputField .input_kw, body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .inputField .input_kw {
    margin-top: 20px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search form input[type=submit], body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form input[type=submit] {
    display: block;
    box-sizing: border-box;
    width: 250px;
    color: #FFF;
    background-color: #FF6A04;
    border: none;
    border-radius: 5px;
    padding: 10px;
    margin: 20px auto 0;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine {
    margin: 0 auto;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form {
    display: flex !important;
    padding: 0;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .inputField, body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .submitButton {
    width: auto;
    border-radius: 5px 0 0 5px/5px 0 0 5px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .inputField {
    display: flex;
    flex: 1;
    margin-bottom: 10px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .inputField input {
    width: 60%;
    font-size: 10px;
    border-radius: 5px 0 0 5px/5px 0 0 5px;
    padding: 8px 5px 8px 30px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .inputField .input_kw {
    width: 40%;
    border-left: 0;
    border-radius: 0;
    padding: 5px;
    margin-top: 0;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .submitButton {
    box-sizing: border-box;
    width: 58px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #444;
    background-color: #EEE;
    border: 1px solid #CDCDCD;
    border-radius: 0 5px 5px 0/0 5px 5px 0;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .submitButton i, body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .submitButton input[type=submit] {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .submitButton i {
    margin-right: 2px;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .shibuyaWardFeatureHeader__search-oneLine form .submitButton input[type=submit] {
    width: auto;
    color: #444;
    background-color: initial;
    padding: 0;
    margin: 0;
  }
  body#www #www_container .shibuyaWardFeatureHeader .shibuyaWardFeatureHeader__billboard .link__forOwner a {
    font-size: 12px;
    color: #00A3D9;
  }
  body#www #www_container section.shibuyaWardFeature {
    margin: 30px 20px;
  }
  body#www #www_container section.shibuyaWardFeature h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  body#www #www_container section.shibuyaWardFeature h1 span {
    font-weight: bold;
  }
  body#www #www_container section.shibuyaWardFeature h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  body#www #www_container section.shibuyaWardFeature .link__allElements a {
    display: block;
    width: 200px;
    text-align: center;
    text-decoration: none;
    color: #666;
    border: 2px solid #999;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 10px auto 0;
  }
  body#www #www_container section.shibuyaWardFeature#topics .topicList .topicElement {
    display: flex;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #EEE;
    padding: 8px 0;
  }
  body#www #www_container section.shibuyaWardFeature#topics .topicList .topicElement__image {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
  }
  body#www #www_container section.shibuyaWardFeature#topics .topicList .topicElement__data {
    flex: 1;
  }
  body#www #www_container section.shibuyaWardFeature#topics .topicList .topicElement__data-name {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  body#www #www_container section.shibuyaWardFeature#topics .topicList .topicElement__data-description {
    font-size: 10px;
    color: #999;
  }
  body#www #www_container section.shibuyaWardFeature#shops h1, body#www #www_container section.shibuyaWardFeature#shops h2 {
    margin-bottom: 10px;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList {
    display: flex;
    flex-wrap: wrap;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement {
    display: flex;
    text-decoration: none;
    color: #333;
    padding: 8px 0;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__image {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    background-color: #EEE;
    border-radius: 50%;
    margin-right: 20px;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__data {
    flex: 1;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__data-name {
    font-size: 16px;
    font-weight: bold;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__data-category {
    font-size: 12px;
    margin-top: 5px;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__data-category span.icon, body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__data-category span.name {
    vertical-align: middle;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__data-category span.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 21px 84px;
    background-position-y: -42px;
    margin-right: 5px;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__data-category span.name {
    display: inline-block;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__data-status {
    font-size: 12px;
    margin-top: 5px;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__data-status span {
    display: inline-block;
    vertical-align: middle;
  }
  body#www #www_container section.shibuyaWardFeature#shops .shopList .shopElement__data-status span.icon {
    width: 16px;
    height: 18px;
    background-size: cover;
    background-position: center;
    margin: 0 3px;
  }
  body#www #www_container section.shibuyaWardFeature#areas h2, body#www #www_container section.shibuyaWardFeature#keywords h2 {
    margin-bottom: 10px;
  }
  body#www #www_container section.shibuyaWardFeature#areas .areaList .area, body#www #www_container section.shibuyaWardFeature#areas .areaList .keyword, body#www #www_container section.shibuyaWardFeature#areas .keywordList .area, body#www #www_container section.shibuyaWardFeature#areas .keywordList .keyword, body#www #www_container section.shibuyaWardFeature#keywords .areaList .area, body#www #www_container section.shibuyaWardFeature#keywords .areaList .keyword, body#www #www_container section.shibuyaWardFeature#keywords .keywordList .area, body#www #www_container section.shibuyaWardFeature#keywords .keywordList .keyword {
    display: inline-block;
    margin: 0 8px 8px 0;
  }
  body#www #www_container section.shibuyaWardFeature#areas .areaList .area a, body#www #www_container section.shibuyaWardFeature#areas .areaList .keyword a, body#www #www_container section.shibuyaWardFeature#areas .keywordList .area a, body#www #www_container section.shibuyaWardFeature#areas .keywordList .keyword a, body#www #www_container section.shibuyaWardFeature#keywords .areaList .area a, body#www #www_container section.shibuyaWardFeature#keywords .areaList .keyword a, body#www #www_container section.shibuyaWardFeature#keywords .keywordList .area a, body#www #www_container section.shibuyaWardFeature#keywords .keywordList .keyword a {
    display: block;
    box-sizing: border-box;
    width: 106px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #666;
    background-color: #EEE;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 8px 0;
  }
  body#www #www_container aside.shibuyaWardFeature {
    background-color: #F8B62D;
    padding: 30px 20px;
  }
  body#www #www_container aside.shibuyaWardFeature .embedBlock {
    max-width: 720px;
    margin: 0 auto;
  }
  body#www #www_container aside.shibuyaWardFeature .embedBlock__header {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  body#www #www_container aside.shibuyaWardFeature .embedBlock__header .icon {
    width: 67px;
  }
  body#www #www_container aside.shibuyaWardFeature .embedBlock__header .icon span {
    display: block;
    width: 52px;
    height: 52px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background-color: #FF6A04;
    border-radius: 50%;
    padding-top: 17px;
  }
  body#www #www_container aside.shibuyaWardFeature .embedBlock__header .text {
    flex: 1;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
  }
  body#www #www_container aside.shibuyaWardFeature .embedBlock__content iframe {
    width: 100%;
  }
  body#www #www_container aside.shibuyaWardFeature .embedBlock__content p {
    text-align: center;
    margin-top: 10px;
  }
  body#www #www_container aside.shibuyaWardFeature .embedBlock__content p a {
    font-size: 12px;
    color: #00A3D9;
  }
}
@media all and (min-width: 769px) {
  #new_shop_element {
    font-size: 14px;
    margin: 15px 0 15px 0;
    padding: 10px;
    border: 2px solid #E7E7E7;
  }
  #new_shop_element:last-child {
    margin: 0 0 15px 0;
  }
  #new_shop_element .shop_content {
    display: table;
  }
  #new_shop_element .shop_content .shop_image_box {
    display: table-cell;
    vertical-align: top;
    height: 105px;
    width: 115px;
  }
  #new_shop_element .shop_content .shop_image_box .shop_image {
    height: 105px;
    width: 105px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #new_shop_element .shop_content .shop_info {
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
  }
  #new_shop_element .shop_content .shop_info .name {
    font-size: 16px;
    font-weight: bold;
    color: #2196f3 !important;
    text-decoration: none;
    border-bottom: 1px solid #2196f3;
  }
  #new_shop_element .shop_content .shop_info .category {
    display: inline-block;
    font-size: 14px;
    color: #a2a2a2;
    text-decoration: none;
  }
  #new_shop_element .shop_content .shop_info .open_date {
    display: block;
    font-size: 12px;
    color: #3a3a3a;
    text-decoration: none;
    margin-top: 5px;
  }
  #new_shop_element .shop_content .shop_info .shop_address {
    display: table;
    margin-top: 5px;
  }
  #new_shop_element .shop_content .shop_info .shop_address:first-chiild {
    margin-bottom: 5px;
  }
  #new_shop_element .shop_content .shop_info .shop_address i {
    display: inline-block;
    height: 20px;
    width: 20px;
    font-size: 20px;
    color: #3a3a3a;
    margin-right: 3px;
  }
  #new_shop_element .shop_content .shop_info .shop_address .text {
    display: table-cell;
    vertical-align: middle;
    font-weight: normal;
  }
  #new_shop_element .shop_content .sptb_shop_info {
    display: none;
  }
}
@media all and (max-width: 768px) {
  #new_shop_element {
    border-bottom: 2px solid #EEE;
  }
  #new_shop_element .shop_content {
    display: table;
  }
  #new_shop_element .shop_content .shop_image_box {
    display: table-cell;
    vertical-align: top;
    width: 140px;
    height: 140px;
  }
  #new_shop_element .shop_content .shop_image_box .shop_image {
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #new_shop_element .shop_content .shop_info {
    display: none;
  }
  #new_shop_element .shop_content .sptb_shop_info {
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
    margin-bottom: 5px;
    padding: 18px;
  }
  #new_shop_element .shop_content .sptb_shop_info .name {
    display: block;
    font-size: 28px;
    color: #2196f3;
    text-decoration: none;
    line-height: 115%;
  }
  #new_shop_element .shop_content .sptb_shop_info .category {
    display: block;
    font-size: 20px;
    color: #999;
    text-decoration: none;
  }
  #new_shop_element .shop_content .sptb_shop_info .open_date {
    display: block;
    font-size: 28px;
    color: #3a3a3a;
    text-decoration: none;
  }
  #new_shop_element .shop_content .shop_address {
    display: none;
  }
}
@media all and (max-width: 640px) {
  #new_shop_element {
    font-size: 14px;
    border-bottom: 1px solid #EEE;
  }
  #new_shop_element .shop_content {
    display: table;
  }
  #new_shop_element .shop_content .shop_image_box {
    display: table-cell;
    vertical-align: top;
    width: 70px;
    height: 70px;
  }
  #new_shop_element .shop_content .shop_image_box .shop_image {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #new_shop_element .shop_content .shop_info {
    display: none;
  }
  #new_shop_element .shop_content .sptb_shop_info {
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
    padding: 9px;
    margin-bottom: 2px;
  }
  #new_shop_element .shop_content .sptb_shop_info .name {
    display: block;
    font-size: 14px;
    color: #2196f3;
    text-decoration: none;
    line-height: normal;
  }
  #new_shop_element .shop_content .sptb_shop_info .category {
    display: block;
    font-size: 10px;
    color: #999;
    text-decoration: none;
  }
  #new_shop_element .shop_content .sptb_shop_info .open_date {
    display: block;
    font-size: 10px;
    color: #3a3a3a;
    text-decoration: none;
  }
  #new_shop_element .shop_content .shop_address {
    display: none;
  }
}
body#www {
  color: #333;
  background-color: #F8F8F8;
}

@media all and (min-width: 769px) {
  .email-confirmation-alert {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #DDD;
    padding: 20px;
  }
  .email-confirmation-alert .alert__title {
    font-weight: bold;
    color: #f8432c;
  }
  .email-confirmation-alert .alert__summary, .email-confirmation-alert .new__confirmation {
    font-size: 16px;
  }
  .alert-popup {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    padding: 23px;
  }
  .alert-popup .close {
    display: none;
  }
  .alert-popup p {
    font-size: 30px;
    text-align: center;
    color: #FFF;
  }
  #www_container {
    background-color: #FFF;
  }
  #www_container #breadcrumbs {
    width: 100%;
    border-top: 1px solid #DDD;
    padding: 30px 0;
  }
  #www_container #breadcrumbs ol {
    width: 1040px;
    margin: 0 auto;
  }
  #www_container #breadcrumbs ol li {
    display: inline;
    font-size: 12px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #breadcrumbs ol li a {
    color: inherit;
    text-decoration: none;
  }
  #www_container #breadcrumbs ol li i {
    margin: 0 10px;
  }
  #www_container .headlineTab {
    display: table;
    width: 100%;
  }
  #www_container .headlineTab .headlineTab__left, #www_container .headlineTab .headlineTab__right {
    display: table-cell;
    vertical-align: middle;
  }
  #www_container .headlineTab .headlineTab__left {
    font-size: 18px;
    font-weight: bold;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container .headlineTab .headlineTab__left a {
    font-weight: bold;
    text-decoration: none;
    color: inherit;
  }
  #www_container .headlineTab .headlineTab__left i {
    color: #777;
  }
  #www_container .headlineTab .headlineTab__right {
    display: none;
  }
  #www_container #headline {
    font-size: 18px;
    font-weight: bold;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #headline a {
    font-weight: bold;
    text-decoration: none;
    color: inherit;
  }
  #www_container #headline i {
    color: #777;
  }
  #www_container #headline_noresult {
    font-size: 18px;
    font-weight: bold;
    word-wrap: break-word;
    overflow-wrap: break-word;
    background-color: #EEE;
    padding: 20px;
    margin-bottom: 30px;
  }
  #www_container #headline_noresult p {
    font-size: 14px;
  }
  #www_container .pagination {
    text-align: center;
    padding: 10px 0;
  }
  #www_container .pagination a.prev, #www_container .pagination a.next {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    padding: 5px 10px;
  }
  #www_container .pagination span {
    display: inline-block;
    font-size: 12px;
    color: #999;
    border: 1px solid #EEE;
    margin-right: 10px;
  }
  #www_container .pagination span.page.gap {
    border: none;
  }
  #www_container .pagination span.page.current {
    background-color: #222;
    border-color: #222;
    padding: 5px 10px;
  }
  #www_container .pagination span.page a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    padding: 5px 10px;
  }
  #www_container .pagination span.first a, #www_container .pagination span.last a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    padding: 5px 10px;
  }
  #www_container .pagination span.first a span, #www_container .pagination span.last a span {
    border: none;
  }
  #www_container #local_navigation {
    margin-bottom: 20px;
  }
  #www_container #local_navigation ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 5px solid #DDD;
  }
  #www_container #local_navigation ul li {
    display: table-cell;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid #DDD;
    border-right: 1px solid #DDD;
  }
  #www_container #local_navigation ul li:first-child {
    border-left: 1px solid #DDD;
  }
  #www_container #local_navigation ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 10px 0;
  }
  #www_container #local_navigation ul li a.active {
    background-color: #DDD;
  }
  #www_container #related_topics, #www_container #related_keywords, #www_container #nearest_shops {
    margin-bottom: 15px;
  }
  #www_container #related_topics > h1, #www_container #related_keywords > h1, #www_container #nearest_shops > h1 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 5px solid #DDD;
    padding: 0 20px 10px 20px;
    margin-bottom: 12px;
  }
  #www_container #related_topics .topic_element, #www_container #related_keywords .topic_element, #www_container #nearest_shops .topic_element {
    border-bottom: 1px solid #DDD;
    margin: 0 20px;
  }
  #www_container #related_topics .topic_element .topic_element_inner, #www_container #related_keywords .topic_element .topic_element_inner, #www_container #nearest_shops .topic_element .topic_element_inner {
    display: table;
    width: 100%;
  }
  #www_container #related_topics .topic_element .topic_element_inner .image_area, #www_container #related_keywords .topic_element .topic_element_inner .image_area, #www_container #nearest_shops .topic_element .topic_element_inner .image_area {
    width: 70px;
    display: table-cell;
    vertical-align: top;
  }
  #www_container #related_topics .topic_element .topic_element_inner .image_area .eyecatch, #www_container #related_keywords .topic_element .topic_element_inner .image_area .eyecatch, #www_container #nearest_shops .topic_element .topic_element_inner .image_area .eyecatch {
    width: 60px;
    height: 60px;
    background-color: #CCC;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container #related_topics ul, #www_container #related_keywords ul, #www_container #nearest_shops ul {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 20px;
  }
  #www_container #related_topics ul li, #www_container #related_keywords ul li, #www_container #nearest_shops ul li {
    font-size: 12px;
    color: #666;
    background-color: #F9F9F9;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    float: left;
  }
  #www_container #related_topics ul li a, #www_container #related_keywords ul li a, #www_container #nearest_shops ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 5px;
  }
  #www_container #brand_topics {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 768px) {
  .email-confirmation-alert {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #DDD;
    padding: 20px;
  }
  .email-confirmation-alert .alert__title {
    font-weight: bold;
    color: #f8432c;
  }
  .email-confirmation-alert .alert__summary, .email-confirmation-alert .new__confirmation {
    font-size: 16px;
  }
  .alert-popup {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    padding: 26px;
  }
  .alert-popup .close {
    display: none;
  }
  .alert-popup p {
    font-size: 30px;
    text-align: center;
    color: #FFF;
  }
  #www_container #breadcrumbs {
    background-color: #F8F8F8;
    border-top: 2px solid #DDD;
    border-bottom: 2px solid #DDD;
    padding: 18px 26px;
  }
  #www_container #breadcrumbs ol li {
    display: inline;
    font-size: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #breadcrumbs ol li a {
    color: inherit;
    text-decoration: none;
  }
  #www_container #breadcrumbs ol li i {
    margin: 0 12px;
  }
  #www_container .headlineTab {
    display: table;
    width: 100%;
    border-bottom: 2px solid #DDD;
  }
  #www_container .headlineTab .headlineTab__left, #www_container .headlineTab .headlineTab__right {
    display: table-cell;
    font-size: 24px;
    font-weight: bold;
    color: #777;
    text-align: center;
    vertical-align: middle;
    padding: 25px 20px;
  }
  #www_container .headlineTab .headlineTab__left {
    word-wrap: break-word;
    overflow-wrap: break-word;
    border-bottom: 6px solid #777;
  }
  #www_container .headlineTab .headlineTab__left a {
    display: none;
  }
  #www_container .headlineTab .headlineTab__right a {
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
  }
  #www_container #headline {
    font-size: 28px;
    font-weight: bold;
    background-color: #DDD;
    padding: 14px 18px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #headline a {
    font-weight: bold;
    text-decoration: none;
    color: inherit;
  }
  #www_container #headline i {
    color: #777;
  }
  #www_container #headline_noresult {
    font-size: 28px;
    font-weight: bold;
    word-wrap: break-word;
    overflow-wrap: break-word;
    background-color: #EEE;
    border-bottom: 2px solid #CCC;
    padding: 24px;
  }
  #www_container #headline_noresult p {
    font-size: 24px;
  }
  #www_container .pagination {
    width: 100%;
    text-align: center;
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
    border-bottom: 2px solid #DDD;
    padding: 24px 0;
    position: relative;
  }
  #www_container .pagination a.prev, #www_container .pagination a.next {
    font-size: 28px;
    color: #777;
    position: absolute;
    top: 24px;
  }
  #www_container .pagination a.prev {
    left: 24px;
  }
  #www_container .pagination a.next {
    right: 24px;
  }
  #www_container .pagination span {
    font-size: 28px;
  }
  #www_container .pagination span.page {
    padding: 0 20px;
  }
  #www_container .pagination span.page.current {
    font-weight: bold;
    color: #333;
  }
  #www_container .pagination span.page a {
    color: inherit;
    text-decoration: none;
  }
  #www_container .pagination span.first, #www_container .pagination span.last {
    color: #777;
    position: absolute;
    top: 22px;
  }
  #www_container .pagination span.first a, #www_container .pagination span.last a {
    color: inherit;
    text-decoration: none;
  }
  #www_container .pagination span.first {
    left: 28px;
  }
  #www_container .pagination span.last {
    right: 28px;
  }
  #www_container #local_navigation {
    border-bottom: 2px solid #FFF;
  }
  #www_container #local_navigation ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 10px solid #DDD;
  }
  #www_container #local_navigation ul li {
    display: table-cell;
    font-size: 20px;
    text-align: center;
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
    border-top: 2px solid #DDD;
    border-right: 2px solid #DDD;
  }
  #www_container #local_navigation ul li:last-child {
    border-right: none;
  }
  #www_container #local_navigation ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 25px 0;
  }
  #www_container #local_navigation ul li a.active {
    background-color: #DDD;
  }
  #www_container #related_keywords {
    display: none;
  }
  #www_container #related_topics > h1, #www_container #related_keywords > h1, #www_container #nearest_shops > h1 {
    font-size: 28px;
    font-weight: bold;
    background-color: #DDD;
    padding: 15px;
  }
  #www_container #related_topics .topic_element, #www_container #related_keywords .topic_element, #www_container #nearest_shops .topic_element {
    display: table;
    width: 100%;
    border-bottom: 2px solid #DDD;
  }
  #www_container #related_topics .topic_element .image_area, #www_container #related_keywords .topic_element .image_area, #www_container #nearest_shops .topic_element .image_area {
    display: table-cell;
    width: 140px;
    vertical-align: top;
  }
  #www_container #related_topics .topic_element .image_area .eyecatch, #www_container #related_keywords .topic_element .image_area .eyecatch, #www_container #nearest_shops .topic_element .image_area .eyecatch {
    width: 140px;
    height: 140px;
    background-color: #CCC;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container #related_topics ul, #www_container #related_keywords ul, #www_container #nearest_shops ul {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px;
  }
  #www_container #related_topics ul li, #www_container #related_keywords ul li, #www_container #nearest_shops ul li {
    font-size: 24px;
    color: #666;
    background-color: #F9F9F9;
    border: 2px solid #E7E7E7;
    border-radius: 10px;
    margin: 0 10px 10px 0;
    float: left;
  }
  #www_container #related_topics ul li a, #www_container #related_keywords ul li a, #www_container #nearest_shops ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 10px;
  }
}
@media all and (max-width: 640px) {
  .email-confirmation-alert {
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #DDD;
    padding: 10px;
  }
  .email-confirmation-alert .alert__title {
    font-weight: bold;
    color: #f8432c;
  }
  .email-confirmation-alert .alert__summary, .email-confirmation-alert .new__confirmation {
    font-size: 10px;
  }
  .alert-popup {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    padding: 13px;
  }
  .alert-popup .close {
    display: none;
  }
  .alert-popup p {
    font-size: 15px;
    text-align: center;
    color: #FFF;
  }
  #www_container #breadcrumbs {
    background-color: #F8F8F8;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 9px 13px;
  }
  #www_container #breadcrumbs ol li {
    display: inline;
    font-size: 8px;
  }
  #www_container #breadcrumbs ol li a {
    color: inherit;
    text-decoration: none;
  }
  #www_container #breadcrumbs ol li i {
    margin: 0 6px;
  }
  #www_container .headlineTab {
    display: table;
    width: 100%;
    border-bottom: 1px solid #DDD;
  }
  #www_container .headlineTab .headlineTab__left, #www_container .headlineTab .headlineTab__right {
    display: table-cell;
    font-size: 12px;
    font-weight: bold;
    color: #777;
    text-align: center;
    vertical-align: middle;
    padding: 12.5px 10px;
  }
  #www_container .headlineTab .headlineTab__left {
    word-wrap: break-word;
    overflow-wrap: break-word;
    border-bottom: 3px solid #777;
  }
  #www_container .headlineTab .headlineTab__left a {
    display: none;
  }
  #www_container .headlineTab .headlineTab__right a {
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
  }
  #www_container #headline {
    font-size: 14px;
    font-weight: bold;
    background-color: #DDD;
    padding: 7px 9px;
  }
  #www_container #headline a {
    font-weight: bold;
    text-decoration: none;
    color: inherit;
  }
  #www_container #headline i {
    color: #777;
  }
  #www_container #headline_noresult {
    font-size: 14px;
    font-weight: bold;
    word-wrap: break-word;
    overflow-wrap: break-word;
    background-color: #EEE;
    border-bottom: 1px solid #CCC;
    padding: 12px;
  }
  #www_container #headline_noresult p {
    font-size: 12px;
  }
  #www_container .pagination {
    width: 100%;
    text-align: center;
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
    border-bottom: 1px solid #DDD;
    padding: 12px 0;
    position: relative;
  }
  #www_container .pagination a.prev, #www_container .pagination a.next {
    font-size: 12px;
    color: #777;
    position: absolute;
    top: 13px;
  }
  #www_container .pagination a.prev {
    left: 10px;
  }
  #www_container .pagination a.next {
    right: 10px;
  }
  #www_container .pagination span {
    font-size: 14px;
  }
  #www_container .pagination span.page {
    padding: 0 10px;
  }
  #www_container .pagination span.page.current {
    font-weight: bold;
    color: #333;
  }
  #www_container .pagination span.page a {
    color: inherit;
    text-decoration: none;
  }
  #www_container .pagination span.first, #www_container .pagination span.last {
    color: #777;
    position: absolute;
    top: 11px;
  }
  #www_container .pagination span.first a, #www_container .pagination span.last a {
    color: inherit;
    text-decoration: none;
  }
  #www_container .pagination span.first {
    left: 14px;
  }
  #www_container .pagination span.last {
    right: 14px;
  }
  #www_container #local_navigation {
    border-bottom: 1px solid #FFF;
  }
  #www_container #local_navigation ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 5px solid #DDD;
  }
  #www_container #local_navigation ul li {
    display: table-cell;
    font-size: 10px;
    text-align: center;
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
    border-top: 1px solid #DDD;
    border-right: 1px solid #DDD;
  }
  #www_container #local_navigation ul li:last-child {
    border-right: none;
  }
  #www_container #local_navigation ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 12.5px 0;
  }
  #www_container #local_navigation ul li a.active {
    background-color: #DDD;
  }
  #www_container #related_keywords {
    display: none;
  }
  #www_container #related_topics > h1, #www_container #related_keywords > h1, #www_container #nearest_shops > h1 {
    font-size: 14px;
    font-weight: bold;
    background-color: #DDD;
    padding: 7.5px;
  }
  #www_container #related_topics .topic_element, #www_container #related_keywords .topic_element, #www_container #nearest_shops .topic_element {
    display: table;
    width: 100%;
    border-bottom: 1px solid #DDD;
  }
  #www_container #related_topics .topic_element .image_area, #www_container #related_keywords .topic_element .image_area, #www_container #nearest_shops .topic_element .image_area {
    display: table-cell;
    width: 70px;
    vertical-align: top;
  }
  #www_container #related_topics .topic_element .image_area .eyecatch, #www_container #related_keywords .topic_element .image_area .eyecatch, #www_container #nearest_shops .topic_element .image_area .eyecatch {
    width: 70px;
    height: 70px;
    background-color: #CCC;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container #related_topics ul, #www_container #related_keywords ul, #www_container #nearest_shops ul {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
  }
  #www_container #related_topics ul li, #www_container #related_keywords ul li, #www_container #nearest_shops ul li {
    font-size: 12px;
    color: #666;
    background-color: #F9F9F9;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    float: left;
  }
  #www_container #related_topics ul li a, #www_container #related_keywords ul li a, #www_container #nearest_shops ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 5px;
  }
}
@media all and (min-width: 769px) {
  #www_container .shopsMap {
    display: none;
    border: 2px solid #E7E7E7;
    padding: 12px 13px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  #www_container .shopsMap .shopsMap__title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-bottom: 13px;
  }
  #www_container .shopsMap .shopsMap__display #js-topic-shops-map {
    width: 100%;
    height: 225px;
    background-color: #CCC;
  }
  #www_container .shopsMap .shopsMap__button {
    padding-top: 12px;
  }
  #www_container .shopsMap .shopsMap__button a {
    display: block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    text-align: center;
    background-image: -ms-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #EEE));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #EEE 100%);
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    padding: 14px 0;
  }
  #www_container #categories h1, #www_container #brands h1, #www_container #shop_categories h1 {
    display: none;
  }
  #www_container #categories ul li, #www_container #brands ul li, #www_container #shop_categories ul li {
    font-size: 12px;
  }
  #www_container #categories ul li a, #www_container #brands ul li a, #www_container #shop_categories ul li a {
    display: block;
    color: #999;
    text-decoration: none;
    padding: 8px 5px;
  }
  #www_container #categories ul li a.active, #www_container #categories ul li a:hover, #www_container #brands ul li a.active, #www_container #brands ul li a:hover, #www_container #shop_categories ul li a.active, #www_container #shop_categories ul li a:hover {
    color: #FFF;
    background-color: #333;
  }
  #www_container #shop_categories_accordion {
    display: none;
  }
  #www_container #brands dt {
    font-weight: bold;
  }
  #www_container #brands dt i.accordion_trigger {
    display: none;
  }
  #www_container #sub .sub_element, #www_container .wwwShopLayout__sub .sub_element {
    background-color: #F8F8F8;
    border: 2px solid #E7E7E7;
    padding: 10px;
    position: sticky;
    top: 100px;
  }
  #www_container #sub .sub_element #writer_info, #www_container .wwwShopLayout__sub .sub_element #writer_info {
    border: 2px solid #E7E7E7;
    margin-bottom: 15px;
  }
  #www_container #sub .sub_element #writer_info a, #www_container #sub .sub_element #writer_info span, #www_container .wwwShopLayout__sub .sub_element #writer_info a, #www_container .wwwShopLayout__sub .sub_element #writer_info span {
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    padding: 14px 13px;
  }
  #www_container #sub .sub_element #writer_info a .image_area, #www_container #sub .sub_element #writer_info span .image_area, #www_container .wwwShopLayout__sub .sub_element #writer_info a .image_area, #www_container .wwwShopLayout__sub .sub_element #writer_info span .image_area {
    display: table-cell;
    width: 80px;
    vertical-align: middle;
  }
  #www_container #sub .sub_element #writer_info a .image_area .icon, #www_container #sub .sub_element #writer_info span .image_area .icon, #www_container .wwwShopLayout__sub .sub_element #writer_info a .image_area .icon, #www_container .wwwShopLayout__sub .sub_element #writer_info span .image_area .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container #sub .sub_element #writer_info a .info_area, #www_container #sub .sub_element #writer_info span .info_area, #www_container .wwwShopLayout__sub .sub_element #writer_info a .info_area, #www_container .wwwShopLayout__sub .sub_element #writer_info span .info_area {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
  }
  #www_container #sub .sub_element #writer_info a .info_area dl dt, #www_container #sub .sub_element #writer_info span .info_area dl dt, #www_container .wwwShopLayout__sub .sub_element #writer_info a .info_area dl dt, #www_container .wwwShopLayout__sub .sub_element #writer_info span .info_area dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }
  #www_container #sub .sub_element #writer_info a .info_area dl dd, #www_container #sub .sub_element #writer_info span .info_area dl dd, #www_container .wwwShopLayout__sub .sub_element #writer_info a .info_area dl dd, #www_container .wwwShopLayout__sub .sub_element #writer_info span .info_area dl dd {
    font-size: 12px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #sub .banner_area, #www_container .wwwShopLayout__sub .banner_area {
    background-color: #CCC;
    margin-bottom: 15px;
  }
  #www_container #sub .banner_area img, #www_container .wwwShopLayout__sub .banner_area img {
    display: block;
  }
  #www_container #sub #input_tags, #www_container .wwwShopLayout__sub #input_tags {
    position: relative;
  }
  #www_container #sub #input_tags .fa-info-circle, #www_container .wwwShopLayout__sub #input_tags .fa-info-circle {
    display: block;
  }
  #www_container #sub #input_tags .fa-info-circle:before, #www_container .wwwShopLayout__sub #input_tags .fa-info-circle:before {
    color: #ccc;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    top: 35px;
    right: 10px;
  }
  #www_container #sub #input_tags p, #www_container .wwwShopLayout__sub #input_tags p {
    display: none;
    width: 200px;
    color: #CCC;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px;
    background: #FFF;
    position: absolute;
    top: 67px;
    left: 65px;
    padding: 3px 6px;
  }
  #www_container #sub #input_tags p:after, #www_container .wwwShopLayout__sub #input_tags p:after {
    position: absolute;
    width: 0;
    height: 0;
    right: 28px;
    top: -20px;
    margin-left: 10px;
    border: solid transparent;
    border-color: rgba(51, 204, 153, 0);
    border-bottom-color: #FFF;
    border-width: 10px;
    pointer-events: none;
    content: " ";
  }
  #www_container #sub #input_tags .fa-info-circle:hover + p, #www_container .wwwShopLayout__sub #input_tags .fa-info-circle:hover + p {
    display: block;
  }
  #www_container #sub #set_original_topic, #www_container .wwwShopLayout__sub #set_original_topic {
    position: relative;
  }
  #www_container #sub #set_original_topic .fa-info-circle:before, #www_container .wwwShopLayout__sub #set_original_topic .fa-info-circle:before {
    color: #ccc;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 1px;
    left: 110px;
  }
  #www_container #sub #set_original_topic p, #www_container .wwwShopLayout__sub #set_original_topic p {
    display: none;
    width: 200px;
    color: #CCC;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px;
    background: #FFF;
    position: absolute;
    top: 30px;
    left: -79px;
    padding: 3px 6px;
  }
  #www_container #sub #set_original_topic p:after, #www_container .wwwShopLayout__sub #set_original_topic p:after {
    position: absolute;
    width: 0;
    height: 0;
    right: 5px;
    top: -20px;
    margin-left: 10px;
    border: solid transparent;
    border-color: rgba(51, 204, 153, 0);
    border-bottom-color: #FFF;
    border-width: 10px;
    pointer-events: none;
    content: " ";
  }
  #www_container #sub #set_original_topic .fa-info-circle:hover + p, #www_container .wwwShopLayout__sub #set_original_topic .fa-info-circle:hover + p {
    display: block;
  }
  #www_container #sub #input_tags #topic_tag_list, #www_container #sub #input_tags #topic_feature_ids, #www_container #sub #input_tags #features, #www_container #sub #input_tags #topic_brand_id, #www_container #sub #set_features #topic_tag_list, #www_container #sub #set_features #topic_feature_ids, #www_container #sub #set_features #features, #www_container #sub #set_features #topic_brand_id, #www_container #sub #set_sponsor #topic_tag_list, #www_container #sub #set_sponsor #topic_feature_ids, #www_container #sub #set_sponsor #features, #www_container #sub #set_sponsor #topic_brand_id, #www_container #sub #set_recommends #topic_tag_list, #www_container #sub #set_recommends #topic_feature_ids, #www_container #sub #set_recommends #features, #www_container #sub #set_recommends #topic_brand_id, #www_container #sub #set_events #topic_tag_list, #www_container #sub #set_events #topic_feature_ids, #www_container #sub #set_events #features, #www_container #sub #set_events #topic_brand_id, #www_container #sub #set_original_topic #topic_tag_list, #www_container #sub #set_original_topic #topic_feature_ids, #www_container #sub #set_original_topic #features, #www_container #sub #set_original_topic #topic_brand_id, #www_container #sub #set_brand #topic_tag_list, #www_container #sub #set_brand #topic_feature_ids, #www_container #sub #set_brand #features, #www_container #sub #set_brand #topic_brand_id, #www_container #sub #ghost_writer #topic_tag_list, #www_container #sub #ghost_writer #topic_feature_ids, #www_container #sub #ghost_writer #features, #www_container #sub #ghost_writer #topic_brand_id, #www_container .wwwShopLayout__sub #input_tags #topic_tag_list, #www_container .wwwShopLayout__sub #input_tags #topic_feature_ids, #www_container .wwwShopLayout__sub #input_tags #features, #www_container .wwwShopLayout__sub #input_tags #topic_brand_id, #www_container .wwwShopLayout__sub #set_features #topic_tag_list, #www_container .wwwShopLayout__sub #set_features #topic_feature_ids, #www_container .wwwShopLayout__sub #set_features #features, #www_container .wwwShopLayout__sub #set_features #topic_brand_id, #www_container .wwwShopLayout__sub #set_sponsor #topic_tag_list, #www_container .wwwShopLayout__sub #set_sponsor #topic_feature_ids, #www_container .wwwShopLayout__sub #set_sponsor #features, #www_container .wwwShopLayout__sub #set_sponsor #topic_brand_id, #www_container .wwwShopLayout__sub #set_recommends #topic_tag_list, #www_container .wwwShopLayout__sub #set_recommends #topic_feature_ids, #www_container .wwwShopLayout__sub #set_recommends #features, #www_container .wwwShopLayout__sub #set_recommends #topic_brand_id, #www_container .wwwShopLayout__sub #set_events #topic_tag_list, #www_container .wwwShopLayout__sub #set_events #topic_feature_ids, #www_container .wwwShopLayout__sub #set_events #features, #www_container .wwwShopLayout__sub #set_events #topic_brand_id, #www_container .wwwShopLayout__sub #set_original_topic #topic_tag_list, #www_container .wwwShopLayout__sub #set_original_topic #topic_feature_ids, #www_container .wwwShopLayout__sub #set_original_topic #features, #www_container .wwwShopLayout__sub #set_original_topic #topic_brand_id, #www_container .wwwShopLayout__sub #set_brand #topic_tag_list, #www_container .wwwShopLayout__sub #set_brand #topic_feature_ids, #www_container .wwwShopLayout__sub #set_brand #features, #www_container .wwwShopLayout__sub #set_brand #topic_brand_id, #www_container .wwwShopLayout__sub #ghost_writer #topic_tag_list, #www_container .wwwShopLayout__sub #ghost_writer #topic_feature_ids, #www_container .wwwShopLayout__sub #ghost_writer #features, #www_container .wwwShopLayout__sub #ghost_writer #topic_brand_id {
    display: none;
  }
  #www_container #sub #input_tags label, #www_container #sub #set_features label, #www_container #sub #set_sponsor label, #www_container #sub #set_recommends label, #www_container #sub #set_events label, #www_container #sub #set_original_topic label, #www_container #sub #set_brand label, #www_container #sub #ghost_writer label, #www_container .wwwShopLayout__sub #input_tags label, #www_container .wwwShopLayout__sub #set_features label, #www_container .wwwShopLayout__sub #set_sponsor label, #www_container .wwwShopLayout__sub #set_recommends label, #www_container .wwwShopLayout__sub #set_events label, #www_container .wwwShopLayout__sub #set_original_topic label, #www_container .wwwShopLayout__sub #set_brand label, #www_container .wwwShopLayout__sub #ghost_writer label {
    display: block;
    font-size: 16px;
    font-weight: bold;
  }
  #www_container #sub #input_tags .checkbox label, #www_container #sub #set_features .checkbox label, #www_container #sub #set_sponsor .checkbox label, #www_container #sub #set_recommends .checkbox label, #www_container #sub #set_events .checkbox label, #www_container #sub #set_original_topic .checkbox label, #www_container #sub #set_brand .checkbox label, #www_container #sub #ghost_writer .checkbox label, #www_container .wwwShopLayout__sub #input_tags .checkbox label, #www_container .wwwShopLayout__sub #set_features .checkbox label, #www_container .wwwShopLayout__sub #set_sponsor .checkbox label, #www_container .wwwShopLayout__sub #set_recommends .checkbox label, #www_container .wwwShopLayout__sub #set_events .checkbox label, #www_container .wwwShopLayout__sub #set_original_topic .checkbox label, #www_container .wwwShopLayout__sub #set_brand .checkbox label, #www_container .wwwShopLayout__sub #ghost_writer .checkbox label {
    font-size: 12px;
    font-weight: normal;
    position: relative;
  }
  #www_container #sub #input_tags .input_if, #www_container #sub #set_features .input_if, #www_container #sub #set_sponsor .input_if, #www_container #sub #set_recommends .input_if, #www_container #sub #set_events .input_if, #www_container #sub #set_original_topic .input_if, #www_container #sub #set_brand .input_if, #www_container #sub #ghost_writer .input_if, #www_container .wwwShopLayout__sub #input_tags .input_if, #www_container .wwwShopLayout__sub #set_features .input_if, #www_container .wwwShopLayout__sub #set_sponsor .input_if, #www_container .wwwShopLayout__sub #set_recommends .input_if, #www_container .wwwShopLayout__sub #set_events .input_if, #www_container .wwwShopLayout__sub #set_original_topic .input_if, #www_container .wwwShopLayout__sub #set_brand .input_if, #www_container .wwwShopLayout__sub #ghost_writer .input_if {
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
  }
  #www_container #sub #input_tags .input_if label, #www_container #sub #set_features .input_if label, #www_container #sub #set_sponsor .input_if label, #www_container #sub #set_recommends .input_if label, #www_container #sub #set_events .input_if label, #www_container #sub #set_original_topic .input_if label, #www_container #sub #set_brand .input_if label, #www_container #sub #ghost_writer .input_if label, #www_container .wwwShopLayout__sub #input_tags .input_if label, #www_container .wwwShopLayout__sub #set_features .input_if label, #www_container .wwwShopLayout__sub #set_sponsor .input_if label, #www_container .wwwShopLayout__sub #set_recommends .input_if label, #www_container .wwwShopLayout__sub #set_events .input_if label, #www_container .wwwShopLayout__sub #set_original_topic .input_if label, #www_container .wwwShopLayout__sub #set_brand .input_if label, #www_container .wwwShopLayout__sub #ghost_writer .input_if label {
    font-size: 12px;
    font-weight: normal;
  }
  #www_container #sub #input_tags .input_if input[type=text], #www_container #sub #set_features .input_if input[type=text], #www_container #sub #set_sponsor .input_if input[type=text], #www_container #sub #set_recommends .input_if input[type=text], #www_container #sub #set_events .input_if input[type=text], #www_container #sub #set_original_topic .input_if input[type=text], #www_container #sub #set_brand .input_if input[type=text], #www_container #sub #ghost_writer .input_if input[type=text], #www_container .wwwShopLayout__sub #input_tags .input_if input[type=text], #www_container .wwwShopLayout__sub #set_features .input_if input[type=text], #www_container .wwwShopLayout__sub #set_sponsor .input_if input[type=text], #www_container .wwwShopLayout__sub #set_recommends .input_if input[type=text], #www_container .wwwShopLayout__sub #set_events .input_if input[type=text], #www_container .wwwShopLayout__sub #set_original_topic .input_if input[type=text], #www_container .wwwShopLayout__sub #set_brand .input_if input[type=text], #www_container .wwwShopLayout__sub #ghost_writer .input_if input[type=text] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    border: 2px solid #DDD;
    border-radius: 5px;
    padding: 8px 5px;
  }
  #www_container #sub #input_tags .input_if #btn, #www_container #sub #set_features .input_if #btn, #www_container #sub #set_sponsor .input_if #btn, #www_container #sub #set_recommends .input_if #btn, #www_container #sub #set_events .input_if #btn, #www_container #sub #set_original_topic .input_if #btn, #www_container #sub #set_brand .input_if #btn, #www_container #sub #ghost_writer .input_if #btn, #www_container .wwwShopLayout__sub #input_tags .input_if #btn, #www_container .wwwShopLayout__sub #set_features .input_if #btn, #www_container .wwwShopLayout__sub #set_sponsor .input_if #btn, #www_container .wwwShopLayout__sub #set_recommends .input_if #btn, #www_container .wwwShopLayout__sub #set_events .input_if #btn, #www_container .wwwShopLayout__sub #set_original_topic .input_if #btn, #www_container .wwwShopLayout__sub #set_brand .input_if #btn, #www_container .wwwShopLayout__sub #ghost_writer .input_if #btn {
    display: none;
  }
  #www_container #sub #input_tags .input_if select, #www_container #sub #set_features .input_if select, #www_container #sub #set_sponsor .input_if select, #www_container #sub #set_recommends .input_if select, #www_container #sub #set_events .input_if select, #www_container #sub #set_original_topic .input_if select, #www_container #sub #set_brand .input_if select, #www_container #sub #ghost_writer .input_if select, #www_container .wwwShopLayout__sub #input_tags .input_if select, #www_container .wwwShopLayout__sub #set_features .input_if select, #www_container .wwwShopLayout__sub #set_sponsor .input_if select, #www_container .wwwShopLayout__sub #set_recommends .input_if select, #www_container .wwwShopLayout__sub #set_events .input_if select, #www_container .wwwShopLayout__sub #set_original_topic .input_if select, #www_container .wwwShopLayout__sub #set_brand .input_if select, #www_container .wwwShopLayout__sub #ghost_writer .input_if select {
    display: block;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    font-size: 14px;
    border: 2px solid #DDD;
    border-radius: 5px;
    background-color: #FFF;
  }
  #www_container #sub #input_tags .input_if .input_form, #www_container #sub #set_features .input_if .input_form, #www_container #sub #set_sponsor .input_if .input_form, #www_container #sub #set_recommends .input_if .input_form, #www_container #sub #set_events .input_if .input_form, #www_container #sub #set_original_topic .input_if .input_form, #www_container #sub #set_brand .input_if .input_form, #www_container #sub #ghost_writer .input_if .input_form, #www_container .wwwShopLayout__sub #input_tags .input_if .input_form, #www_container .wwwShopLayout__sub #set_features .input_if .input_form, #www_container .wwwShopLayout__sub #set_sponsor .input_if .input_form, #www_container .wwwShopLayout__sub #set_recommends .input_if .input_form, #www_container .wwwShopLayout__sub #set_events .input_if .input_form, #www_container .wwwShopLayout__sub #set_original_topic .input_if .input_form, #www_container .wwwShopLayout__sub #set_brand .input_if .input_form, #www_container .wwwShopLayout__sub #ghost_writer .input_if .input_form {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 5px;
  }
  #www_container #sub #input_tags .input_if .input_form label, #www_container #sub #set_features .input_if .input_form label, #www_container #sub #set_sponsor .input_if .input_form label, #www_container #sub #set_recommends .input_if .input_form label, #www_container #sub #set_events .input_if .input_form label, #www_container #sub #set_original_topic .input_if .input_form label, #www_container #sub #set_brand .input_if .input_form label, #www_container #sub #ghost_writer .input_if .input_form label, #www_container .wwwShopLayout__sub #input_tags .input_if .input_form label, #www_container .wwwShopLayout__sub #set_features .input_if .input_form label, #www_container .wwwShopLayout__sub #set_sponsor .input_if .input_form label, #www_container .wwwShopLayout__sub #set_recommends .input_if .input_form label, #www_container .wwwShopLayout__sub #set_events .input_if .input_form label, #www_container .wwwShopLayout__sub #set_original_topic .input_if .input_form label, #www_container .wwwShopLayout__sub #set_brand .input_if .input_form label, #www_container .wwwShopLayout__sub #ghost_writer .input_if .input_form label {
    width: 15%;
  }
  #www_container #sub #input_tags .input_if .input_form input[type=date], #www_container #sub #set_features .input_if .input_form input[type=date], #www_container #sub #set_sponsor .input_if .input_form input[type=date], #www_container #sub #set_recommends .input_if .input_form input[type=date], #www_container #sub #set_events .input_if .input_form input[type=date], #www_container #sub #set_original_topic .input_if .input_form input[type=date], #www_container #sub #set_brand .input_if .input_form input[type=date], #www_container #sub #ghost_writer .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #input_tags .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #set_features .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #set_sponsor .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #set_recommends .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #set_events .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #set_original_topic .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #set_brand .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #ghost_writer .input_if .input_form input[type=date] {
    width: 84%;
    display: block;
    font-size: 12px;
    border: 2px solid #DDD;
    border-radius: 5px;
    padding: 8px 5px;
  }
  #www_container #sub #input_tags .input_if .input_form .form-group, #www_container #sub #set_features .input_if .input_form .form-group, #www_container #sub #set_sponsor .input_if .input_form .form-group, #www_container #sub #set_recommends .input_if .input_form .form-group, #www_container #sub #set_events .input_if .input_form .form-group, #www_container #sub #set_original_topic .input_if .input_form .form-group, #www_container #sub #set_brand .input_if .input_form .form-group, #www_container #sub #ghost_writer .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #input_tags .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #set_features .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #set_sponsor .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #set_recommends .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #set_events .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #set_original_topic .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #set_brand .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #ghost_writer .input_if .input_form .form-group {
    width: 85%;
    margin-bottom: 0;
  }
  #www_container #sub #input_tags .input_if .input_form .form-group input[type=text], #www_container #sub #input_tags .input_if .input_form .form-group input[type=url], #www_container #sub #set_features .input_if .input_form .form-group input[type=text], #www_container #sub #set_features .input_if .input_form .form-group input[type=url], #www_container #sub #set_sponsor .input_if .input_form .form-group input[type=text], #www_container #sub #set_sponsor .input_if .input_form .form-group input[type=url], #www_container #sub #set_recommends .input_if .input_form .form-group input[type=text], #www_container #sub #set_recommends .input_if .input_form .form-group input[type=url], #www_container #sub #set_events .input_if .input_form .form-group input[type=text], #www_container #sub #set_events .input_if .input_form .form-group input[type=url], #www_container #sub #set_original_topic .input_if .input_form .form-group input[type=text], #www_container #sub #set_original_topic .input_if .input_form .form-group input[type=url], #www_container #sub #set_brand .input_if .input_form .form-group input[type=text], #www_container #sub #set_brand .input_if .input_form .form-group input[type=url], #www_container #sub #ghost_writer .input_if .input_form .form-group input[type=text], #www_container #sub #ghost_writer .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #input_tags .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #input_tags .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #set_features .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #set_features .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #set_sponsor .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #set_sponsor .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #set_recommends .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #set_recommends .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #set_events .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #set_events .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #set_original_topic .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #set_original_topic .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #set_brand .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #set_brand .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #ghost_writer .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #ghost_writer .input_if .input_form .form-group input[type=url] {
    width: 100%;
    border: 2px solid #DDD;
    margin-bottom: 0;
  }
  #www_container #sub #input_tags #display_tags, #www_container #sub #input_tags #display_features, #www_container #sub #set_features #display_tags, #www_container #sub #set_features #display_features, #www_container #sub #set_sponsor #display_tags, #www_container #sub #set_sponsor #display_features, #www_container #sub #set_recommends #display_tags, #www_container #sub #set_recommends #display_features, #www_container #sub #set_events #display_tags, #www_container #sub #set_events #display_features, #www_container #sub #set_original_topic #display_tags, #www_container #sub #set_original_topic #display_features, #www_container #sub #set_brand #display_tags, #www_container #sub #set_brand #display_features, #www_container #sub #ghost_writer #display_tags, #www_container #sub #ghost_writer #display_features, #www_container .wwwShopLayout__sub #input_tags #display_tags, #www_container .wwwShopLayout__sub #input_tags #display_features, #www_container .wwwShopLayout__sub #set_features #display_tags, #www_container .wwwShopLayout__sub #set_features #display_features, #www_container .wwwShopLayout__sub #set_sponsor #display_tags, #www_container .wwwShopLayout__sub #set_sponsor #display_features, #www_container .wwwShopLayout__sub #set_recommends #display_tags, #www_container .wwwShopLayout__sub #set_recommends #display_features, #www_container .wwwShopLayout__sub #set_events #display_tags, #www_container .wwwShopLayout__sub #set_events #display_features, #www_container .wwwShopLayout__sub #set_original_topic #display_tags, #www_container .wwwShopLayout__sub #set_original_topic #display_features, #www_container .wwwShopLayout__sub #set_brand #display_tags, #www_container .wwwShopLayout__sub #set_brand #display_features, #www_container .wwwShopLayout__sub #ghost_writer #display_tags, #www_container .wwwShopLayout__sub #ghost_writer #display_features {
    margin-bottom: 10px;
  }
  #www_container #sub #input_tags #display_tags span, #www_container #sub #input_tags #display_features span, #www_container #sub #set_features #display_tags span, #www_container #sub #set_features #display_features span, #www_container #sub #set_sponsor #display_tags span, #www_container #sub #set_sponsor #display_features span, #www_container #sub #set_recommends #display_tags span, #www_container #sub #set_recommends #display_features span, #www_container #sub #set_events #display_tags span, #www_container #sub #set_events #display_features span, #www_container #sub #set_original_topic #display_tags span, #www_container #sub #set_original_topic #display_features span, #www_container #sub #set_brand #display_tags span, #www_container #sub #set_brand #display_features span, #www_container #sub #ghost_writer #display_tags span, #www_container #sub #ghost_writer #display_features span, #www_container .wwwShopLayout__sub #input_tags #display_tags span, #www_container .wwwShopLayout__sub #input_tags #display_features span, #www_container .wwwShopLayout__sub #set_features #display_tags span, #www_container .wwwShopLayout__sub #set_features #display_features span, #www_container .wwwShopLayout__sub #set_sponsor #display_tags span, #www_container .wwwShopLayout__sub #set_sponsor #display_features span, #www_container .wwwShopLayout__sub #set_recommends #display_tags span, #www_container .wwwShopLayout__sub #set_recommends #display_features span, #www_container .wwwShopLayout__sub #set_events #display_tags span, #www_container .wwwShopLayout__sub #set_events #display_features span, #www_container .wwwShopLayout__sub #set_original_topic #display_tags span, #www_container .wwwShopLayout__sub #set_original_topic #display_features span, #www_container .wwwShopLayout__sub #set_brand #display_tags span, #www_container .wwwShopLayout__sub #set_brand #display_features span, #www_container .wwwShopLayout__sub #ghost_writer #display_tags span, #www_container .wwwShopLayout__sub #ghost_writer #display_features span {
    font-size: 10px;
    display: inline-block;
    color: #656565;
    vertical-align: middle;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    padding: 3px 4px;
    margin: 0 5px 5px 0;
    cursor: pointer;
  }
  #www_container #sub #input_tags #display_tags span i.fa, #www_container #sub #input_tags #display_features span i.fa, #www_container #sub #set_features #display_tags span i.fa, #www_container #sub #set_features #display_features span i.fa, #www_container #sub #set_sponsor #display_tags span i.fa, #www_container #sub #set_sponsor #display_features span i.fa, #www_container #sub #set_recommends #display_tags span i.fa, #www_container #sub #set_recommends #display_features span i.fa, #www_container #sub #set_events #display_tags span i.fa, #www_container #sub #set_events #display_features span i.fa, #www_container #sub #set_original_topic #display_tags span i.fa, #www_container #sub #set_original_topic #display_features span i.fa, #www_container #sub #set_brand #display_tags span i.fa, #www_container #sub #set_brand #display_features span i.fa, #www_container #sub #ghost_writer #display_tags span i.fa, #www_container #sub #ghost_writer #display_features span i.fa, #www_container .wwwShopLayout__sub #input_tags #display_tags span i.fa, #www_container .wwwShopLayout__sub #input_tags #display_features span i.fa, #www_container .wwwShopLayout__sub #set_features #display_tags span i.fa, #www_container .wwwShopLayout__sub #set_features #display_features span i.fa, #www_container .wwwShopLayout__sub #set_sponsor #display_tags span i.fa, #www_container .wwwShopLayout__sub #set_sponsor #display_features span i.fa, #www_container .wwwShopLayout__sub #set_recommends #display_tags span i.fa, #www_container .wwwShopLayout__sub #set_recommends #display_features span i.fa, #www_container .wwwShopLayout__sub #set_events #display_tags span i.fa, #www_container .wwwShopLayout__sub #set_events #display_features span i.fa, #www_container .wwwShopLayout__sub #set_original_topic #display_tags span i.fa, #www_container .wwwShopLayout__sub #set_original_topic #display_features span i.fa, #www_container .wwwShopLayout__sub #set_brand #display_tags span i.fa, #www_container .wwwShopLayout__sub #set_brand #display_features span i.fa, #www_container .wwwShopLayout__sub #ghost_writer #display_tags span i.fa, #www_container .wwwShopLayout__sub #ghost_writer #display_features span i.fa {
    position: static;
    font-size: inherit;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
  }
  #www_container #sub #input_tags p, #www_container #sub #set_features p, #www_container #sub #set_sponsor p, #www_container #sub #set_recommends p, #www_container #sub #set_events p, #www_container #sub #set_original_topic p, #www_container #sub #set_brand p, #www_container #sub #ghost_writer p, #www_container .wwwShopLayout__sub #input_tags p, #www_container .wwwShopLayout__sub #set_features p, #www_container .wwwShopLayout__sub #set_sponsor p, #www_container .wwwShopLayout__sub #set_recommends p, #www_container .wwwShopLayout__sub #set_events p, #www_container .wwwShopLayout__sub #set_original_topic p, #www_container .wwwShopLayout__sub #set_brand p, #www_container .wwwShopLayout__sub #ghost_writer p {
    font-size: 10px;
    color: #999;
    line-height: 130%;
  }
  #www_container #sub #set_original_topic input, #www_container .wwwShopLayout__sub #set_original_topic input {
    margin-right: 5px;
  }
  #www_container #sub #set_brand select, #www_container #sub #ghost_writer select, #www_container .wwwShopLayout__sub #set_brand select, #www_container .wwwShopLayout__sub #ghost_writer select {
    width: 100%;
  }
  #www_container #sub #set_recommends #topic_topic_type, #www_container .wwwShopLayout__sub #set_recommends #topic_topic_type {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #www_container #sub #set_recommends #topic_minimum_guarantee_page_view, #www_container .wwwShopLayout__sub #set_recommends #topic_minimum_guarantee_page_view {
    display: block;
    width: 180px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 8px 5px;
  }
  #www_container #sub #set_events .input_if .form-group, #www_container .wwwShopLayout__sub #set_events .input_if .form-group {
    margin-bottom: 10px;
  }
  #www_container #sub #set_events .input_if .form-group .control-label, #www_container .wwwShopLayout__sub #set_events .input_if .form-group .control-label {
    display: block;
  }
  #www_container #sub #set_events .input_if .form-group input[type=text], #www_container #sub #set_events .input_if .form-group input[type=url], #www_container .wwwShopLayout__sub #set_events .input_if .form-group input[type=text], #www_container .wwwShopLayout__sub #set_events .input_if .form-group input[type=url] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 8px 5px;
    margin-bottom: 10px;
  }
  #www_container #sub #keywords, #www_container .wwwShopLayout__sub #keywords {
    margin-bottom: 15px;
  }
  #www_container #sub #keywords h1, #www_container .wwwShopLayout__sub #keywords h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #www_container #sub #keywords h1 a, #www_container .wwwShopLayout__sub #keywords h1 a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  #www_container #sub #keywords ul, #www_container .wwwShopLayout__sub #keywords ul {
    width: 100%;
    overflow: hidden;
  }
  #www_container #sub #keywords ul li, #www_container .wwwShopLayout__sub #keywords ul li {
    font-size: 12px;
    color: #666;
    background-color: #F9F9F9;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    float: left;
    max-width: 200px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #sub #keywords ul li a, #www_container .wwwShopLayout__sub #keywords ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 5px;
  }
  #www_container #sub .access_ranking, #www_container #sub #recommend_topics, #www_container #sub #category_ranking, #www_container #sub #shop_new_open, #www_container #sub #new_notices, #www_container .wwwShopLayout__sub .access_ranking, #www_container .wwwShopLayout__sub #recommend_topics, #www_container .wwwShopLayout__sub #category_ranking, #www_container .wwwShopLayout__sub #shop_new_open, #www_container .wwwShopLayout__sub #new_notices {
    border: 2px solid #E7E7E7;
    padding: 13px 13px 3px 13px;
    margin-bottom: 15px;
  }
  #www_container #sub .access_ranking h1, #www_container #sub #recommend_topics h1, #www_container #sub #category_ranking h1, #www_container #sub #shop_new_open h1, #www_container #sub #new_notices h1, #www_container .wwwShopLayout__sub .access_ranking h1, #www_container .wwwShopLayout__sub #recommend_topics h1, #www_container .wwwShopLayout__sub #category_ranking h1, #www_container .wwwShopLayout__sub #shop_new_open h1, #www_container .wwwShopLayout__sub #new_notices h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #www_container #sub .access_ranking h1 a, #www_container #sub #recommend_topics h1 a, #www_container #sub #category_ranking h1 a, #www_container #sub #shop_new_open h1 a, #www_container #sub #new_notices h1 a, #www_container .wwwShopLayout__sub .access_ranking h1 a, #www_container .wwwShopLayout__sub #recommend_topics h1 a, #www_container .wwwShopLayout__sub #category_ranking h1 a, #www_container .wwwShopLayout__sub #shop_new_open h1 a, #www_container .wwwShopLayout__sub #new_notices h1 a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  #www_container #sub .access_ranking .element, #www_container #sub #recommend_topics .element, #www_container #sub #category_ranking .element, #www_container #sub #shop_new_open .element, #www_container #sub #new_notices .element, #www_container .wwwShopLayout__sub .access_ranking .element, #www_container .wwwShopLayout__sub #recommend_topics .element, #www_container .wwwShopLayout__sub #category_ranking .element, #www_container .wwwShopLayout__sub #shop_new_open .element, #www_container .wwwShopLayout__sub #new_notices .element {
    margin-bottom: 15px;
  }
  #www_container #sub .access_ranking .element:last-child, #www_container #sub #recommend_topics .element:last-child, #www_container #sub #category_ranking .element:last-child, #www_container #sub #shop_new_open .element:last-child, #www_container #sub #new_notices .element:last-child, #www_container .wwwShopLayout__sub .access_ranking .element:last-child, #www_container .wwwShopLayout__sub #recommend_topics .element:last-child, #www_container .wwwShopLayout__sub #category_ranking .element:last-child, #www_container .wwwShopLayout__sub #shop_new_open .element:last-child, #www_container .wwwShopLayout__sub #new_notices .element:last-child {
    margin-bottom: 0;
  }
  #www_container #sub .access_ranking .element .shop_content, #www_container #sub #recommend_topics .element .shop_content, #www_container #sub #category_ranking .element .shop_content, #www_container #sub #shop_new_open .element .shop_content, #www_container #sub #new_notices .element .shop_content, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content, #www_container .wwwShopLayout__sub #new_notices .element .shop_content {
    height: 60px;
    display: table;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_image_box, #www_container #sub #recommend_topics .element .shop_content .shop_image_box, #www_container #sub #category_ranking .element .shop_content .shop_image_box, #www_container #sub #shop_new_open .element .shop_content .shop_image_box, #www_container #sub #new_notices .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_image_box {
    display: table-cell;
    vertical-align: top;
    height: 60px;
    width: 70px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_image_box .shop_image, #www_container #sub #recommend_topics .element .shop_content .shop_image_box .shop_image, #www_container #sub #category_ranking .element .shop_content .shop_image_box .shop_image, #www_container #sub #shop_new_open .element .shop_content .shop_image_box .shop_image, #www_container #sub #new_notices .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_image_box .shop_image {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info, #www_container #sub #recommend_topics .element .shop_content .shop_info, #www_container #sub #category_ranking .element .shop_content .shop_info, #www_container #sub #shop_new_open .element .shop_content .shop_info, #www_container #sub #new_notices .element .shop_content .shop_info, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info {
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
    line-height: 150%;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_name, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_name, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_name, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_name, #www_container #sub #new_notices .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_name {
    font-size: 14px;
    color: #2196f3;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_open_date, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_open_date, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_open_date, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_open_date, #www_container #sub #new_notices .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_open_date {
    font-size: 12px;
    color: #3a3a3a;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_category, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_category, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_category, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_category, #www_container #sub #new_notices .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_category {
    font-size: 12px;
    color: #a2a2a2;
  }
  #www_container #sub .access_ranking .element .notice_content, #www_container #sub #recommend_topics .element .notice_content, #www_container #sub #category_ranking .element .notice_content, #www_container #sub #shop_new_open .element .notice_content, #www_container #sub #new_notices .element .notice_content, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content, #www_container .wwwShopLayout__sub #new_notices .element .notice_content {
    display: table;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_image_box, #www_container #sub #recommend_topics .element .notice_content .shop_image_box, #www_container #sub #category_ranking .element .notice_content .shop_image_box, #www_container #sub #shop_new_open .element .notice_content .shop_image_box, #www_container #sub #new_notices .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_image_box {
    display: table-cell;
    vertical-align: top;
    height: 60px;
    width: 70px;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_image_box .shop_image, #www_container #sub #recommend_topics .element .notice_content .shop_image_box .shop_image, #www_container #sub #category_ranking .element .notice_content .shop_image_box .shop_image, #www_container #sub #shop_new_open .element .notice_content .shop_image_box .shop_image, #www_container #sub #new_notices .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_image_box .shop_image {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info, #www_container #sub #recommend_topics .element .notice_content .shop_info, #www_container #sub #category_ranking .element .notice_content .shop_info, #www_container #sub #shop_new_open .element .notice_content .shop_info, #www_container #sub #new_notices .element .notice_content .shop_info, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info {
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_notice p, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_notice p, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_notice p, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_notice p, #www_container #sub #new_notices .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_notice p {
    font-size: 14px;
    font-weight: bold;
    color: #3a3a3a;
    line-height: 120%;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_name, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_name, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_name, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_name, #www_container #sub #new_notices .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_name {
    display: inline;
    font-size: 12px;
    color: #2196f3;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_category, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_category, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_category, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_category, #www_container #sub #new_notices .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_category {
    display: inline;
    font-size: 12px;
    color: #a2a2a2;
  }
  #www_container #sub .access_ranking .element a, #www_container #sub #recommend_topics .element a, #www_container #sub #category_ranking .element a, #www_container #sub #shop_new_open .element a, #www_container #sub #new_notices .element a, #www_container .wwwShopLayout__sub .access_ranking .element a, #www_container .wwwShopLayout__sub #recommend_topics .element a, #www_container .wwwShopLayout__sub #category_ranking .element a, #www_container .wwwShopLayout__sub #shop_new_open .element a, #www_container .wwwShopLayout__sub #new_notices .element a {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-decoration: none;
  }
  #www_container #sub .access_ranking .element a .image_area, #www_container #sub #recommend_topics .element a .image_area, #www_container #sub #category_ranking .element a .image_area, #www_container #sub #shop_new_open .element a .image_area, #www_container #sub #new_notices .element a .image_area, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area, #www_container .wwwShopLayout__sub #new_notices .element a .image_area {
    display: table-cell;
    width: 70px;
    vertical-align: top;
  }
  #www_container #sub .access_ranking .element a .image_area .eyecatch, #www_container #sub #recommend_topics .element a .image_area .eyecatch, #www_container #sub #category_ranking .element a .image_area .eyecatch, #www_container #sub #shop_new_open .element a .image_area .eyecatch, #www_container #sub #new_notices .element a .image_area .eyecatch, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area .eyecatch, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area .eyecatch, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area .eyecatch, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area .eyecatch, #www_container .wwwShopLayout__sub #new_notices .element a .image_area .eyecatch {
    width: 60px;
    height: 60px;
    background-color: #CCC;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container #sub .access_ranking .element a .image_area .eyecatch span, #www_container #sub #recommend_topics .element a .image_area .eyecatch span, #www_container #sub #category_ranking .element a .image_area .eyecatch span, #www_container #sub #shop_new_open .element a .image_area .eyecatch span, #www_container #sub #new_notices .element a .image_area .eyecatch span, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area .eyecatch span, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area .eyecatch span, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area .eyecatch span, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area .eyecatch span, #www_container .wwwShopLayout__sub #new_notices .element a .image_area .eyecatch span {
    display: block;
    width: 16px;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    background-color: #E85A3C;
  }
  #www_container #sub .access_ranking .element a .topic_summary, #www_container #sub #recommend_topics .element a .topic_summary, #www_container #sub #category_ranking .element a .topic_summary, #www_container #sub #shop_new_open .element a .topic_summary, #www_container #sub #new_notices .element a .topic_summary, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
  }
  #www_container #sub .access_ranking .element a .topic_summary h1, #www_container #sub #recommend_topics .element a .topic_summary h1, #www_container #sub #category_ranking .element a .topic_summary h1, #www_container #sub #shop_new_open .element a .topic_summary h1, #www_container #sub #new_notices .element a .topic_summary h1, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary h1, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary h1, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary h1, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary h1, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary h1 {
    font-size: 14px;
    color: #333;
    line-height: 120%;
  }
  #www_container #sub .access_ranking .element a .topic_summary p, #www_container #sub #recommend_topics .element a .topic_summary p, #www_container #sub #category_ranking .element a .topic_summary p, #www_container #sub #shop_new_open .element a .topic_summary p, #www_container #sub #new_notices .element a .topic_summary p, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary p, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary p, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary p, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary p, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary p {
    font-size: 10px;
    color: #ACACAC;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data, #www_container #sub #recommend_topics .element a .topic_summary .other_data, #www_container #sub #category_ranking .element a .topic_summary .other_data, #www_container #sub #shop_new_open .element a .topic_summary .other_data, #www_container #sub #new_notices .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data {
    display: table;
    color: #999;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data .editor, #www_container #sub .access_ranking .element a .topic_summary .other_data .views, #www_container #sub #recommend_topics .element a .topic_summary .other_data .editor, #www_container #sub #recommend_topics .element a .topic_summary .other_data .views, #www_container #sub #category_ranking .element a .topic_summary .other_data .editor, #www_container #sub #category_ranking .element a .topic_summary .other_data .views, #www_container #sub #shop_new_open .element a .topic_summary .other_data .editor, #www_container #sub #shop_new_open .element a .topic_summary .other_data .views, #www_container #sub #new_notices .element a .topic_summary .other_data .editor, #www_container #sub #new_notices .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .views {
    display: table-cell;
    font-size: 12px;
    vertical-align: middle;
    padding-right: 10px;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data .views, #www_container #sub #recommend_topics .element a .topic_summary .other_data .views, #www_container #sub #category_ranking .element a .topic_summary .other_data .views, #www_container #sub #shop_new_open .element a .topic_summary .other_data .views, #www_container #sub #new_notices .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .views {
    display: none;
  }
}
@media all and (max-width: 768px) {
  #www_container .shopsMap {
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  #www_container .shopsMap .shopsMap__title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    background-color: #DDD;
    padding: 15px 20px;
  }
  #www_container .shopsMap .shopsMap__display {
    width: 100%;
    position: relative;
  }
  #www_container .shopsMap .shopsMap__display:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  #www_container .shopsMap .shopsMap__display .shopsMap__displayInner {
    background-color: #CCC;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #www_container .shopsMap .shopsMap__button {
    padding: 25px 16px 0 16px;
  }
  #www_container .shopsMap .shopsMap__button a {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    text-align: center;
    background-image: -ms-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #EEE));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #EEE 100%);
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    padding: 24px;
  }
  #www_container #categories {
    display: none;
  }
  #www_container #shop_categories {
    display: none;
  }
  #www_container #shop_categories_accordion {
    padding-bottom: 6px;
  }
  #www_container #shop_categories_accordion dl a {
    text-decoration: none;
  }
  #www_container #shop_categories_accordion dl a dt {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    background-color: #DDD;
    padding: 14px 18px;
  }
  #www_container #shop_categories_accordion dl dd ul {
    width: 100%;
    border-top: 2px solid #FFF;
    overflow: hidden;
    background: #EEE;
  }
  #www_container #shop_categories_accordion dl dd ul li {
    width: 50%;
    box-sizing: border-box;
    font-size: 26px;
    font-weight: bold;
    color: #666;
    text-align: center;
    background-color: #EEE;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    float: left;
  }
  #www_container #shop_categories_accordion dl dd ul li:nth-child(even) {
    border-right: none;
  }
  #www_container #shop_categories_accordion dl dd ul li .name {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 18px 0;
  }
  #www_container #brands dl dt {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 1px solid #FFF;
    background-color: #DDD;
    padding: 14px 18px;
  }
  #www_container #brands dl dt a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  #www_container #brands dl dt i.accordion_trigger {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
  }
  #www_container #brands dl dd.accordion_content {
    display: none;
  }
  #www_container #brands dl dd ul {
    width: 100%;
    border-top: 2px solid #FFF;
    overflow: hidden;
    background: #EEE;
  }
  #www_container #brands dl dd ul li {
    width: 50%;
    box-sizing: border-box;
    font-size: 26px;
    font-weight: bold;
    color: #666;
    text-align: center;
    background-color: #EEE;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    float: left;
  }
  #www_container #brands dl dd ul li:nth-child(even) {
    border-right: none;
  }
  #www_container #brands dl dd ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 18px 0;
  }
  #www_container #sub #writer_info, #www_container .wwwShopLayout__sub #writer_info {
    padding: 30px 20px;
  }
  #www_container #sub #writer_info a, #www_container #sub #writer_info span, #www_container .wwwShopLayout__sub #writer_info a, #www_container .wwwShopLayout__sub #writer_info span {
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    border: 4px solid #DDD;
    text-decoration: none;
    padding: 26px;
  }
  #www_container #sub #writer_info a .image_area, #www_container #sub #writer_info span .image_area, #www_container .wwwShopLayout__sub #writer_info a .image_area, #www_container .wwwShopLayout__sub #writer_info span .image_area {
    display: table-cell;
    table-layout: fixed;
    width: 166px;
    vertical-align: middle;
  }
  #www_container #sub #writer_info a .image_area .icon, #www_container #sub #writer_info span .image_area .icon, #www_container .wwwShopLayout__sub #writer_info a .image_area .icon, #www_container .wwwShopLayout__sub #writer_info span .image_area .icon {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container #sub #writer_info a .info_area, #www_container #sub #writer_info span .info_area, #www_container .wwwShopLayout__sub #writer_info a .info_area, #www_container .wwwShopLayout__sub #writer_info span .info_area {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
  }
  #www_container #sub #writer_info a .info_area dl dt, #www_container #sub #writer_info span .info_area dl dt, #www_container .wwwShopLayout__sub #writer_info a .info_area dl dt, #www_container .wwwShopLayout__sub #writer_info span .info_area dl dt {
    font-size: 30px;
    font-weight: bold;
    color: #333;
  }
  #www_container #sub #writer_info a .info_area dl dd, #www_container #sub #writer_info span .info_area dl dd, #www_container .wwwShopLayout__sub #writer_info a .info_area dl dd, #www_container .wwwShopLayout__sub #writer_info span .info_area dl dd {
    font-size: 24px;
    color: #999;
  }
  #www_container #sub .banner_area, #www_container .wwwShopLayout__sub .banner_area {
    text-align: center;
  }
  #www_container #sub .banner_area.subscBanner, #www_container .wwwShopLayout__sub .banner_area.subscBanner {
    display: none;
  }
  #www_container #sub .banner_area > div, #www_container .wwwShopLayout__sub .banner_area > div {
    margin: 0 auto;
  }
  #www_container #sub .banner_area img, #www_container .wwwShopLayout__sub .banner_area img {
    display: block;
    margin: 0 auto;
  }
  #www_container #sub .access_ranking > h1, #www_container #sub #recommend_topics > h1, #www_container #sub #category_ranking > h1, #www_container #sub #shop_new_open > h1, #www_container #sub #new_notices > h1, #www_container .wwwShopLayout__sub .access_ranking > h1, #www_container .wwwShopLayout__sub #recommend_topics > h1, #www_container .wwwShopLayout__sub #category_ranking > h1, #www_container .wwwShopLayout__sub #shop_new_open > h1, #www_container .wwwShopLayout__sub #new_notices > h1 {
    font-size: 28px;
    font-weight: bold;
    background-color: #DDD;
    padding: 14px 18px;
  }
  #www_container #sub .access_ranking > h1 a, #www_container #sub #recommend_topics > h1 a, #www_container #sub #category_ranking > h1 a, #www_container #sub #shop_new_open > h1 a, #www_container #sub #new_notices > h1 a, #www_container .wwwShopLayout__sub .access_ranking > h1 a, #www_container .wwwShopLayout__sub #recommend_topics > h1 a, #www_container .wwwShopLayout__sub #category_ranking > h1 a, #www_container .wwwShopLayout__sub #shop_new_open > h1 a, #www_container .wwwShopLayout__sub #new_notices > h1 a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  #www_container #sub .access_ranking .element, #www_container #sub #recommend_topics .element, #www_container #sub #category_ranking .element, #www_container #sub #shop_new_open .element, #www_container #sub #new_notices .element, #www_container .wwwShopLayout__sub .access_ranking .element, #www_container .wwwShopLayout__sub #recommend_topics .element, #www_container .wwwShopLayout__sub #category_ranking .element, #www_container .wwwShopLayout__sub #shop_new_open .element, #www_container .wwwShopLayout__sub #new_notices .element {
    border-bottom: 2px solid #DDD;
  }
  #www_container #sub .access_ranking .element .notice_content, #www_container #sub #recommend_topics .element .notice_content, #www_container #sub #category_ranking .element .notice_content, #www_container #sub #shop_new_open .element .notice_content, #www_container #sub #new_notices .element .notice_content, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content, #www_container .wwwShopLayout__sub #new_notices .element .notice_content {
    display: table;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_image_box, #www_container #sub #recommend_topics .element .notice_content .shop_image_box, #www_container #sub #category_ranking .element .notice_content .shop_image_box, #www_container #sub #shop_new_open .element .notice_content .shop_image_box, #www_container #sub #new_notices .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_image_box {
    display: table-cell;
    vertical-align: top;
    height: 140px;
    width: 140px;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_image_box .shop_image, #www_container #sub #recommend_topics .element .notice_content .shop_image_box .shop_image, #www_container #sub #category_ranking .element .notice_content .shop_image_box .shop_image, #www_container #sub #shop_new_open .element .notice_content .shop_image_box .shop_image, #www_container #sub #new_notices .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_image_box .shop_image {
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info, #www_container #sub #recommend_topics .element .notice_content .shop_info, #www_container #sub #category_ranking .element .notice_content .shop_info, #www_container #sub #shop_new_open .element .notice_content .shop_info, #www_container #sub #new_notices .element .notice_content .shop_info, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info {
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
    padding: 18px;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_notice p, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_notice p, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_notice p, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_notice p, #www_container #sub #new_notices .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_notice p {
    font-size: 28px;
    line-height: 120%;
    color: #3a3a3a;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_name, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_name, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_name, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_name, #www_container #sub #new_notices .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_name {
    display: inline;
    font-size: 20px;
    color: #2196f3;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_category, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_category, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_category, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_category, #www_container #sub #new_notices .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_category {
    display: inline;
    font-size: 20px;
    color: #a2a2a2;
  }
  #www_container #sub .access_ranking .element .shop_content, #www_container #sub #recommend_topics .element .shop_content, #www_container #sub #category_ranking .element .shop_content, #www_container #sub #shop_new_open .element .shop_content, #www_container #sub #new_notices .element .shop_content, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content, #www_container .wwwShopLayout__sub #new_notices .element .shop_content {
    height: 140px;
    display: table;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_image_box, #www_container #sub #recommend_topics .element .shop_content .shop_image_box, #www_container #sub #category_ranking .element .shop_content .shop_image_box, #www_container #sub #shop_new_open .element .shop_content .shop_image_box, #www_container #sub #new_notices .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_image_box {
    display: table-cell;
    vertical-align: top;
    height: 140px;
    width: 140px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_image_box .shop_image, #www_container #sub #recommend_topics .element .shop_content .shop_image_box .shop_image, #www_container #sub #category_ranking .element .shop_content .shop_image_box .shop_image, #www_container #sub #shop_new_open .element .shop_content .shop_image_box .shop_image, #www_container #sub #new_notices .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_image_box .shop_image {
    height: 140px;
    width: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info, #www_container #sub #recommend_topics .element .shop_content .shop_info, #www_container #sub #category_ranking .element .shop_content .shop_info, #www_container #sub #shop_new_open .element .shop_content .shop_info, #www_container #sub #new_notices .element .shop_content .shop_info, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info {
    display: table-cell;
    vertical-align: top;
    font-size: 28px;
    word-break: break-all;
    padding: 18px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_name, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_name, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_name, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_name, #www_container #sub #new_notices .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_name {
    color: #2196f3;
    line-height: 115%;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_open_date, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_open_date, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_open_date, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_open_date, #www_container #sub #new_notices .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_open_date {
    color: #3a3a3a;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_category, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_category, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_category, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_category, #www_container #sub #new_notices .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_category {
    color: #a2a2a2;
    font-size: 20px;
  }
  #www_container #sub .access_ranking .element a, #www_container #sub #recommend_topics .element a, #www_container #sub #category_ranking .element a, #www_container #sub #shop_new_open .element a, #www_container #sub #new_notices .element a, #www_container .wwwShopLayout__sub .access_ranking .element a, #www_container .wwwShopLayout__sub #recommend_topics .element a, #www_container .wwwShopLayout__sub #category_ranking .element a, #www_container .wwwShopLayout__sub #shop_new_open .element a, #www_container .wwwShopLayout__sub #new_notices .element a {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-decoration: none;
  }
  #www_container #sub .access_ranking .element a .image_area, #www_container #sub #recommend_topics .element a .image_area, #www_container #sub #category_ranking .element a .image_area, #www_container #sub #shop_new_open .element a .image_area, #www_container #sub #new_notices .element a .image_area, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area, #www_container .wwwShopLayout__sub #new_notices .element a .image_area {
    display: table-cell;
    width: 140px;
    vertical-align: top;
  }
  #www_container #sub .access_ranking .element a .image_area .eyecatch, #www_container #sub #recommend_topics .element a .image_area .eyecatch, #www_container #sub #category_ranking .element a .image_area .eyecatch, #www_container #sub #shop_new_open .element a .image_area .eyecatch, #www_container #sub #new_notices .element a .image_area .eyecatch, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area .eyecatch, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area .eyecatch, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area .eyecatch, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area .eyecatch, #www_container .wwwShopLayout__sub #new_notices .element a .image_area .eyecatch {
    width: 140px;
    height: 140px;
    background-color: #CCC;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container #sub .access_ranking .element a .image_area .eyecatch span, #www_container #sub #recommend_topics .element a .image_area .eyecatch span, #www_container #sub #category_ranking .element a .image_area .eyecatch span, #www_container #sub #shop_new_open .element a .image_area .eyecatch span, #www_container #sub #new_notices .element a .image_area .eyecatch span, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area .eyecatch span, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area .eyecatch span, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area .eyecatch span, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area .eyecatch span, #www_container .wwwShopLayout__sub #new_notices .element a .image_area .eyecatch span {
    display: block;
    width: 30px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    background-color: #E85A3C;
  }
  #www_container #sub .access_ranking .element a .topic_summary, #www_container #sub #recommend_topics .element a .topic_summary, #www_container #sub #category_ranking .element a .topic_summary, #www_container #sub #shop_new_open .element a .topic_summary, #www_container #sub #new_notices .element a .topic_summary, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary {
    display: table-cell;
    vertical-align: top;
    padding: 18px;
  }
  #www_container #sub .access_ranking .element a .topic_summary h1, #www_container #sub #recommend_topics .element a .topic_summary h1, #www_container #sub #category_ranking .element a .topic_summary h1, #www_container #sub #shop_new_open .element a .topic_summary h1, #www_container #sub #new_notices .element a .topic_summary h1, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary h1, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary h1, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary h1, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary h1, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary h1 {
    font-size: 28px;
    color: #000;
    line-height: 120%;
    margin-bottom: 5px;
    overflow: hidden;
  }
  #www_container #sub .access_ranking .element a .topic_summary p, #www_container #sub #recommend_topics .element a .topic_summary p, #www_container #sub #category_ranking .element a .topic_summary p, #www_container #sub #shop_new_open .element a .topic_summary p, #www_container #sub #new_notices .element a .topic_summary p, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary p, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary p, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary p, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary p, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary p {
    font-size: 20px;
    color: #999;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data, #www_container #sub #recommend_topics .element a .topic_summary .other_data, #www_container #sub #category_ranking .element a .topic_summary .other_data, #www_container #sub #shop_new_open .element a .topic_summary .other_data, #www_container #sub #new_notices .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data {
    display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 20px;
    color: #999;
    overflow: hidden;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data .editor, #www_container #sub .access_ranking .element a .topic_summary .other_data .views, #www_container #sub #recommend_topics .element a .topic_summary .other_data .editor, #www_container #sub #recommend_topics .element a .topic_summary .other_data .views, #www_container #sub #category_ranking .element a .topic_summary .other_data .editor, #www_container #sub #category_ranking .element a .topic_summary .other_data .views, #www_container #sub #shop_new_open .element a .topic_summary .other_data .editor, #www_container #sub #shop_new_open .element a .topic_summary .other_data .views, #www_container #sub #new_notices .element a .topic_summary .other_data .editor, #www_container #sub #new_notices .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .views {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data .views, #www_container #sub #recommend_topics .element a .topic_summary .other_data .views, #www_container #sub #category_ranking .element a .topic_summary .other_data .views, #www_container #sub #shop_new_open .element a .topic_summary .other_data .views, #www_container #sub #new_notices .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .views {
    display: none;
  }
  #www_container #sub #keywords h1, #www_container .wwwShopLayout__sub #keywords h1 {
    font-size: 28px;
    font-weight: bold;
    background-color: #DDD;
  }
  #www_container #sub #keywords h1 a, #www_container .wwwShopLayout__sub #keywords h1 a {
    display: block;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
    padding: 14px 18px;
  }
  #www_container #sub #keywords ul, #www_container .wwwShopLayout__sub #keywords ul {
    padding: 20px 0 0 20px;
    overflow: hidden;
  }
  #www_container #sub #keywords ul li, #www_container .wwwShopLayout__sub #keywords ul li {
    font-size: 24px;
    color: #000;
    text-align: center;
    background-color: #EEE;
    border: 2px solid #DDD;
    border-radius: 10px;
    margin: 0 20px 20px 0;
    float: left;
    max-width: 300px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #sub #keywords ul li a, #www_container .wwwShopLayout__sub #keywords ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 16px;
  }
}
@media all and (max-width: 640px) {
  #www_container .shopsMap {
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  #www_container .shopsMap .shopsMap__title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background-color: #DDD;
    padding: 7.5px 10px;
  }
  #www_container .shopsMap .shopsMap__display {
    width: 100%;
    position: relative;
  }
  #www_container .shopsMap .shopsMap__display:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  #www_container .shopsMap .shopsMap__display .shopsMap__displayInner {
    background-color: #CCC;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #www_container .shopsMap .shopsMap__button {
    padding: 12.5px 8px 0 8px;
  }
  #www_container .shopsMap .shopsMap__button a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    text-align: center;
    background-image: -ms-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #EEE));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #EEE 100%);
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    padding: 12px;
  }
  #www_container #categories {
    display: none;
  }
  #www_container #shop_categories_accordion {
    padding-bottom: 6px;
  }
  #www_container #shop_categories_accordion dl a {
    text-decoration: none;
  }
  #www_container #shop_categories_accordion dl a dt {
    font-size: 14px;
    font-weight: bold;
    background-color: #DDD;
    padding: 7px 9px;
  }
  #www_container #shop_categories_accordion dl dd ul {
    width: 100%;
    border-top: 1px solid #FFF;
    overflow: hidden;
    background: #EEE;
  }
  #www_container #shop_categories_accordion dl dd ul li {
    width: 50%;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    text-align: center;
    background-color: #EEE;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    float: left;
  }
  #www_container #shop_categories_accordion dl dd ul li:nth-child(even) {
    border-right: none;
  }
  #www_container #shop_categories_accordion dl dd ul li .name {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 9px 0;
  }
  #www_container #brands {
    display: block;
  }
  #www_container #brands dl dt {
    font-size: 14px;
    font-weight: bold;
    background-color: #DDD;
    padding: 7px 9px;
  }
  #www_container #brands dl dt a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  #www_container #brands dl dd ul {
    width: 100%;
    border-top: 1px solid #FFF;
    overflow: hidden;
    background: #EEE;
  }
  #www_container #brands dl dd ul li {
    width: 50%;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    text-align: center;
    background-color: #EEE;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    float: left;
  }
  #www_container #brands dl dd ul li:nth-child(even) {
    border-right: none;
  }
  #www_container #brands dl dd ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 9px 0;
  }
  #www_container #sub #writer_info, #www_container .wwwShopLayout__sub #writer_info {
    padding: 15px 10px;
  }
  #www_container #sub #writer_info a, #www_container #sub #writer_info span, #www_container .wwwShopLayout__sub #writer_info a, #www_container .wwwShopLayout__sub #writer_info span {
    padding: 13px;
  }
  #www_container #sub #writer_info a .image_area, #www_container #sub #writer_info span .image_area, #www_container .wwwShopLayout__sub #writer_info a .image_area, #www_container .wwwShopLayout__sub #writer_info span .image_area {
    width: 83px;
  }
  #www_container #sub #writer_info a .image_area .icon, #www_container #sub #writer_info span .image_area .icon, #www_container .wwwShopLayout__sub #writer_info a .image_area .icon, #www_container .wwwShopLayout__sub #writer_info span .image_area .icon {
    width: 70px;
    height: 70px;
  }
  #www_container #sub #writer_info a .info_area dl dt, #www_container #sub #writer_info span .info_area dl dt, #www_container .wwwShopLayout__sub #writer_info a .info_area dl dt, #www_container .wwwShopLayout__sub #writer_info span .info_area dl dt {
    font-size: 15px;
  }
  #www_container #sub #writer_info a .info_area dl dd, #www_container #sub #writer_info span .info_area dl dd, #www_container .wwwShopLayout__sub #writer_info a .info_area dl dd, #www_container .wwwShopLayout__sub #writer_info span .info_area dl dd {
    font-size: 12px;
  }
  #www_container #sub .banner_area, #www_container .wwwShopLayout__sub .banner_area {
    text-align: center;
  }
  #www_container #sub .banner_area.subscBanner, #www_container .wwwShopLayout__sub .banner_area.subscBanner {
    display: none;
  }
  #www_container #sub .banner_area > div, #www_container .wwwShopLayout__sub .banner_area > div {
    margin: 0 auto;
  }
  #www_container #sub .banner_area img, #www_container .wwwShopLayout__sub .banner_area img {
    display: block;
    margin: 0 auto;
  }
  #www_container #sub .access_ranking > h1, #www_container #sub #recommend_topics > h1, #www_container #sub #category_ranking > h1, #www_container #sub #shop_new_open > h1, #www_container #sub #new_notices > h1, #www_container .wwwShopLayout__sub .access_ranking > h1, #www_container .wwwShopLayout__sub #recommend_topics > h1, #www_container .wwwShopLayout__sub #category_ranking > h1, #www_container .wwwShopLayout__sub #shop_new_open > h1, #www_container .wwwShopLayout__sub #new_notices > h1 {
    font-size: 14px;
    padding: 7px 9px;
  }
  #www_container #sub .access_ranking > h1 a, #www_container #sub #recommend_topics > h1 a, #www_container #sub #category_ranking > h1 a, #www_container #sub #shop_new_open > h1 a, #www_container #sub #new_notices > h1 a, #www_container .wwwShopLayout__sub .access_ranking > h1 a, #www_container .wwwShopLayout__sub #recommend_topics > h1 a, #www_container .wwwShopLayout__sub #category_ranking > h1 a, #www_container .wwwShopLayout__sub #shop_new_open > h1 a, #www_container .wwwShopLayout__sub #new_notices > h1 a {
    color: inherit;
    text-decoration: none;
  }
  #www_container #sub .access_ranking .element, #www_container #sub #recommend_topics .element, #www_container #sub #category_ranking .element, #www_container #sub #shop_new_open .element, #www_container #sub #new_notices .element, #www_container .wwwShopLayout__sub .access_ranking .element, #www_container .wwwShopLayout__sub #recommend_topics .element, #www_container .wwwShopLayout__sub #category_ranking .element, #www_container .wwwShopLayout__sub #shop_new_open .element, #www_container .wwwShopLayout__sub #new_notices .element {
    border-bottom: 1px solid #DDD;
  }
  #www_container #sub .access_ranking .element .notice_content, #www_container #sub #recommend_topics .element .notice_content, #www_container #sub #category_ranking .element .notice_content, #www_container #sub #shop_new_open .element .notice_content, #www_container #sub #new_notices .element .notice_content, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content, #www_container .wwwShopLayout__sub #new_notices .element .notice_content {
    display: table;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_image_box, #www_container #sub #recommend_topics .element .notice_content .shop_image_box, #www_container #sub #category_ranking .element .notice_content .shop_image_box, #www_container #sub #shop_new_open .element .notice_content .shop_image_box, #www_container #sub #new_notices .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_image_box {
    display: table-cell;
    vertical-align: top;
    height: 70px;
    width: 70px;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_image_box .shop_image, #www_container #sub #recommend_topics .element .notice_content .shop_image_box .shop_image, #www_container #sub #category_ranking .element .notice_content .shop_image_box .shop_image, #www_container #sub #shop_new_open .element .notice_content .shop_image_box .shop_image, #www_container #sub #new_notices .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_image_box .shop_image {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info, #www_container #sub #recommend_topics .element .notice_content .shop_info, #www_container #sub #category_ranking .element .notice_content .shop_info, #www_container #sub #shop_new_open .element .notice_content .shop_info, #www_container #sub #new_notices .element .notice_content .shop_info, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info {
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
    padding: 9px;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_notice p, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_notice p, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_notice p, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_notice p, #www_container #sub #new_notices .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_notice p {
    font-size: 14px;
    color: #3a3a3a;
    line-height: 120%;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_name, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_name, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_name, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_name, #www_container #sub #new_notices .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_name {
    display: inline;
    font-size: 12px;
    color: #2196f3;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_category, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_category, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_category, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_category, #www_container #sub #new_notices .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_category {
    display: inline;
    font-size: 12px;
    color: #a2a2a2;
  }
  #www_container #sub .access_ranking .element .shop_content, #www_container #sub #recommend_topics .element .shop_content, #www_container #sub #category_ranking .element .shop_content, #www_container #sub #shop_new_open .element .shop_content, #www_container #sub #new_notices .element .shop_content, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content, #www_container .wwwShopLayout__sub #new_notices .element .shop_content {
    display: table;
    height: 70px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_image_box, #www_container #sub #recommend_topics .element .shop_content .shop_image_box, #www_container #sub #category_ranking .element .shop_content .shop_image_box, #www_container #sub #shop_new_open .element .shop_content .shop_image_box, #www_container #sub #new_notices .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_image_box {
    display: table-cell;
    vertical-align: top;
    height: 70px;
    width: 70px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_image_box .shop_image, #www_container #sub #recommend_topics .element .shop_content .shop_image_box .shop_image, #www_container #sub #category_ranking .element .shop_content .shop_image_box .shop_image, #www_container #sub #shop_new_open .element .shop_content .shop_image_box .shop_image, #www_container #sub #new_notices .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_image_box .shop_image {
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info, #www_container #sub #recommend_topics .element .shop_content .shop_info, #www_container #sub #category_ranking .element .shop_content .shop_info, #www_container #sub #shop_new_open .element .shop_content .shop_info, #www_container #sub #new_notices .element .shop_content .shop_info, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    word-break: break-all;
    padding: 9px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_name, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_name, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_name, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_name, #www_container #sub #new_notices .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_name {
    color: #2196f3;
    margin-bottom: 2.5px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_open_date, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_open_date, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_open_date, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_open_date, #www_container #sub #new_notices .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_open_date {
    color: #3a3a3a;
    font-size: 10px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_category, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_category, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_category, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_category, #www_container #sub #new_notices .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_category {
    color: #a2a2a2;
    font-size: 10px;
  }
  #www_container #sub .access_ranking .element a .image_area, #www_container #sub #recommend_topics .element a .image_area, #www_container #sub #category_ranking .element a .image_area, #www_container #sub #shop_new_open .element a .image_area, #www_container #sub #new_notices .element a .image_area, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area, #www_container .wwwShopLayout__sub #new_notices .element a .image_area {
    width: 70px;
  }
  #www_container #sub .access_ranking .element a .image_area .eyecatch, #www_container #sub #recommend_topics .element a .image_area .eyecatch, #www_container #sub #category_ranking .element a .image_area .eyecatch, #www_container #sub #shop_new_open .element a .image_area .eyecatch, #www_container #sub #new_notices .element a .image_area .eyecatch, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area .eyecatch, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area .eyecatch, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area .eyecatch, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area .eyecatch, #www_container .wwwShopLayout__sub #new_notices .element a .image_area .eyecatch {
    width: 70px;
    height: 70px;
  }
  #www_container #sub .access_ranking .element a .image_area .eyecatch span, #www_container #sub #recommend_topics .element a .image_area .eyecatch span, #www_container #sub #category_ranking .element a .image_area .eyecatch span, #www_container #sub #shop_new_open .element a .image_area .eyecatch span, #www_container #sub #new_notices .element a .image_area .eyecatch span, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area .eyecatch span, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area .eyecatch span, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area .eyecatch span, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area .eyecatch span, #www_container .wwwShopLayout__sub #new_notices .element a .image_area .eyecatch span {
    width: 15px;
    font-size: 10px;
  }
  #www_container #sub .access_ranking .element a .topic_summary, #www_container #sub #recommend_topics .element a .topic_summary, #www_container #sub #category_ranking .element a .topic_summary, #www_container #sub #shop_new_open .element a .topic_summary, #www_container #sub #new_notices .element a .topic_summary, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary {
    padding: 9px;
  }
  #www_container #sub .access_ranking .element a .topic_summary h1, #www_container #sub #recommend_topics .element a .topic_summary h1, #www_container #sub #category_ranking .element a .topic_summary h1, #www_container #sub #shop_new_open .element a .topic_summary h1, #www_container #sub #new_notices .element a .topic_summary h1, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary h1, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary h1, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary h1, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary h1, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary h1 {
    font-size: 14px;
    margin-bottom: 2.5px;
  }
  #www_container #sub .access_ranking .element a .topic_summary p, #www_container #sub #recommend_topics .element a .topic_summary p, #www_container #sub #category_ranking .element a .topic_summary p, #www_container #sub #shop_new_open .element a .topic_summary p, #www_container #sub #new_notices .element a .topic_summary p, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary p, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary p, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary p, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary p, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary p {
    font-size: 10px;
    color: #999;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data, #www_container #sub #recommend_topics .element a .topic_summary .other_data, #www_container #sub #category_ranking .element a .topic_summary .other_data, #www_container #sub #shop_new_open .element a .topic_summary .other_data, #www_container #sub #new_notices .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data {
    font-size: 10px;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data .editor, #www_container #sub .access_ranking .element a .topic_summary .other_data .views, #www_container #sub #recommend_topics .element a .topic_summary .other_data .editor, #www_container #sub #recommend_topics .element a .topic_summary .other_data .views, #www_container #sub #category_ranking .element a .topic_summary .other_data .editor, #www_container #sub #category_ranking .element a .topic_summary .other_data .views, #www_container #sub #shop_new_open .element a .topic_summary .other_data .editor, #www_container #sub #shop_new_open .element a .topic_summary .other_data .views, #www_container #sub #new_notices .element a .topic_summary .other_data .editor, #www_container #sub #new_notices .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .views {
    padding-right: 5px;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data .views, #www_container #sub #recommend_topics .element a .topic_summary .other_data .views, #www_container #sub #category_ranking .element a .topic_summary .other_data .views, #www_container #sub #shop_new_open .element a .topic_summary .other_data .views, #www_container #sub #new_notices .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .views {
    display: none;
  }
  #www_container #sub #keywords h1, #www_container .wwwShopLayout__sub #keywords h1 {
    font-size: 14px;
  }
  #www_container #sub #keywords h1 a, #www_container .wwwShopLayout__sub #keywords h1 a {
    display: block;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
    padding: 7px 9px;
  }
  #www_container #sub #keywords ul, #www_container .wwwShopLayout__sub #keywords ul {
    padding: 10px 0 0 10px;
  }
  #www_container #sub #keywords ul li, #www_container .wwwShopLayout__sub #keywords ul li {
    font-size: 12px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    max-width: 150px;
  }
  #www_container #sub #keywords ul li a, #www_container .wwwShopLayout__sub #keywords ul li a {
    padding: 8px;
  }
}
@media all and (min-width: 769px) {
  #sublocality_topics_info #sub_locality_topic_signboard, #prefecture_sublocality_topics_info #sub_locality_topic_signboard, #locality_sublocality_topics_info #sub_locality_topic_signboard {
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4588235294);
    position: relative;
  }
  #sublocality_topics_info #sub_locality_topic_signboard h1#sub_locality_topic_title, #prefecture_sublocality_topics_info #sub_locality_topic_signboard h1#sub_locality_topic_title, #locality_sublocality_topics_info #sub_locality_topic_signboard h1#sub_locality_topic_title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #sublocality_topics_info #sub_locality_topic_signboard p, #prefecture_sublocality_topics_info #sub_locality_topic_signboard p, #locality_sublocality_topics_info #sub_locality_topic_signboard p {
    font-size: 18px;
    font-weight: bold;
  }
  #sublocality_topics_info #sub_locality_topic_signboard {
    width: 1040px;
    height: 300px;
    text-align: center;
    margin: 40px auto;
  }
  #sublocality_topics_info #sub_locality_topic_signboard .sub_locality_topic_bg {
    width: 100%;
    height: 100%;
    background: url(/assets/sub_locality_topic_signboard_1-0e36abc62e95fdfbffb19363ae7eaabafb363eb9c260bdfa84ba210f194a5d98.jpg) no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sublocality_topics_info #sub_locality_topic_signboard .sub_locality_topic_bg::before {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
  }
  #sublocality_topics_info #sub_locality_topic_signboard .signboard_content {
    padding: 0 60px;
    position: absolute;
    top: 70px;
    left: 0;
  }
  #prefecture_sublocality_topics_info #sub_locality_topic_signboard, #locality_sublocality_topics_info #sub_locality_topic_signboard {
    width: 1040px;
    height: 300px;
    text-align: center;
    margin: 40px auto;
  }
  #prefecture_sublocality_topics_info #sub_locality_topic_signboard .sub_locality_topic_bg, #locality_sublocality_topics_info #sub_locality_topic_signboard .sub_locality_topic_bg {
    width: 100%;
    height: 100%;
    background: url(/assets/sub_locality_topic_signboard_2-bc57cab2f37552c4079786104a77af484a98ea4c467a8160bf7d2249af18a647.jpg) no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #prefecture_sublocality_topics_info #sub_locality_topic_signboard .sub_locality_topic_bg::before, #locality_sublocality_topics_info #sub_locality_topic_signboard .sub_locality_topic_bg::before {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
  }
  #prefecture_sublocality_topics_info #sub_locality_topic_signboard .signboard_content, #locality_sublocality_topics_info #sub_locality_topic_signboard .signboard_content {
    position: absolute;
    top: 70px;
    left: 200px;
  }
  #locality_sublocality_topics_info #sub_locality_topic_signboard .signboard_content {
    position: absolute;
    top: 90px;
    left: 200px;
  }
  #prefecture_popularity_genres {
    width: 1040px;
    margin: 0 auto 40px;
  }
  #prefecture_popularity_genres #prefecture_headline {
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
  }
  #prefecture_popularity_genres #prefecture_locality_element {
    display: flex;
    flex-direction: column;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 20px 50px;
  }
  #prefecture_popularity_genres #prefecture_locality_element #sub_locality_content {
    display: flex;
    flex-wrap: wrap;
    order: 1;
    width: 100%;
    overflow: hidden;
    text-align: left;
  }
  #prefecture_popularity_genres #prefecture_locality_element #sub_locality_content a {
    width: 25%;
    font-size: 17px;
    margin-bottom: 10px;
  }
  #prefecture_popularity_genres #prefecture_locality_element #sub_locality_content a:nth-child(n+17) {
    display: none;
  }
  #prefecture_popularity_genres #prefecture_locality_element #read_more {
    display: none;
  }
  #prefecture_popularity_genres #prefecture_locality_element #read_more:checked + .read_button {
    display: none;
  }
  #prefecture_popularity_genres #prefecture_locality_element #read_more:checked ~ #sub_locality_content a:nth-child(n+17) {
    display: block;
  }
  #prefecture_popularity_genres #prefecture_locality_element .read_button {
    display: inline-block;
    width: 600px;
    box-sizing: border-box;
    order: 2;
    color: #01a2d8;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #01a2d8;
    border-radius: 10px;
    padding: 15px 100px;
    margin: auto;
  }
  article#content_top section#main #main_inner #headline {
    visibility: hidden;
  }
  article#content_top section#main #main_inner #sub_locarity_topic_main .sub_locarity_topic_element {
    width: 320px;
    margin: 0 40px 30px 0;
    float: left;
  }
  article#content_top section#main #main_inner #sub_locarity_topic_main .sub_locarity_topic_element:nth-child(3n) {
    margin-right: 0;
  }
  article#content_top section#main #main_inner #sub_locarity_topic_main .sub_locarity_topic_element_inner .image_area {
    width: 320px;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
  }
  article#content_top section#main #main_inner #sub_locarity_topic_main .sub_locarity_topic_element_inner .sub_locarity_topic_summary h2 a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
  }
  .areaSearch {
    width: 1040px;
    padding: 100px 0;
    margin: 0 auto;
  }
  .areaSearch p {
    color: #5d5d5d;
    text-align: right;
    margin: 5px 10px 0 0;
  }
  .areaSearch h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .areaSearch__content {
    display: flex;
    justify-content: space-between;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 30px;
  }
  .areaSearch__content .popularPlaces, .areaSearch__content .prefectures {
    width: 48%;
  }
  .areaSearch__content .popularPlaces h2, .areaSearch__content .prefectures h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .areaSearch__content .popularPlaces__content ul li a, .areaSearch__content .prefectures__content ul li a {
    text-decoration: none;
  }
  .areaSearch__content .popularPlaces__content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .areaSearch__content .popularPlaces__content ul li {
    width: 31%;
    background-color: #01a2d8;
    border-radius: 5px;
    margin: 0 3% 8px 0;
  }
  .areaSearch__content .popularPlaces__content ul li:nth-child(3n) {
    margin-right: 0;
  }
  .areaSearch__content .popularPlaces__content ul li a {
    display: block;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding: 8px 0;
  }
  .areaSearch__content .prefectures__content ul li ul li {
    display: inline-block;
    line-height: 1;
    border-right: 1px solid #01a2d8;
    padding-right: 5px;
    margin-right: 3px;
  }
  .areaSearch__content .prefectures__content ul li ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
  }
  .areaSearch__content .prefectures__content ul li ul li a {
    color: #01a2d8;
  }
  #sub_locality_topic_container {
    width: 1040px;
    margin: 0 auto;
  }
  #sub_locality_topic_container #sublocality_topic_info {
    margin: 40px 0;
  }
  #sub_locality_topic_container #sublocality_topic_info #sub_locality_topic_signboard {
    width: 1040px;
    height: 300px;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4588235294);
    text-align: center;
    position: relative;
  }
  #sub_locality_topic_container #sublocality_topic_info #sub_locality_topic_signboard .sub_locality_topic_bg {
    width: 100%;
    height: 100%;
  }
  #sub_locality_topic_container #sublocality_topic_info #sub_locality_topic_signboard .sub_locality_topic_bg::before {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
  }
  #sub_locality_topic_container #sublocality_topic_info #sub_locality_topic_signboard .signboard_content {
    position: absolute;
    top: 100px;
    left: 260px;
  }
  #sub_locality_topic_container #sublocality_topic_info #sub_locality_topic_signboard .signboard_content h1 {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top: 30%;
    left: 0;
  }
  #sub_locality_topic_container #sublocality_topic_info #sub_locality_topic_signboard .signboard_content h1 span {
    font-size: 20px;
    font-weight: bold;
  }
  #sub_locality_topic_container #sublocality_topic_info p {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    background-color: #f8f8f8;
    padding: 30px 40px;
  }
  #sub_locality_topic_container #sub_locality_topic_list {
    border: 1px solid #979797;
    padding: 10px 20px;
    margin-bottom: 40px;
  }
  #sub_locality_topic_container #sub_locality_topic_list span {
    font-size: 16px;
    font-weight: bold;
  }
  #sub_locality_topic_container #sub_locality_topic_list ol.shop_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style-type: decimal;
    padding: 10px 20px;
  }
  #sub_locality_topic_container #sub_locality_topic_list ol.shop_list li {
    font-size: 15px;
    line-height: 2.5;
    margin-right: 50px;
  }
  #sub_locality_topic_container #sub_locality_topic_list ol.shop_list li a {
    color: #333;
    text-decoration: underline;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents {
    list-style-type: decimal;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element {
    padding: 20px 0;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_head {
    border-top: 5px solid #eee;
    padding: 15px 0;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_head li.topic_name {
    font-size: 28px;
    font-weight: bold;
    margin: 0 55px 20px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_head ul.topic_tags li {
    display: inline-block;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #eee;
    padding: 5px;
    margin-bottom: 5px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_description {
    display: flex;
    margin: 20px 0;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_description .image_area img {
    width: 500px;
    height: 335px;
    object-fit: cover;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_description p {
    font-size: 18px;
    padding: 0 20px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 20px 0;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_contributor {
    width: 80px;
    text-align: center;
    overflow-wrap: break-word;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_contributor img {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 4px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_block {
    position: relative;
    width: 100vw;
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 20px 30px;
    margin-left: 20px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_block:before {
    content: "";
    position: absolute;
    top: 14px;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #fff;
    z-index: 2;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_block:after {
    content: "";
    position: absolute;
    top: 14px;
    left: -29px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #ddd;
    z-index: 1;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_block .sub_locality_topic_head_list {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_block .sub_locality_topic_head_list:before {
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 30px;
    vertical-align: middle;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_block .topic_images {
    display: flex;
    margin-top: 10px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_block .topic_images img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-right: 20px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_block .topic_images img:last-child {
    margin-right: 0;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_block .sub_locality_topic_shop_article_link {
    border-radius: 10px;
    background: #f83e26;
    margin: 10px 0;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_block .sub_locality_topic_shop_article_link a.article_link {
    display: block;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction {
    line-height: 2.5;
    border-radius: 5px;
    background: #f8f8f8;
    padding: 5px 40px 25px;
    margin: 10px 0;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction h1 {
    font-size: 22px;
    font-weight: bold;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction .detail_info {
    display: flex;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction .detail_info .left_info {
    width: 600px;
    font-size: 12px;
    margin-right: 20px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction .detail_info .left_info table {
    width: 100%;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction .detail_info .left_info table tr {
    border-top: 1px solid #ddd;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction .detail_info .left_info table tr th {
    display: flex;
    width: 120px;
    color: #5d5d5d;
    font-weight: bold;
    font-family: FontAwesome;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction .detail_info .left_info table tr .phone_number {
    color: #01a2d8;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction .detail_info .left_info table tr .phone_number a {
    display: inline;
    text-align: left;
    color: #01a2d8;
    border-radius: 0;
    background: #f8f8f8;
    padding: 0;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction .detail_info .left_info table tr:last-child {
    border-bottom: 1px solid #ddd;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction .detail_info .right_info {
    width: 320px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction .detail_info .right_info .map {
    height: 300px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction a {
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background: #666;
    padding: 5px;
  }
  #sub_locality_topic_container #genre_contents .popularity_genres {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #666;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  #sub_locality_topic_container #genre_contents ul.popularity_genre_list {
    margin: 20px 0;
  }
  #sub_locality_topic_container #genre_contents ul.popularity_genre_list li {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f8f8f8;
    padding: 5px;
    margin: 5px;
  }
  #sub_locality_topic_container #genre_contents ul.popularity_genre_list li a {
    color: #666;
  }
}
@media all and (max-width: 768px) {
  #sublocality_topics_info #sub_locality_topic_signboard {
    height: 200px;
    padding: 0 10px;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4588235294);
    position: relative;
  }
  #sublocality_topics_info #sub_locality_topic_signboard .sub_locality_topic_bg {
    width: 100%;
    height: 100%;
    background: url(/assets/sub_locality_topic_signboard_1-0e36abc62e95fdfbffb19363ae7eaabafb363eb9c260bdfa84ba210f194a5d98.jpg) no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sublocality_topics_info #sub_locality_topic_signboard .sub_locality_topic_bg::before {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
  }
  #sublocality_topics_info #sub_locality_topic_signboard .signboard_content {
    font-weight: bold;
    padding: 0 20px;
    position: absolute;
    top: 40px;
    left: 0;
  }
  #sublocality_topics_info #sub_locality_topic_signboard .signboard_content h1#sub_locality_topic_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  #sublocality_topics_info #sub_locality_topic_signboard .signboard_content p {
    font-size: 14px;
    font-weight: bold;
  }
  #prefecture_sublocality_topics_info #sub_locality_topic_signboard, #locality_sublocality_topics_info #sub_locality_topic_signboard {
    height: 200px;
    padding: 0 10px;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4588235294);
    position: relative;
  }
  #prefecture_sublocality_topics_info #sub_locality_topic_signboard .sub_locality_topic_bg, #locality_sublocality_topics_info #sub_locality_topic_signboard .sub_locality_topic_bg {
    width: 100%;
    height: 100%;
    background: url(/assets/sub_locality_topic_signboard_2-bc57cab2f37552c4079786104a77af484a98ea4c467a8160bf7d2249af18a647.jpg) no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #prefecture_sublocality_topics_info #sub_locality_topic_signboard .sub_locality_topic_bg::before, #locality_sublocality_topics_info #sub_locality_topic_signboard .sub_locality_topic_bg::before {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
  }
  #prefecture_sublocality_topics_info #sub_locality_topic_signboard .signboard_content, #locality_sublocality_topics_info #sub_locality_topic_signboard .signboard_content {
    width: 300px;
    font-weight: bold;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  #prefecture_sublocality_topics_info #sub_locality_topic_signboard h1#sub_locality_topic_title, #locality_sublocality_topics_info #sub_locality_topic_signboard h1#sub_locality_topic_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  #prefecture_sublocality_topics_info #sub_locality_topic_signboard p, #locality_sublocality_topics_info #sub_locality_topic_signboard p {
    font-size: 14px;
    font-weight: bold;
  }
  #prefecture_popularity_genres {
    margin: 10px 10px 30px 10px;
  }
  #prefecture_popularity_genres #prefecture_headline {
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
  }
  #prefecture_popularity_genres #prefecture_locality_element {
    display: flex;
    flex-direction: column;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 10px 20px;
  }
  #prefecture_popularity_genres #prefecture_locality_element #sub_locality_content {
    display: flex;
    flex-wrap: wrap;
    order: 1;
    width: 100%;
    overflow: hidden;
    text-align: left;
  }
  #prefecture_popularity_genres #prefecture_locality_element #sub_locality_content a {
    width: 50%;
    min-height: 40px;
    font-size: 14px;
  }
  #prefecture_popularity_genres #prefecture_locality_element #sub_locality_content a:nth-child(n+17) {
    display: none;
  }
  #prefecture_popularity_genres #prefecture_locality_element #read_more {
    display: none;
  }
  #prefecture_popularity_genres #prefecture_locality_element #read_more:checked + .read_button {
    display: none;
  }
  #prefecture_popularity_genres #prefecture_locality_element #read_more:checked ~ #sub_locality_content a:nth-child(n+17) {
    display: block;
  }
  #prefecture_popularity_genres #prefecture_locality_element .read_button {
    display: inline-block;
    box-sizing: border-box;
    order: 2;
    color: #01a2d8;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #01a2d8;
    border-radius: 10px;
    padding: 5px 10px;
    margin: auto;
  }
  article#content_top section#main #main_inner #sub_locarity_topic_main .sub_locarity_topic_element {
    border-bottom: 1px solid #eee;
  }
  article#content_top section#main #main_inner #sub_locarity_topic_main .sub_locarity_topic_element_inner {
    display: flex;
    height: 70px;
    color: #333;
  }
  article#content_top section#main #main_inner #sub_locarity_topic_main .sub_locarity_topic_element_inner .image_area {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-right: 10px;
  }
  article#content_top section#main #main_inner #sub_locarity_topic_main .sub_locarity_topic_element_inner .image_area a {
    color: #01a2d8;
    text-decoration: none;
  }
  article#content_top section#main #main_inner #sub_locarity_topic_main .sub_locarity_topic_element_inner .sub_locarity_topic_summary {
    box-sizing: border-box;
    padding: 9px;
  }
  article#content_top section#main #main_inner #sub_locarity_topic_main .sub_locarity_topic_element_inner .sub_locarity_topic_summary h2 {
    font-size: 14px;
  }
  article#content_top section#main #main_inner #sub_locarity_topic_main .sub_locarity_topic_element_inner .sub_locarity_topic_summary h2 a {
    color: inherit;
    text-decoration: none;
  }
  .areaSearch {
    padding: 10px;
  }
  .areaSearch p {
    color: #5d5d5d;
    text-align: right;
    margin: 5px 10px 5px 0;
  }
  .areaSearch h1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .areaSearch__content {
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 15px;
  }
  .areaSearch__content .popularPlaces, .areaSearch__content .prefectures {
    width: 100%;
  }
  .areaSearch__content .popularPlaces h2, .areaSearch__content .prefectures h2 {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
  }
  .areaSearch__content .popularPlaces__content ul li a, .areaSearch__content .prefectures__content ul li a {
    font-size: 12px;
    text-decoration: none;
  }
  .areaSearch__content .popularPlaces {
    margin-bottom: 20px;
  }
  .areaSearch__content .popularPlaces__content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .areaSearch__content .popularPlaces__content ul li {
    width: 31%;
    background-color: #01a2d8;
    border-radius: 5px;
    margin: 0 3% 8px 0;
  }
  .areaSearch__content .popularPlaces__content ul li:nth-child(3n) {
    margin-right: 0;
  }
  .areaSearch__content .popularPlaces__content ul li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 5px;
  }
  .areaSearch__content .prefectures__content ul li ul li {
    display: inline-block;
    line-height: 1;
    border-right: 1px solid #01a2d8;
    padding-right: 5px;
    margin-right: 3px;
  }
  .areaSearch__content .prefectures__content ul li ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
  }
  .areaSearch__content .prefectures__content ul li ul li a {
    color: #01a2d8;
  }
  #sub_locality_topic_container #sublocality_topic_info #sub_locality_topic_signboard {
    height: 200px;
    padding: 0 10px;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4588235294);
    position: relative;
  }
  #sub_locality_topic_container #sublocality_topic_info #sub_locality_topic_signboard .sub_locality_topic_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sub_locality_topic_container #sublocality_topic_info #sub_locality_topic_signboard .sub_locality_topic_bg::before {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
  }
  #sub_locality_topic_container #sublocality_topic_info #sub_locality_topic_signboard .signboard_content {
    width: 300px;
    font-weight: bold;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  #sub_locality_topic_container #sublocality_topic_info #sub_locality_topic_signboard .signboard_content h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  #sub_locality_topic_container #sublocality_topic_info #sub_locality_topic_signboard .signboard_content h1 span {
    font-size: 12px;
    font-weight: bold;
  }
  #sub_locality_topic_container #sublocality_topic_info p {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    background-color: #f8f8f8;
    padding: 15px;
  }
  #sub_locality_topic_container #sub_locality_topic_list {
    border: 1px solid #979797;
    padding: 10px;
    margin: 20px 15px;
  }
  #sub_locality_topic_container #sub_locality_topic_list span {
    font-weight: bold;
  }
  #sub_locality_topic_container #sub_locality_topic_list ol.shop_list {
    list-style-type: decimal;
    padding: 0 20px;
  }
  #sub_locality_topic_container #sub_locality_topic_list ol.shop_list li {
    line-height: 2;
  }
  #sub_locality_topic_container #sub_locality_topic_list ol.shop_list li a {
    color: #333;
    text-decoration: underline;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents {
    list-style-type: decimal;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element {
    padding: 20px 0;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_head {
    border-top: 5px solid #eee;
    padding: 5px;
    margin: 0 20px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_head li.topic_name {
    font-size: 18px;
    font-weight: bold;
    margin: 0 20px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_head ul.topic_tags {
    font-size: 12px;
    margin: 10px 0;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_head ul.topic_tags li {
    display: inline-block;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #eee;
    padding: 5px;
    margin-bottom: 5px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_description {
    margin: 0 20px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_description .image_area {
    text-align: center;
    padding: 10px 0;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_description .image_area img {
    max-width: 100%;
    width: 370px;
    height: 230px;
    object-fit: cover;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner {
    display: flex;
    justify-content: center;
    margin: 20px 20px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_contributor {
    width: 50px;
    text-align: center;
    overflow-wrap: break-word;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_contributor img {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 4px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_block {
    width: 80%;
    position: relative;
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-left: 20px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_block:before {
    content: "";
    position: absolute;
    top: 14px;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #fff;
    z-index: 2;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_block:after {
    content: "";
    position: absolute;
    top: 14px;
    left: -29px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #ddd;
    z-index: 1;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_block .sub_locality_topic_head_list {
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_block .sub_locality_topic_head_list:before {
    font-family: FontAwesome;
    content: "\f0da";
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_block .topic_images {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 10px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_block .topic_images img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin: 5px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_block .sub_locality_topic_shop_article_link {
    border-radius: 10px;
    background: #f83E26;
    margin: 10px 0;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .sub_locality_topic_inner .sub_locality_topic_block .sub_locality_topic_shop_article_link a.article_link {
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element span {
    font-size: 15px;
    font-weight: bold;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction {
    line-height: 2.5;
    background: #f8f8f8;
    padding: 5px 20px 15px;
    margin: 10px 0;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction h1 {
    font-size: 22px;
    font-weight: bold;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction .detail_info .left_info {
    margin-bottom: 20px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction .detail_info .left_info table {
    width: 100%;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction .detail_info .left_info table tr:last-child {
    border-bottom: 1px solid #ddd;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction .detail_info .left_info table tr {
    border-top: 1px solid #ddd;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction .detail_info .left_info table tr th {
    display: flex;
    width: 80px;
    align-items: first baseline;
    font-family: FontAwesome;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction .detail_info .left_info table tr .shop_price p {
    font-size: 12px;
    background: inherit;
    padding: 0;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction .detail_info .left_info table tr .shop_time {
    line-height: 1.5;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction .detail_info .left_info table tr .shop_time .time_element {
    margin-bottom: 5px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction .detail_info .left_info table tr .phone_number {
    color: #01a2d8;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction .detail_info .left_info table tr .phone_number a {
    display: inline;
    text-align: left;
    color: #01a2d8;
    border-radius: 0;
    background: #f8f8f8;
    padding: 0;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction .detail_info .right_info .map {
    height: 300px;
  }
  #sub_locality_topic_container #sub_locality_topic_contents ol.sub_locality_contents .sub_locality_topic_element .shop_introduction a {
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background: #666;
    padding: 5px;
    margin-top: 10px;
  }
  #sub_locality_topic_container #genre_contents {
    margin: 0 20px;
  }
  #sub_locality_topic_container #genre_contents .popularity_genres {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #666;
    padding: 5px 0;
    margin-bottom: 20px;
  }
  #sub_locality_topic_container #genre_contents ul.popularity_genre_list {
    margin: 20px 0;
  }
  #sub_locality_topic_container #genre_contents ul.popularity_genre_list li {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f8f8f8;
    padding: 5px;
    margin: 5px;
  }
  #sub_locality_topic_container #genre_contents ul.popularity_genre_list li a {
    color: #666;
  }
}
.subscPortalSignboard {
  background: url(/assets/subscription_portal/bg_header-PC-1a7fcc252c47f98801da96886abfbab0cadca70e413b065f71054febf435a9cc.webp) no-repeat top center/contain;
  border-top: 1px solid #EEE;
  padding: 75px 0 40px;
}
.subscPortalSignboard__content {
  text-align: center;
}
.subscPortalSignboard__content h1 {
  font-size: 18px;
  font-weight: bold;
  color: #707070;
  line-height: 1.3;
}
.subscPortalSignboard__content h1 span {
  font-size: 12px;
  color: #666;
}
.subscPortalSignboard__content h1 picture {
  display: block;
  margin: 10px auto 20px;
}
.subscPortalSignboard__content h1 picture img {
  width: 226px;
  height: auto;
}
.subscPortalSignboard__content #js-subscSearch.js-search-form {
  display: block;
  width: 300px;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.subscPortalSignboard__content #js-subscSearch.js-search-form .autocomplete-suggestions {
  box-sizing: border-box;
  color: #FFF;
  background-color: #000;
  border-radius: 5px;
  overflow: auto;
  top: 39px;
}
.subscPortalSignboard__content #js-subscSearch.js-search-form .autocomplete-no-suggestion, .subscPortalSignboard__content #js-subscSearch.js-search-form .autocomplete-suggestion {
  padding: 10px 15px;
}
.subscPortalSignboard__content #js-subscSearch.js-search-form .autocomplete-suggestion:hover {
  color: #333;
  background-color: #FFF;
}
.subscPortalSignboard__content #js-subscSearch.js-search-form .icon {
  display: block;
  width: 21px;
  height: 21px;
  background: url(/assets/subscription_portal/subscriptionIcons-c9cc2f80b85710af0ee02fec65d0ddfc25f5f6c0fb1a1650e0f3953134681b1d.png) no-repeat 0 -21px/21px 84px;
  position: absolute;
  top: 9px;
  left: 5px;
  z-index: 10;
}
.subscPortalSignboard__content #js-subscSearch.js-search-form input[type=text], .subscPortalSignboard__content #js-subscSearch.js-search-form input[type=submit] {
  display: block;
  box-sizing: border-box;
  border: none;
  padding: 10px;
  margin: 0 auto;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
}
.subscPortalSignboard__content #js-subscSearch.js-search-form input[type=text] {
  width: 100%;
  font-size: 16px;
  background-color: #F2F2F2;
  border-radius: 3px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.subscPortalSignboard__content #js-subscSearch.js-search-form input[type=text]::placeholder {
  font-size: 12px;
  color: #9B9B9B;
}
.subscPortalSignboard__content #js-subscSearch.js-search-form input[type=submit] {
  width: 250px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background-color: #F8422B;
  border-radius: 5px;
}

.subscPortalHeader {
  border-top: 1px solid #EEE;
  margin-bottom: 30px;
}
.subscPortalHeader__billboard {
  width: 100%;
  height: 280px;
  box-sizing: border-box;
  background: url(/assets/subscription_portal/billboard-SP-6eb60a135f28ee45c5c9201b2a23420ca20963823f0c9557edbd1996b1b7ceb8.jpg) no-repeat center center/cover;
  padding-top: 85px;
}
.subscPortalHeader__billboard-message {
  width: 250px;
  height: 110px;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 15px;
  padding-top: 20px;
  margin: 0 auto;
}
.subscPortalHeader__billboard-message h1 {
  font-size: 12px;
  font-weight: normal;
  color: #666;
  text-align: center;
}
.subscPortalHeader__billboard-message h1 span, .subscPortalHeader__billboard-message h1 strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.subscPortalHeader__billboard-message h1 strong {
  color: #F8422B;
}
.subscPortalHeader__search form, .subscPortalHeader__searchWindow form {
  display: block !important;
  position: relative;
}
.subscPortalHeader__search form .autocomplete-suggestions, .subscPortalHeader__searchWindow form .autocomplete-suggestions {
  box-sizing: border-box;
  color: #FFF;
  background-color: #000;
  border-radius: 5px;
  overflow: auto;
  top: 39px;
}
.subscPortalHeader__search form .autocomplete-no-suggestion, .subscPortalHeader__search form .autocomplete-suggestion, .subscPortalHeader__searchWindow form .autocomplete-no-suggestion, .subscPortalHeader__searchWindow form .autocomplete-suggestion {
  padding: 10px 15px;
}
.subscPortalHeader__search form .autocomplete-suggestion:hover, .subscPortalHeader__searchWindow form .autocomplete-suggestion:hover {
  color: #333;
  background-color: #FFF;
}
.subscPortalHeader__search form span.icon, .subscPortalHeader__searchWindow form span.icon {
  display: block;
  width: 21px;
  height: 21px;
  background: url(/assets/subscription_portal/subscriptionIcons-c9cc2f80b85710af0ee02fec65d0ddfc25f5f6c0fb1a1650e0f3953134681b1d.png) no-repeat 0 -21px/21px 84px;
  position: absolute;
  top: 11px;
  left: 20px;
}
.subscPortalHeader__search form input, .subscPortalHeader__searchWindow form input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: none;
  appearance: none;
  -webkit-appearance: none;
}
.subscPortalHeader__search form input[type=text], .subscPortalHeader__searchWindow form input[type=text] {
  font-size: 16px;
  text-indent: 25px;
  line-height: 1.3;
  background-color: #F2F2F2;
  border-radius: 3px;
  padding: 12px;
  margin-bottom: 20px;
}
.subscPortalHeader__search form input[type=submit], .subscPortalHeader__searchWindow form input[type=submit] {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background-color: #F8422B;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 0 auto;
  cursor: pointer;
}
.subscPortalHeader__search {
  padding: 30px 0 0;
}
.subscPortalHeader__search form {
  width: 300px;
  margin: 0 auto;
}
.subscPortalHeader__searchWindow {
  padding: 30px 40px 0;
}
.subscPortalHeader__searchWindow form input[type=submit] {
  display: none;
}

.searchFromDefault, .searchFromFeatures, .searchFromBrands, .searchFromPrefs, .searchFromKeywords {
  padding: 0 15px;
  margin-bottom: 30px;
}
.searchFromDefault__header, .searchFromFeatures__header, .searchFromBrands__header, .searchFromPrefs__header, .searchFromKeywords__header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.resultMessage {
  font-size: 14px;
  color: #9B9B9B;
  text-align: center;
  padding: 0 15px 40px;
}

.viewAll {
  display: block;
  width: 280px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  text-align: center;
  text-decoration: none;
  border: 3px solid #707070;
  border-radius: 5px;
  padding: 10px 0;
  margin: 0 auto;
}

.subscriptionList__elem .subscription {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  margin-bottom: 20px;
}
.subscriptionList__elem .subscription__header {
  height: 121.2px;
  background-color: #CCC;
  background-repeat: no-repeat;
  background-position: center center;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-size: cover;
  position: relative;
}
.subscriptionList__elem .subscription__header .badges {
  position: absolute;
  top: 13px;
  left: 30px;
}
.subscriptionList__elem .subscription__header .badges li {
  display: inline-block;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  background-color: #F8422B;
  border: 3px solid #FFF;
  border-radius: 3px;
  padding: 5px 15px;
}
.subscriptionList__elem .subscription__header .attention {
  width: 100%;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  background-color: rgba(248, 66, 43, 0.6);
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.subscriptionList__elem .subscription .subscription__content {
  word-break: break-all;
  color: #666;
  padding: 15px 20px;
}
.subscriptionList__elem .subscription .subscription__content dl {
  font-size: 14px;
}
.subscriptionList__elem .subscription .subscription__content dl dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.subscriptionList__elem .subscription .subscription__content dl dd {
  margin-bottom: 5px;
}
.subscriptionList__elem .subscription .subscription__content dl dd p {
  display: inline;
  font-size: 10px;
}
.subscriptionList__elem .subscription .subscription__content dl dd strong {
  font-weight: bold;
  color: #F8422B;
}
.subscriptionList__elem .subscription .subscription__content dl dd strong::before {
  content: "→";
  padding-right: 5px;
}
.subscriptionList__elem .subscription .subscription__content dl dd span {
  display: inline-block;
  vertical-align: middle;
}
.subscriptionList__elem .subscription .subscription__content dl dd span em {
  font-size: 12px;
  font-weight: inherit;
}
.subscriptionList__elem .subscription .subscription__content dl dd span.icon {
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: 21px 84px;
}
.subscriptionList__elem .subscription .subscription__content dl dd span.icon.price {
  background-image: url(/assets/subscription_portal/subscriptionIcons-c9cc2f80b85710af0ee02fec65d0ddfc25f5f6c0fb1a1650e0f3953134681b1d.png);
  background-position: 0 0;
}
.subscriptionList__elem .subscription .subscription__content dl dd span.icon.name {
  background-image: url(/assets/subscription_portal/subscriptionIcons-c9cc2f80b85710af0ee02fec65d0ddfc25f5f6c0fb1a1650e0f3953134681b1d.png);
  background-position: 0 -21px;
}

.searchFromFeatures__content .featureList {
  padding-bottom: 5px;
}
.searchFromFeatures__content .featureList__elem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.searchFromFeatures__content .featureList__elem .feature {
  display: table;
  width: 49%;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 15px;
}
.searchFromFeatures__content .featureList__elem .feature__content {
  display: table-cell;
  height: 120px;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: inherit;
  padding: 0 10px;
}

.searchFromBrands__content .brandList {
  padding-bottom: 5px;
}
.searchFromBrands__content .brandList__elem .brand {
  display: flex;
  align-items: center;
  color: #666;
  text-decoration: none;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 15px;
}
.searchFromBrands__content .brandList__elem .brand .brand__logo {
  width: 109px;
}
.searchFromBrands__content .brandList__elem .brand .brand__logo img {
  display: block;
  width: 89px;
  height: 89px;
  background-color: #CCC;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
}
.searchFromBrands__content .brandList__elem .brand .brand__content {
  flex: 1;
  word-break: break-all;
}
.searchFromBrands__content .brandList__elem .brand .brand__content dl dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.searchFromBrands__content .brandList__elem .brand .brand__content dl dd {
  font-size: 12px;
  margin-top: 5px;
}
.searchFromBrands__content .brandList__elem .brand .brand__content dl dd span {
  display: inline-block;
  vertical-align: middle;
}
.searchFromBrands__content .brandList__elem .brand .brand__content dl dd span.icon {
  width: 21px;
  height: 21px;
  background-image: url(/assets/subscription_portal/subscriptionIcons-c9cc2f80b85710af0ee02fec65d0ddfc25f5f6c0fb1a1650e0f3953134681b1d.png);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-size: 21px 84px;
}
.searchFromBrands__content .brandList__elem .brand .brand__content dl dd:nth-of-type(1) span.icon {
  background-position-y: -42px;
}
.searchFromBrands__content .brandList__elem .brand .brand__content dl dd:nth-of-type(2) span.icon {
  background-position-y: -63px;
}

.searchFromPrefs__content ul li, .searchFromKeywords__content ul li {
  display: inline-block;
  margin: 0 5px 10px 0;
}
.searchFromPrefs__content ul li a, .searchFromKeywords__content ul li a {
  display: inline-block;
  font-size: 12px;
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: #EEE;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 8px 10px;
}

.subscriptionBanner {
  border: 1px solid #CCC;
  border-radius: 8px;
  padding: 20px;
  margin: 0 15px 30px;
}
.subscriptionBanner__icon {
  text-align: center;
  margin-bottom: 10px;
}
.subscriptionBanner__icon img {
  width: 55px;
}
.subscriptionBanner__content {
  margin-bottom: 15px;
}
.subscriptionBanner__content-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.subscriptionBanner__content-description {
  font-size: 13px;
}
.subscriptionBanner__link a {
  display: block;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background-color: #FA2B36;
  border-radius: 5px;
  padding: 10px;
}

@media all and (min-width: 769px) {
  .subscPortalSignboard {
    border-top: none;
    padding: 150px 0 60px;
  }
  .subscPortalSignboard__content {
    text-align: center;
  }
  .subscPortalSignboard__content h1 {
    font-size: 30px;
  }
  .subscPortalSignboard__content h1 span {
    font-size: 16px;
  }
  .subscPortalSignboard__content h1 picture {
    margin: 20px auto;
  }
  .subscPortalSignboard__content h1 picture img {
    width: 282px;
  }
  .subscPortalSignboard__content #js-subscSearch.js-search-form input[type=text] {
    margin-bottom: 30px;
  }
  .subscPortalHeader {
    border-top: none;
    position: relative;
  }
  .subscPortalHeader__billboard {
    height: 510px;
    background: url(/assets/subscription_portal/billboard-PC-e7b7a3c8eeeaae3c3127ea93b392f6ee16280d1d3db1e7305880a33872e1b537.jpg) no-repeat center center/cover;
    padding-top: 120px;
  }
  .subscPortalHeader__billboard-message {
    width: 667px;
    height: 306px;
    padding-top: 20px;
    margin: 0 auto;
  }
  .subscPortalHeader__billboard-message h1 {
    font-size: 19px;
    font-weight: normal;
    color: #666;
    text-align: center;
  }
  .subscPortalHeader__billboard-message h1 span, .subscPortalHeader__billboard-message h1 strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
  }
  .subscPortalHeader__billboard-message h1 span {
    font-size: 42px;
  }
  .subscPortalHeader__billboard-message h1 strong {
    font-size: 36px;
    color: #F8422B;
  }
  .subscPortalHeader__search form span.icon, .subscPortalHeader__searchWindow form span.icon {
    left: 10px;
  }
  .subscPortalHeader__search {
    position: absolute;
    top: 300px;
    left: calc(50% - 150px);
    padding: 0;
    margin: 0 auto;
  }
  .subscPortalHeader__search form input[type=text] {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .subscPortalHeader__searchWindow {
    width: 1075px;
    padding: 40px 0 0;
    margin: auto;
  }
  .subscPortalHeader__searchWindow form input {
    display: inline-block;
  }
  .subscPortalHeader__searchWindow form input[type=text] {
    width: 300px;
  }
  .searchFromDefault, .searchFromFeatures, .searchFromBrands, .searchFromPrefs, .searchFromKeywords {
    width: 1075px;
    padding: 0;
    margin: 0 auto 70px;
  }
  .searchFromDefault__header, .searchFromFeatures__header, .searchFromBrands__header, .searchFromPrefs__header, .searchFromKeywords__header {
    font-size: 30px;
  }
  .resultMessage {
    font-size: 14px;
    text-align: left;
    padding: 0 0 40px;
  }
  .subscriptionList__elem {
    display: flex;
    flex-wrap: wrap;
  }
  .subscriptionList__elem .subscription {
    display: block;
    width: 345px;
    text-decoration: none;
    margin: 0 20px 20px 0;
  }
  .subscriptionList__elem .subscription:nth-child(3n) {
    margin-right: 0;
  }
  .searchFromBrands__content .brandList {
    padding-bottom: 10px;
  }
  .searchFromBrands__content .brandList__elem {
    display: flex;
    flex-wrap: wrap;
  }
  .searchFromBrands__content .brandList__elem .brand {
    width: 345px;
    box-sizing: border-box;
    margin: 0 20px 15px 0;
  }
  .searchFromBrands__content .brandList__elem .brand:nth-child(3n) {
    margin-right: 0;
  }
  .subscriptionBanner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 1075px;
    border-radius: 8px;
    padding: 25px 20px;
    margin: 0 auto 60px;
  }
  .subscriptionBanner__icon {
    width: 64px;
    margin: 0;
  }
  .subscriptionBanner__icon img {
    width: auto;
  }
  .subscriptionBanner__content {
    width: 711px;
    margin: 0;
  }
  .subscriptionBanner__content-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .subscriptionBanner__content-description {
    font-size: 16px;
  }
  .subscriptionBanner__link a {
    width: 200px;
  }
}
.overlaySubscriber {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
}
.overlaySubscriber.disappear {
  display: none;
}
.overlaySubscriber__content {
  display: flex;
  height: 100vh;
  align-items: center;
}
.overlaySubscriber__content .subscriptionModal {
  width: 300px;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 5px;
  padding: 0 30px 20px;
  margin: 0 auto;
}
.overlaySubscriber__content .subscriptionModal__header {
  font-weight: bold;
  font-size: 14px;
  color: #F83E26;
  text-align: center;
  padding: 30px 0 10px;
  position: relative;
}
.overlaySubscriber__content .subscriptionModal__header span {
  display: block;
  position: absolute;
  top: 10px;
  right: -20px;
  cursor: pointer;
}
.overlaySubscriber__content .subscriptionModal__content {
  text-align: center;
}
.overlaySubscriber__content .subscriptionModal__content p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 10px;
}
.overlaySubscriber__content .subscriptionModal__content p span {
  font-size: 10px;
  color: #666;
}
.overlaySubscriber__content .subscriptionModal__content a {
  color: inherit;
  text-decoration: none;
}
.overlaySubscriber__content .subscriptionModal__content a.customerPortalButton {
  display: block;
  width: 200px;
  height: 50px;
  margin: 5px auto;
  line-height: 50px;
  background-color: #F83E26;
  color: #FFF;
  border-radius: 5px;
}
.overlaySubscriber__content .subscriptionModal__content #update_card button.stripe-button-el {
  width: 100%;
  background-image: none;
  background-color: #F83E26 !important;
  padding: 5px 0;
  margin-bottom: 15px;
  appearance: none;
  -webkit-appearance: none;
}
.overlaySubscriber__content .subscriptionModal__content #update_card button.stripe-button-el span {
  font-weight: bold;
  text-shadow: none;
  background-image: none;
  background-color: #F83E26;
  border-radius: 5px;
  border: none;
  box-shadow: none;
}
.overlaySubscriber__content .subscriptionModal__content .toCustomerPortal {
  background-color: #F83E26;
  display: block;
  width: 95%;
  height: 40px;
  margin: 5px auto 10px;
  line-height: 40px;
  font-weight: bold;
  color: #FFF;
  border-radius: 5px;
}
.overlaySubscriber__content .subscriptionModal__content .updateCardHelpPage {
  color: #00A3D9;
  font-size: 14px;
}

.standardSurvey, .planSurvey {
  font-size: 16px;
}
.standardSurvey__header, .planSurvey__header {
  text-align: right;
  padding: 15px;
}
.standardSurvey__header a span, .planSurvey__header a span {
  margin: 0 0 0 auto;
}
.standardSurvey__content, .planSurvey__content {
  width: 320px;
  box-sizing: border-box;
  padding: 50px 20px;
  margin: 0 auto;
}
.standardSurvey__content .survey__title, .planSurvey__content .survey__title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.standardSurvey__content .survey__title span, .planSurvey__content .survey__title span {
  font-size: 12px;
  font-weight: bold;
  color: #CDCDCD;
}
.standardSurvey__content .survey__title span::before, .planSurvey__content .survey__title span::before {
  content: "\a";
  white-space: pre;
}
.standardSurvey__content .survey__body .survey__question, .planSurvey__content .survey__body .survey__question {
  font-weight: bold;
  padding: 0 15px;
  margin-bottom: 10px;
}
.standardSurvey__content .survey__body .survey__description, .planSurvey__content .survey__body .survey__description {
  font-size: 12px;
  color: #CDCDCD;
  padding: 0 15px;
  margin-bottom: 10px;
}
.standardSurvey__content .survey__body.custom_survey label, .planSurvey__content .survey__body.custom_survey label {
  display: inline-flex;
  align-items: baseline;
}
.standardSurvey__content .survey__body.custom_survey .radio_buttons.required::before, .standardSurvey__content .survey__body.custom_survey .check_boxes.required::before, .planSurvey__content .survey__body.custom_survey .radio_buttons.required::before, .planSurvey__content .survey__body.custom_survey .check_boxes.required::before {
  margin-top: 4px;
}
.standardSurvey__content .survey__footer, .planSurvey__content .survey__footer {
  font-size: 12px;
  text-align: center;
  padding-top: 30px;
}
.standardSurvey__content .survey__footer a, .planSurvey__content .survey__footer a {
  font-weight: bold;
  color: #CDCDCD;
}
.standardSurvey__content .input_area input[type=text], .planSurvey__content .input_area input[type=text] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  border: 2px solid #CDCDCD;
  border-radius: 5px;
  padding: 14px 10px;
  outline: none;
}
.standardSurvey__content .input_area input[type=text]::placeholder, .planSurvey__content .input_area input[type=text]::placeholder {
  color: #CDCDCD;
}
.standardSurvey__content .input_area input[type=text]:focus, .planSurvey__content .input_area input[type=text]:focus {
  border-color: #666;
}
.standardSurvey__content .input_area .autocomplete-suggestions, .planSurvey__content .input_area .autocomplete-suggestions {
  width: 100%;
  box-sizing: border-box;
  background-color: #FFF;
  border: 2px solid #666;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 5px 0;
  margin-top: -5px;
}
.standardSurvey__content .input_area .autocomplete-suggestions .autocomplete-no-suggestion, .standardSurvey__content .input_area .autocomplete-suggestions .autocomplete-suggestion, .planSurvey__content .input_area .autocomplete-suggestions .autocomplete-no-suggestion, .planSurvey__content .input_area .autocomplete-suggestions .autocomplete-suggestion {
  font-size: 12px;
  padding: 5px 10px;
}
.standardSurvey__content .input_area .autocomplete-suggestions .autocomplete-suggestion:hover, .planSurvey__content .input_area .autocomplete-suggestions .autocomplete-suggestion:hover {
  background-color: #CFCFCF;
}
.standardSurvey__content .input_area .autocomplete-suggestions .autocomplete-suggestion strong, .planSurvey__content .input_area .autocomplete-suggestions .autocomplete-suggestion strong {
  font-weight: bold;
  color: #3399FF;
}
.standardSurvey__content .form-group, .planSurvey__content .form-group {
  padding: 0 15px;
  margin: 20px 0 30px !important;
}
.standardSurvey__content .form-group .help-block, .planSurvey__content .form-group .help-block {
  font-size: 12px;
  color: #F83A22;
}
.standardSurvey__content .form-group input[type=text], .standardSurvey__content .form-group textarea, .planSurvey__content .form-group input[type=text], .planSurvey__content .form-group textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  border: 2px solid #CDCDCD;
  border-radius: 5px;
  padding: 14px 10px;
  outline: none;
}
.standardSurvey__content .form-group input[type=text]::placeholder, .standardSurvey__content .form-group textarea::placeholder, .planSurvey__content .form-group input[type=text]::placeholder, .planSurvey__content .form-group textarea::placeholder {
  color: #CDCDCD;
}
.standardSurvey__content .form-group input[type=text]:focus, .standardSurvey__content .form-group textarea:focus, .planSurvey__content .form-group input[type=text]:focus, .planSurvey__content .form-group textarea:focus {
  border-color: #666;
}
.standardSurvey__content .form-group textarea, .planSurvey__content .form-group textarea {
  resize: vertical;
}
.standardSurvey__content .form-group .radio, .standardSurvey__content .form-group .checkbox, .planSurvey__content .form-group .radio, .planSurvey__content .form-group .checkbox {
  display: block;
  margin: 20px 0 !important;
}
.standardSurvey__content .form-group .radio label, .standardSurvey__content .form-group .checkbox label, .planSurvey__content .form-group .radio label, .planSurvey__content .form-group .checkbox label {
  font-weight: bold;
  position: relative;
}
.standardSurvey__content .form-group .radio label input[type=checkbox], .standardSurvey__content .form-group .radio label input[type=radio], .standardSurvey__content .form-group .checkbox label input[type=checkbox], .standardSurvey__content .form-group .checkbox label input[type=radio], .planSurvey__content .form-group .radio label input[type=checkbox], .planSurvey__content .form-group .radio label input[type=radio], .planSurvey__content .form-group .checkbox label input[type=checkbox], .planSurvey__content .form-group .checkbox label input[type=radio] {
  margin-right: 20px !important;
}
.standardSurvey__content .form-group .radio label input[type=checkbox]::before, .standardSurvey__content .form-group .radio label input[type=radio]::before, .standardSurvey__content .form-group .checkbox label input[type=checkbox]::before, .standardSurvey__content .form-group .checkbox label input[type=radio]::before, .planSurvey__content .form-group .radio label input[type=checkbox]::before, .planSurvey__content .form-group .radio label input[type=radio]::before, .planSurvey__content .form-group .checkbox label input[type=checkbox]::before, .planSurvey__content .form-group .checkbox label input[type=radio]::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(/assets/surveyformicons-7e669a86171dde40491f9623025f1db2cdc062dc1e752544d1e1da947a7f00eb.svg);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -1px;
}
.standardSurvey__content .form-group .radio label input[type=checkbox]::before, .standardSurvey__content .form-group .checkbox label input[type=checkbox]::before, .planSurvey__content .form-group .radio label input[type=checkbox]::before, .planSurvey__content .form-group .checkbox label input[type=checkbox]::before {
  background-position: 0 0;
}
.standardSurvey__content .form-group .radio label input[type=checkbox]:checked::before, .standardSurvey__content .form-group .checkbox label input[type=checkbox]:checked::before, .planSurvey__content .form-group .radio label input[type=checkbox]:checked::before, .planSurvey__content .form-group .checkbox label input[type=checkbox]:checked::before {
  background-position: -15px 0;
}
.standardSurvey__content .form-group .radio label input[type=radio]::before, .standardSurvey__content .form-group .checkbox label input[type=radio]::before, .planSurvey__content .form-group .radio label input[type=radio]::before, .planSurvey__content .form-group .checkbox label input[type=radio]::before {
  background-position: 0 -15px;
}
.standardSurvey__content .form-group .radio label input[type=radio]:checked::before, .standardSurvey__content .form-group .checkbox label input[type=radio]:checked::before, .planSurvey__content .form-group .radio label input[type=radio]:checked::before, .planSurvey__content .form-group .checkbox label input[type=radio]:checked::before {
  background-position: -15px -15px;
}
.standardSurvey__content input[type=submit], .planSurvey__content input[type=submit] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  background-color: #F83A22;
  border: none;
  border-radius: 5px;
  padding: 15px 0;
  -webkit-appearance: none;
  appearance: none;
}
.standardSurvey__content input[type=submit]:disabled, .planSurvey__content input[type=submit]:disabled {
  background-color: #CDCDCD;
}
.standardSurvey__footer, .planSurvey__footer {
  font-size: 10px;
  color: #CDCDCD;
  text-align: center;
  padding: 20px 0;
}

.planSurveyBanner {
  display: flex;
  align-items: center;
  text-decoration: none;
  background-color: #FFF;
  border-radius: 5px;
  margin: 15px;
  padding: 15px;
}
.planSurveyBanner__icon {
  width: 30px;
  margin-right: 10px;
}
.planSurveyBanner__text {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.planSurveyBanner__text span {
  font-size: 12px;
  font-weight: bold;
  color: #F83A22;
}
.planSurveyBanner__text span::before {
  content: "\a";
  white-space: pre;
}

.buttonShowAllShops {
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background-color: #FFF;
  border: 2px solid #707070;
  border-radius: 5px;
  padding: 7px 10px;
}

.buttonSubscriber {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  background-color: #F7F7F7;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  padding: 10px 15px;
  position: fixed;
  bottom: 0;
  z-index: 100;
}
.buttonSubscriber__summary .paymentNormal {
  display: none;
}
.buttonSubscriber__summary .paymentError span {
  display: inline-block;
  color: #F83A22;
  margin-bottom: 5px;
}
.buttonSubscriber__summary .extraInformation span {
  display: inline-block;
  margin-bottom: 5px;
}
.buttonSubscriber__button {
  width: 100%;
}
.buttonSubscriber__button span, .buttonSubscriber__button a {
  display: block;
  max-width: 345px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0 8px;
  margin: 0 auto;
}
.buttonSubscriber__button span {
  background-color: #666;
  cursor: not-allowed;
}
.buttonSubscriber__button span.modal {
  background-color: #F83E26;
  cursor: pointer;
}
.buttonSubscriber__button a {
  text-decoration: none;
  background-color: #F83E26;
}
.buttonSubscriber__button a.using {
  background-color: #333;
}

.buttonBasic {
  display: block;
  width: 100%;
  max-width: 300px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  background-color: #F83A22;
  border: 2px solid #F83A22;
  border-radius: 5px;
  padding: 10px 0 8px;
  margin: 0 auto 10px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
.buttonBasic:disabled, .buttonBasic.disabled {
  background-color: #666;
  border-color: #666;
  cursor: not-allowed;
}
.buttonBasic.wide {
  max-width: 345px;
}
.buttonBasic.fullsize {
  max-width: 100%;
}
.buttonBasic.transparent {
  color: #666 !important;
  background-color: transparent;
  border: 2px solid #707070;
}
.buttonBasic.textType {
  color: #333 !important;
  background-color: transparent;
  border: none;
}
.buttonBasic.mt20 {
  margin-top: 20px;
}

.subscriptionDrawerTarget {
  display: none;
}
.subscriptionDrawerCheck {
  display: none;
}
.subscriptionDrawerCheck:checked ~ .subscriptionPages .subscriptionDrawerTarget, .subscriptionDrawerCheck:checked ~ .mobileOrderPages .subscriptionDrawerTarget {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  min-height: 100vh;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}
.subscriptionDrawerCheck:checked ~ .subscriptionPages .subscriptionDrawerTarget__header, .subscriptionDrawerCheck:checked ~ .mobileOrderPages .subscriptionDrawerTarget__header {
  display: flex;
  align-items: center;
  height: 70px;
  box-sizing: border-box;
  border-bottom: 1px solid #F7F7F7;
  padding: 20px;
}
.subscriptionDrawerCheck:checked ~ .subscriptionPages .subscriptionDrawerTarget__header label, .subscriptionDrawerCheck:checked ~ .mobileOrderPages .subscriptionDrawerTarget__header label {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  cursor: pointer;
}
.subscriptionDrawerCheck:checked ~ .subscriptionPages .subscriptionDrawerTarget__header label span, .subscriptionDrawerCheck:checked ~ .mobileOrderPages .subscriptionDrawerTarget__header label span {
  display: block;
  width: 26px;
  height: 3px;
  background-color: #666;
  position: absolute;
  top: 9px;
}
.subscriptionDrawerCheck:checked ~ .subscriptionPages .subscriptionDrawerTarget__header label span:first-child, .subscriptionDrawerCheck:checked ~ .mobileOrderPages .subscriptionDrawerTarget__header label span:first-child {
  transform: rotate(45deg);
}
.subscriptionDrawerCheck:checked ~ .subscriptionPages .subscriptionDrawerTarget__header label span:last-child, .subscriptionDrawerCheck:checked ~ .mobileOrderPages .subscriptionDrawerTarget__header label span:last-child {
  transform: rotate(-45deg);
}
.subscriptionDrawerCheck:checked ~ .subscriptionPages .subscriptionDrawerTarget__content, .subscriptionDrawerCheck:checked ~ .mobileOrderPages .subscriptionDrawerTarget__content {
  height: 100%;
  background-color: #F7F7F7;
}
.subscriptionDrawerCheck:checked ~ .subscriptionPages .subscriptionDrawerTarget__content ul, .subscriptionDrawerCheck:checked ~ .mobileOrderPages .subscriptionDrawerTarget__content ul {
  background-color: #FFF;
}
.subscriptionDrawerCheck:checked ~ .subscriptionPages .subscriptionDrawerTarget__content ul li, .subscriptionDrawerCheck:checked ~ .mobileOrderPages .subscriptionDrawerTarget__content ul li {
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #F7F7F7;
}
.subscriptionDrawerCheck:checked ~ .subscriptionPages .subscriptionDrawerTarget__content ul li a, .subscriptionDrawerCheck:checked ~ .mobileOrderPages .subscriptionDrawerTarget__content ul li a {
  display: block;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  padding: 17px 15px;
}
.subscriptionDrawerCheck:checked ~ .subscriptionPages .subscriptionDrawerTarget__content p, .subscriptionDrawerCheck:checked ~ .mobileOrderPages .subscriptionDrawerTarget__content p {
  font-size: 10px;
  font-weight: bold;
  color: #CDCDCD;
  padding: 30px 15px 15px;
}

.messageBanner {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background-color: #A2D956;
  padding: 20px 0;
}

.subscriptionPages {
  min-height: 100vh;
  height: 100%;
  background-color: #F1F1F1;
}

.subscriptionHeader {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  background-color: #FFF;
  border-bottom: 1px solid #DDD;
  padding: 15px;
}
.subscriptionHeader.disappear {
  display: none;
}
.subscriptionHeader__col {
  font-size: 16px;
  font-weight: bold;
}
.subscriptionHeader__col h1 {
  font-weight: bold;
}
.subscriptionHeader__col:first-child, .subscriptionHeader__col:last-child {
  width: 25%;
}
.subscriptionHeader__col:first-child label {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  cursor: pointer;
}
.subscriptionHeader__col:first-child label span {
  display: block;
  width: 26px;
  height: 3px;
  background-color: #666;
  position: absolute;
  top: 0px;
}
.subscriptionHeader__col:first-child label span:nth-child(2) {
  top: 8px;
}
.subscriptionHeader__col:first-child label span:nth-child(3) {
  top: 16px;
}
.subscriptionHeader__col:last-child {
  text-align: right;
}
.subscriptionHeader__col:last-child .crossSubscriptionIcons {
  display: inline-block;
  border: 1px solid #CCC;
  border-radius: 50%;
}
.subscriptionHeader__col:last-child .crossSubscriptionIcons.search {
  border: none;
}
.subscriptionHeader__col:last-child img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.subscriptionHeader__col:last-child a {
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
.subscriptionHeader__col .jre_logo {
  display: block;
  width: 70%;
  margin: 0 auto;
}

.subscriptionFooter {
  font-size: 12px;
  color: #CDCDCD;
  text-align: center;
  padding: 10px 0 80px;
}

.subscriptionContainer, .jreContainer {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}
.subscriptionContainer .subscriptionItem, .jreContainer .subscriptionItem {
  background-color: #FFF;
  margin-bottom: 15px;
}
.subscriptionContainer .subscriptionItem__image, .jreContainer .subscriptionItem__image {
  width: 100%;
  height: 0;
  box-sizing: border-box;
  padding-top: 35.34%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.subscriptionContainer .subscriptionItem__image span, .jreContainer .subscriptionItem__image span {
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  border: 2px solid #FFF;
  border-radius: 5px;
  padding: 5px 8px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.subscriptionContainer .subscriptionItem__image span.valid, .jreContainer .subscriptionItem__image span.valid {
  background-color: #00A3D9;
}
.subscriptionContainer .subscriptionItem__image span.invalid, .jreContainer .subscriptionItem__image span.invalid {
  background-color: #F00;
}
.subscriptionContainer .subscriptionItem__image span.payment_failed, .jreContainer .subscriptionItem__image span.payment_failed {
  background-color: #F9AD24;
}
.subscriptionContainer .subscriptionItem__image span.beginner, .jreContainer .subscriptionItem__image span.beginner {
  background-color: #A3D900;
}
.subscriptionContainer .subscriptionItem__image span.paused, .jreContainer .subscriptionItem__image span.paused {
  background-color: #FF69B4;
}
.subscriptionContainer .subscriptionItem__summary, .jreContainer .subscriptionItem__summary {
  padding: 15px;
}
.subscriptionContainer .subscriptionItem__summary form, .jreContainer .subscriptionItem__summary form {
  margin-top: 20px;
}
.subscriptionContainer .subscriptionItem__summary .planName, .jreContainer .subscriptionItem__summary .planName {
  font-size: 20px;
  font-weight: bold;
}
.subscriptionContainer .subscriptionItem__summary .prices, .jreContainer .subscriptionItem__summary .prices {
  font-size: 16px;
  font-weight: bold;
}
.subscriptionContainer .subscriptionItem__summary .shops, .jreContainer .subscriptionItem__summary .shops {
  font-size: 12px;
}
.subscriptionContainer .subscriptionItem__summary .priceBoard, .jreContainer .subscriptionItem__summary .priceBoard {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.subscriptionContainer .subscriptionItem__summary .priceBoard small, .jreContainer .subscriptionItem__summary .priceBoard small {
  font-size: 10px;
  font-weight: bold;
}
.subscriptionContainer .subscriptionItem__summary .priceBoard p, .jreContainer .subscriptionItem__summary .priceBoard p {
  font-size: 12px;
}
.subscriptionContainer .subscriptionItem__summary .priceBoard em, .jreContainer .subscriptionItem__summary .priceBoard em {
  font-size: 18px;
  font-weight: bold;
}
.subscriptionContainer .subscriptionItem__summary .priceBoard span::before, .jreContainer .subscriptionItem__summary .priceBoard span::before {
  content: " → ";
  color: #333 !important;
}
.subscriptionContainer .subscriptionItem__summary .priceBoard span.red, .jreContainer .subscriptionItem__summary .priceBoard span.red {
  font-weight: bold;
  color: #F83A22;
}
.subscriptionContainer .subscriptionItem__summary .memberBenefits, .jreContainer .subscriptionItem__summary .memberBenefits {
  margin-bottom: 10px;
}
.subscriptionContainer .subscriptionItem__summary .memberBenefits__header, .jreContainer .subscriptionItem__summary .memberBenefits__header {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.subscriptionContainer .subscriptionItem__summary .memberBenefits__content, .jreContainer .subscriptionItem__summary .memberBenefits__content {
  padding-bottom: 20px;
  font-size: 10px;
  color: #666;
}
.subscriptionContainer .subscriptionItem__summary .memberBenefits__content .readmore-wrap, .jreContainer .subscriptionItem__summary .memberBenefits__content .readmore-wrap {
  position: relative;
}
.subscriptionContainer .subscriptionItem__summary .memberBenefits__content .readmore-btn, .jreContainer .subscriptionItem__summary .memberBenefits__content .readmore-btn {
  position: absolute;
  bottom: -3px;
  right: 0;
  font-size: 14px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 10px;
  cursor: pointer;
  z-index: 10;
}
.subscriptionContainer .subscriptionItem__summary .memberBenefits__content .readmore-text, .jreContainer .subscriptionItem__summary .memberBenefits__content .readmore-text {
  position: relative;
  overflow: hidden;
  height: 4.5em;
}
.subscriptionContainer .subscriptionItem__summary .memberBenefits__content .readmore-check, .jreContainer .subscriptionItem__summary .memberBenefits__content .readmore-check {
  display: none;
}
.subscriptionContainer .subscriptionItem__summary .memberBenefits__content .readmore-check:checked + .readmore-btn, .jreContainer .subscriptionItem__summary .memberBenefits__content .readmore-check:checked + .readmore-btn {
  display: none;
}
.subscriptionContainer .subscriptionItem__summary .memberBenefits__content .readmore-check:checked ~ .readmore-text, .jreContainer .subscriptionItem__summary .memberBenefits__content .readmore-check:checked ~ .readmore-text {
  height: auto;
}
.subscriptionContainer .subscriptionItem__summary .planDescription, .jreContainer .subscriptionItem__summary .planDescription {
  font-size: 10px;
  color: #333;
  background-color: #EEE;
  border-radius: 5px;
  padding: 12px;
  margin-bottom: 10px;
  word-break: break-all;
  margin-bottom: 20px;
}
.subscriptionContainer .subscriptionItem__summary .planDescription ul, .jreContainer .subscriptionItem__summary .planDescription ul {
  list-style-type: disc;
  list-style-position: inside;
}
.subscriptionContainer .subscriptionItem__summary .planDescription ul li a, .jreContainer .subscriptionItem__summary .planDescription ul li a {
  color: inherit;
}
.subscriptionContainer .subscriptionItem .textLink, .jreContainer .subscriptionItem .textLink {
  font-size: 10px;
  color: #666;
  text-align: center;
  margin-top: 10px;
}
.subscriptionContainer .subscriptionItem .textLink a, .jreContainer .subscriptionItem .textLink a {
  color: inherit;
}
.subscriptionContainer .mobileOrderHistories, .jreContainer .mobileOrderHistories {
  background-color: #FFF;
}
.subscriptionContainer .mobileOrderHistories a, .jreContainer .mobileOrderHistories a {
  background: url(/assets/mobile_order/icon_arrow_right-9f86e2eb2d4ccd45bd8d8e2fd3831428f203ff728a574d5e33e46b77dd3273a1.png) no-repeat center right 15px/7.5px 13px;
  text-decoration: none;
}
.subscriptionContainer .mobileOrderHistories .mobileOrderHistory, .jreContainer .mobileOrderHistories .mobileOrderHistory {
  display: block;
  color: #333;
  border-bottom: 1px solid #F1F1F1;
  padding: 15px;
}
.subscriptionContainer .mobileOrderHistories .mobileOrderHistory__header, .jreContainer .mobileOrderHistories .mobileOrderHistory__header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.subscriptionContainer .planCards .planCard .planCard__data .data .data__timeStamp, .jreContainer .planCards .planCard .planCard__data .data .data__timeStamp {
  font-size: 14px;
}
.subscriptionContainer .jre_passport, .jreContainer .jre_passport {
  background-color: #fff;
  padding: 30px;
}
.subscriptionContainer .jre_passport .title, .jreContainer .jre_passport .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.subscriptionContainer .jre_passport a, .jreContainer .jre_passport a {
  text-decoration: none;
}
.subscriptionContainer .jre_passport .link_text, .jreContainer .jre_passport .link_text {
  display: block;
  height: 30px;
  padding-top: 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #707070;
  border-radius: 5px;
  color: #707070;
  cursor: pointer;
}
.subscriptionContainer .jre_passport__stationSearch, .subscriptionContainer .jre_passport__subscriptions, .subscriptionContainer .jre_passport__railwayStationSearch, .jreContainer .jre_passport__stationSearch, .jreContainer .jre_passport__subscriptions, .jreContainer .jre_passport__railwayStationSearch {
  padding-top: 20px;
}
.subscriptionContainer .jre_passport__link, .subscriptionContainer .jre_passport__stationSearch, .jreContainer .jre_passport__link, .jreContainer .jre_passport__stationSearch {
  margin-bottom: 10px;
}
.subscriptionContainer .jre_passport__link .description, .jreContainer .jre_passport__link .description {
  padding: 3px;
}
.subscriptionContainer .jre_passport__link .img, .jreContainer .jre_passport__link .img {
  width: 100%;
  margin-bottom: 5px;
}
.subscriptionContainer .jre_passport__subscriptions .subscriptionList, .jreContainer .jre_passport__subscriptions .subscriptionList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subscriptionContainer .jre_passport__subscriptions .subscriptionList__elem, .jreContainer .jre_passport__subscriptions .subscriptionList__elem {
  width: 48%;
}
.subscriptionContainer .jre_passport__subscriptions .subscriptionList__elem .subscription, .jreContainer .jre_passport__subscriptions .subscriptionList__elem .subscription {
  margin: 15px 0;
}
.subscriptionContainer .jre_passport__stationSearch, .jreContainer .jre_passport__stationSearch {
  margin-top: 10px;
}
.subscriptionContainer .jre_passport__railwayStationSearch .railway_lines, .jreContainer .jre_passport__railwayStationSearch .railway_lines {
  display: flex;
  flex-wrap: wrap;
}
.subscriptionContainer .jre_passport__railwayStationSearch .railway_lines .railway_line, .jreContainer .jre_passport__railwayStationSearch .railway_lines .railway_line {
  width: 33%;
  text-align: center;
}
.subscriptionContainer .jre_passport__railwayStationSearch .railway_lines .railway_line a, .jreContainer .jre_passport__railwayStationSearch .railway_lines .railway_line a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  padding: 20px 0;
}

.jreContainer .jre_passport {
  border: 15px solid #EDEDED;
}

.jre_passport_mobile_order {
  border-top: 15px solid #F7F7F7;
}
.jre_passport_mobile_order .jre_passport__link {
  width: 95%;
  margin: 20px auto;
}
.jre_passport_mobile_order .jre_passport__link a {
  text-decoration: none;
}
.jre_passport_mobile_order .jre_passport__link .title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.jre_passport_mobile_order .jre_passport__link .description {
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 3px;
}
.jre_passport_mobile_order .jre_passport__link .img {
  width: 100%;
  margin-top: 5px;
}
.jre_passport_mobile_order .jre_passport__link .link_text {
  display: block;
  height: 30px;
  padding-top: 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #707070;
  border-radius: 5px;
  color: #707070;
  cursor: pointer;
}

.subscriptionBenefits, .searchAvailableShops, .searchFromPrefectures, .subscriptionNotices, .shareThisSubscription, .lastUseShop, .availableBenefits, .subscriptionShopList, .paymentHistories, .shopDetails {
  background-color: #FFF;
  padding: 15px;
  margin-bottom: 15px;
}
.subscriptionBenefits__header, .searchAvailableShops__header, .searchFromPrefectures__header, .subscriptionNotices__header, .shareThisSubscription__header, .lastUseShop__header, .availableBenefits__header, .subscriptionShopList__header, .paymentHistories__header, .shopDetails__header {
  margin-bottom: 10px;
  position: relative;
}
.subscriptionBenefits__header h2, .searchAvailableShops__header h2, .searchFromPrefectures__header h2, .subscriptionNotices__header h2, .shareThisSubscription__header h2, .lastUseShop__header h2, .availableBenefits__header h2, .subscriptionShopList__header h2, .paymentHistories__header h2, .shopDetails__header h2 {
  font-size: 18px;
  font-weight: bold;
}
.subscriptionBenefits__header span, .searchAvailableShops__header span, .searchFromPrefectures__header span, .subscriptionNotices__header span, .shareThisSubscription__header span, .lastUseShop__header span, .availableBenefits__header span, .subscriptionShopList__header span, .paymentHistories__header span, .shopDetails__header span {
  display: block;
  width: 13px;
  height: 7px;
  background: url(/assets/arrowupdown-b5dc7948d559ec58a069b63515d3e158564d07a9c9dd747c381d28fd03acbebd.png) no-repeat 0 -7px/13px 14px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.subscriptionBenefits.visible .paymentHistories__header, .searchAvailableShops.visible .paymentHistories__header, .searchFromPrefectures.visible .paymentHistories__header, .subscriptionNotices.visible .paymentHistories__header, .shareThisSubscription.visible .paymentHistories__header, .lastUseShop.visible .paymentHistories__header, .availableBenefits.visible .paymentHistories__header, .subscriptionShopList.visible .paymentHistories__header, .paymentHistories.visible .paymentHistories__header, .shopDetails.visible .paymentHistories__header {
  margin-bottom: 10px;
}
.subscriptionBenefits.visible .paymentHistories__header span, .searchAvailableShops.visible .paymentHistories__header span, .searchFromPrefectures.visible .paymentHistories__header span, .subscriptionNotices.visible .paymentHistories__header span, .shareThisSubscription.visible .paymentHistories__header span, .lastUseShop.visible .paymentHistories__header span, .availableBenefits.visible .paymentHistories__header span, .subscriptionShopList.visible .paymentHistories__header span, .paymentHistories.visible .paymentHistories__header span, .shopDetails.visible .paymentHistories__header span {
  background: url(/assets/arrowupdown-b5dc7948d559ec58a069b63515d3e158564d07a9c9dd747c381d28fd03acbebd.png) no-repeat 0 0/13px 14px;
}

.subscriptionBenefits__content p {
  font-size: 12px;
  color: #666;
}
.subscriptionBenefits__content p.showAll {
  max-height: 100%;
}
.subscriptionBenefits__content .showLinkContainer {
  display: flex;
}
.subscriptionBenefits__content .showLinkContainer span {
  display: block;
  font-size: 12px;
  color: #CDCDCD;
  padding-top: 5px;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.subscriptionBenefits__content .showLinkContainer span.hidden {
  display: none;
}

.carouselImageElements {
  width: 100%;
  overflow: auto;
}
.carouselImageElements .carouselImages {
  display: flex;
  width: 760px;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 10px;
}
.carouselImageElements .carouselImages.length1 {
  width: 240px;
}
.carouselImageElements .carouselImages.length2 {
  width: 500px;
}
.carouselImageElements .carouselImages__image {
  width: 240px;
  height: 150px;
}
.carouselImageElements .carouselImages__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.additionalLink {
  margin-top: 10px;
}
.additionalLink a {
  font-weight: bold;
  color: #666;
  text-decoration: none;
}
.additionalLink a span {
  display: inline-block;
  vertical-align: middle;
}
.additionalLink a span.text {
  font-weight: bold;
}
.additionalLink a span.crossSubscriptionIcons.next {
  width: 12px;
  height: 12px;
  background-size: 12px auto;
  background-position: 0 -12px;
}

.planReservationLink {
  font-size: 14px;
  text-align: center;
  background-color: #FFF;
  padding: 20px;
  margin-top: 20px;
  word-break: break-all;
  margin-bottom: 20px;
}
.planReservationLink a {
  display: inline-block;
  font-weight: bold;
  color: #666;
  text-decoration: none;
  line-height: 1.2;
  border: 3px solid #707070;
  border-radius: 5px;
  padding: 10px;
}

.searchAvailableShops .balloon {
  width: 255px;
  height: 38px;
  margin-bottom: 10px;
  position: relative;
  background-color: #FFF;
  padding: 9px 10px 5px;
  border: 2px solid #A2D956;
  border-radius: 8px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  color: #333;
}
.searchAvailableShops .balloon:before, .searchAvailableShops .balloon:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  top: 100%;
  left: 8%;
}
.searchAvailableShops .balloon:before {
  border-top: 12px solid #A2D956;
}
.searchAvailableShops .balloon:after {
  margin-top: -4px;
  border-top: 14px solid #FFF;
}
.searchAvailableShops .balloon .infoIcon {
  color: #A2D956;
}
.searchAvailableShops .balloon .infoIcon::after {
  content: "\f05a";
  font-family: "FontAwesome";
  position: absolute;
  top: 12px;
}
.searchAvailableShops .balloon .infoIcon p {
  position: absolute;
  left: 28px;
  font-size: 13px;
  font-weight: bold;
}
.searchAvailableShops .balloon .infoIcon p span {
  position: absolute;
  font-size: 10px;
}
.searchAvailableShops__header {
  position: relative;
}
.searchAvailableShops__header a {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #CDCDCD;
  text-decoration: none;
  border: 2px solid #CDCDCD;
  border-radius: 20px;
  padding: 2px 15px;
  position: absolute;
  top: 0;
  right: 0;
}
.searchAvailableShops__header a.sorted {
  color: #666;
  border-color: #666;
}
.searchAvailableShops__content p.notice {
  font-size: 14px;
  text-align: center;
  color: #333;
}
.searchAvailableShops__content .availableShopsList .noShopsAvailable {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.searchAvailableShops__content .availableShopsList__element {
  display: block;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 10px;
}
.searchAvailableShops__content .availableShopsList__element .availableShopName {
  font-size: 18px;
  font-weight: bold;
}
.searchAvailableShops__content .availableShopsList__element .availableShopAddress {
  font-size: 10px;
  margin-top: 5px;
}
.searchAvailableShops__content .availableShopsList__element .planListTags {
  margin: 10px 0;
}
.searchAvailableShops__content .availableShopsList__element .planListTags li {
  display: inline-block;
  font-size: 10px;
  background-color: #EEE;
  border-radius: 5px;
  padding: 3px 5px;
  margin-bottom: 5px;
}
.searchAvailableShops__content .availableShopsList__element .availableShopPictures {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.searchAvailableShops__content .availableShopsList__element .availableShopPictures__image {
  height: 100px;
}
.searchAvailableShops__content .availableShopsList__element .availableShopPictures__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.searchAvailableShops__content .availableShopsList__element .availableShopPictures__image.count1 {
  width: 100%;
}
.searchAvailableShops__content .availableShopsList__element .availableShopPictures__image.count2 {
  width: 49%;
}
.searchAvailableShops__content .availableShopsList__element .availableShopPictures__image.count3 {
  width: 32%;
}
.searchAvailableShops__content .shopCategories {
  width: calc(100% + 13px);
  padding-bottom: 5px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: auto;
}
.searchAvailableShops__content .shopCategories ul {
  font-size: 12px;
}
.searchAvailableShops__content .shopCategories ul li {
  display: inline-block;
}
.searchAvailableShops__content .shopCategories ul li span, .searchAvailableShops__content .shopCategories ul li a {
  display: inline-block;
  color: #CDCDCD;
  text-align: center;
  text-decoration: none;
  border: 1px solid #EDEDED;
  border-radius: 20px;
  padding: 3px 10px;
  cursor: pointer;
}
.searchAvailableShops__content .shopCategories ul li span.active, .searchAvailableShops__content .shopCategories ul li span:hover, .searchAvailableShops__content .shopCategories ul li a.active, .searchAvailableShops__content .shopCategories ul li a:hover {
  color: #FFF;
  background-color: #333;
  border-color: #333;
}

.searchUnitAvailableShops {
  background-color: #DDD;
  padding: 20px 15px;
}
.searchUnitAvailableShops form {
  display: flex;
}
.searchUnitAvailableShops form input[type=search] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
.searchUnitAvailableShops form input[type=search]::placeholder {
  color: #CCC;
}
.searchUnitAvailableShops form input[type=submit] {
  display: none;
}

.searchFromPrefectures__content select {
  display: block;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 10px;
  -webkit-appearance: none;
  appearance: none;
  margin-bottom: 8px;
  outline: none;
}
.searchFromPrefectures__content input[type=submit] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #FFF;
  border: 2px solid #707070;
  border-radius: 5px;
  padding: 7px 10px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.subscriptionNotices__content {
  font-size: 10px;
  color: #666;
}
.subscriptionNotices__content a {
  color: inherit;
}

.shareThisSubscription__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shareThisSubscription__content a, .shareThisSubscription__content button {
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  padding: 0;
  line-height: 1.2;
}
.shareThisSubscription__content a {
  width: 49%;
  color: #FFF;
  text-decoration: none;
  background-color: #000;
  padding: 10px 0;
  margin-bottom: 10px;
  position: relative;
}
.shareThisSubscription__content a span {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/assets/faSocialIcons-bdaebed7d00d331c886a75cf7cccf2766a47776301a4df04f0f190e99cce18ed.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px 80px;
  position: absolute;
  top: 8px;
  left: 10px;
}
.shareThisSubscription__content a.facebook {
  background-color: #1877F2;
}
.shareThisSubscription__content a.facebook span {
  background-position-y: -40px;
}
.shareThisSubscription__content button {
  width: 100%;
  color: #707070;
  background-color: #FFF;
  border: 2px solid #707070;
  padding: 8px 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.contactHelpCenter {
  padding: 15px;
}
.contactHelpCenter a {
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  text-align: center;
  text-decoration: none;
  border: 2px solid #707070;
  border-radius: 5px;
  padding: 6px 0;
  margin: 0 auto;
}

.lastUseShop__content .latestData {
  display: flex;
  color: #333;
  text-decoration: none;
  margin-bottom: 15px;
}
.lastUseShop__content .latestData__image {
  width: 100px;
  height: 100px;
  margin-right: 15px;
}
.lastUseShop__content .latestData__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lastUseShop__content .latestData__data h3 {
  font-size: 14px;
  font-weight: bold;
}
.lastUseShop__content .latestData__data p {
  font-size: 10px;
}
.lastUseShop__content .latestData__data p span {
  color: #CDCDCD;
}

.subscriptionShopList__content .shopElement {
  display: block;
  color: inherit;
  text-decoration: none;
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}
.subscriptionShopList__content .shopElement h2 {
  font-size: 18px;
  font-weight: bold;
}
.subscriptionShopList__content .shopElement p {
  font-size: 12px;
  color: #666;
}

.paymentHistories.visible .paymentHistories__content {
  display: block;
  text-align: center;
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.paymentHistories.visible .paymentHistories__content p {
  font-size: 14px;
  margin-bottom: 10px;
}
.paymentHistories.visible .paymentHistories__content dl {
  margin-bottom: 5px;
}
.paymentHistories.visible .paymentHistories__content dl dt {
  font-size: 12px;
}
.paymentHistories.visible .paymentHistories__content dl dd {
  font-size: 16px;
  font-weight: bold;
}
.paymentHistories.visible .paymentHistories__content a {
  color: inherit;
}
.paymentHistories.visible .paymentHistories__content table {
  width: 100%;
  font-size: 12px;
  border-top: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
  margin-bottom: 10px;
}
.paymentHistories.visible .paymentHistories__content table caption {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}
.paymentHistories.visible .paymentHistories__content table tr th, .paymentHistories.visible .paymentHistories__content table tr td {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #F1F1F1;
  border-left: 1px solid #F1F1F1;
  padding: 5px;
}
.paymentHistories.visible .paymentHistories__content table tr th {
  text-align: center;
  background-color: #EEE;
}
.paymentHistories__header {
  cursor: pointer;
  margin-bottom: 0;
}
.paymentHistories__content {
  display: none;
  padding-top: 10px;
  padding-bottom: 20px;
}
.paymentHistories__footer {
  padding: 0 0 20px 0;
}
.paymentHistories__footer a {
  color: inherit;
}

.shopDetail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #F1F1F1;
}
.shopDetail__header, .shopDetail__content, .shopDetail__link, .shopDetail__map {
  font-size: 12px;
  box-sizing: border-box;
  padding: 20px 0;
}
.shopDetail__header {
  width: 70px;
}
.shopDetail__content {
  flex: 1;
}
.shopDetail__content a {
  color: inherit;
  text-decoration: none;
}
.shopDetail__content h3 {
  font-size: 14px;
  font-weight: bold;
}
.shopDetail__content .note {
  font-size: 10px;
  word-break: break-all;
  margin: 5px 0;
}
.shopDetail__link {
  width: 20px;
}
.shopDetail__link span {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin: 0 auto;
}
.shopDetail__link span.phone {
  width: 20px;
  height: 20px;
  background-image: url(/assets/subscription_tel-a0c0e1f8d2f9c77ea096cce58c7292b21bf045022a5daa19c3b3f865411de90a.svg);
}
.shopDetail__link span.marker {
  width: 14px;
  height: 20px;
  background-image: url(/assets/subscription_marker-9c578e2eb1696c66523ccec72a618c87c8c9a745c55d52cf1db649ce25d589bf.svg);
}
.shopDetail__map {
  width: 100%;
  padding-top: 0;
}
.shopDetail__map iframe {
  width: 100%;
  height: 200px;
}

.shopPictures {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 5px;
}
.shopPictures__image {
  height: 125px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.shopPictures__image.count1 {
  width: 100%;
}
.shopPictures__image.count2 {
  width: 50%;
}
.shopPictures__image.count3 {
  width: 33.333%;
}

.benefitOverlay {
  display: flex;
  align-items: center;
  width: 103%;
  height: 100%;
  text-decoration: none;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 1;
}
.benefitOverlay.using {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.benefitOverlay.using .benefitOverlay__content {
  color: #333;
}
.benefitOverlay.using .benefitOverlay__content span {
  border-color: #666;
}
.benefitOverlay.finished {
  background-color: rgba(102, 102, 102, 0.8);
}
.benefitOverlay.finished .benefitOverlay__content {
  color: #FFF;
}
.benefitOverlay.soldOut {
  background-color: rgba(225, 225, 225, 0.8);
}
.benefitOverlay.soldOut .benefitOverlay__content span {
  width: 70px;
  color: #999;
  background-color: #FFF;
  font-size: 10px;
}
.benefitOverlay__content {
  width: 100%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.benefitOverlay__content span {
  display: block;
  width: 200px;
  font-weight: bold;
  border: 2px solid #FFF;
  border-radius: 20px;
  padding: 2px 0;
  margin: 5px auto 0;
}

.benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.benefits__elements {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.benefits__elements .benefit, .benefits__elements .benefit__wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #DDD;
  padding: 15px 0;
}
.benefits__elements .benefit__summary, .benefits__elements .benefit__wrapper__summary {
  flex: 1;
  word-break: break-all;
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
}
.benefits__elements .benefit__summary span, .benefits__elements .benefit__wrapper__summary span {
  font-size: 12px;
}
.benefits__elements .benefit__summary span::before, .benefits__elements .benefit__wrapper__summary span::before {
  content: "\a";
  white-space: pre;
}
.benefits__elements .benefit__image, .benefits__elements .benefit__wrapper__image {
  margin: 0 20px 0 0;
}
.benefits__elements .benefit__image img, .benefits__elements .benefit__wrapper__image img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.benefits__elements .benefit__icon span, .benefits__elements .benefit__wrapper__icon span {
  width: 10px;
  height: 10px;
  background-size: 10px auto;
  background-position-y: -10px;
}

.shopDataBlock {
  background-color: #FFF;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.shopDataBlock .shopName {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 15px 0;
  word-break: break-all;
}
.shopDataBlock .shopDataElems {
  padding: 0 15px;
  margin: 10px 0 0 0;
}
.shopDataBlock .shopDataElems.visible {
  display: block;
}
.shopDataBlock .shopDataElems.visible .shopDataElems__header span {
  background: url(/assets/arrowupdown-b5dc7948d559ec58a069b63515d3e158564d07a9c9dd747c381d28fd03acbebd.png) no-repeat 0 0/13px 14px;
}
.shopDataBlock .shopDataElems.visible .shopDataElems__content {
  display: block;
}
.shopDataBlock .shopDataElems__header {
  cursor: pointer;
}
.shopDataBlock .shopDataElems__header span {
  display: inline-block;
  width: 13px;
  height: 7px;
  background: url(/assets/arrowupdown-b5dc7948d559ec58a069b63515d3e158564d07a9c9dd747c381d28fd03acbebd.png) no-repeat 0 -7px/13px 14px;
  margin-left: 5px;
}
.shopDataBlock .shopDataElems__content {
  display: none;
}
.shopDataBlock .shopMemo {
  padding: 10px 15px 0;
  word-break: break-all;
}
.shopDataBlock .shopMemo p {
  font-size: 10px;
  background-color: #EEE;
  border-radius: 5px;
  padding: 9px 15px 7px;
}
.shopDataBlock .shopMemo p a {
  color: #333;
}

.registrationSection {
  background-color: #FFF;
  padding: 30px 20px;
  margin: 15px;
}
.registrationSection__header {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  text-align: center;
  margin-bottom: 15px;
}
.registrationSection__content .attention {
  max-width: 305px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
  margin: 10px auto 20px;
}
.registrationSection__content .attention a {
  color: #01A2D8;
}
.registrationSection__content button, .registrationSection__content .mail, .registrationSection__content .apple, .registrationSection__content input[type=submit], .registrationSection__content .signIn {
  display: block;
  max-width: 305px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  margin: 0 auto 10px;
  position: relative;
}
.registrationSection__content .mail {
  background-color: #F83E26;
  border-color: #F83E26;
  padding: 11px 0 9px;
}
.registrationSection__content button, .registrationSection__content input[type=submit] {
  width: 100%;
  max-width: 305px;
  color: #FFF;
  background-color: #425F9B;
  border-color: #425F9B;
  padding: 10px 0;
  margin: 0 auto 10px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.registrationSection__content button.signUp, .registrationSection__content input[type=submit].signUp {
  background-color: #F83E26;
  border-color: #F83E26;
}
.registrationSection__content .btn-sign-in-with-line {
  height: 47px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-width: 0;
  text-decoration: none;
  background-color: #06C755;
  padding: 0;
}
.registrationSection__content .btn-sign-in-with-line img {
  height: 100%;
  border-right: 2px solid rgba(0, 0, 0, 0.08);
}
.registrationSection__content .btn-sign-in-with-line span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 100%;
}
.registrationSection__content .apple {
  color: #333;
  padding: 11px 0 9px;
}
.registrationSection__content .apple img, .registrationSection__content .apple span {
  vertical-align: middle;
}
.registrationSection__content .apple img {
  display: inline-block;
  width: 20px;
}
.registrationSection__content .apple span {
  font-weight: bold;
}
.registrationSection__content .signIn {
  color: #707070;
  border-color: #979797;
  padding: 11px 0 9px;
}
.registrationSection__content .controls {
  max-width: 305px;
  margin: 0 auto 10px;
}
.registrationSection__content .controls label {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
}
.registrationSection__content .controls label::after {
  content: "必須";
  display: inline-block;
  font-size: 10px;
  color: #FFF;
  background-color: #F83E26;
  border-radius: 3px;
  padding: 1px 2px;
  position: absolute;
  top: 2px;
  right: -30px;
}
.registrationSection__content .controls input {
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 10px;
  outline: none;
}
.registrationSection__content .controls input::placeholder {
  color: #CDCDCD;
}

.newRegistrationSection {
  background-color: #FFF;
  padding: 30px 20px;
  margin: 15px;
}
.newRegistrationSection .newRegistrationSection__content {
  max-width: 300px;
  margin: 0 auto;
}
.newRegistrationSection .newRegistrationSection__content .controls {
  margin-bottom: 10px;
}
.newRegistrationSection .newRegistrationSection__content .controls .label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #707070;
  margin-bottom: 5px;
}
.newRegistrationSection .newRegistrationSection__content .controls .label span {
  vertical-align: middle;
}
.newRegistrationSection .newRegistrationSection__content .controls .label span.text {
  font-weight: bold;
}
.newRegistrationSection .newRegistrationSection__content .controls .label span.icon {
  font-size: 10px;
  color: #FFF;
  text-align: center;
  background-color: #F83A22;
  border-radius: 5px;
  padding: 3px 5px;
}
.newRegistrationSection .newRegistrationSection__content .controls input[type=text], .newRegistrationSection .newRegistrationSection__content .controls input[type=email], .newRegistrationSection .newRegistrationSection__content .controls input[type=password] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 10px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
.newRegistrationSection .newRegistrationSection__content .controls input[type=text]::placeholder, .newRegistrationSection .newRegistrationSection__content .controls input[type=email]::placeholder, .newRegistrationSection .newRegistrationSection__content .controls input[type=password]::placeholder {
  color: #CCC;
}
.newRegistrationSection .newRegistrationSection__content button, .newRegistrationSection .newRegistrationSection__content input[type=submit] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background-color: #F83A22;
  border: 1px solid #F83A22;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.planCards {
  background-color: #FFF;
  padding: 15px;
  margin-bottom: 20px;
}
.planCards.afterSubscription {
  background: #FFF url(/assets/bg_purchasedCheck-485e1a0444b94f7e4965e2d5567700e2ee5721fb7bb1b72b326a74dbae7fba12.png) no-repeat top center/contain;
  padding-top: 60px;
}
.planCards.afterSubscription .planCards__header {
  max-width: 320px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  background: url(/assets/purchasedCheck-84382a770472f293c9837a9c1cd62b05232520fb118a581d55b387fef95885a2.svg) no-repeat top center/42px 42px;
  padding-top: 60px;
  margin: 0 auto 20px;
}
.planCards.afterSubscription .planCards__header p {
  max-width: 500px;
  text-align: left;
  margin: 15px auto 0;
}
.planCards.received {
  margin: 10px;
}
.planCards.received .planCards__header {
  max-width: 320px;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto 20px;
}
.planCards.received .planCards__header p {
  max-width: 500px;
  text-align: left;
  margin: 15px auto 0;
}
.planCards__jrePointError {
  display: block;
  max-width: 345px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #FFF;
  border-radius: 5px;
  margin: 0 auto 20px;
  padding: 10px 0;
  color: #F8422B;
  background-color: rgb(253, 229, 229);
}
.planCards__jrePointError p {
  font-size: 12px;
}
.planCards__jrePointError a {
  color: #333;
}
.planCards__header {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.planCards__header p {
  font-size: 12px;
}
.planCards__footer {
  text-align: center;
  padding-bottom: 20px;
}
.planCards__footer a {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  text-decoration: none;
}

.planCard {
  display: block;
  max-width: 345px;
  color: inherit;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #EEE;
  margin: 0 auto 20px;
}
.planCard__image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding-top: 35.34%;
  position: relative;
}
.planCard__image span {
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  border: 2px solid #FFF;
  border-radius: 5px;
  padding: 5px 8px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.planCard__image span.valid {
  background-color: #00A3D9;
}
.planCard__image span.invalid {
  background-color: #F00;
}
.planCard__image span.payment_failed {
  background-color: #F9AD24;
}
.planCard__image span.beginner {
  background-color: #A3D900;
}
.planCard__image span.paused {
  background-color: #FF69B4;
}
.planCard__data {
  font-size: 20px;
  padding: 10px;
  word-break: break-all;
}
.planCard__data .data__shopName {
  font-size: 12px;
}
.planCard__data .data__planName {
  font-weight: bold;
}

.afterSubscribeNotice {
  margin-bottom: 20px;
  padding-top: 30px;
  background: url(/assets/bg_afterSubscribeNotice-9cff66e0088ed9bc95402698023d9932f4b072f73c7f47e0564ab39859fcc506.webp) no-repeat top center/90px 15px;
}
.afterSubscribeNotice__header, .afterSubscribeNotice__content, .afterSubscribeNotice__footer {
  background-color: #F7F7F7;
  padding-right: 15px;
  padding-left: 15px;
}
.afterSubscribeNotice__content, .afterSubscribeNotice__footer {
  font-size: 14px;
}
.afterSubscribeNotice__header, .afterSubscribeNotice__footer {
  text-align: center;
}
.afterSubscribeNotice__header, .afterSubscribeNotice__content {
  padding-bottom: 10px;
}
.afterSubscribeNotice__header {
  font-size: 18px;
  font-weight: bold;
  color: #F83E26;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding-top: 15px;
}
.afterSubscribeNotice__content img {
  display: block;
  width: 226px;
  height: auto;
  margin: 0 auto 10px;
}
.afterSubscribeNotice__footer {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-bottom: 15px;
}
.afterSubscribeNotice__footer a {
  display: inline-block;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  background-color: #F83E26;
  border-radius: 5px;
  padding: 8px 20px;
}

.purchasedPlan {
  margin-top: 20px;
}
.purchasedPlan__header {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 15px;
}
.purchasedPlan__content {
  color: #333;
  background-color: #FFF;
  text-align: center;
  padding: 10px;
  margin: 0 15px;
}
.purchasedPlan__content .userName {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
.purchasedPlan__content .userName span, .purchasedPlan__content .userName img {
  display: inline-block;
  vertical-align: middle;
  background-color: #EBEBEB;
  border-radius: 50%;
}
.purchasedPlan__content .userName img {
  width: 23px;
  height: 23px;
}
.purchasedPlan__content .wideImage {
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 40%;
  margin-bottom: 20px;
}
.purchasedPlan__content .planImage {
  width: 125px;
  height: 125px;
  margin: 0 auto 20px;
}
.purchasedPlan__content .planImage img {
  display: block;
  width: 125px;
  height: 125px;
  object-fit: cover;
}
.purchasedPlan__content .providerName {
  font-size: 18px;
  font-weight: bold;
}
.purchasedPlan__content .planName {
  font-size: 12px;
  margin-bottom: 20px;
}
.purchasedPlan__content .planText {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}
.purchasedPlan__content .buttonUse a {
  display: block;
  max-width: 300px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  background-color: #F83A22;
  border-radius: 5px;
  padding: 10px 0;
  margin: 0 auto 15px;
}
.purchasedPlan__content .precautionsForUse {
  width: 265px;
  font-size: 10px;
  text-align: left;
  margin: 0 auto 50px;
}
.purchasedPlan__content .nextRestDate {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media all and (min-width: 769px) {
  .subscriptionContainer .subscriptionItem {
    padding: 20px 30px;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 0;
  }
  .subscriptionContainer .subscriptionItem__image {
    margin-bottom: 10px;
  }
  .subscriptionContainer .subscriptionItem__summary {
    font-size: 16px;
    padding: 0;
  }
  .subscriptionContainer .subscriptionItem__summary .planName {
    font-size: 36px;
  }
  .subscriptionContainer .subscriptionItem__summary .prices, .subscriptionContainer .subscriptionItem__summary .shops {
    display: block;
  }
  .subscriptionContainer .subscriptionItem__summary .memberBenefits {
    margin-bottom: 20px;
  }
  .subscriptionContainer .subscriptionItem__summary .memberBenefits__header {
    font-size: 14px;
  }
  .subscriptionContainer .subscriptionItem__summary .memberBenefits__content {
    font-size: 12px;
  }
  .buttonShowAllShops {
    width: 478px;
    margin: 0 auto;
  }
  .buttonSubscriber {
    flex-direction: row;
    max-width: 820px;
    box-sizing: border-box;
    background-color: #FFF;
    box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 3px;
    padding: 15px 30px;
    margin-left: calc((100% - 820px) / 2);
    bottom: 15px;
  }
  .buttonSubscriber__summary .paymentNormal {
    display: block;
    flex: 1;
    font-size: 10px;
    font-weight: bold;
  }
  .buttonSubscriber__summary .paymentNormal em {
    color: #F83A22;
  }
  .buttonSubscriber__summary .paymentNormal em::before {
    content: ">";
    padding: 0 1em 10px;
  }
  .buttonSubscriber__summary .paymentNormal span {
    font-size: 18px;
    font-weight: bold;
  }
  .buttonSubscriber__summary .paymentError span {
    font-weight: bold;
    margin-bottom: 0;
  }
  .buttonSubscriber__summary .extraInformation span {
    font-weight: bold;
    margin-bottom: 0;
  }
  .buttonSubscriber__button {
    width: 240px;
    margin: 0 0 0 auto;
  }
  .buttonSubscriber__button a {
    display: block;
    max-width: 240px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #F83E26;
    border-radius: 5px;
    padding: 10px 0 8px;
    margin: 0 auto;
  }
  .subscriptionDrawerCheck {
    display: none;
  }
  .subscriptionDrawerCheck:checked ~ .subscriptionPages .subscriptionDrawerTarget, .subscriptionDrawerCheck:checked ~ .mobileOrderPages .subscriptionDrawerTarget {
    width: 250px;
    box-shadow: 8px 0 3px -3px rgba(0, 0, 0, 0.1);
  }
  .subscriptionDrawerCheck:checked ~ .subscriptionPages .subscriptionDrawerTarget__content, .subscriptionDrawerCheck:checked ~ .mobileOrderPages .subscriptionDrawerTarget__content {
    background-color: #FFF;
  }
  .subscriptionHeader {
    border-bottom: none;
    padding: 20px;
    margin-bottom: 15px;
  }
  .subscriptionHeader__col {
    font-size: 18px;
  }
  .subscriptionHeader__col:last-child a {
    font-size: 18px;
  }
  .subscriptionBenefits, .searchAvailableShops, .searchFromPrefectures, .subscriptionNotices, .shareThisSubscription, .lastUseShop, .availableBenefits, .paymentHistories, .shopDetails {
    border-bottom: 1px solid #F1F1F1;
    padding: 20px 30px 25px;
    margin-bottom: 0;
  }
  .subscriptionBenefits__header, .searchAvailableShops__header, .searchFromPrefectures__header, .subscriptionNotices__header, .shareThisSubscription__header, .lastUseShop__header, .availableBenefits__header, .paymentHistories__header, .shopDetails__header {
    margin-bottom: 10px;
  }
  .subscriptionBenefits__header h2, .searchAvailableShops__header h2, .searchFromPrefectures__header h2, .subscriptionNotices__header h2, .shareThisSubscription__header h2, .lastUseShop__header h2, .availableBenefits__header h2, .paymentHistories__header h2, .shopDetails__header h2 {
    font-size: 20px;
  }
  .shopPictures__image {
    height: 240px;
  }
  .benefits__elements {
    width: 49%;
  }
  .shopDataBlock {
    padding: 25px;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 0;
  }
  .shopDataBlock .shopName {
    padding: 0;
  }
  .shopDataBlock .shopDataElems {
    align-items: start;
    padding: 0;
  }
  .shopDataBlock .shopMemo {
    padding: 10px 0 0;
  }
  .carouselImageElements .carouselImages {
    width: 1095px;
  }
  .carouselImageElements .carouselImages.length1 {
    width: 345px;
  }
  .carouselImageElements .carouselImages.length2 {
    width: 720px;
  }
  .carouselImageElements .carouselImages__image {
    width: 345px;
    height: 216px;
  }
  .searchAvailableShops__content .availableShopsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .searchAvailableShops__content .availableShopsList__element {
    width: 48%;
    margin-bottom: 15px;
  }
  .searchAvailableShops__content .shopCategories {
    width: calc(100% + 25px);
  }
  .searchFromPrefectures .searchFromPrefectures__content form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .searchFromPrefectures .searchFromPrefectures__content form select {
    width: 80%;
    margin-bottom: 0;
  }
  .searchFromPrefectures .searchFromPrefectures__content form input[type=submit] {
    width: 18%;
    padding: 7px 0;
  }
  .shareThisSubscription__content a, .shareThisSubscription__content button {
    width: 32%;
    margin-bottom: 0;
  }
  .contactHelpCenter a {
    width: 343px;
  }
  .paymentHistories {
    padding-bottom: 0;
  }
  .paymentHistories.visible .paymentHistories__header {
    margin-bottom: 15px;
  }
  .paymentHistories__footer {
    padding-bottom: 15px;
  }
  .shopDetail__link {
    display: none;
  }
  .shopDetail__map {
    width: 365px;
    padding-top: 20px;
  }
  .subscriptions, .subscriptionMessages {
    width: 768px;
    padding-top: 20px;
    margin: 0 auto 100px;
  }
  .subscriptions h1, .subscriptionMessages h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .subscriptions h1.recommendedPlans, .subscriptionMessages h1.recommendedPlans {
    font-weight: bold;
    text-align: left;
    border-bottom: 5px solid #EEE;
  }
  .subscriptions h2, .subscriptionMessages h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .subscriptions .subscription__elements .subscriptionSubscribedMessage, .subscriptionMessages .subscription__elements .subscriptionSubscribedMessage {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
  }
  .subscriptions .subscription__elements .subscriptionSubscribedMessage span, .subscriptionMessages .subscription__elements .subscriptionSubscribedMessage span {
    font-size: 24px;
    word-break: break-word;
  }
  .subscriptions .subscription__elements .subscriptionSubscribedMessage .subscribedThanks, .subscriptionMessages .subscription__elements .subscriptionSubscribedMessage .subscribedThanks {
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: bold;
  }
  .subscriptions .subscription__elements .subscriptionSubscribedMessage .subscribedInfo, .subscriptionMessages .subscription__elements .subscriptionSubscribedMessage .subscribedInfo {
    margin: 20px 15px;
    text-align: left;
    font-size: 16px;
  }
  .subscriptions .subscription__elements .subscriptionSubscribedMessage .subscribedButNotFound, .subscriptionMessages .subscription__elements .subscriptionSubscribedMessage .subscribedButNotFound {
    margin: 20px 15px;
    text-align: left;
    font-size: 16px;
  }
  .subscriptions .subscription__elements .subscriptionSubscribedMessage .subscribedButNotFound a, .subscriptionMessages .subscription__elements .subscriptionSubscribedMessage .subscribedButNotFound a {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #000;
  }
  .subscriptions .subscription__elements .subscriptionElementWrapper, .subscriptionMessages .subscription__elements .subscriptionElementWrapper {
    position: relative;
    margin-bottom: 40px;
  }
  .subscriptions .subscription__elements #new_subscription .stripe-button-el, .subscriptions .subscription__elements #update_card .stripe-button-el, .subscriptions .subscription__elements #new_limited_subscription .stripe-button-el, .subscriptionMessages .subscription__elements #new_subscription .stripe-button-el, .subscriptionMessages .subscription__elements #update_card .stripe-button-el, .subscriptionMessages .subscription__elements #new_limited_subscription .stripe-button-el {
    width: 100%;
    background-color: #F83F26;
    background-image: none;
    border-radius: 20px;
  }
  .subscriptions .subscription__elements #new_subscription button.stripe-button-el, .subscriptions .subscription__elements #update_card button.stripe-button-el, .subscriptions .subscription__elements #new_limited_subscription button.stripe-button-el, .subscriptionMessages .subscription__elements #new_subscription button.stripe-button-el, .subscriptionMessages .subscription__elements #update_card button.stripe-button-el, .subscriptionMessages .subscription__elements #new_limited_subscription button.stripe-button-el {
    padding: 28px;
  }
  .subscriptions .subscription__elements #new_subscription button.stripe-button-el span, .subscriptions .subscription__elements #update_card button.stripe-button-el span, .subscriptions .subscription__elements #new_limited_subscription button.stripe-button-el span, .subscriptionMessages .subscription__elements #new_subscription button.stripe-button-el span, .subscriptionMessages .subscription__elements #update_card button.stripe-button-el span, .subscriptionMessages .subscription__elements #new_limited_subscription button.stripe-button-el span {
    font-size: 32px;
    color: #FFF;
    box-shadow: none;
    background-color: #F83F26;
    background-image: none;
  }
  .subscriptions .subscription__elements #new_subscription button[disabled].stripe-button-el, .subscriptions .subscription__elements #update_card button[disabled].stripe-button-el, .subscriptions .subscription__elements #new_limited_subscription button[disabled].stripe-button-el, .subscriptionMessages .subscription__elements #new_subscription button[disabled].stripe-button-el, .subscriptionMessages .subscription__elements #update_card button[disabled].stripe-button-el, .subscriptionMessages .subscription__elements #new_limited_subscription button[disabled].stripe-button-el {
    background-color: #CDCDCD;
    cursor: not-allowed;
  }
  .subscriptions .subscription__elements #new_subscription button[disabled].stripe-button-el span, .subscriptions .subscription__elements #update_card button[disabled].stripe-button-el span, .subscriptions .subscription__elements #new_limited_subscription button[disabled].stripe-button-el span, .subscriptionMessages .subscription__elements #new_subscription button[disabled].stripe-button-el span, .subscriptionMessages .subscription__elements #update_card button[disabled].stripe-button-el span, .subscriptionMessages .subscription__elements #new_limited_subscription button[disabled].stripe-button-el span {
    background-color: transparent;
  }
  .subscriptions .subscription__elements #new_subscription input.stripe-button-el, .subscriptions .subscription__elements #update_card input.stripe-button-el, .subscriptions .subscription__elements #new_limited_subscription input.stripe-button-el, .subscriptionMessages .subscription__elements #new_subscription input.stripe-button-el, .subscriptionMessages .subscription__elements #update_card input.stripe-button-el, .subscriptionMessages .subscription__elements #new_limited_subscription input.stripe-button-el {
    font-size: 32px;
    font-weight: bold;
    color: #FFF;
    border: none;
    box-shadow: none;
    padding: 19px;
    margin-top: 15px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
  }
  .subscriptions .subscription__elements .paymentFailedMessage .paymentFailedMessage__title, .subscriptionMessages .subscription__elements .paymentFailedMessage .paymentFailedMessage__title {
    font-size: 16px;
    text-align: center;
  }
  .subscriptions .subscription__elements .paymentFailedMessage .paymentFailedMessage__content, .subscriptionMessages .subscription__elements .paymentFailedMessage .paymentFailedMessage__content {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .subscriptions .subscription__elements .paymentFailedMessage .paymentFailedMessage__content span, .subscriptionMessages .subscription__elements .paymentFailedMessage .paymentFailedMessage__content span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .subscriptions .subscription__elements .subscriptionElement, .subscriptionMessages .subscription__elements .subscriptionElement {
    display: block;
    color: #333;
    text-decoration: none;
    word-break: break-all;
    border: 2px solid #DDD;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .subscriptions .subscription__elements .subscriptionElement.planDetail, .subscriptionMessages .subscription__elements .subscriptionElement.planDetail {
    padding-bottom: 0;
  }
  .subscriptions .subscription__elements .subscriptionElement.subscription, .subscriptionMessages .subscription__elements .subscriptionElement.subscription {
    margin-bottom: 10px;
  }
  .subscriptions .subscription__elements .subscriptionElement.limitedSubscription .subscriptionElement__shopInformation tr:last-child, .subscriptionMessages .subscription__elements .subscriptionElement.limitedSubscription .subscriptionElement__shopInformation tr:last-child {
    border: none;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__moreButton, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__moreButton {
    position: absolute;
    right: 18px;
    top: 180px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__moreButton a, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__moreButton a {
    display: table-cell;
    width: 30px;
    height: 27px;
    padding-top: 3px;
    text-align: center;
    vertical-align: middle;
    background-color: #CCC;
    border-radius: 50%;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__moreButton a i, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__moreButton a i {
    font-size: 22px;
    color: #FFF;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__image, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__image {
    width: 100%;
    height: 270px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 30px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border-radius: 6px;
    padding: 8px 36px;
    margin: 18px 0 0 18px;
    border: 3px solid #FFF;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status.valid, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status.valid {
    background-color: #00A3D9;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status.invalid, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status.invalid {
    background-color: #F00;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status.payment_failed, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status.payment_failed {
    background-color: #F9AD24;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status.beginner, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status.beginner {
    background-color: #A3D900;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status.paused, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status.paused {
    background-color: #FF69B4;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopIcon span, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopIcon span {
    display: block;
    width: 100px;
    height: 100px;
    background-color: #FEFEFE;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #DDD;
    border-radius: 50%;
    margin: -66px auto 0 auto;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopName, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopName {
    font-size: 20px;
    text-align: center;
    padding: 10px 134px 0;
    margin-top: 30px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__name, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__name {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    padding: 0 85px;
    margin-bottom: 10px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__userNickname, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__userNickname {
    font-size: 26px;
    text-align: center;
    margin-top: 20px;
    padding: 0 134px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__period, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__period {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-top: 20px;
    padding: 0 134px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__paused, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__paused {
    font-size: 12px;
    font-weight: bold;
    margin: 12px 0;
    padding: 0 134px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__updateCard, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__updateCard {
    font-size: 16px;
    margin-top: 20px;
    padding: 0 134px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__updateCard p, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__updateCard p {
    font-size: 12px;
    color: #333333;
    margin-bottom: 10px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__updateCard p.update-card-description, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__updateCard p.update-card-description {
    font-size: 10px;
    color: #333333;
    margin: 10px 0;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__updateCard .update-card-reload, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__updateCard .update-card-reload {
    font-size: 12px;
    color: #333333;
    display: block;
    text-align: center;
    text-decoration: underline;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__detailButton, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__detailButton {
    width: 300px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #666;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto 0;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__amount, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__amount {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__amount span, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__amount span {
    font-size: 58px;
    font-weight: bold;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__detailedExplanation, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__detailedExplanation {
    font-size: 20px;
    padding: 0 20px;
    margin-top: 20px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__amountContent, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__amountContent {
    text-align: center;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__amountContent .subscriptionElement__amountCoupon, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__amountContent .subscriptionElement__amountCoupon {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__amountContent .subscriptionElement__amountCoupon .subscriptionElement__price, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__amountContent .subscriptionElement__amountCoupon .subscriptionElement__price {
    position: relative;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__amountContent .subscriptionElement__amountCoupon .subscriptionElement__price span, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__amountContent .subscriptionElement__amountCoupon .subscriptionElement__price span {
    font-size: 58px;
    font-weight: bold;
    display: inline-block;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__amountContent .subscriptionElement__amountCoupon .subscriptionElement__price span.strike, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__amountContent .subscriptionElement__amountCoupon .subscriptionElement__price span.strike {
    width: 100%;
    height: 0;
    border: 2px solid #f00;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(-10deg);
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__amountContent .subscriptionElement__span, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__amountContent .subscriptionElement__span {
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
  }
  .subscriptions .subscription__elements .subscriptionElement .down_allow, .subscriptionMessages .subscription__elements .subscriptionElement .down_allow {
    text-align: center;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__coupon, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__coupon {
    color: #f83f26;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__coupon span, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__coupon span {
    font-size: 58px;
    font-weight: bold;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__coupon p, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__coupon p {
    color: #333;
    font-size: 20px;
    font-weight: bold;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__userNickname, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__userNickname {
    font-size: 26px;
    text-align: center;
    margin-top: 20px;
    padding: 0 134px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body {
    background-color: #EEE;
    padding: 20px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content {
    background-color: #FFF;
    border: 2px solid #BBB;
    padding-bottom: 40px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent {
    box-sizing: border-box;
    margin: 0 auto;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border {
    height: 30px;
    position: relative;
    margin: 10px 0 20px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .subscription__border, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .subscription__border {
    width: calc(100% - 40px);
    position: absolute;
    border-bottom: 2px dashed #BBB;
    top: 16px;
    left: 0;
    margin: 0 20px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--left, .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--right, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--left, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--right {
    width: 20px;
    height: 35px;
    overflow: hidden;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--left .halfCircle, .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--right .halfCircle, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--left .halfCircle, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--right .halfCircle {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    background-color: #EEE;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--left, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--left {
    position: absolute;
    top: 0;
    left: -2px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--left .halfCircle, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--left .halfCircle {
    border: 2px solid #BBB;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    left: -15px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--right, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--right {
    position: absolute;
    top: 0;
    right: -2px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--right .halfCircle, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--right .halfCircle {
    border: 2px solid #BBB;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    right: -15px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__availableCards, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__availableCards {
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding-bottom: 20px;
    margin: 20px 20px 0;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__availableCards img, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__availableCards img {
    height: 40px;
    margin-right: 10px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__availableCards img:last-child, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__availableCards img:last-child {
    margin-right: 0;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__availableCards a, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__availableCards a {
    color: #333;
    line-height: 2;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__availableCards a::before, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__availableCards a::before {
    content: "\a";
    white-space: pre;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElementNote__content, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElementNote__content {
    padding: 20px 20px 0;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElementNote__content .subscriptionElement__notice p, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElementNote__content .subscriptionElement__notice p {
    color: #666;
    line-height: 2;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElementNote__content .subscriptionElement__notice p a, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElementNote__content .subscriptionElement__notice p a {
    color: inherit;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__description, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__description {
    font-size: 22px;
    border-top: 1px solid #CCC;
    padding: 20px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__date, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__date {
    font-size: 18px;
    text-align: right;
    padding: 0 20px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation {
    width: 100%;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr {
    border-bottom: 1px solid #CCC;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr:first-child, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr:first-child {
    border-top: 1px solid #CCC;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td {
    padding: 20px;
    font-size: 12px;
    color: #666;
    vertical-align: top;
    word-break: break-word;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a {
    display: block;
    color: #666;
    text-decoration: none;
    position: relative;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span {
    display: inline-block;
    vertical-align: top;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span.information, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span.information, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span.information, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span.information {
    width: 100%;
    padding-right: 45px;
    box-sizing: border-box;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span.icon, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span.icon, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span.icon, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span.icon {
    width: 30px;
    height: 25px;
    padding-top: 5px;
    margin-left: 10px;
    text-align: center;
    position: absolute;
    top: -5px;
    right: 0;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span.icon i, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span.icon i, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span.icon i, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span.icon i {
    font-size: 20px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span.icon i.fa-map-marker, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span.icon i.fa-map-marker, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span.icon i.fa-map-marker, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span.icon i.fa-map-marker {
    color: #FFF;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span.circle, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span.circle, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span.circle, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span.circle {
    background-color: #666;
    border-radius: 50%;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a.shop_url, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a.shop_url, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a.shop_url, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a.shop_url {
    display: inline;
    color: #00A3D9;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a.shop_url span, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a.shop_url span, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a.shop_url span, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a.shop_url span {
    display: inline-block;
    padding: 2px 5px;
    margin-left: 10px;
    font-size: 10px;
    color: #FFF;
    background-color: #A3D900;
    border-radius: 5px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th {
    width: 115px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation .shopElement__hour, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation .shopElement__hour {
    margin-bottom: 10px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation .shopElement__hour:last-child, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation .shopElement__hour:last-child {
    margin: 0;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__reservationUrl, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__reservationUrl {
    display: block;
    width: 300px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #E73E26;
    border-radius: 6px;
    padding: 10px 0;
    margin: 20px auto;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__invoiceTitle, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__invoiceTitle {
    font-weight: bold;
    padding: 10px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__invoices, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__invoices {
    width: 100%;
    text-align: center;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__invoices tr.invoiceElement__head, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__invoices tr.invoiceElement__head {
    background-color: #EEE;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__invoices tr th, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__invoices tr td, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__invoices tr th, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__invoices tr td {
    padding: 5px 10px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__invoices tr th, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__invoices tr th {
    font-weight: bold;
    border: 1px solid #CCC;
    border-right: none;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__invoices tr th:first-child, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__invoices tr th:first-child {
    border-left: none;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__invoices tr td, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__invoices tr td {
    border-right: 1px solid #CCC;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__invoices tr td:nth-child(even), .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__invoices tr td:nth-child(even) {
    border-right: none;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__notes, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__notes {
    margin: 40px 40px 0;
    padding: 10px 20px;
    border: 1px solid #F00;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__notes p, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__notes p {
    padding-left: 1em;
    text-indent: -1em;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__signup, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__signup {
    padding: 0 20px;
    margin-top: 20px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__signup p, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__signup p {
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-bottom: 10px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__signup .stripeButton, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__signup .subscribeButton, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__signup .stripeButton, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__signup .subscribeButton {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #F83F26;
    border-radius: 20px;
    padding: 24px;
    border: 0;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__signup .stripeButton.subscribed, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__signup .subscribeButton.subscribed, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__signup .stripeButton.subscribed, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__signup .subscribeButton.subscribed {
    color: #333;
    background-color: #FFF;
    border: 2px solid #333;
  }
  .subscriptions .subscription__elements .subscriptionUpdateWrapper, .subscriptionMessages .subscription__elements .subscriptionUpdateWrapper {
    width: 100%;
    height: 100%;
    padding: 80px 30px;
    box-sizing: border-box;
    font-size: 16px;
    position: absolute;
    top: 0;
    color: #FFF;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .subscriptions .subscription__elements .subscriptionUpdateWrapper p, .subscriptionMessages .subscription__elements .subscriptionUpdateWrapper p {
    text-align: left;
  }
  .subscriptions .subscription__elements .subscriptionUpdateWrapper p.paymentFailedMessage__title, .subscriptionMessages .subscription__elements .subscriptionUpdateWrapper p.paymentFailedMessage__title {
    text-align: center;
  }
  .subscriptions .subscription__elements .subscriptionUpdateWrapper p.paymentFailedMessage__content, .subscriptionMessages .subscription__elements .subscriptionUpdateWrapper p.paymentFailedMessage__content {
    margin-bottom: 20px;
  }
  .subscriptions .subscription__elements .subscriptionUpdateWrapper p.paymentFailedMessage__content span, .subscriptionMessages .subscription__elements .subscriptionUpdateWrapper p.paymentFailedMessage__content span {
    display: block;
    font-size: 22px;
    text-align: center;
  }
  .subscriptions .subscription__elements .subscriptionUpdateWrapper a, .subscriptionMessages .subscription__elements .subscriptionUpdateWrapper a {
    display: inline-block;
    margin-top: 20px;
    color: #FFF;
    font-size: 18px;
  }
  .subscriptions .subscription__elements .user_subscriptions, .subscriptionMessages .subscription__elements .user_subscriptions {
    text-align: center;
  }
  .subscriptions .subscription__elements .subscriptionElement__notes, .subscriptionMessages .subscription__elements .subscriptionElement__notes {
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
  }
  .subscriptions .subscription__elements .subscriptionElement__notes p, .subscriptionMessages .subscription__elements .subscriptionElement__notes p {
    padding-left: 1em;
    text-indent: -1em;
  }
  .subscriptions .subscription__elements .subscriptionElement__no_invoices, .subscriptionMessages .subscription__elements .subscriptionElement__no_invoices {
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
    text-align: center;
  }
  .subscriptions .subscription__elements .subscriptionElement__link, .subscriptionMessages .subscription__elements .subscriptionElement__link {
    text-align: center;
    position: relative;
  }
  .subscriptions .subscription__elements .subscriptionElement__link .back, .subscriptionMessages .subscription__elements .subscriptionElement__link .back {
    display: inline-block;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 5px 20px;
  }
  .subscriptions .subscription__elements .subscriptionElement__link .cancel, .subscriptionMessages .subscription__elements .subscriptionElement__link .cancel {
    position: absolute;
    right: 20px;
  }
  .subscriptions .subscription__elements .no__subscription, .subscriptionMessages .subscription__elements .no__subscription {
    text-align: center;
    margin-bottom: 30px;
  }
  .subscriptions .subscription__elements .no__subscription h2, .subscriptionMessages .subscription__elements .no__subscription h2 {
    margin: 10px auto;
  }
  .subscriptions .subscription__elements .no__subscription p, .subscriptionMessages .subscription__elements .no__subscription p {
    width: 368px;
    font-size: 16px;
    margin: 0 auto;
  }
  .subscriptions .subscription__elements .no__subscription .subscriptionElement__link, .subscriptionMessages .subscription__elements .no__subscription .subscriptionElement__link {
    text-align: center;
    position: relative;
  }
  .subscriptions .plan__elements .planElement, .subscriptionMessages .plan__elements .planElement {
    display: table;
    width: 100%;
    color: #333;
    text-decoration: none;
    border-bottom: 2px solid #EEE;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .subscriptions .plan__elements .planElement .planElement__imageWrapper, .subscriptionMessages .plan__elements .planElement .planElement__imageWrapper {
    display: table-cell;
    width: 170px;
    vertical-align: top;
  }
  .subscriptions .plan__elements .planElement .planElement__imageWrapper .planElement__image, .subscriptionMessages .plan__elements .planElement .planElement__imageWrapper .planElement__image {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
  }
  .subscriptions .plan__elements .planElement .planElement__summary, .subscriptionMessages .plan__elements .planElement .planElement__summary {
    display: table-cell;
  }
  .subscriptions .plan__elements .planElement .planElement__summary .summaryElement__shop_name, .subscriptionMessages .plan__elements .planElement .planElement__summary .summaryElement__shop_name {
    font-size: 18px;
    font-weight: bold;
  }
  .subscriptions .plan__elements .planElement .planElement__summary .summaryElement__name, .subscriptionMessages .plan__elements .planElement .planElement__summary .summaryElement__name {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .subscriptions .plan__elements .planElement .planElement__summary .summaryElement__description, .subscriptionMessages .plan__elements .planElement .planElement__summary .summaryElement__description {
    font-size: 18px;
    color: #CCC;
  }
  .subscriptionTickets {
    background-color: #FFF;
    padding: 0 134px;
    touch-action: manipulation;
  }
  .subscriptionTickets .qrcodeError {
    font-size: 14px;
    margin-top: 20px;
  }
  .subscriptionTickets .qrcodeError p {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .subscriptionTickets .qrcodeError a {
    color: inherit;
  }
  .subscriptionTickets .subscriptionElement__limit {
    text-align: center;
    margin-bottom: 5px;
  }
  .subscriptionTickets .next-count-reset-at {
    margin-top: 10px;
    text-align: center;
  }
  .subscriptionTickets__Available {
    text-align: center;
  }
  .subscriptionTickets__Available .limitMsg {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .subscriptionTickets__Available p.limit {
    text-align: center;
    margin-bottom: 10px;
  }
  .subscriptionTickets__Available .subscriptionElement__limit {
    font-size: 20px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .subscriptionTickets__Available .button {
    text-align: center;
    border: 1px solid #f83a22;
    background-color: #f83a22;
    border-radius: 5px;
    margin: 0 auto;
  }
  .subscriptionTickets__Available .button a {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding: 20px;
    text-decoration: none;
  }
  .subscriptionTickets__Available .subscriptionElement__numUseTicket {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .subscriptionTickets__Available .subscriptionElement__numUseTicket .disabled {
    cursor: default;
    color: #c0c0c0;
  }
  .subscriptionTickets__Available .subscriptionElement__numUseTicket .enabled {
    cursor: pointer;
    color: #f00;
  }
  .subscriptionTickets__Available .subscriptionElement__numUseTicket span {
    font-weight: bold;
    display: inline-block;
    margin-right: 25px;
  }
  .subscriptionTickets__Available .subscriptionElement__numUseTicket button {
    background-color: #fff;
    outline: none;
    cursor: pointer;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #bbb;
    font-size: 30px;
    font-weight: normal;
  }
  .subscriptionTickets__Available .subscriptionElement__numUseTicket .fa {
    font-size: 26px;
  }
  .subscriptionTickets__Available .subscriptionElement__numUseTicket .disabled_button {
    height: 26px;
    cursor: default;
    color: #c0c0c0;
  }
  .subscriptionTickets__Available .subscriptionElement__numUseTicket #js-numUseTickets {
    width: 70px;
    font-size: 30px;
    font-weight: bold;
  }
  .subscriptionTickets__Available #modal_open_btn {
    border: 1px solid #f83a22;
    background-color: #f83a22;
    border-radius: 5px;
    margin: 0 auto;
  }
  .subscriptionTickets__Available #modal_open_btn a {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding: 20px;
  }
  .subscriptionTickets__Available #modal_open_btn input[type=submit] {
    display: none;
  }
  .subscriptionTickets .subscriptionElement__barcode {
    text-align: center;
    font-size: 20px;
    padding: 0 50px;
  }
  .subscriptionTickets .subscriptionElement__barcode p.msg {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #808080;
    border: 1px solid #808080;
    border-radius: 25px;
    padding: 2px;
    margin: 0 auto;
  }
  .subscriptionTickets .subscriptionElement__barcode .barcode_remaining_time {
    margin: 10px 0;
  }
  .subscriptionTickets .subscriptionElement__barcode .barcode_remaining_time p {
    margin-bottom: 20px;
  }
  .subscriptionTickets .subscriptionElement__barcode .barcode_remaining_time span {
    display: inline-block;
    margin-right: 10px;
    color: #f00;
  }
  .subscriptionTickets .subscriptionElement__barcode .barcode_remaining_time .minutes {
    display: none;
    margin: 0;
  }
  .subscriptionTickets .subscriptionElement__barcode .barcode_remaining_time time {
    color: #f00;
  }
  .subscriptionTickets .subscriptionElement__barcode .barcode_remaining_time .in_use_gif {
    width: 50px;
    margin: 5px 5px 5px 0;
    vertical-align: middle;
  }
  .subscriptionTickets .subscriptionElement__barcode .subscription_perks, .subscriptionTickets .subscriptionElement__barcode .digital_ticket_perks {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .subscriptionTickets .subscriptionElement__barcode .digital_ticket_perks span {
    color: #f00;
    font-weight: bold;
  }
  .subscriptionTickets .subscriptionElement__barcode .digital_ticket_perks p {
    margin-top: 10px;
  }
  .subscriptionTickets .subscriptionElement__barcode .expiration_at {
    font-size: 15px;
    margin-top: 10px;
  }
  .subscriptionTickets__notAvailable .subscriptionElement__limit {
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .subscriptionTickets__notAvailable .availableDays {
    text-align: center;
    margin-bottom: 10px;
  }
  .subscriptionTickets__notAvailable .button {
    color: #fff;
    font-size: 20px;
    background-color: #F8422B;
    border: 1px solid #F8422B;
    text-align: center;
    border-radius: 5px;
    padding: 20px;
    margin: 0;
    text-decoration: none;
  }
  .subscriptionTickets__notAvailable .next-count-reset-at {
    margin-top: 10px;
    text-align: center;
  }
  .subscriptionTickets .subscriptionElement__detail {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .subscriptionMessages {
    margin: 15px;
    padding-bottom: 10px;
    background: #FFF;
    text-align: center;
  }
  .subscriptionMessages a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    padding: 20px;
    margin: 0 140px 15px;
  }
  .subscriptionMessages .subscriptionMessages__text {
    font-size: 16px;
    padding: 10px 30px 30px;
    margin: 0 30px;
  }
  .subscriptionMessages .subscriptionMessages__returnButton {
    margin-bottom: 20px;
  }
  .subscriptionMessages .subscriptionMessages__returnButton a {
    color: #FFF;
    background-color: #F83A22;
    border: 1px solid #F83A22;
  }
  .subscriptionMessages .subscriptionMessages__inquiryButton {
    margin-bottom: 30px;
  }
  .subscriptionMessages .subscriptionMessages__inquiryButton a {
    color: #F83A22;
    border: 4px solid #F83A22;
  }
  footer#subscription {
    background-color: #EEE;
    padding: 30px 0;
  }
  footer#subscription #footer_inner {
    width: 768px;
    overflow: hidden;
    margin: 0 auto;
  }
  footer#subscription #footer_inner .footer__elements {
    text-align: center;
    float: right;
  }
  footer#subscription #footer_inner .footer__elements a {
    display: block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    background-color: #CCC;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
  }
  footer#subscription #footer_inner .footer__elements p {
    font-size: 12px;
    color: #999;
  }
  .purchasedPlan__header {
    display: none;
  }
  .purchasedPlan__content {
    padding: 20px;
  }
}
@media all and (max-width: 768px) {
  .subscriptionContainer .jre_passport, .jreContainer .jre_passport {
    padding: 15px;
  }
  .subscriptionContainer .jre_passport__railwayStationSearch .railway_lines .railway_line, .jreContainer .jre_passport__railwayStationSearch .railway_lines .railway_line {
    width: 100%;
    text-align: left;
    padding-left: 10px;
  }
  .subscriptionContainer .jre_passport__subscriptions .subscriptionList, .jreContainer .jre_passport__subscriptions .subscriptionList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .subscriptionContainer .jre_passport__subscriptions .subscriptionList__elem, .jreContainer .jre_passport__subscriptions .subscriptionList__elem {
    width: 100%;
  }
  .subscriptionContainer .jre_passport__subscriptions .subscriptionList__elem .subscription, .jreContainer .jre_passport__subscriptions .subscriptionList__elem .subscription {
    margin: 15px 0;
  }
  .subscriptions, .subscriptionMessages {
    margin-bottom: 0;
  }
  .subscriptions h1, .subscriptionMessages h1 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    background-color: #EEE;
    border-bottom: 1px solid #CCC;
    padding: 5px 10px;
  }
  .subscriptions h2, .subscriptionMessages h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .subscriptions .subscription__elements .subscriptionSubscribedMessage, .subscriptionMessages .subscription__elements .subscriptionSubscribedMessage {
    font-size: 12px;
    text-align: center;
    padding: 15px 10px 5px;
    margin: 0 0 10px;
  }
  .subscriptions .subscription__elements .subscriptionSubscribedMessage:first-child, .subscriptionMessages .subscription__elements .subscriptionSubscribedMessage:first-child {
    padding-top: 0;
  }
  .subscriptions .subscription__elements .subscriptionSubscribedMessage span, .subscriptionMessages .subscription__elements .subscriptionSubscribedMessage span {
    font-size: 18px;
    word-break: break-word;
  }
  .subscriptions .subscription__elements .subscriptionSubscribedMessage .subscribedThanks, .subscriptionMessages .subscription__elements .subscriptionSubscribedMessage .subscribedThanks {
    padding-top: 15px;
    font-size: 16px;
    font-weight: bold;
  }
  .subscriptions .subscription__elements .subscriptionSubscribedMessage .subscribedInfo, .subscriptionMessages .subscription__elements .subscriptionSubscribedMessage .subscribedInfo {
    text-align: left;
    font-size: 12px;
    margin: 0 15px 10px;
  }
  .subscriptions .subscription__elements .subscriptionSubscribedMessage .subscribedButNotFound, .subscriptionMessages .subscription__elements .subscriptionSubscribedMessage .subscribedButNotFound {
    text-align: left;
    font-size: 12px;
    margin: 15px 15px 10px;
  }
  .subscriptions .subscription__elements .subscriptionSubscribedMessage .subscribedButNotFound a, .subscriptionMessages .subscription__elements .subscriptionSubscribedMessage .subscribedButNotFound a {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #000;
  }
  .subscriptions .subscription__elements .subscriptionElementWrapper, .subscriptionMessages .subscription__elements .subscriptionElementWrapper {
    position: relative;
    margin-bottom: 20px;
  }
  .subscriptions .subscription__elements #new_subscription .stripe-button-el, .subscriptions .subscription__elements #update_card .stripe-button-el, .subscriptions .subscription__elements #new_limited_subscription .stripe-button-el, .subscriptionMessages .subscription__elements #new_subscription .stripe-button-el, .subscriptionMessages .subscription__elements #update_card .stripe-button-el, .subscriptionMessages .subscription__elements #new_limited_subscription .stripe-button-el {
    width: 100%;
    background-color: #F83F26;
    background-image: none;
    border-radius: 10px;
  }
  .subscriptions .subscription__elements #new_subscription button.stripe-button-el, .subscriptions .subscription__elements #update_card button.stripe-button-el, .subscriptions .subscription__elements #new_limited_subscription button.stripe-button-el, .subscriptionMessages .subscription__elements #new_subscription button.stripe-button-el, .subscriptionMessages .subscription__elements #update_card button.stripe-button-el, .subscriptionMessages .subscription__elements #new_limited_subscription button.stripe-button-el {
    padding: 8px;
  }
  .subscriptions .subscription__elements #new_subscription button.stripe-button-el span, .subscriptions .subscription__elements #update_card button.stripe-button-el span, .subscriptions .subscription__elements #new_limited_subscription button.stripe-button-el span, .subscriptionMessages .subscription__elements #new_subscription button.stripe-button-el span, .subscriptionMessages .subscription__elements #update_card button.stripe-button-el span, .subscriptionMessages .subscription__elements #new_limited_subscription button.stripe-button-el span {
    font-size: 16px;
    color: #FFF;
    box-shadow: none;
    background-color: #F83F26;
    background-image: none;
  }
  .subscriptions .subscription__elements #new_subscription button[disabled].stripe-button-el, .subscriptions .subscription__elements #update_card button[disabled].stripe-button-el, .subscriptions .subscription__elements #new_limited_subscription button[disabled].stripe-button-el, .subscriptionMessages .subscription__elements #new_subscription button[disabled].stripe-button-el, .subscriptionMessages .subscription__elements #update_card button[disabled].stripe-button-el, .subscriptionMessages .subscription__elements #new_limited_subscription button[disabled].stripe-button-el {
    background-color: #CDCDCD;
    cursor: not-allowed;
  }
  .subscriptions .subscription__elements #new_subscription button[disabled].stripe-button-el span, .subscriptions .subscription__elements #update_card button[disabled].stripe-button-el span, .subscriptions .subscription__elements #new_limited_subscription button[disabled].stripe-button-el span, .subscriptionMessages .subscription__elements #new_subscription button[disabled].stripe-button-el span, .subscriptionMessages .subscription__elements #update_card button[disabled].stripe-button-el span, .subscriptionMessages .subscription__elements #new_limited_subscription button[disabled].stripe-button-el span {
    background-color: transparent;
  }
  .subscriptions .subscription__elements #new_subscription input.stripe-button-el, .subscriptions .subscription__elements #update_card input.stripe-button-el, .subscriptions .subscription__elements #new_limited_subscription input.stripe-button-el, .subscriptionMessages .subscription__elements #new_subscription input.stripe-button-el, .subscriptionMessages .subscription__elements #update_card input.stripe-button-el, .subscriptionMessages .subscription__elements #new_limited_subscription input.stripe-button-el {
    font-size: 16px;
    color: #FFF;
    box-shadow: none;
    border: none;
    padding: 11px;
    margin-top: 15px;
    cursor: pointer;
    appearance: none;
  }
  .subscriptions .subscription__elements .paymentFailedMessage .paymentFailedMessage__title, .subscriptionMessages .subscription__elements .paymentFailedMessage .paymentFailedMessage__title {
    font-size: 12px;
    text-align: center;
  }
  .subscriptions .subscription__elements .paymentFailedMessage .paymentFailedMessage__content, .subscriptionMessages .subscription__elements .paymentFailedMessage .paymentFailedMessage__content {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .subscriptions .subscription__elements .paymentFailedMessage .paymentFailedMessage__content span, .subscriptionMessages .subscription__elements .paymentFailedMessage .paymentFailedMessage__content span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .subscriptions .subscription__elements .subscriptionElement, .subscriptionMessages .subscription__elements .subscriptionElement {
    display: block;
    color: #333;
    text-decoration: none;
    word-break: break-all;
    border: 1px solid #DDD;
    padding-bottom: 15px;
    margin-bottom: 9px;
    position: relative;
  }
  .subscriptions .subscription__elements .subscriptionElement.planDetail, .subscriptionMessages .subscription__elements .subscriptionElement.planDetail {
    padding-bottom: 0;
  }
  .subscriptions .subscription__elements .subscriptionElement.subscription, .subscriptionMessages .subscription__elements .subscriptionElement.subscription {
    margin-bottom: 5px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__moreButton, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__moreButton {
    position: absolute;
    right: 18px;
    top: 180px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__moreButton a, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__moreButton a {
    display: table-cell;
    width: 30px;
    height: 27px;
    padding-top: 3px;
    text-align: center;
    vertical-align: middle;
    background-color: #CCC;
    border-radius: 50%;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__moreButton a i, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__moreButton a i {
    font-size: 22px;
    color: #FFF;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__image, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__image {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    padding: 4px 18px;
    margin: 9px 0 0 9px;
    border: 3px solid #FFF;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status.valid, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status.valid {
    background-color: #00A3D9;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status.invalid, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status.invalid {
    background-color: #F00;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status.payment_failed, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status.payment_failed {
    background-color: #F9AD24;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status.beginner, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status.beginner {
    background-color: #A3D900;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status.paused, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__image .plan_status.paused {
    background-color: #FF69B4;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopIcon span, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopIcon span {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #FEFEFE;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #DDD;
    border-radius: 50%;
    margin: -33px auto 0 auto;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopName, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopName {
    font-size: 14px;
    text-align: center;
    padding: 0 9px;
    margin-top: 15px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__name, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__name {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    padding: 0 9px;
    margin-bottom: 5px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__userNickname, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__userNickname {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    padding: 0 9px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__period, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__period {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-top: 5px;
    padding: 0 9px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__paused, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__paused {
    font-size: 12px;
    font-weight: bold;
    margin: 12px 0;
    padding: 0 9px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__updateCard, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__updateCard {
    font-size: 16px;
    margin-top: 20px;
    padding: 0 20px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__updateCard p, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__updateCard p {
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__updateCard p.update-card-description, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__updateCard p.update-card-description {
    font-size: 10px;
    color: #333;
    margin: 10px 0;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__updateCard .update-card-reload, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__updateCard .update-card-reload {
    font-size: 12px;
    color: #333;
    display: block;
    text-align: center;
    text-decoration: underline;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__detailButton, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__detailButton {
    width: 300px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #666;
    border-radius: 10px;
    padding: 15px;
    margin: 10px auto 0;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__amount, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__amount {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 5px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__amount span, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__amount span {
    font-size: 29px;
    font-weight: bold;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__detailedExplanation, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__detailedExplanation {
    font-size: 12px;
    padding: 0 25px;
    margin-top: 20px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__amountContent, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__amountContent {
    text-align: center;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__amountContent .subscriptionElement__amountCoupon, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__amountContent .subscriptionElement__amountCoupon {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__amountContent .subscriptionElement__amountCoupon .subscriptionElement__price, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__amountContent .subscriptionElement__amountCoupon .subscriptionElement__price {
    position: relative;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__amountContent .subscriptionElement__amountCoupon .subscriptionElement__price span, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__amountContent .subscriptionElement__amountCoupon .subscriptionElement__price span {
    font-size: 29px;
    font-weight: bold;
    display: inline-block;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__amountContent .subscriptionElement__amountCoupon .subscriptionElement__price span.strike, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__amountContent .subscriptionElement__amountCoupon .subscriptionElement__price span.strike {
    width: 100%;
    height: 0;
    border: 2px solid #F00;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(-10deg);
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__amountContent .subscriptionElement__span, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__amountContent .subscriptionElement__span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
  }
  .subscriptions .subscription__elements .subscriptionElement .down_allow, .subscriptionMessages .subscription__elements .subscriptionElement .down_allow {
    text-align: center;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__coupon, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__coupon {
    color: #F83F26;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__coupon span, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__coupon span {
    font-size: 29px;
    font-weight: bold;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__coupon p, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__coupon p {
    color: #333;
    font-size: 14px;
    font-weight: bold;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body {
    background-color: #EEE;
    padding: 10px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content {
    background-color: #FFF;
    border: 2px solid #BBB;
    padding-bottom: 20px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent {
    box-sizing: border-box;
    margin: 0 auto;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border {
    height: 25px;
    position: relative;
    margin: 0 0 10px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .subscription__border, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .subscription__border {
    width: calc(100% - 40px);
    position: absolute;
    border-bottom: 2px dashed #BBB;
    top: 12px;
    left: 0;
    margin: 0 20px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--left, .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--right, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--left, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--right {
    width: 24px;
    height: 24px;
    overflow: hidden;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--left .halfCircle, .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--right .halfCircle, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--left .halfCircle, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--right .halfCircle {
    width: 24px;
    height: 20px;
    position: absolute;
    top: 0;
    background-color: #EEE;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--left, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--left {
    position: absolute;
    top: 0;
    left: -2px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--left .halfCircle, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--left .halfCircle {
    border: 2px solid #BBB;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    left: -15px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--right, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--right {
    position: absolute;
    top: 0;
    right: -2px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--right .halfCircle, .subscriptionMessages .subscription__elements .subscriptionElement .subscription__body .subscriptionElement__content .subscriptionElement__borderContent .subscriptionElement__border .circle--right .halfCircle {
    border: 2px solid #BBB;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    right: -15px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__availableCards, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__availableCards {
    border-bottom: 1px solid #DDD;
    text-align: center;
    padding-bottom: 10px;
    margin: 10px 10px 0;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__availableCards img, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__availableCards img {
    height: 25px;
    margin-right: 5px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__availableCards img:last-child, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__availableCards img:last-child {
    margin-right: 0;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__availableCards a, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__availableCards a {
    color: #333;
    line-height: 2;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__availableCards a::before, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__availableCards a::before {
    content: "\a";
    white-space: pre;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElementNote__content, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElementNote__content {
    font-size: 12px;
    padding: 20px 10px 0;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElementNote__content .subscriptionElement__notice, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElementNote__content .subscriptionElement__notice {
    line-height: 1.7;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElementNote__content .subscriptionElement__notice p, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElementNote__content .subscriptionElement__notice p {
    color: #666;
    padding-left: 1em;
    text-indent: -1em;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElementNote__content .subscriptionElement__notice p a, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElementNote__content .subscriptionElement__notice p a {
    color: inherit;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__description, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__description {
    font-size: 12px;
    border-top: 1px solid #CCC;
    padding: 10px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__date, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__date {
    text-align: right;
    padding: 0 10px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation {
    width: 100%;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr {
    border-bottom: 1px solid #CCC;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr:first-child, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr:first-child {
    border-top: 1px solid #CCC;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td {
    font-size: 12px;
    color: #666;
    vertical-align: top;
    padding: 15px 10px;
    word-break: break-word;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a {
    display: block;
    color: #666;
    text-decoration: none;
    position: relative;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span {
    display: inline-block;
    vertical-align: top;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span.information, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span.information, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span.information, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span.information {
    margin-right: 35px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span.icon, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span.icon, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span.icon, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span.icon {
    width: 30px;
    height: 25px;
    text-align: center;
    position: absolute;
    top: -5px;
    right: 0;
    padding-top: 5px;
    margin-left: 10px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span.icon i, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span.icon i, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span.icon i, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span.icon i {
    font-size: 20px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span.icon i.fa-map-marker, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span.icon i.fa-map-marker, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span.icon i.fa-map-marker, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span.icon i.fa-map-marker {
    color: #FFF;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span.circle, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span.circle, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a span.circle, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a span.circle {
    background-color: #666;
    border-radius: 50%;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a.shop_url, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a.shop_url, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a.shop_url, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a.shop_url {
    display: inline;
    color: #00A3D9;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a.shop_url span, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a.shop_url span, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th a.shop_url span, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr td a.shop_url span {
    display: inline-block;
    font-size: 10px;
    color: #FFF;
    background-color: #A3D900;
    border-radius: 5px;
    padding: 2px 5px;
    margin-left: 5px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation tr th {
    width: 50px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation .shopElement__hour, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation .shopElement__hour {
    margin-bottom: 10px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__shopInformation .shopElement__hour:last-child, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__shopInformation .shopElement__hour:last-child {
    margin: 0;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__reservationUrl, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__reservationUrl {
    display: block;
    width: 96%;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #E73E26;
    border-radius: 6px;
    padding: 10px 0;
    margin: 20px auto;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__invoiceTitle, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__invoiceTitle {
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__invoices, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__invoices {
    width: 100%;
    text-align: center;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__invoices tr th, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__invoices tr td, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__invoices tr th, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__invoices tr td {
    font-size: 12px;
    padding: 5px 10px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__invoices tr th, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__invoices tr th {
    font-weight: bold;
    border: 1px solid #CCC;
    border-right: none;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__invoices tr th:first-child, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__invoices tr th:first-child {
    border-left: none;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__invoices tr td, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__invoices tr td {
    border-right: 1px solid #CCC;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__invoices tr td:nth-child(even), .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__invoices tr td:nth-child(even) {
    border-right: none;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__invoices tr.invoiceElement__head, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__invoices tr.invoiceElement__head {
    background-color: #EEE;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__notes, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__notes {
    font-size: 10px;
    color: #999;
    margin: 40px 20px 0;
    padding: 10px 20px;
    border: 1px solid #F00;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__notes p, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__notes p {
    padding-left: 1em;
    text-indent: -1em;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__signup, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__signup {
    padding: 0 25px;
    margin-top: 20px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__signup p, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__signup p {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-bottom: 5px;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__signup .stripeButton, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__signup a, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__signup .subscribeButton, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__signup .stripeButton, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__signup a, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__signup .subscribeButton {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #F83F26;
    border-radius: 10px;
    padding: 12px;
    border: 0;
  }
  .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__signup .stripeButton.subscribed, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__signup a.subscribed, .subscriptions .subscription__elements .subscriptionElement .subscriptionElement__signup .subscribeButton.subscribed, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__signup .stripeButton.subscribed, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__signup a.subscribed, .subscriptionMessages .subscription__elements .subscriptionElement .subscriptionElement__signup .subscribeButton.subscribed {
    color: #333;
    background-color: #FFF;
    border: 2px solid #333;
    border-width: 1px;
  }
  .subscriptions .subscription__elements .subscriptionUpdateWrapper, .subscriptionMessages .subscription__elements .subscriptionUpdateWrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px 10px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    text-align: center;
  }
  .subscriptions .subscription__elements .subscriptionUpdateWrapper p, .subscriptionMessages .subscription__elements .subscriptionUpdateWrapper p {
    font-size: 10px;
    text-align: left;
  }
  .subscriptions .subscription__elements .subscriptionUpdateWrapper p.paymentFailedMessage__title, .subscriptionMessages .subscription__elements .subscriptionUpdateWrapper p.paymentFailedMessage__title {
    text-align: center;
  }
  .subscriptions .subscription__elements .subscriptionUpdateWrapper p.paymentFailedMessage__content, .subscriptionMessages .subscription__elements .subscriptionUpdateWrapper p.paymentFailedMessage__content {
    margin-bottom: 20px;
  }
  .subscriptions .subscription__elements .subscriptionUpdateWrapper p.paymentFailedMessage__content span, .subscriptionMessages .subscription__elements .subscriptionUpdateWrapper p.paymentFailedMessage__content span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .subscriptions .subscription__elements .subscriptionUpdateWrapper a, .subscriptionMessages .subscription__elements .subscriptionUpdateWrapper a {
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
    color: #FFF;
  }
  .subscriptions .subscription__elements .subscriptionElement__notes, .subscriptionMessages .subscription__elements .subscriptionElement__notes {
    text-align: center;
    font-size: 10px;
    padding: 20px;
    margin-bottom: 10px;
  }
  .subscriptions .subscription__elements .subscriptionElement__no_invoices, .subscriptionMessages .subscription__elements .subscriptionElement__no_invoices {
    font-size: 10px;
    color: #999;
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .subscriptions .subscription__elements .subscriptionElement__no_invoices p, .subscriptionMessages .subscription__elements .subscriptionElement__no_invoices p {
    padding-left: 1em;
    text-indent: -1em;
  }
  .subscriptions .subscription__elements .subscriptionElement__no_invoices, .subscriptionMessages .subscription__elements .subscriptionElement__no_invoices {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-bottom: 20px;
  }
  .subscriptions .subscription__elements .subscriptionElement__link, .subscriptionMessages .subscription__elements .subscriptionElement__link {
    position: relative;
    font-size: 12px;
    text-align: center;
    padding-bottom: 0;
  }
  .subscriptions .subscription__elements .subscriptionElement__link .back, .subscriptionMessages .subscription__elements .subscriptionElement__link .back {
    display: inline-block;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 5px 20px;
  }
  .subscriptions .subscription__elements .subscriptionElement__link .cancel, .subscriptionMessages .subscription__elements .subscriptionElement__link .cancel {
    display: block;
    margin-top: 20px;
  }
  .subscriptions .subscription__elements .no__subscription, .subscriptionMessages .subscription__elements .no__subscription {
    text-align: center;
    padding: 20px 10px;
  }
  .subscriptions .subscription__elements .no__subscription h2, .subscriptionMessages .subscription__elements .no__subscription h2 {
    margin: 10px auto;
  }
  .subscriptions .subscription__elements .no__subscription p, .subscriptionMessages .subscription__elements .no__subscription p {
    width: 100%;
    font-size: 12px;
    margin: 0 auto;
  }
  .subscriptions .subscription__elements .no__subscription .subscriptionElement__link, .subscriptionMessages .subscription__elements .no__subscription .subscriptionElement__link {
    position: relative;
    font-size: 12px;
    text-align: center;
    padding-bottom: 0;
  }
  .subscriptions .plan__elements .planElement, .subscriptionMessages .plan__elements .planElement {
    display: table;
    width: 100%;
    color: #333;
    text-decoration: none;
    border-bottom: 2px solid #EEE;
  }
  .subscriptions .plan__elements .planElement .planElement__imageWrapper, .subscriptionMessages .plan__elements .planElement .planElement__imageWrapper {
    display: table-cell;
    width: 90px;
    vertical-align: top;
  }
  .subscriptions .plan__elements .planElement .planElement__imageWrapper .planElement__image, .subscriptionMessages .plan__elements .planElement .planElement__imageWrapper .planElement__image {
    width: 85px;
    height: 85px;
    background-size: cover;
    background-position: center;
  }
  .subscriptions .plan__elements .planElement .planElement__summary, .subscriptionMessages .plan__elements .planElement .planElement__summary {
    padding: 5px 10px 5px 0;
  }
  .subscriptions .plan__elements .planElement .planElement__summary .summaryElement__shop_name, .subscriptionMessages .plan__elements .planElement .planElement__summary .summaryElement__shop_name {
    font-size: 12px;
  }
  .subscriptions .plan__elements .planElement .planElement__summary .summaryElement__name, .subscriptionMessages .plan__elements .planElement .planElement__summary .summaryElement__name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .subscriptions .plan__elements .planElement .planElement__summary .summaryElement__description, .subscriptionMessages .plan__elements .planElement .planElement__summary .summaryElement__description {
    font-size: 12px;
    color: #CCC;
  }
  .subscriptionTickets {
    padding: 0 9px;
    touch-action: manipulation;
  }
  .subscriptionTickets .qrcodeError {
    font-size: 14px;
    margin-top: 20px;
  }
  .subscriptionTickets .qrcodeError p {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .subscriptionTickets .qrcodeError a {
    color: inherit;
  }
  .subscriptionTickets .subscriptionElement__limit {
    text-align: center;
    margin-bottom: 5px;
  }
  .subscriptionTickets .next-count-reset-at {
    margin-top: 10px;
    text-align: center;
  }
  .subscriptionTickets__Available .limitMsg {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .subscriptionTickets__Available p.limit {
    text-align: center;
    margin-bottom: 10px;
  }
  .subscriptionTickets__Available .subscriptionElement__limit {
    font-size: 13px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .subscriptionTickets__Available .button {
    text-align: center;
    border: 1px solid #F83A22;
    background-color: #F83A22;
    border-radius: 5px;
    margin: 0 auto;
  }
  .subscriptionTickets__Available .button a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    padding: 12px;
    text-decoration: none;
  }
  .subscriptionTickets__Available .subscriptionElement__numUseTicket {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .subscriptionTickets__Available .subscriptionElement__numUseTicket span {
    display: inline-block;
    font-weight: bold;
    margin-right: 15px;
  }
  .subscriptionTickets__Available .subscriptionElement__numUseTicket .enabled {
    cursor: pointer;
    color: #f00;
  }
  .subscriptionTickets__Available .subscriptionElement__numUseTicket .fa {
    font-size: 26px;
    line-height: 2;
  }
  .subscriptionTickets__Available .subscriptionElement__numUseTicket button {
    background-color: #FFF;
    outline: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #BBB;
    font-size: 20px;
    font-weight: normal;
  }
  .subscriptionTickets__Available .subscriptionElement__numUseTicket .disabled_button {
    color: #C0C0C0;
  }
  .subscriptionTickets__Available .subscriptionElement__numUseTicket #js-numUseTickets {
    font-size: 20px;
    font-weight: bold;
    margin: 0 20px 2px;
  }
  .subscriptionTickets__Available #modal_open_btn {
    border: 1px solid #F83A22;
    background-color: #F83A22;
    border-radius: 5px;
    margin: 0 auto;
  }
  .subscriptionTickets__Available #modal_open_btn a {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    padding: 12px;
  }
  .subscriptionTickets__Available #modal_open_btn input[type=submit] {
    display: none;
  }
  .subscriptionTickets .subscriptionElement__barcode {
    text-align: center;
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .subscriptionTickets .subscriptionElement__barcode p.msg {
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    background-color: #808080;
    border: 1px solid #808080;
    border-radius: 25px;
    padding: 5px;
    margin: 0 auto;
  }
  .subscriptionTickets .subscriptionElement__barcode .barcode_remaining_time {
    margin: 5px 0;
  }
  .subscriptionTickets .subscriptionElement__barcode .barcode_remaining_time p {
    margin-bottom: 10px;
  }
  .subscriptionTickets .subscriptionElement__barcode .barcode_remaining_time span {
    color: #F00;
    margin-right: 10px;
  }
  .subscriptionTickets .subscriptionElement__barcode .barcode_remaining_time .minutes {
    display: none;
    margin: 0;
  }
  .subscriptionTickets .subscriptionElement__barcode .barcode_remaining_time time {
    color: #F00;
  }
  .subscriptionTickets .subscriptionElement__barcode .barcode_remaining_time .in_use_gif {
    width: 30px;
    margin: 5px 5px 5px 0;
    vertical-align: middle;
  }
  .subscriptionTickets .subscriptionElement__barcode .subscription_perks, .subscriptionTickets .subscriptionElement__barcode .digital_ticket_perks {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
  }
  .subscriptionTickets .subscriptionElement__barcode .digital_ticket_perks span {
    color: #f00;
    font-weight: bold;
  }
  .subscriptionTickets .subscriptionElement__barcode .digital_ticket_perks p {
    margin-top: 5px;
  }
  .subscriptionTickets .subscriptionElement__barcode .expiration_at {
    font-size: 12px;
    margin: 10px 0;
  }
  .subscriptionTickets .next-count-reset-at {
    margin-top: 10px;
    text-align: center;
  }
  .subscriptionTickets__notAvailable .subscriptionElement__limit {
    font-size: 13px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .subscriptionTickets__notAvailable .availableDays {
    text-align: center;
    margin-bottom: 10px;
  }
  .subscriptionTickets__notAvailable .button {
    font-size: 14px;
    color: #FFF;
    background-color: #F8422B;
    border: 1px solid #F8422B;
    text-align: center;
    border-radius: 5px;
    padding: 12px 0;
    margin: 0 10px;
    text-decoration: none;
  }
  .subscriptionTickets .subscriptionElement__detail {
    font-size: 10px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .subscriptionMessages {
    margin: 15px;
    padding: 0 20px 10px;
    background: #FFF;
    text-align: center;
  }
  .subscriptionMessages a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    padding: 12px;
    margin: 0 10px 15px;
  }
  .subscriptionMessages .subscriptionMessages__text {
    font-size: 10px;
    padding: 20px 10px;
  }
  .subscriptionMessages .subscriptionMessages__text h2 {
    margin-bottom: 10px;
  }
  .subscriptionMessages .subscriptionMessages__text:nth-child(3) {
    padding-top: 10px;
  }
  .subscriptionMessages .subscriptionMessages__returnButton {
    margin-bottom: 10px;
  }
  .subscriptionMessages .subscriptionMessages__returnButton a {
    color: #FFF;
    background-color: #F83A22;
    border: 1px solid #F83A22;
  }
  .subscriptionMessages .subscriptionMessages__inquiryButton {
    margin-bottom: 10px;
  }
  .subscriptionMessages .subscriptionMessages__inquiryButton a {
    color: #F83A22;
    border: 4px solid #F83A22;
  }
  footer#subscription {
    background-color: #FFF;
    padding: 30px 20px;
  }
  footer#subscription #footer_inner {
    overflow: hidden;
    margin: 0 auto;
  }
  footer#subscription #footer_inner .footer__elements {
    text-align: center;
    float: none;
  }
  footer#subscription #footer_inner .footer__elements a {
    display: block;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    background-color: #CCC;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
  }
  footer#subscription #footer_inner .footer__elements p {
    font-size: 10px;
    color: #999;
  }
}
.planSurvey {
  font-size: 16px;
}
.planSurvey__header {
  text-align: right;
  padding: 15px;
}
.planSurvey__header a span {
  margin: 0 0 0 auto;
}
.planSurvey__content {
  width: 320px;
  box-sizing: border-box;
  padding: 50px 20px;
  margin: 0 auto;
}
.planSurvey__content .survey__title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.planSurvey__content .survey__title span {
  font-size: 12px;
  color: #CDCDCD;
}
.planSurvey__content .survey__title span::before {
  content: "\a";
  white-space: pre;
}
.planSurvey__content .survey__body .survey__question {
  font-weight: bold;
  padding: 0 15px;
  margin-bottom: 10px;
}
.planSurvey__content .survey__body .survey__description {
  font-size: 12px;
  color: #CDCDCD;
  padding: 0 15px;
  margin-bottom: 10px;
}
.planSurvey__content .survey__footer {
  font-size: 12px;
  text-align: center;
  padding-top: 30px;
}
.planSurvey__content .survey__footer a {
  color: #CDCDCD;
}
.planSurvey__content .form-group {
  padding: 0 15px;
  margin-bottom: 20px;
}
.planSurvey__content .form-group .radio {
  display: block;
  margin-bottom: 10px;
}
.planSurvey__content .form-group .radio label {
  font-weight: bold;
}
.planSurvey__content .form-group .radio input[type=radio] {
  margin-right: 10px;
}
.planSurvey__content input[type=submit] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background-color: #F83A22;
  border: none;
  border-radius: 5px;
  padding: 15px 0;
}
.planSurvey__footer {
  font-size: 10px;
  color: #CDCDCD;
  text-align: center;
  padding: 20px 0;
}

@media all and (max-width: 320px) {
  .subscriptionTickets .qrcodeError {
    font-size: 14px;
    margin-top: 20px;
  }
  .subscriptionTickets .qrcodeError p {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .subscriptionTickets .qrcodeError a {
    color: inherit;
  }
  .subscriptionTickets__Available p.limit {
    margin-bottom: 10px;
  }
  .subscriptionTickets__Available .subscriptionElement__numUseTicket {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .subscriptionTickets__Available .subscriptionElement__numUseTicket span {
    margin-right: 15px;
  }
  .subscriptionTickets__Available .subscriptionElement__numUseTicket button {
    background-color: #FFF;
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .subscriptionTickets__Available .subscriptionElement__numUseTicket .disabled_button {
    color: #C0C0C0;
  }
  .subscriptionTickets__Available .subscriptionElement__numUseTicket #js-numUseTickets {
    width: 50px;
    font-size: 18px;
  }
}
.parsley-errors-list {
  color: #c6321f;
  padding-top: 5px;
}

body#www #admin_header {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #DDD;
  padding: 15px 20px;
}
body#www #admin_header #left_space, body#www #admin_header #center_space, body#www #admin_header #right_space {
  display: table-cell;
  vertical-align: middle;
}
body#www #admin_header #left_space, body#www #admin_header #right_space {
  width: 20%;
}
body#www #admin_header #left_space a {
  display: block;
  width: 3em;
  height: 3em;
  color: #333;
  text-decoration: none;
  border: 1px solid #DDD;
  border-radius: 5px;
  position: relative;
}
body#www #admin_header #left_space a i {
  font-size: 24px;
  position: absolute;
  top: 6px;
  left: 8px;
}
body#www #admin_header #center_space {
  width: 60%;
  font-size: 20px;
  text-align: center;
}
body#www #www_container #www-super-admin-topic {
  padding: 20px;
}
body#www #www_container #www-super-admin-topic .btn {
  margin-bottom: 10px;
}
body#www #www_container #www-super-admin-topic .btn a {
  text-decoration: none;
  display: inline-block;
  width: 150px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 10px;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
body#www #www_container #www-super-admin-topic .year_and_month {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
body#www #www_container #www-super-admin-topic .year_and_month a {
  display: inline-block;
  color: #999;
  margin: 0 15px;
}
body#www #www_container #www-super-admin-topic h2 {
  font-size: 20px;
  font-weight: bold;
}
body#www #www_container #www-super-admin-topic table {
  width: 100%;
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
}
body#www #www_container #www-super-admin-topic table tr:nth-child(odd) {
  background-color: #F8F8F8;
}
body#www #www_container #www-super-admin-topic table tr th {
  width: 180px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #333;
  vertical-align: top;
  border-left: 1px solid #DDD;
  padding: 16px;
}
body#www #www_container #www-super-admin-topic table tr td {
  vertical-align: top;
  border-left: 1px solid #DDD;
  padding: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body#www #www_container #www-super-admin-topic table tr td .image_elements {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  height: 100px;
}
body#www #www_container #www-super-admin-topic table tr td .image_elements .image, body#www #www_container #www-super-admin-topic table tr td .image_elements .summary {
  display: table-cell;
  vertical-align: top;
}
body#www #www_container #www-super-admin-topic table tr td .image_elements .image {
  width: 100px;
}
body#www #www_container #www-super-admin-topic table tr td .image_elements .image img {
  display: block;
  width: 100px;
  margin-right: 10px;
}
body#www #www_container #www-super-admin-topic table tr td .image_elements .summary h3 {
  font-weight: bold;
}
body#www #www_container #www-super-admin-topic table tr td .image_elements .summary span {
  display: block;
  word-break: break-all;
}
body#www #www_container #www-super-admin-topic table tr td .image_elements .deleteLink {
  text-align: right;
}
body#www #www_container #www-super-admin-menus {
  padding: 20px;
}
body#www #www_container #www-super-admin-menus ul {
  display: flex;
  flex-wrap: wrap;
}
body#www #www_container #www-super-admin-menus ul li {
  width: 120px;
  margin: 15px;
}
body#www #www_container #www-super-admin-menus ul li a {
  display: block;
  color: #333;
  text-decoration: none;
}
body#www #www_container #www-super-admin-menus ul li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border: 1px solid #DDD;
  border-radius: 10px;
}
body#www #www_container #www-super-admin-menus ul li a .icon:hover {
  color: #888;
  background-color: #F8F8F8;
}
body#www #www_container #www-super-admin-menus ul li a .icon i {
  font-size: 80px;
}
body#www #www_container #www-super-admin-menus ul li a .title {
  text-align: center;
  padding-top: 5px;
}
body#www #www_container #www-super-admin-users, body#www #www_container #www-super-admin-topics, body#www #www_container #www-super-admin-www_shops, body#www #www_container #www-super-admin-topic-categories, body#www #www_container #www-super-admin-www_shop_requests, body#www #www_container #www-super-admin-lotteries, body#www #www_container #www-super-admin-app-notices, body#www #www_container #www-super-admin-topic_work_log_action, body#www #www_container #www-super-admin-topic_work_log {
  padding: 20px;
}
body#www #www_container #www-super-admin-users a, body#www #www_container #www-super-admin-topics a, body#www #www_container #www-super-admin-www_shops a, body#www #www_container #www-super-admin-topic-categories a, body#www #www_container #www-super-admin-www_shop_requests a, body#www #www_container #www-super-admin-lotteries a, body#www #www_container #www-super-admin-app-notices a, body#www #www_container #www-super-admin-topic_work_log_action a, body#www #www_container #www-super-admin-topic_work_log a {
  color: #00A3D9;
}
body#www #www_container #www-super-admin-users a.delete_snapshot, body#www #www_container #www-super-admin-topics a.delete_snapshot, body#www #www_container #www-super-admin-www_shops a.delete_snapshot, body#www #www_container #www-super-admin-topic-categories a.delete_snapshot, body#www #www_container #www-super-admin-www_shop_requests a.delete_snapshot, body#www #www_container #www-super-admin-lotteries a.delete_snapshot, body#www #www_container #www-super-admin-app-notices a.delete_snapshot, body#www #www_container #www-super-admin-topic_work_log_action a.delete_snapshot, body#www #www_container #www-super-admin-topic_work_log a.delete_snapshot {
  float: right;
}
body#www #www_container #www-super-admin-users #search_elements, body#www #www_container #www-super-admin-users .add_tags, body#www #www_container #www-super-admin-topics #search_elements, body#www #www_container #www-super-admin-topics .add_tags, body#www #www_container #www-super-admin-www_shops #search_elements, body#www #www_container #www-super-admin-www_shops .add_tags, body#www #www_container #www-super-admin-topic-categories #search_elements, body#www #www_container #www-super-admin-topic-categories .add_tags, body#www #www_container #www-super-admin-www_shop_requests #search_elements, body#www #www_container #www-super-admin-www_shop_requests .add_tags, body#www #www_container #www-super-admin-lotteries #search_elements, body#www #www_container #www-super-admin-lotteries .add_tags, body#www #www_container #www-super-admin-app-notices #search_elements, body#www #www_container #www-super-admin-app-notices .add_tags, body#www #www_container #www-super-admin-topic_work_log_action #search_elements, body#www #www_container #www-super-admin-topic_work_log_action .add_tags, body#www #www_container #www-super-admin-topic_work_log #search_elements, body#www #www_container #www-super-admin-topic_work_log .add_tags {
  margin-bottom: 10px;
}
body#www #www_container #www-super-admin-users #search_elements .form-group, body#www #www_container #www-super-admin-users .add_tags .form-group, body#www #www_container #www-super-admin-topics #search_elements .form-group, body#www #www_container #www-super-admin-topics .add_tags .form-group, body#www #www_container #www-super-admin-www_shops #search_elements .form-group, body#www #www_container #www-super-admin-www_shops .add_tags .form-group, body#www #www_container #www-super-admin-topic-categories #search_elements .form-group, body#www #www_container #www-super-admin-topic-categories .add_tags .form-group, body#www #www_container #www-super-admin-www_shop_requests #search_elements .form-group, body#www #www_container #www-super-admin-www_shop_requests .add_tags .form-group, body#www #www_container #www-super-admin-lotteries #search_elements .form-group, body#www #www_container #www-super-admin-lotteries .add_tags .form-group, body#www #www_container #www-super-admin-app-notices #search_elements .form-group, body#www #www_container #www-super-admin-app-notices .add_tags .form-group, body#www #www_container #www-super-admin-topic_work_log_action #search_elements .form-group, body#www #www_container #www-super-admin-topic_work_log_action .add_tags .form-group, body#www #www_container #www-super-admin-topic_work_log #search_elements .form-group, body#www #www_container #www-super-admin-topic_work_log .add_tags .form-group {
  display: inline-block;
}
body#www #www_container #www-super-admin-users #search_elements input[type=search], body#www #www_container #www-super-admin-users #search_elements input[type=text], body#www #www_container #www-super-admin-users .add_tags input[type=search], body#www #www_container #www-super-admin-users .add_tags input[type=text], body#www #www_container #www-super-admin-topics #search_elements input[type=search], body#www #www_container #www-super-admin-topics #search_elements input[type=text], body#www #www_container #www-super-admin-topics .add_tags input[type=search], body#www #www_container #www-super-admin-topics .add_tags input[type=text], body#www #www_container #www-super-admin-www_shops #search_elements input[type=search], body#www #www_container #www-super-admin-www_shops #search_elements input[type=text], body#www #www_container #www-super-admin-www_shops .add_tags input[type=search], body#www #www_container #www-super-admin-www_shops .add_tags input[type=text], body#www #www_container #www-super-admin-topic-categories #search_elements input[type=search], body#www #www_container #www-super-admin-topic-categories #search_elements input[type=text], body#www #www_container #www-super-admin-topic-categories .add_tags input[type=search], body#www #www_container #www-super-admin-topic-categories .add_tags input[type=text], body#www #www_container #www-super-admin-www_shop_requests #search_elements input[type=search], body#www #www_container #www-super-admin-www_shop_requests #search_elements input[type=text], body#www #www_container #www-super-admin-www_shop_requests .add_tags input[type=search], body#www #www_container #www-super-admin-www_shop_requests .add_tags input[type=text], body#www #www_container #www-super-admin-lotteries #search_elements input[type=search], body#www #www_container #www-super-admin-lotteries #search_elements input[type=text], body#www #www_container #www-super-admin-lotteries .add_tags input[type=search], body#www #www_container #www-super-admin-lotteries .add_tags input[type=text], body#www #www_container #www-super-admin-app-notices #search_elements input[type=search], body#www #www_container #www-super-admin-app-notices #search_elements input[type=text], body#www #www_container #www-super-admin-app-notices .add_tags input[type=search], body#www #www_container #www-super-admin-app-notices .add_tags input[type=text], body#www #www_container #www-super-admin-topic_work_log_action #search_elements input[type=search], body#www #www_container #www-super-admin-topic_work_log_action #search_elements input[type=text], body#www #www_container #www-super-admin-topic_work_log_action .add_tags input[type=search], body#www #www_container #www-super-admin-topic_work_log_action .add_tags input[type=text], body#www #www_container #www-super-admin-topic_work_log #search_elements input[type=search], body#www #www_container #www-super-admin-topic_work_log #search_elements input[type=text], body#www #www_container #www-super-admin-topic_work_log .add_tags input[type=search], body#www #www_container #www-super-admin-topic_work_log .add_tags input[type=text] {
  font-size: 12px;
  border: 1px solid #DDD;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  padding: 6px;
}
body#www #www_container #www-super-admin-users #search_elements input[type=submit], body#www #www_container #www-super-admin-users .add_tags input[type=submit], body#www #www_container #www-super-admin-topics #search_elements input[type=submit], body#www #www_container #www-super-admin-topics .add_tags input[type=submit], body#www #www_container #www-super-admin-www_shops #search_elements input[type=submit], body#www #www_container #www-super-admin-www_shops .add_tags input[type=submit], body#www #www_container #www-super-admin-topic-categories #search_elements input[type=submit], body#www #www_container #www-super-admin-topic-categories .add_tags input[type=submit], body#www #www_container #www-super-admin-www_shop_requests #search_elements input[type=submit], body#www #www_container #www-super-admin-www_shop_requests .add_tags input[type=submit], body#www #www_container #www-super-admin-lotteries #search_elements input[type=submit], body#www #www_container #www-super-admin-lotteries .add_tags input[type=submit], body#www #www_container #www-super-admin-app-notices #search_elements input[type=submit], body#www #www_container #www-super-admin-app-notices .add_tags input[type=submit], body#www #www_container #www-super-admin-topic_work_log_action #search_elements input[type=submit], body#www #www_container #www-super-admin-topic_work_log_action .add_tags input[type=submit], body#www #www_container #www-super-admin-topic_work_log #search_elements input[type=submit], body#www #www_container #www-super-admin-topic_work_log .add_tags input[type=submit] {
  font-size: 12px;
  border: 1px solid #DDD;
  border-radius: 5px;
  background-color: #EEE;
  -webkit-appearance: none;
  padding: 5px;
  cursor: pointer;
}
body#www #www_container #www-super-admin-users .add_tags, body#www #www_container #www-super-admin-topics .add_tags, body#www #www_container #www-super-admin-www_shops .add_tags, body#www #www_container #www-super-admin-topic-categories .add_tags, body#www #www_container #www-super-admin-www_shop_requests .add_tags, body#www #www_container #www-super-admin-lotteries .add_tags, body#www #www_container #www-super-admin-app-notices .add_tags, body#www #www_container #www-super-admin-topic_work_log_action .add_tags, body#www #www_container #www-super-admin-topic_work_log .add_tags {
  width: 500px;
  position: absolute;
  top: 20px;
  left: 470px;
}
body#www #www_container #www-super-admin-users .add_tags ul, body#www #www_container #www-super-admin-topics .add_tags ul, body#www #www_container #www-super-admin-www_shops .add_tags ul, body#www #www_container #www-super-admin-topic-categories .add_tags ul, body#www #www_container #www-super-admin-www_shop_requests .add_tags ul, body#www #www_container #www-super-admin-lotteries .add_tags ul, body#www #www_container #www-super-admin-app-notices .add_tags ul, body#www #www_container #www-super-admin-topic_work_log_action .add_tags ul, body#www #www_container #www-super-admin-topic_work_log .add_tags ul {
  position: absolute;
  top: 0;
  left: 250px;
}
body#www #www_container #www-super-admin-users #add_element, body#www #www_container #www-super-admin-topics #add_element, body#www #www_container #www-super-admin-www_shops #add_element, body#www #www_container #www-super-admin-topic-categories #add_element, body#www #www_container #www-super-admin-www_shop_requests #add_element, body#www #www_container #www-super-admin-lotteries #add_element, body#www #www_container #www-super-admin-app-notices #add_element, body#www #www_container #www-super-admin-topic_work_log_action #add_element, body#www #www_container #www-super-admin-topic_work_log #add_element {
  margin-bottom: 10px;
}
body#www #www_container #www-super-admin-users #add_element a, body#www #www_container #www-super-admin-topics #add_element a, body#www #www_container #www-super-admin-www_shops #add_element a, body#www #www_container #www-super-admin-topic-categories #add_element a, body#www #www_container #www-super-admin-www_shop_requests #add_element a, body#www #www_container #www-super-admin-lotteries #add_element a, body#www #www_container #www-super-admin-app-notices #add_element a, body#www #www_container #www-super-admin-topic_work_log_action #add_element a, body#www #www_container #www-super-admin-topic_work_log #add_element a {
  display: inline-block;
  font-size: 12px;
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: #DDD;
  border: 1px solid #EEE;
  border-radius: 5px;
  padding: 5px 15px;
}
body#www #www_container #www-super-admin-users table, body#www #www_container #www-super-admin-topics table, body#www #www_container #www-super-admin-www_shops table, body#www #www_container #www-super-admin-topic-categories table, body#www #www_container #www-super-admin-www_shop_requests table, body#www #www_container #www-super-admin-lotteries table, body#www #www_container #www-super-admin-app-notices table, body#www #www_container #www-super-admin-topic_work_log_action table, body#www #www_container #www-super-admin-topic_work_log table {
  width: 100%;
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
}
body#www #www_container #www-super-admin-users table thead tr th, body#www #www_container #www-super-admin-topics table thead tr th, body#www #www_container #www-super-admin-www_shops table thead tr th, body#www #www_container #www-super-admin-topic-categories table thead tr th, body#www #www_container #www-super-admin-www_shop_requests table thead tr th, body#www #www_container #www-super-admin-lotteries table thead tr th, body#www #www_container #www-super-admin-app-notices table thead tr th, body#www #www_container #www-super-admin-topic_work_log_action table thead tr th, body#www #www_container #www-super-admin-topic_work_log table thead tr th {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
  background-color: #CCC;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  padding: 5px;
}
body#www #www_container #www-super-admin-users table tbody tr, body#www #www_container #www-super-admin-topics table tbody tr, body#www #www_container #www-super-admin-www_shops table tbody tr, body#www #www_container #www-super-admin-topic-categories table tbody tr, body#www #www_container #www-super-admin-www_shop_requests table tbody tr, body#www #www_container #www-super-admin-lotteries table tbody tr, body#www #www_container #www-super-admin-app-notices table tbody tr, body#www #www_container #www-super-admin-topic_work_log_action table tbody tr, body#www #www_container #www-super-admin-topic_work_log table tbody tr {
  border-bottom: 1px solid #DDD;
}
body#www #www_container #www-super-admin-users table tbody tr:nth-child(even), body#www #www_container #www-super-admin-topics table tbody tr:nth-child(even), body#www #www_container #www-super-admin-www_shops table tbody tr:nth-child(even), body#www #www_container #www-super-admin-topic-categories table tbody tr:nth-child(even), body#www #www_container #www-super-admin-www_shop_requests table tbody tr:nth-child(even), body#www #www_container #www-super-admin-lotteries table tbody tr:nth-child(even), body#www #www_container #www-super-admin-app-notices table tbody tr:nth-child(even), body#www #www_container #www-super-admin-topic_work_log_action table tbody tr:nth-child(even), body#www #www_container #www-super-admin-topic_work_log table tbody tr:nth-child(even) {
  background-color: #F8F8F8;
}
body#www #www_container #www-super-admin-users table tbody tr:last-of-type, body#www #www_container #www-super-admin-topics table tbody tr:last-of-type, body#www #www_container #www-super-admin-www_shops table tbody tr:last-of-type, body#www #www_container #www-super-admin-topic-categories table tbody tr:last-of-type, body#www #www_container #www-super-admin-www_shop_requests table tbody tr:last-of-type, body#www #www_container #www-super-admin-lotteries table tbody tr:last-of-type, body#www #www_container #www-super-admin-app-notices table tbody tr:last-of-type, body#www #www_container #www-super-admin-topic_work_log_action table tbody tr:last-of-type, body#www #www_container #www-super-admin-topic_work_log table tbody tr:last-of-type {
  border-bottom: 2px solid #CCC;
}
body#www #www_container #www-super-admin-users table tbody tr td, body#www #www_container #www-super-admin-topics table tbody tr td, body#www #www_container #www-super-admin-www_shops table tbody tr td, body#www #www_container #www-super-admin-topic-categories table tbody tr td, body#www #www_container #www-super-admin-www_shop_requests table tbody tr td, body#www #www_container #www-super-admin-lotteries table tbody tr td, body#www #www_container #www-super-admin-app-notices table tbody tr td, body#www #www_container #www-super-admin-topic_work_log_action table tbody tr td, body#www #www_container #www-super-admin-topic_work_log table tbody tr td {
  font-size: 12px;
  color: #333;
  vertical-align: middle;
  border-left: 1px solid #DDD;
  padding: 5px;
}
body#www #www_container #www-super-admin-users table tbody tr td.cloudinary, body#www #www_container #www-super-admin-topics table tbody tr td.cloudinary, body#www #www_container #www-super-admin-www_shops table tbody tr td.cloudinary, body#www #www_container #www-super-admin-topic-categories table tbody tr td.cloudinary, body#www #www_container #www-super-admin-www_shop_requests table tbody tr td.cloudinary, body#www #www_container #www-super-admin-lotteries table tbody tr td.cloudinary, body#www #www_container #www-super-admin-app-notices table tbody tr td.cloudinary, body#www #www_container #www-super-admin-topic_work_log_action table tbody tr td.cloudinary, body#www #www_container #www-super-admin-topic_work_log table tbody tr td.cloudinary {
  text-align: center;
  font-size: 32px;
}
body#www #www_container #www-super-admin-users table.topics .cacheImageDisplay, body#www #www_container #www-super-admin-topics table.topics .cacheImageDisplay, body#www #www_container #www-super-admin-www_shops table.topics .cacheImageDisplay, body#www #www_container #www-super-admin-topic-categories table.topics .cacheImageDisplay, body#www #www_container #www-super-admin-www_shop_requests table.topics .cacheImageDisplay, body#www #www_container #www-super-admin-lotteries table.topics .cacheImageDisplay, body#www #www_container #www-super-admin-app-notices table.topics .cacheImageDisplay, body#www #www_container #www-super-admin-topic_work_log_action table.topics .cacheImageDisplay, body#www #www_container #www-super-admin-topic_work_log table.topics .cacheImageDisplay {
  overflow: hidden;
  margin-bottom: 5px;
}
body#www #www_container #www-super-admin-users table.topics .cacheImageDisplay .cacheImageDisplay__image, body#www #www_container #www-super-admin-topics table.topics .cacheImageDisplay .cacheImageDisplay__image, body#www #www_container #www-super-admin-www_shops table.topics .cacheImageDisplay .cacheImageDisplay__image, body#www #www_container #www-super-admin-topic-categories table.topics .cacheImageDisplay .cacheImageDisplay__image, body#www #www_container #www-super-admin-www_shop_requests table.topics .cacheImageDisplay .cacheImageDisplay__image, body#www #www_container #www-super-admin-lotteries table.topics .cacheImageDisplay .cacheImageDisplay__image, body#www #www_container #www-super-admin-app-notices table.topics .cacheImageDisplay .cacheImageDisplay__image, body#www #www_container #www-super-admin-topic_work_log_action table.topics .cacheImageDisplay .cacheImageDisplay__image, body#www #www_container #www-super-admin-topic_work_log table.topics .cacheImageDisplay .cacheImageDisplay__image {
  width: 210px;
  float: left;
}
body#www #www_container #www-super-admin-users table.topics .cacheImageDisplay .cacheImageDisplay__dataTable, body#www #www_container #www-super-admin-topics table.topics .cacheImageDisplay .cacheImageDisplay__dataTable, body#www #www_container #www-super-admin-www_shops table.topics .cacheImageDisplay .cacheImageDisplay__dataTable, body#www #www_container #www-super-admin-topic-categories table.topics .cacheImageDisplay .cacheImageDisplay__dataTable, body#www #www_container #www-super-admin-www_shop_requests table.topics .cacheImageDisplay .cacheImageDisplay__dataTable, body#www #www_container #www-super-admin-lotteries table.topics .cacheImageDisplay .cacheImageDisplay__dataTable, body#www #www_container #www-super-admin-app-notices table.topics .cacheImageDisplay .cacheImageDisplay__dataTable, body#www #www_container #www-super-admin-topic_work_log_action table.topics .cacheImageDisplay .cacheImageDisplay__dataTable, body#www #www_container #www-super-admin-topic_work_log table.topics .cacheImageDisplay .cacheImageDisplay__dataTable {
  float: left;
}
body#www #www_container #www-super-admin-users table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table, body#www #www_container #www-super-admin-topics table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table, body#www #www_container #www-super-admin-www_shops table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table, body#www #www_container #www-super-admin-topic-categories table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table, body#www #www_container #www-super-admin-www_shop_requests table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table, body#www #www_container #www-super-admin-lotteries table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table, body#www #www_container #www-super-admin-app-notices table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table, body#www #www_container #www-super-admin-topic_work_log_action table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table, body#www #www_container #www-super-admin-topic_work_log table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table {
  width: 300px;
  border-left: 1px solid #DDD;
}
body#www #www_container #www-super-admin-users table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table tr th, body#www #www_container #www-super-admin-topics table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table tr th, body#www #www_container #www-super-admin-www_shops table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table tr th, body#www #www_container #www-super-admin-topic-categories table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table tr th, body#www #www_container #www-super-admin-www_shop_requests table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table tr th, body#www #www_container #www-super-admin-lotteries table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table tr th, body#www #www_container #www-super-admin-app-notices table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table tr th, body#www #www_container #www-super-admin-topic_work_log_action table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table tr th, body#www #www_container #www-super-admin-topic_work_log table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table tr th {
  padding: 5px;
}
body#www #www_container #www-super-admin-users table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table tr td, body#www #www_container #www-super-admin-topics table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table tr td, body#www #www_container #www-super-admin-www_shops table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table tr td, body#www #www_container #www-super-admin-topic-categories table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table tr td, body#www #www_container #www-super-admin-www_shop_requests table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table tr td, body#www #www_container #www-super-admin-lotteries table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table tr td, body#www #www_container #www-super-admin-app-notices table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table tr td, body#www #www_container #www-super-admin-topic_work_log_action table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table tr td, body#www #www_container #www-super-admin-topic_work_log table.topics .cacheImageDisplay .cacheImageDisplay__dataTable table tr td {
  word-break: break-word;
}
body#www #www_container #www-super-admin-users table.topics tr.checking, body#www #www_container #www-super-admin-topics table.topics tr.checking, body#www #www_container #www-super-admin-www_shops table.topics tr.checking, body#www #www_container #www-super-admin-topic-categories table.topics tr.checking, body#www #www_container #www-super-admin-www_shop_requests table.topics tr.checking, body#www #www_container #www-super-admin-lotteries table.topics tr.checking, body#www #www_container #www-super-admin-app-notices table.topics tr.checking, body#www #www_container #www-super-admin-topic_work_log_action table.topics tr.checking, body#www #www_container #www-super-admin-topic_work_log table.topics tr.checking {
  background-color: #d9edf7;
}
body#www #www_container #www-super-admin-users table.topics tr.done, body#www #www_container #www-super-admin-topics table.topics tr.done, body#www #www_container #www-super-admin-www_shops table.topics tr.done, body#www #www_container #www-super-admin-topic-categories table.topics tr.done, body#www #www_container #www-super-admin-www_shop_requests table.topics tr.done, body#www #www_container #www-super-admin-lotteries table.topics tr.done, body#www #www_container #www-super-admin-app-notices table.topics tr.done, body#www #www_container #www-super-admin-topic_work_log_action table.topics tr.done, body#www #www_container #www-super-admin-topic_work_log table.topics tr.done {
  background-color: #dff0d8;
}
body#www #www_container #www-super-admin-users table.topics tr.error, body#www #www_container #www-super-admin-topics table.topics tr.error, body#www #www_container #www-super-admin-www_shops table.topics tr.error, body#www #www_container #www-super-admin-topic-categories table.topics tr.error, body#www #www_container #www-super-admin-www_shop_requests table.topics tr.error, body#www #www_container #www-super-admin-lotteries table.topics tr.error, body#www #www_container #www-super-admin-app-notices table.topics tr.error, body#www #www_container #www-super-admin-topic_work_log_action table.topics tr.error, body#www #www_container #www-super-admin-topic_work_log table.topics tr.error {
  background-color: #f2dede;
}
body#www #www_container #www-super-admin-users table.topics tr td .new_pickup, body#www #www_container #www-super-admin-topics table.topics tr td .new_pickup, body#www #www_container #www-super-admin-www_shops table.topics tr td .new_pickup, body#www #www_container #www-super-admin-topic-categories table.topics tr td .new_pickup, body#www #www_container #www-super-admin-www_shop_requests table.topics tr td .new_pickup, body#www #www_container #www-super-admin-lotteries table.topics tr td .new_pickup, body#www #www_container #www-super-admin-app-notices table.topics tr td .new_pickup, body#www #www_container #www-super-admin-topic_work_log_action table.topics tr td .new_pickup, body#www #www_container #www-super-admin-topic_work_log table.topics tr td .new_pickup {
  width: 190px;
  overflow: hidden;
}
body#www #www_container #www-super-admin-users table.topics tr td .new_pickup input[type=text], body#www #www_container #www-super-admin-topics table.topics tr td .new_pickup input[type=text], body#www #www_container #www-super-admin-www_shops table.topics tr td .new_pickup input[type=text], body#www #www_container #www-super-admin-topic-categories table.topics tr td .new_pickup input[type=text], body#www #www_container #www-super-admin-www_shop_requests table.topics tr td .new_pickup input[type=text], body#www #www_container #www-super-admin-lotteries table.topics tr td .new_pickup input[type=text], body#www #www_container #www-super-admin-app-notices table.topics tr td .new_pickup input[type=text], body#www #www_container #www-super-admin-topic_work_log_action table.topics tr td .new_pickup input[type=text], body#www #www_container #www-super-admin-topic_work_log table.topics tr td .new_pickup input[type=text] {
  display: block;
  border: 1px solid #BBB;
  border-radius: 3px;
  padding: 5px;
  float: left;
}
body#www #www_container #www-super-admin-users table.topics tr td .new_pickup input[type=submit], body#www #www_container #www-super-admin-topics table.topics tr td .new_pickup input[type=submit], body#www #www_container #www-super-admin-www_shops table.topics tr td .new_pickup input[type=submit], body#www #www_container #www-super-admin-topic-categories table.topics tr td .new_pickup input[type=submit], body#www #www_container #www-super-admin-www_shop_requests table.topics tr td .new_pickup input[type=submit], body#www #www_container #www-super-admin-lotteries table.topics tr td .new_pickup input[type=submit], body#www #www_container #www-super-admin-app-notices table.topics tr td .new_pickup input[type=submit], body#www #www_container #www-super-admin-topic_work_log_action table.topics tr td .new_pickup input[type=submit], body#www #www_container #www-super-admin-topic_work_log table.topics tr td .new_pickup input[type=submit] {
  display: inline-block;
  font-size: 10px;
  background-color: #CCC;
  border: 1px solid #BBB;
  border-radius: 3px;
  padding: 3px;
  margin: 1px 0 0 5px;
  cursor: pointer;
  -webkit-appearance: none;
}
body#www #www_container #www-super-admin-users table.www_shops td a.edit_this, body#www #www_container #www-super-admin-topics table.www_shops td a.edit_this, body#www #www_container #www-super-admin-www_shops table.www_shops td a.edit_this, body#www #www_container #www-super-admin-topic-categories table.www_shops td a.edit_this, body#www #www_container #www-super-admin-www_shop_requests table.www_shops td a.edit_this, body#www #www_container #www-super-admin-lotteries table.www_shops td a.edit_this, body#www #www_container #www-super-admin-app-notices table.www_shops td a.edit_this, body#www #www_container #www-super-admin-topic_work_log_action table.www_shops td a.edit_this, body#www #www_container #www-super-admin-topic_work_log table.www_shops td a.edit_this {
  display: block;
  width: 3em;
  font-size: 12px;
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: #EEE;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 3px 5px;
}
body#www #www_container #www-super-admin-users table.sub_localities, body#www #www_container #www-super-admin-topics table.sub_localities, body#www #www_container #www-super-admin-www_shops table.sub_localities, body#www #www_container #www-super-admin-topic-categories table.sub_localities, body#www #www_container #www-super-admin-www_shop_requests table.sub_localities, body#www #www_container #www-super-admin-lotteries table.sub_localities, body#www #www_container #www-super-admin-app-notices table.sub_localities, body#www #www_container #www-super-admin-topic_work_log_action table.sub_localities, body#www #www_container #www-super-admin-topic_work_log table.sub_localities {
  margin-bottom: 30px;
}
body#www #www-super-admin-www_shops.edit dl.update, body#www #www-super-admin-topic-categories.edit dl.update, body#www #www-super-admin-app-notices.edit dl.update, body#www #www-super-admin-topic_work_log_action.edit dl.update, body#www #www-super-admin-topic_work_log.edit dl.update {
  text-align: right;
}
body#www #www-super-admin-www_shops.edit dl.update dt, body#www #www-super-admin-www_shops.edit dl.update dd, body#www #www-super-admin-topic-categories.edit dl.update dt, body#www #www-super-admin-topic-categories.edit dl.update dd, body#www #www-super-admin-app-notices.edit dl.update dt, body#www #www-super-admin-app-notices.edit dl.update dd, body#www #www-super-admin-topic_work_log_action.edit dl.update dt, body#www #www-super-admin-topic_work_log_action.edit dl.update dd, body#www #www-super-admin-topic_work_log.edit dl.update dt, body#www #www-super-admin-topic_work_log.edit dl.update dd {
  display: inline;
  font-size: 12px;
  color: #333;
}
body#www #www-super-admin-www_shops.edit p, body#www #www-super-admin-topic-categories.edit p, body#www #www-super-admin-app-notices.edit p, body#www #www-super-admin-topic_work_log_action.edit p, body#www #www-super-admin-topic_work_log.edit p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
body#www #www-super-admin-www_shops.edit table, body#www #www-super-admin-topic-categories.edit table, body#www #www-super-admin-app-notices.edit table, body#www #www-super-admin-topic_work_log_action.edit table, body#www #www-super-admin-topic_work_log.edit table {
  margin-bottom: 20px;
}
body#www #www-super-admin-www_shops.edit table caption .alert-error, body#www #www-super-admin-topic-categories.edit table caption .alert-error, body#www #www-super-admin-app-notices.edit table caption .alert-error, body#www #www-super-admin-topic_work_log_action.edit table caption .alert-error, body#www #www-super-admin-topic_work_log.edit table caption .alert-error {
  font-size: 14px;
  font-weight: bold;
  color: #f94c36;
  border: 1px solid #f94c36;
  padding: 10px;
  margin-bottom: 10px;
}
body#www #www-super-admin-www_shops.edit table tr th, body#www #www-super-admin-topic-categories.edit table tr th, body#www #www-super-admin-app-notices.edit table tr th, body#www #www-super-admin-topic_work_log_action.edit table tr th, body#www #www-super-admin-topic_work_log.edit table tr th {
  width: 100px;
  vertical-align: middle;
  border-left: 1px solid #DDD;
  padding: 10px;
}
body#www #www-super-admin-www_shops.edit table tr td input[type=text], body#www #www-super-admin-www_shops.edit table tr td input[type=number], body#www #www-super-admin-www_shops.edit table tr td input[type=url], body#www #www-super-admin-www_shops.edit table tr td textarea, body#www #www-super-admin-topic-categories.edit table tr td input[type=text], body#www #www-super-admin-topic-categories.edit table tr td input[type=number], body#www #www-super-admin-topic-categories.edit table tr td input[type=url], body#www #www-super-admin-topic-categories.edit table tr td textarea, body#www #www-super-admin-app-notices.edit table tr td input[type=text], body#www #www-super-admin-app-notices.edit table tr td input[type=number], body#www #www-super-admin-app-notices.edit table tr td input[type=url], body#www #www-super-admin-app-notices.edit table tr td textarea, body#www #www-super-admin-topic_work_log_action.edit table tr td input[type=text], body#www #www-super-admin-topic_work_log_action.edit table tr td input[type=number], body#www #www-super-admin-topic_work_log_action.edit table tr td input[type=url], body#www #www-super-admin-topic_work_log_action.edit table tr td textarea, body#www #www-super-admin-topic_work_log.edit table tr td input[type=text], body#www #www-super-admin-topic_work_log.edit table tr td input[type=number], body#www #www-super-admin-topic_work_log.edit table tr td input[type=url], body#www #www-super-admin-topic_work_log.edit table tr td textarea {
  display: block;
  width: 70%;
  box-sizing: border-box;
  font-size: 12px;
  color: #333;
  border: 1px solid #DDD;
  border-radius: 5px;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  padding: 10px 5px;
}
body#www #www-super-admin-www_shops.edit table tr td input[type=text].middle, body#www #www-super-admin-www_shops.edit table tr td input[type=number].middle, body#www #www-super-admin-www_shops.edit table tr td input[type=url].middle, body#www #www-super-admin-www_shops.edit table tr td textarea.middle, body#www #www-super-admin-topic-categories.edit table tr td input[type=text].middle, body#www #www-super-admin-topic-categories.edit table tr td input[type=number].middle, body#www #www-super-admin-topic-categories.edit table tr td input[type=url].middle, body#www #www-super-admin-topic-categories.edit table tr td textarea.middle, body#www #www-super-admin-app-notices.edit table tr td input[type=text].middle, body#www #www-super-admin-app-notices.edit table tr td input[type=number].middle, body#www #www-super-admin-app-notices.edit table tr td input[type=url].middle, body#www #www-super-admin-app-notices.edit table tr td textarea.middle, body#www #www-super-admin-topic_work_log_action.edit table tr td input[type=text].middle, body#www #www-super-admin-topic_work_log_action.edit table tr td input[type=number].middle, body#www #www-super-admin-topic_work_log_action.edit table tr td input[type=url].middle, body#www #www-super-admin-topic_work_log_action.edit table tr td textarea.middle, body#www #www-super-admin-topic_work_log.edit table tr td input[type=text].middle, body#www #www-super-admin-topic_work_log.edit table tr td input[type=number].middle, body#www #www-super-admin-topic_work_log.edit table tr td input[type=url].middle, body#www #www-super-admin-topic_work_log.edit table tr td textarea.middle {
  width: 40%;
}
body#www #www-super-admin-www_shops.edit table tr td input[type=text].short, body#www #www-super-admin-www_shops.edit table tr td input[type=number].short, body#www #www-super-admin-www_shops.edit table tr td input[type=url].short, body#www #www-super-admin-www_shops.edit table tr td textarea.short, body#www #www-super-admin-topic-categories.edit table tr td input[type=text].short, body#www #www-super-admin-topic-categories.edit table tr td input[type=number].short, body#www #www-super-admin-topic-categories.edit table tr td input[type=url].short, body#www #www-super-admin-topic-categories.edit table tr td textarea.short, body#www #www-super-admin-app-notices.edit table tr td input[type=text].short, body#www #www-super-admin-app-notices.edit table tr td input[type=number].short, body#www #www-super-admin-app-notices.edit table tr td input[type=url].short, body#www #www-super-admin-app-notices.edit table tr td textarea.short, body#www #www-super-admin-topic_work_log_action.edit table tr td input[type=text].short, body#www #www-super-admin-topic_work_log_action.edit table tr td input[type=number].short, body#www #www-super-admin-topic_work_log_action.edit table tr td input[type=url].short, body#www #www-super-admin-topic_work_log_action.edit table tr td textarea.short, body#www #www-super-admin-topic_work_log.edit table tr td input[type=text].short, body#www #www-super-admin-topic_work_log.edit table tr td input[type=number].short, body#www #www-super-admin-topic_work_log.edit table tr td input[type=url].short, body#www #www-super-admin-topic_work_log.edit table tr td textarea.short {
  width: 25%;
}
body#www #www-super-admin-www_shops.edit table tr td input[type=text].disabled, body#www #www-super-admin-www_shops.edit table tr td input[type=number].disabled, body#www #www-super-admin-www_shops.edit table tr td input[type=url].disabled, body#www #www-super-admin-www_shops.edit table tr td textarea.disabled, body#www #www-super-admin-topic-categories.edit table tr td input[type=text].disabled, body#www #www-super-admin-topic-categories.edit table tr td input[type=number].disabled, body#www #www-super-admin-topic-categories.edit table tr td input[type=url].disabled, body#www #www-super-admin-topic-categories.edit table tr td textarea.disabled, body#www #www-super-admin-app-notices.edit table tr td input[type=text].disabled, body#www #www-super-admin-app-notices.edit table tr td input[type=number].disabled, body#www #www-super-admin-app-notices.edit table tr td input[type=url].disabled, body#www #www-super-admin-app-notices.edit table tr td textarea.disabled, body#www #www-super-admin-topic_work_log_action.edit table tr td input[type=text].disabled, body#www #www-super-admin-topic_work_log_action.edit table tr td input[type=number].disabled, body#www #www-super-admin-topic_work_log_action.edit table tr td input[type=url].disabled, body#www #www-super-admin-topic_work_log_action.edit table tr td textarea.disabled, body#www #www-super-admin-topic_work_log.edit table tr td input[type=text].disabled, body#www #www-super-admin-topic_work_log.edit table tr td input[type=number].disabled, body#www #www-super-admin-topic_work_log.edit table tr td input[type=url].disabled, body#www #www-super-admin-topic_work_log.edit table tr td textarea.disabled {
  background: #9E9E9E;
}
body#www #www-super-admin-www_shops.edit table tr td .image_preview, body#www #www-super-admin-topic-categories.edit table tr td .image_preview, body#www #www-super-admin-app-notices.edit table tr td .image_preview, body#www #www-super-admin-topic_work_log_action.edit table tr td .image_preview, body#www #www-super-admin-topic_work_log.edit table tr td .image_preview {
  width: 500px;
  height: 200px;
  background-color: #EEE;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #DDD;
  position: relative;
  cursor: pointer;
}
body#www #www-super-admin-www_shops.edit table tr td .image_preview i, body#www #www-super-admin-topic-categories.edit table tr td .image_preview i, body#www #www-super-admin-app-notices.edit table tr td .image_preview i, body#www #www-super-admin-topic_work_log_action.edit table tr td .image_preview i, body#www #www-super-admin-topic_work_log.edit table tr td .image_preview i {
  font-size: 40px;
  color: #BBB;
  position: absolute;
  top: 17px;
  left: 26px;
}
body#www #www-super-admin-www_shops.edit table tr td .image_preview p, body#www #www-super-admin-topic-categories.edit table tr td .image_preview p, body#www #www-super-admin-app-notices.edit table tr td .image_preview p, body#www #www-super-admin-topic_work_log_action.edit table tr td .image_preview p, body#www #www-super-admin-topic_work_log.edit table tr td .image_preview p {
  width: 100%;
  font-size: 10px;
  color: #FFF;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
body#www #www-super-admin-www_shops.edit table tr td .image_preview i.none, body#www #www-super-admin-www_shops.edit table tr td .image_preview p.none, body#www #www-super-admin-topic-categories.edit table tr td .image_preview i.none, body#www #www-super-admin-topic-categories.edit table tr td .image_preview p.none, body#www #www-super-admin-app-notices.edit table tr td .image_preview i.none, body#www #www-super-admin-app-notices.edit table tr td .image_preview p.none, body#www #www-super-admin-topic_work_log_action.edit table tr td .image_preview i.none, body#www #www-super-admin-topic_work_log_action.edit table tr td .image_preview p.none, body#www #www-super-admin-topic_work_log.edit table tr td .image_preview i.none, body#www #www-super-admin-topic_work_log.edit table tr td .image_preview p.none {
  display: none;
}
body#www #www-super-admin-www_shops.edit table tr td .hidden, body#www #www-super-admin-topic-categories.edit table tr td .hidden, body#www #www-super-admin-app-notices.edit table tr td .hidden, body#www #www-super-admin-topic_work_log_action.edit table tr td .hidden, body#www #www-super-admin-topic_work_log.edit table tr td .hidden {
  display: none;
}
body#www #www-super-admin-www_shops.edit table tr td #topic_category_image, body#www #www-super-admin-www_shops.edit table tr td #feature_image, body#www #www-super-admin-www_shops.edit table tr td #serial_image, body#www #www-super-admin-www_shops.edit table tr td #brand_icon_image, body#www #www-super-admin-www_shops.edit table tr td #gourmet_day_image, body#www #www-super-admin-www_shops.edit table tr td #app_notice_image, body#www #www-super-admin-topic-categories.edit table tr td #topic_category_image, body#www #www-super-admin-topic-categories.edit table tr td #feature_image, body#www #www-super-admin-topic-categories.edit table tr td #serial_image, body#www #www-super-admin-topic-categories.edit table tr td #brand_icon_image, body#www #www-super-admin-topic-categories.edit table tr td #gourmet_day_image, body#www #www-super-admin-topic-categories.edit table tr td #app_notice_image, body#www #www-super-admin-app-notices.edit table tr td #topic_category_image, body#www #www-super-admin-app-notices.edit table tr td #feature_image, body#www #www-super-admin-app-notices.edit table tr td #serial_image, body#www #www-super-admin-app-notices.edit table tr td #brand_icon_image, body#www #www-super-admin-app-notices.edit table tr td #gourmet_day_image, body#www #www-super-admin-app-notices.edit table tr td #app_notice_image, body#www #www-super-admin-topic_work_log_action.edit table tr td #topic_category_image, body#www #www-super-admin-topic_work_log_action.edit table tr td #feature_image, body#www #www-super-admin-topic_work_log_action.edit table tr td #serial_image, body#www #www-super-admin-topic_work_log_action.edit table tr td #brand_icon_image, body#www #www-super-admin-topic_work_log_action.edit table tr td #gourmet_day_image, body#www #www-super-admin-topic_work_log_action.edit table tr td #app_notice_image, body#www #www-super-admin-topic_work_log.edit table tr td #topic_category_image, body#www #www-super-admin-topic_work_log.edit table tr td #feature_image, body#www #www-super-admin-topic_work_log.edit table tr td #serial_image, body#www #www-super-admin-topic_work_log.edit table tr td #brand_icon_image, body#www #www-super-admin-topic_work_log.edit table tr td #gourmet_day_image, body#www #www-super-admin-topic_work_log.edit table tr td #app_notice_image {
  display: none;
}
body#www #www-super-admin-www_shops.edit table tr td #set_topic_category_image .image_preview, body#www #www-super-admin-www_shops.edit table tr td #set_feature_image .image_preview, body#www #www-super-admin-www_shops.edit table tr td #set_serial_image .image_preview, body#www #www-super-admin-www_shops.edit table tr td #set_brand_icon_image .image_preview, body#www #www-super-admin-www_shops.edit table tr td #set_gourmet_day_image .image_preview, body#www #www-super-admin-www_shops.edit table tr td #set_app_notice_image .image_preview, body#www #www-super-admin-topic-categories.edit table tr td #set_topic_category_image .image_preview, body#www #www-super-admin-topic-categories.edit table tr td #set_feature_image .image_preview, body#www #www-super-admin-topic-categories.edit table tr td #set_serial_image .image_preview, body#www #www-super-admin-topic-categories.edit table tr td #set_brand_icon_image .image_preview, body#www #www-super-admin-topic-categories.edit table tr td #set_gourmet_day_image .image_preview, body#www #www-super-admin-topic-categories.edit table tr td #set_app_notice_image .image_preview, body#www #www-super-admin-app-notices.edit table tr td #set_topic_category_image .image_preview, body#www #www-super-admin-app-notices.edit table tr td #set_feature_image .image_preview, body#www #www-super-admin-app-notices.edit table tr td #set_serial_image .image_preview, body#www #www-super-admin-app-notices.edit table tr td #set_brand_icon_image .image_preview, body#www #www-super-admin-app-notices.edit table tr td #set_gourmet_day_image .image_preview, body#www #www-super-admin-app-notices.edit table tr td #set_app_notice_image .image_preview, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_topic_category_image .image_preview, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_feature_image .image_preview, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_serial_image .image_preview, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_brand_icon_image .image_preview, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_gourmet_day_image .image_preview, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_app_notice_image .image_preview, body#www #www-super-admin-topic_work_log.edit table tr td #set_topic_category_image .image_preview, body#www #www-super-admin-topic_work_log.edit table tr td #set_feature_image .image_preview, body#www #www-super-admin-topic_work_log.edit table tr td #set_serial_image .image_preview, body#www #www-super-admin-topic_work_log.edit table tr td #set_brand_icon_image .image_preview, body#www #www-super-admin-topic_work_log.edit table tr td #set_gourmet_day_image .image_preview, body#www #www-super-admin-topic_work_log.edit table tr td #set_app_notice_image .image_preview {
  width: 100px;
  height: 100px;
  background-color: #EEE;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #DDD;
  position: relative;
  cursor: pointer;
}
body#www #www-super-admin-www_shops.edit table tr td #set_topic_category_image .image_preview i, body#www #www-super-admin-www_shops.edit table tr td #set_feature_image .image_preview i, body#www #www-super-admin-www_shops.edit table tr td #set_serial_image .image_preview i, body#www #www-super-admin-www_shops.edit table tr td #set_brand_icon_image .image_preview i, body#www #www-super-admin-www_shops.edit table tr td #set_gourmet_day_image .image_preview i, body#www #www-super-admin-www_shops.edit table tr td #set_app_notice_image .image_preview i, body#www #www-super-admin-topic-categories.edit table tr td #set_topic_category_image .image_preview i, body#www #www-super-admin-topic-categories.edit table tr td #set_feature_image .image_preview i, body#www #www-super-admin-topic-categories.edit table tr td #set_serial_image .image_preview i, body#www #www-super-admin-topic-categories.edit table tr td #set_brand_icon_image .image_preview i, body#www #www-super-admin-topic-categories.edit table tr td #set_gourmet_day_image .image_preview i, body#www #www-super-admin-topic-categories.edit table tr td #set_app_notice_image .image_preview i, body#www #www-super-admin-app-notices.edit table tr td #set_topic_category_image .image_preview i, body#www #www-super-admin-app-notices.edit table tr td #set_feature_image .image_preview i, body#www #www-super-admin-app-notices.edit table tr td #set_serial_image .image_preview i, body#www #www-super-admin-app-notices.edit table tr td #set_brand_icon_image .image_preview i, body#www #www-super-admin-app-notices.edit table tr td #set_gourmet_day_image .image_preview i, body#www #www-super-admin-app-notices.edit table tr td #set_app_notice_image .image_preview i, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_topic_category_image .image_preview i, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_feature_image .image_preview i, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_serial_image .image_preview i, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_brand_icon_image .image_preview i, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_gourmet_day_image .image_preview i, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_app_notice_image .image_preview i, body#www #www-super-admin-topic_work_log.edit table tr td #set_topic_category_image .image_preview i, body#www #www-super-admin-topic_work_log.edit table tr td #set_feature_image .image_preview i, body#www #www-super-admin-topic_work_log.edit table tr td #set_serial_image .image_preview i, body#www #www-super-admin-topic_work_log.edit table tr td #set_brand_icon_image .image_preview i, body#www #www-super-admin-topic_work_log.edit table tr td #set_gourmet_day_image .image_preview i, body#www #www-super-admin-topic_work_log.edit table tr td #set_app_notice_image .image_preview i {
  font-size: 40px;
  color: #BBB;
  position: absolute;
  top: 17px;
  left: 26px;
}
body#www #www-super-admin-www_shops.edit table tr td #set_topic_category_image .image_preview p, body#www #www-super-admin-www_shops.edit table tr td #set_feature_image .image_preview p, body#www #www-super-admin-www_shops.edit table tr td #set_serial_image .image_preview p, body#www #www-super-admin-www_shops.edit table tr td #set_brand_icon_image .image_preview p, body#www #www-super-admin-www_shops.edit table tr td #set_gourmet_day_image .image_preview p, body#www #www-super-admin-www_shops.edit table tr td #set_app_notice_image .image_preview p, body#www #www-super-admin-topic-categories.edit table tr td #set_topic_category_image .image_preview p, body#www #www-super-admin-topic-categories.edit table tr td #set_feature_image .image_preview p, body#www #www-super-admin-topic-categories.edit table tr td #set_serial_image .image_preview p, body#www #www-super-admin-topic-categories.edit table tr td #set_brand_icon_image .image_preview p, body#www #www-super-admin-topic-categories.edit table tr td #set_gourmet_day_image .image_preview p, body#www #www-super-admin-topic-categories.edit table tr td #set_app_notice_image .image_preview p, body#www #www-super-admin-app-notices.edit table tr td #set_topic_category_image .image_preview p, body#www #www-super-admin-app-notices.edit table tr td #set_feature_image .image_preview p, body#www #www-super-admin-app-notices.edit table tr td #set_serial_image .image_preview p, body#www #www-super-admin-app-notices.edit table tr td #set_brand_icon_image .image_preview p, body#www #www-super-admin-app-notices.edit table tr td #set_gourmet_day_image .image_preview p, body#www #www-super-admin-app-notices.edit table tr td #set_app_notice_image .image_preview p, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_topic_category_image .image_preview p, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_feature_image .image_preview p, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_serial_image .image_preview p, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_brand_icon_image .image_preview p, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_gourmet_day_image .image_preview p, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_app_notice_image .image_preview p, body#www #www-super-admin-topic_work_log.edit table tr td #set_topic_category_image .image_preview p, body#www #www-super-admin-topic_work_log.edit table tr td #set_feature_image .image_preview p, body#www #www-super-admin-topic_work_log.edit table tr td #set_serial_image .image_preview p, body#www #www-super-admin-topic_work_log.edit table tr td #set_brand_icon_image .image_preview p, body#www #www-super-admin-topic_work_log.edit table tr td #set_gourmet_day_image .image_preview p, body#www #www-super-admin-topic_work_log.edit table tr td #set_app_notice_image .image_preview p {
  width: 100%;
  font-size: 10px;
  color: #FFF;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
body#www #www-super-admin-www_shops.edit table tr td #set_topic_category_image .image_preview i.none, body#www #www-super-admin-www_shops.edit table tr td #set_topic_category_image .image_preview p.none, body#www #www-super-admin-www_shops.edit table tr td #set_feature_image .image_preview i.none, body#www #www-super-admin-www_shops.edit table tr td #set_feature_image .image_preview p.none, body#www #www-super-admin-www_shops.edit table tr td #set_serial_image .image_preview i.none, body#www #www-super-admin-www_shops.edit table tr td #set_serial_image .image_preview p.none, body#www #www-super-admin-www_shops.edit table tr td #set_brand_icon_image .image_preview i.none, body#www #www-super-admin-www_shops.edit table tr td #set_brand_icon_image .image_preview p.none, body#www #www-super-admin-www_shops.edit table tr td #set_gourmet_day_image .image_preview i.none, body#www #www-super-admin-www_shops.edit table tr td #set_gourmet_day_image .image_preview p.none, body#www #www-super-admin-www_shops.edit table tr td #set_app_notice_image .image_preview i.none, body#www #www-super-admin-www_shops.edit table tr td #set_app_notice_image .image_preview p.none, body#www #www-super-admin-topic-categories.edit table tr td #set_topic_category_image .image_preview i.none, body#www #www-super-admin-topic-categories.edit table tr td #set_topic_category_image .image_preview p.none, body#www #www-super-admin-topic-categories.edit table tr td #set_feature_image .image_preview i.none, body#www #www-super-admin-topic-categories.edit table tr td #set_feature_image .image_preview p.none, body#www #www-super-admin-topic-categories.edit table tr td #set_serial_image .image_preview i.none, body#www #www-super-admin-topic-categories.edit table tr td #set_serial_image .image_preview p.none, body#www #www-super-admin-topic-categories.edit table tr td #set_brand_icon_image .image_preview i.none, body#www #www-super-admin-topic-categories.edit table tr td #set_brand_icon_image .image_preview p.none, body#www #www-super-admin-topic-categories.edit table tr td #set_gourmet_day_image .image_preview i.none, body#www #www-super-admin-topic-categories.edit table tr td #set_gourmet_day_image .image_preview p.none, body#www #www-super-admin-topic-categories.edit table tr td #set_app_notice_image .image_preview i.none, body#www #www-super-admin-topic-categories.edit table tr td #set_app_notice_image .image_preview p.none, body#www #www-super-admin-app-notices.edit table tr td #set_topic_category_image .image_preview i.none, body#www #www-super-admin-app-notices.edit table tr td #set_topic_category_image .image_preview p.none, body#www #www-super-admin-app-notices.edit table tr td #set_feature_image .image_preview i.none, body#www #www-super-admin-app-notices.edit table tr td #set_feature_image .image_preview p.none, body#www #www-super-admin-app-notices.edit table tr td #set_serial_image .image_preview i.none, body#www #www-super-admin-app-notices.edit table tr td #set_serial_image .image_preview p.none, body#www #www-super-admin-app-notices.edit table tr td #set_brand_icon_image .image_preview i.none, body#www #www-super-admin-app-notices.edit table tr td #set_brand_icon_image .image_preview p.none, body#www #www-super-admin-app-notices.edit table tr td #set_gourmet_day_image .image_preview i.none, body#www #www-super-admin-app-notices.edit table tr td #set_gourmet_day_image .image_preview p.none, body#www #www-super-admin-app-notices.edit table tr td #set_app_notice_image .image_preview i.none, body#www #www-super-admin-app-notices.edit table tr td #set_app_notice_image .image_preview p.none, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_topic_category_image .image_preview i.none, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_topic_category_image .image_preview p.none, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_feature_image .image_preview i.none, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_feature_image .image_preview p.none, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_serial_image .image_preview i.none, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_serial_image .image_preview p.none, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_brand_icon_image .image_preview i.none, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_brand_icon_image .image_preview p.none, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_gourmet_day_image .image_preview i.none, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_gourmet_day_image .image_preview p.none, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_app_notice_image .image_preview i.none, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_app_notice_image .image_preview p.none, body#www #www-super-admin-topic_work_log.edit table tr td #set_topic_category_image .image_preview i.none, body#www #www-super-admin-topic_work_log.edit table tr td #set_topic_category_image .image_preview p.none, body#www #www-super-admin-topic_work_log.edit table tr td #set_feature_image .image_preview i.none, body#www #www-super-admin-topic_work_log.edit table tr td #set_feature_image .image_preview p.none, body#www #www-super-admin-topic_work_log.edit table tr td #set_serial_image .image_preview i.none, body#www #www-super-admin-topic_work_log.edit table tr td #set_serial_image .image_preview p.none, body#www #www-super-admin-topic_work_log.edit table tr td #set_brand_icon_image .image_preview i.none, body#www #www-super-admin-topic_work_log.edit table tr td #set_brand_icon_image .image_preview p.none, body#www #www-super-admin-topic_work_log.edit table tr td #set_gourmet_day_image .image_preview i.none, body#www #www-super-admin-topic_work_log.edit table tr td #set_gourmet_day_image .image_preview p.none, body#www #www-super-admin-topic_work_log.edit table tr td #set_app_notice_image .image_preview i.none, body#www #www-super-admin-topic_work_log.edit table tr td #set_app_notice_image .image_preview p.none {
  display: none;
}
body#www #www-super-admin-www_shops.edit table tr td #set_feature_image .image_preview, body#www #www-super-admin-www_shops.edit table tr td #set_serial_image .image_preview, body#www #www-super-admin-topic-categories.edit table tr td #set_feature_image .image_preview, body#www #www-super-admin-topic-categories.edit table tr td #set_serial_image .image_preview, body#www #www-super-admin-app-notices.edit table tr td #set_feature_image .image_preview, body#www #www-super-admin-app-notices.edit table tr td #set_serial_image .image_preview, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_feature_image .image_preview, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_serial_image .image_preview, body#www #www-super-admin-topic_work_log.edit table tr td #set_feature_image .image_preview, body#www #www-super-admin-topic_work_log.edit table tr td #set_serial_image .image_preview {
  width: 560px;
  height: 150px;
}
body#www #www-super-admin-www_shops.edit table tr td #set_feature_image .image_preview i, body#www #www-super-admin-www_shops.edit table tr td #set_serial_image .image_preview i, body#www #www-super-admin-topic-categories.edit table tr td #set_feature_image .image_preview i, body#www #www-super-admin-topic-categories.edit table tr td #set_serial_image .image_preview i, body#www #www-super-admin-app-notices.edit table tr td #set_feature_image .image_preview i, body#www #www-super-admin-app-notices.edit table tr td #set_serial_image .image_preview i, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_feature_image .image_preview i, body#www #www-super-admin-topic_work_log_action.edit table tr td #set_serial_image .image_preview i, body#www #www-super-admin-topic_work_log.edit table tr td #set_feature_image .image_preview i, body#www #www-super-admin-topic_work_log.edit table tr td #set_serial_image .image_preview i {
  top: 46px;
  left: 256px;
}
body#www #www-super-admin-www_shops.edit .form-actions, body#www #www-super-admin-topic-categories.edit .form-actions, body#www #www-super-admin-app-notices.edit .form-actions, body#www #www-super-admin-topic_work_log_action.edit .form-actions, body#www #www-super-admin-topic_work_log.edit .form-actions {
  text-align: center;
}
body#www #www-super-admin-www_shops.edit .form-actions input[type=submit], body#www #www-super-admin-www_shops.edit .form-actions button, body#www #www-super-admin-topic-categories.edit .form-actions input[type=submit], body#www #www-super-admin-topic-categories.edit .form-actions button, body#www #www-super-admin-app-notices.edit .form-actions input[type=submit], body#www #www-super-admin-app-notices.edit .form-actions button, body#www #www-super-admin-topic_work_log_action.edit .form-actions input[type=submit], body#www #www-super-admin-topic_work_log_action.edit .form-actions button, body#www #www-super-admin-topic_work_log.edit .form-actions input[type=submit], body#www #www-super-admin-topic_work_log.edit .form-actions button {
  display: inline-block;
  width: 120px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background-color: #f94c36;
  border: 1px solid #f94c36;
  border-radius: 5px;
  padding: 8px 0;
  cursor: pointer;
  -webkit-appearance: none;
}
body#www #www-super-admin-www_shops.edit .form-actions button, body#www #www-super-admin-topic-categories.edit .form-actions button, body#www #www-super-admin-app-notices.edit .form-actions button, body#www #www-super-admin-topic_work_log_action.edit .form-actions button, body#www #www-super-admin-topic_work_log.edit .form-actions button {
  color: #999;
  background-color: #EEE;
  border: 1px solid #DDD;
}
body#www #www-super-admin-www_shops.edit .display_priority_form input[type=number], body#www #www-super-admin-www_shops.edit .velocity_form input[type=number], body#www #www-super-admin-topic-categories.edit .display_priority_form input[type=number], body#www #www-super-admin-topic-categories.edit .velocity_form input[type=number], body#www #www-super-admin-app-notices.edit .display_priority_form input[type=number], body#www #www-super-admin-app-notices.edit .velocity_form input[type=number], body#www #www-super-admin-topic_work_log_action.edit .display_priority_form input[type=number], body#www #www-super-admin-topic_work_log_action.edit .velocity_form input[type=number], body#www #www-super-admin-topic_work_log.edit .display_priority_form input[type=number], body#www #www-super-admin-topic_work_log.edit .velocity_form input[type=number] {
  width: 70px;
}
body#www #www-super-admin-www_shops.edit .display_priority_form .form-group, body#www #www-super-admin-topic-categories.edit .display_priority_form .form-group, body#www #www-super-admin-app-notices.edit .display_priority_form .form-group, body#www #www-super-admin-topic_work_log_action.edit .display_priority_form .form-group, body#www #www-super-admin-topic_work_log.edit .display_priority_form .form-group {
  display: inline-block;
  margin-right: 10px;
}
body#www #admin_contents {
  display: flex;
  width: 100%;
}
body#www #admin_contents #sidemenus {
  width: 200px;
  height: 100%;
  background-color: #f6f6f6;
  border-right: 1px solid #ddd;
  top: 0;
  left: 0;
}
body#www #admin_contents #sidemenus ul {
  padding: 20px 0;
}
body#www #admin_contents #sidemenus ul li a {
  display: table;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  padding: 10px 19px;
}
body#www #admin_contents #sidemenus ul li a:hover {
  background-color: #CCC;
}
body#www #admin_contents #sidemenus ul li a .icon, body#www #admin_contents #sidemenus ul li a .title {
  display: table-cell;
  text-align: left;
}
body#www #admin_contents #sidemenus ul li a .icon {
  width: 1.4em;
}
body#www #admin_contents #admin_contents_main {
  width: 100%;
  box-sizing: border-box;
}
body#www #admin_contents #admin_contents_main .quickSetButtons {
  width: 190px;
  margin-bottom: 5px;
}
body#www #admin_contents #admin_contents_main .quickSetButtons span {
  display: inline-block;
  font-size: 10px;
  border: 1px solid #BBB;
  border-radius: 3px;
  padding: 0 3px;
  cursor: pointer;
}
body#www #admin_contents #admin_contents_main .www_shops textarea {
  height: 100px;
}

@media all and (min-width: 769px) {
  body#www #www_container .takeoutDeliveryHeader {
    text-align: center;
    background-size: cover;
    background-position: center;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard {
    background-color: rgba(255, 239, 150, 0.8);
    padding: 50px 0;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__billboard-inner img {
    margin-bottom: 10px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__billboard-inner .takeoutDeliveryHeader__billboard-message h1 {
    font-size: 31px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__billboard-inner .takeoutDeliveryHeader__billboard-message span {
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search form, body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form {
    display: block !important;
    width: 300px;
    margin: 0 auto;
    position: relative;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search form .autocomplete-suggestions, body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .autocomplete-suggestions {
    box-sizing: border-box;
    color: #FFF;
    background-color: #000;
    border-radius: 5px;
    top: 40px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search form .autocomplete-suggestions .autocomplete-suggestion, body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .autocomplete-suggestions .autocomplete-suggestion {
    padding: 10px 15px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search form .inputField, body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .inputField {
    width: 300px;
    margin: 0 auto;
    position: relative;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search form .inputField i, body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .inputField i {
    font-size: 24px;
    color: #666;
    position: absolute;
    top: 7px;
    left: 10px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search form .inputField input, body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .inputField input {
    display: block;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 10px 10px 10px 35px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search form input[type=submit], body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form input[type=submit] {
    display: block;
    box-sizing: border-box;
    width: 250px;
    color: #FFF;
    background-color: #F8422B;
    border: none;
    border-radius: 5px;
    padding: 10px;
    margin: 20px auto 0;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine {
    width: 350px;
    margin: 0 auto;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form {
    display: flex !important;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .inputField, body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .submitButton {
    width: auto;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .inputField {
    flex: 1;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .inputField input {
    width: 100%;
    border-radius: 5px 0 0 5px/5px 0 0 5px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .submitButton {
    box-sizing: border-box;
    width: 58px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #444;
    background-color: #EEE;
    border: 1px solid #CDCDCD;
    border-radius: 0 5px 5px 0/0 5px 5px 0;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .submitButton i, body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .submitButton input[type=submit] {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .submitButton i {
    margin-right: 2px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .submitButton input[type=submit] {
    width: auto;
    color: #444;
    background-color: initial;
    padding: 0;
    margin: 0;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .link__forOwner {
    margin-top: 20px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .link__forOwner a {
    font-size: 12px;
    color: #00A3D9;
  }
  body#www #www_container section.takeoutDelivery {
    width: 720px;
    margin: 60px auto;
  }
  body#www #www_container section.takeoutDelivery h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  body#www #www_container section.takeoutDelivery h1 span {
    font-size: 14px;
  }
  body#www #www_container section.takeoutDelivery h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  body#www #www_container section.takeoutDelivery .link__allElements a {
    display: block;
    width: 200px;
    text-align: center;
    text-decoration: none;
    color: #666;
    border: 2px solid #999;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 50px auto 0;
  }
  body#www #www_container section.takeoutDelivery#topics h1, body#www #www_container section.takeoutDelivery#topics h2 {
    font-size: 20px;
  }
  body#www #www_container section.takeoutDelivery#topics h1 span, body#www #www_container section.takeoutDelivery#topics h2 span {
    font-size: 14px;
  }
  body#www #www_container section.takeoutDelivery#topics .topicList .topicElement {
    display: flex;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #EEE;
    padding: 15px 0;
  }
  body#www #www_container section.takeoutDelivery#topics .topicList .topicElement__image {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
  }
  body#www #www_container section.takeoutDelivery#topics .topicList .topicElement__data {
    flex: 1;
  }
  body#www #www_container section.takeoutDelivery#topics .topicList .topicElement__data-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  body#www #www_container section.takeoutDelivery#topics .topicList .topicElement__data-description {
    font-size: 12px;
    color: #999;
  }
  body#www #www_container section.takeoutDelivery#shops h1, body#www #www_container section.takeoutDelivery#shops h2 {
    margin-bottom: 30px;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList {
    display: flex;
    flex-wrap: wrap;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement {
    display: flex;
    width: 340px;
    text-decoration: none;
    color: #333;
    margin-bottom: 20px;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__image {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    background-color: #EEE;
    border-radius: 50%;
    margin-right: 20px;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__data {
    flex: 1;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__data-name {
    font-weight: bold;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__data-category {
    font-size: 12px;
    margin-top: 5px;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__data-category span.icon, body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__data-category span.name {
    vertical-align: middle;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__data-category span.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 21px 84px;
    background-position-y: -42px;
    margin-right: 5px;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__data-category span.name {
    display: inline-block;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__data-status {
    font-size: 12px;
    margin-top: 5px;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__data-status span {
    display: inline-block;
    vertical-align: middle;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__data-status span.icon {
    width: 16px;
    height: 18px;
    background-size: cover;
    background-position: center;
    margin: 0 3px;
  }
  body#www #www_container section.takeoutDelivery#prefectures h2 {
    margin-bottom: 20px;
  }
  body#www #www_container section.takeoutDelivery#prefectures .prefectureList .prefecture {
    display: inline-block;
    margin: 0 14px 15px 0;
  }
  body#www #www_container section.takeoutDelivery#prefectures .prefectureList .prefecture:nth-child(6n) {
    margin-right: 0;
  }
  body#www #www_container section.takeoutDelivery#prefectures .prefectureList .prefecture a {
    display: block;
    box-sizing: border-box;
    width: 108px;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    color: #666;
    background-color: #EEE;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 10px 0;
  }
}
@media all and (max-width: 768px) {
  body#www #www_container .takeoutDeliveryHeader {
    text-align: center;
    background-size: cover;
    background-position: center;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard {
    background-color: rgba(255, 239, 150, 0.8);
    padding: 30px 20px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__billboard-inner img {
    width: 300px;
    margin-bottom: 5px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__billboard-inner .takeoutDeliveryHeader__billboard-message h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__billboard-inner .takeoutDeliveryHeader__billboard-message span {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search form, body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form {
    display: block !important;
    position: relative;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search form .autocomplete-suggestions, body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .autocomplete-suggestions {
    box-sizing: border-box;
    color: #FFF;
    background-color: #000;
    border-radius: 5px;
    top: 40px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search form .autocomplete-suggestions .autocomplete-suggestion, body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .autocomplete-suggestions .autocomplete-suggestion {
    padding: 10px 15px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search form .inputField, body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .inputField {
    width: 300px;
    margin: 0 auto;
    position: relative;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search form .inputField i, body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .inputField i {
    font-size: 24px;
    color: #666;
    position: absolute;
    top: 7px;
    left: 10px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search form .inputField input, body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .inputField input {
    display: block;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 10px 10px 10px 35px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search form input[type=submit], body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form input[type=submit] {
    display: block;
    box-sizing: border-box;
    width: 250px;
    color: #FFF;
    background-color: #F8422B;
    border: none;
    border-radius: 5px;
    padding: 10px;
    margin: 10px auto 0;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine {
    width: 350px;
    margin: 0 auto;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form {
    display: flex !important;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .inputField, body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .submitButton {
    width: auto;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .inputField {
    flex: 1;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .inputField input {
    width: 100%;
    border-radius: 5px 0 0 5px/5px 0 0 5px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .submitButton {
    box-sizing: border-box;
    width: 58px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #444;
    background-color: #EEE;
    border: 1px solid #CDCDCD;
    border-radius: 0 5px 5px 0/0 5px 5px 0;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .submitButton i, body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .submitButton input[type=submit] {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .submitButton i {
    margin-right: 2px;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .takeoutDeliveryHeader__search-oneLine form .submitButton input[type=submit] {
    width: auto;
    color: #444;
    background-color: initial;
    padding: 0;
    margin: 0;
  }
  body#www #www_container .takeoutDeliveryHeader .takeoutDeliveryHeader__billboard .link__forOwner a {
    font-size: 12px;
    color: #00A3D9;
  }
  body#www #www_container section.takeoutDelivery {
    margin: 30px 20px;
  }
  body#www #www_container section.takeoutDelivery h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  body#www #www_container section.takeoutDelivery h1 span {
    font-weight: bold;
  }
  body#www #www_container section.takeoutDelivery h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  body#www #www_container section.takeoutDelivery .link__allElements a {
    display: block;
    width: 200px;
    text-align: center;
    text-decoration: none;
    color: #666;
    border: 2px solid #999;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 10px auto 0;
  }
  body#www #www_container section.takeoutDelivery#topics .topicList .topicElement {
    display: flex;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #EEE;
    padding: 8px 0;
  }
  body#www #www_container section.takeoutDelivery#topics .topicList .topicElement__image {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
  }
  body#www #www_container section.takeoutDelivery#topics .topicList .topicElement__data {
    flex: 1;
  }
  body#www #www_container section.takeoutDelivery#topics .topicList .topicElement__data-name {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  body#www #www_container section.takeoutDelivery#topics .topicList .topicElement__data-description {
    font-size: 10px;
    color: #999;
  }
  body#www #www_container section.takeoutDelivery#shops h1, body#www #www_container section.takeoutDelivery#shops h2 {
    margin-bottom: 10px;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList {
    display: flex;
    flex-wrap: wrap;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement {
    display: flex;
    text-decoration: none;
    color: #333;
    padding: 8px 0;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__image {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    background-color: #EEE;
    border-radius: 50%;
    margin-right: 20px;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__data {
    flex: 1;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__data-name {
    font-size: 16px;
    font-weight: bold;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__data-category {
    font-size: 12px;
    margin-top: 5px;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__data-category span.icon, body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__data-category span.name {
    vertical-align: middle;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__data-category span.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 21px 84px;
    background-position-y: -42px;
    margin-right: 5px;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__data-category span.name {
    display: inline-block;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__data-status {
    font-size: 12px;
    margin-top: 5px;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__data-status span {
    display: inline-block;
    vertical-align: middle;
  }
  body#www #www_container section.takeoutDelivery#shops .shopList .shopElement__data-status span.icon {
    width: 16px;
    height: 18px;
    background-size: cover;
    background-position: center;
    margin: 0 3px;
  }
  body#www #www_container section.takeoutDelivery#prefectures h2 {
    margin-bottom: 10px;
  }
  body#www #www_container section.takeoutDelivery#prefectures .prefectureList .prefecture {
    display: inline-block;
    margin: 0 8px 8px 0;
  }
  body#www #www_container section.takeoutDelivery#prefectures .prefectureList .prefecture:nth-child(3n) {
    margin-right: 0;
  }
  body#www #www_container section.takeoutDelivery#prefectures .prefectureList .prefecture a {
    display: block;
    box-sizing: border-box;
    width: 106px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #666;
    background-color: #EEE;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 8px 0;
  }
}
form.topic-form .fields .item-wrap .topic_topic_items_heading_title, form.topic-form .fields .item-wrap .sponsored,
form.topic-form .fields .item-wrap .topic_topic_items_text_content,
form.topic-form .fields .item-wrap .topic_topic_items_image, form.topic-form .fields .item-wrap .topic_topic_items_image_file_content, form.topic-form .fields .item-wrap .topic_topic_items_image_file_reference_url,
form.topic-form .fields .item-wrap .topic_topic_items_image_url_link, form.topic-form .fields .item-wrap .topic_topic_items_image_url_content, form.topic-form .fields .item-wrap .topic_topic_items_image_url_reference_url,
form.topic-form .fields .item-wrap .topic_topic_items_image_type, form.topic-form .fields .item-wrap .image_wrap,
form.topic-form .fields .item-wrap .topic_topic_items_reference_url, form.topic-form .fields .item-wrap .topic_topic_items_reference_content,
form.topic-form .fields .item-wrap .topic_topic_items_embed_url,
form.topic-form .fields .item-wrap .topic_topic_items_link_content, form.topic-form .fields .item-wrap .topic_topic_items_link_url, form.topic-form .fields .item-wrap .topic_topic_items_link_button, form.topic-form .fields .item-wrap .add_param_button,
form.topic-form .fields .item-wrap .topic_topic_items_www_shop, form.topic-form .fields .item-wrap .topic_topic_items_open_in_new_window, form.topic-form .fields .item-wrap .shop-master-search, form.topic-form .fields .item-wrap .menu_wrap, form.topic-form .fields .item-wrap .menu-search {
  display: none;
}
form.topic-form .fields .item-wrap.heading .topic_topic_items_heading_title {
  display: block;
}
form.topic-form .fields .item-wrap.heading .sponsored {
  display: block;
}
form.topic-form .fields .item-wrap.text .topic_topic_items_text_content {
  display: block;
}
form.topic-form .fields .item-wrap.image .topic_topic_items_image, form.topic-form .fields .item-wrap.image .topic_topic_items_image_file_content, form.topic-form .fields .item-wrap.image .topic_topic_items_image_file_reference_url,
form.topic-form .fields .item-wrap.image .topic_topic_items_image_url_link, form.topic-form .fields .item-wrap.image .topic_topic_items_image_url_content, form.topic-form .fields .item-wrap.image .topic_topic_items_image_url_reference_url,
form.topic-form .fields .item-wrap.image .topic_topic_items_image_type, form.topic-form .fields .item-wrap.image .image_wrap {
  display: block;
}
form.topic-form .fields .item-wrap.reference .topic_topic_items_reference_url, form.topic-form .fields .item-wrap.reference .topic_topic_items_reference_content {
  display: block;
}
form.topic-form .fields .item-wrap.embed .topic_topic_items_embed_url {
  display: block;
}
form.topic-form .fields .item-wrap.link .topic_topic_items_link_content, form.topic-form .fields .item-wrap.link .topic_topic_items_link_url, form.topic-form .fields .item-wrap.link .topic_topic_items_link_button, form.topic-form .fields .item-wrap.link .add_param_button,
form.topic-form .fields .item-wrap.link .topic_topic_items_open_in_new_window {
  display: block;
}
form.topic-form .fields .item-wrap.shop .topic_topic_items_www_shop, form.topic-form .fields .item-wrap.shop .shop-master-search {
  display: block;
}
form.topic-form .fields .item-wrap.menu .menu_wrap, form.topic-form .fields .item-wrap.menu .menu-search {
  display: block;
}

#topic-items-form .form {
  display: none;
}

#layout_colmun {
  width: 1650px;
  height: auto;
  box-sizing: border-box;
  padding: 10px 10px 0 10px;
}
#layout_colmun .layout__reportContents {
  display: flex;
  width: 100%;
}
#layout_colmun .layout__reportContents .layout__articlePreview {
  width: 322px;
}
#layout_colmun .layout__reportContents .layout__articlePreview .frameBlock__favy {
  width: 320px;
}
#layout_colmun .layout__reportContents .layout__advertisementPreview {
  max-width: 1080px;
}
#layout_colmun .layout__reportContents .layout__advertisementPreview .frameBlock__facebooks, #layout_colmun .layout__reportContents .layout__advertisementPreview .frameBlock__twitter, #layout_colmun .layout__reportContents .layout__advertisementPreview .frameBlock__instagram {
  width: 350px;
  margin-left: 10px;
  float: left;
}
#layout_colmun .layout__reportContents .layout__advertisementReports {
  width: 218px;
  margin-left: 10px;
}

.reportHeader {
  border-bottom: 2px solid #F83921;
  margin-bottom: 20px;
}
.reportHeader .reportHeader__content {
  width: 100%;
  display: table;
}
.reportHeader .reportHeader__content .reportHeader__logo {
  display: table-cell;
  font-style: 16px;
  font-weight: bold;
  color: #F83921;
  padding-bottom: 10px;
}
.reportHeader .reportHeader__content .reportHeader__logo img {
  vertical-align: middle;
  margin-right: 10px;
}
.reportHeader .reportHeader__content .reportHeader__logo span {
  font-weight: bold;
  color: #000;
}
.reportHeader .reportHeader__content .reportHeader__range {
  display: table-cell;
  text-align: right;
}

.frameBlock__favy, .frameBlock__facebook, .frameBlock__twitter, .frameBlock__instagram {
  margin-bottom: 20px;
}
.frameBlock__favy .frameBlock__title, .frameBlock__facebook .frameBlock__title, .frameBlock__twitter .frameBlock__title, .frameBlock__instagram .frameBlock__title {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 0 6px 6px 6px;
}
.frameBlock__favy .frameBlock__body--type__favy .outerWrap, .frameBlock__facebook .frameBlock__body--type__favy .outerWrap, .frameBlock__twitter .frameBlock__body--type__favy .outerWrap, .frameBlock__instagram .frameBlock__body--type__favy .outerWrap {
  border: 1px solid #e1e8ed;
  overflow-x: hidden;
}
@media print {
  .frameBlock__favy .frameBlock__body--type__favy .outerWrap, .frameBlock__facebook .frameBlock__body--type__favy .outerWrap, .frameBlock__twitter .frameBlock__body--type__favy .outerWrap, .frameBlock__instagram .frameBlock__body--type__favy .outerWrap {
    overflow: hidden;
  }
}
.frameBlock__favy .frameBlock__body--type__favy .outerWrap .innerWrap, .frameBlock__facebook .frameBlock__body--type__favy .outerWrap .innerWrap, .frameBlock__twitter .frameBlock__body--type__favy .outerWrap .innerWrap, .frameBlock__instagram .frameBlock__body--type__favy .outerWrap .innerWrap {
  width: 320px;
  height: 1000px;
  overflow: scroll;
}
.frameBlock__favy .frameBlock__body--type__favy .outerWrap .innerWrap iframe, .frameBlock__facebook .frameBlock__body--type__favy .outerWrap .innerWrap iframe, .frameBlock__twitter .frameBlock__body--type__favy .outerWrap .innerWrap iframe, .frameBlock__instagram .frameBlock__body--type__favy .outerWrap .innerWrap iframe {
  width: 100%;
}
.frameBlock__favy .frameBlock__body--type__favy .outerWrap .innerWrap iframe.pagepreview, .frameBlock__facebook .frameBlock__body--type__favy .outerWrap .innerWrap iframe.pagepreview, .frameBlock__twitter .frameBlock__body--type__favy .outerWrap .innerWrap iframe.pagepreview, .frameBlock__instagram .frameBlock__body--type__favy .outerWrap .innerWrap iframe.pagepreview {
  transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
}
.frameBlock__favy .frameBlock__body--type__favy iframe, .frameBlock__favy .frameBlock__body--type__favy .twitter-tweet, .frameBlock__favy .frameBlock__body--type-facebook iframe, .frameBlock__favy .frameBlock__body--type-facebook .twitter-tweet, .frameBlock__favy .frameBlock__body--type-twitter iframe, .frameBlock__favy .frameBlock__body--type-twitter .twitter-tweet, .frameBlock__favy .frameBlock__body--type-instagram iframe, .frameBlock__favy .frameBlock__body--type-instagram .twitter-tweet, .frameBlock__facebook .frameBlock__body--type__favy iframe, .frameBlock__facebook .frameBlock__body--type__favy .twitter-tweet, .frameBlock__facebook .frameBlock__body--type-facebook iframe, .frameBlock__facebook .frameBlock__body--type-facebook .twitter-tweet, .frameBlock__facebook .frameBlock__body--type-twitter iframe, .frameBlock__facebook .frameBlock__body--type-twitter .twitter-tweet, .frameBlock__facebook .frameBlock__body--type-instagram iframe, .frameBlock__facebook .frameBlock__body--type-instagram .twitter-tweet, .frameBlock__twitter .frameBlock__body--type__favy iframe, .frameBlock__twitter .frameBlock__body--type__favy .twitter-tweet, .frameBlock__twitter .frameBlock__body--type-facebook iframe, .frameBlock__twitter .frameBlock__body--type-facebook .twitter-tweet, .frameBlock__twitter .frameBlock__body--type-twitter iframe, .frameBlock__twitter .frameBlock__body--type-twitter .twitter-tweet, .frameBlock__twitter .frameBlock__body--type-instagram iframe, .frameBlock__twitter .frameBlock__body--type-instagram .twitter-tweet, .frameBlock__instagram .frameBlock__body--type__favy iframe, .frameBlock__instagram .frameBlock__body--type__favy .twitter-tweet, .frameBlock__instagram .frameBlock__body--type-facebook iframe, .frameBlock__instagram .frameBlock__body--type-facebook .twitter-tweet, .frameBlock__instagram .frameBlock__body--type-twitter iframe, .frameBlock__instagram .frameBlock__body--type-twitter .twitter-tweet, .frameBlock__instagram .frameBlock__body--type-instagram iframe, .frameBlock__instagram .frameBlock__body--type-instagram .twitter-tweet {
  padding: 0 !important;
  margin: 0 !important;
}
.frameBlock__favy .frameBlock__body--type-facebook, .frameBlock__facebook .frameBlock__body--type-facebook, .frameBlock__twitter .frameBlock__body--type-facebook, .frameBlock__instagram .frameBlock__body--type-facebook {
  page-break-inside: avoid;
  margin-bottom: 10px;
}
.frameBlock__favy .frameBlock__body--type-instagram, .frameBlock__facebook .frameBlock__body--type-instagram, .frameBlock__twitter .frameBlock__body--type-instagram, .frameBlock__instagram .frameBlock__body--type-instagram {
  border: 1px solid #e1e8ed;
  border-radius: 4px;
}
.frameBlock__favy .frameBlock__body--type-instagram iframe, .frameBlock__facebook .frameBlock__body--type-instagram iframe, .frameBlock__twitter .frameBlock__body--type-instagram iframe, .frameBlock__instagram .frameBlock__body--type-instagram iframe {
  box-shadow: none !important;
  border: none !important;
}

.reportBlock {
  border: 1px solid #BBB;
  margin-bottom: 20px;
}
.reportBlock .reportBlock__title {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #DDD;
  border-bottom: 1px solid #BBB;
  padding: 6px;
}
.reportBlock .reportBlock__mainCount {
  padding: 15px 10px;
}
.reportBlock .reportBlock__mainCount dl {
  text-align: center;
}
.reportBlock .reportBlock__mainCount dl dt, .reportBlock .reportBlock__mainCount dl dd {
  font-weight: bold;
}
.reportBlock .reportBlock__mainCount dl dt {
  font-size: 32px;
  color: #F83921;
}
.reportBlock .reportBlock__mainCount dl dt.small {
  font-size: 20px;
}
.reportBlock .reportBlock__mainCount dl dd {
  font-size: 12px;
  color: #000;
}
.reportBlock .reportBlock__subCount table {
  width: 100%;
}
.reportBlock .reportBlock__subCount table tr:nth-child(odd) {
  background-color: #EEE;
}
.reportBlock .reportBlock__subCount table tr th, .reportBlock .reportBlock__subCount table tr td {
  padding: 5px 10px;
}
.reportBlock .reportBlock__subCount table tr th {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}
.reportBlock .reportBlock__subCount table tr td {
  font-weight: bold;
  color: #F83921;
  text-align: right;
}

body#www {
  color: #333;
  background-color: #FFF;
}

@media all and (min-width: 769px) {
  .topicShop--device-notpc {
    margin-bottom: 40px;
  }
  .topicShop--device-notpc .topicShop__shopData {
    border: 1px solid #DDD;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name {
    width: 100%;
    padding: 0 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name .icon {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    padding: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name .icon span {
    display: block;
    width: 80px;
    height: 80px;
    background-color: #D8D8D8;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name h1 {
    display: table-cell;
    font-size: 20px;
    padding-bottom: 10px;
    vertical-align: middle;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name h1 span {
    display: inline-block;
    font-size: 12px;
    color: #FFF;
    vertical-align: middle;
    background-color: #DDD;
    border-radius: 3px;
    padding: 0.3em;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name h1 a {
    color: #00A3D9;
    text-decoration: none;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address, .topicShop--device-notpc .topicShop__shopData .shopData__phone, .topicShop--device-notpc .topicShop__shopData .shopData__buttons {
    font-size: 16px;
    border-top: 1px solid #DDD;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address, .topicShop--device-notpc .topicShop__shopData .shopData__phone {
    position: relative;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address:after, .topicShop--device-notpc .topicShop__shopData .shopData__phone:after {
    content: "\f054";
    font-family: FontAwesome;
    color: #CDCDCD;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a, .topicShop--device-notpc .topicShop__shopData .shopData__phone a {
    display: table;
    width: 100%;
    color: #00A3D9;
    text-decoration: none;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon, .topicShop--device-notpc .topicShop__shopData .shopData__address a .text, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .text {
    display: table-cell;
    vertical-align: middle;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon {
    width: 40px;
    padding: 10px 0 10px 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon span, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon span {
    display: block;
    width: 30px;
    height: 30px;
    color: #FFF;
    text-align: center;
    background-color: #00A3D9;
    border-radius: 50%;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon span i, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon span i {
    padding-top: 8px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .text, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .text {
    padding: 10px 10px 10px 0;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__phone:after {
    content: "";
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 10px;
    position: relative;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button a, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button a {
    color: inherit;
    text-decoration: none;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button a i, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button a i {
    font-size: 24px;
    color: #DDD;
    vertical-align: middle;
    margin-right: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button a.release i, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button a.release i {
    color: #F83E26;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button em, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button em {
    position: absolute;
    right: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button {
    border-left: 1px solid #DDD;
  }
  .topicShop--device-notpc .topicShop__reserveButton a {
    display: block;
    width: 260px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #f83E26;
    border-radius: 6px;
    margin: 0 auto;
    padding: 10px;
  }
  #www_container #draftview_banner {
    position: fixed;
    z-index: 100;
    width: 100%;
    font-size: 32px;
    text-align: center;
    background-color: rgba(255, 39, 0, 0.8);
    border-bottom: 2px solid #FF2700;
    padding: 20px 0;
  }
  #www_container #draftview_banner p {
    color: #FFF;
    font-weight: bold;
  }
  #www_container #draftview_banner p span {
    font-size: 20px;
  }
  #www_container #draftview_banner a {
    display: block;
    color: #FFF;
    margin-top: 10px;
  }
  #www_container .topic_element {
    border-bottom: 1px solid #EEE;
    padding: 15px 0;
    position: relative;
  }
  #www_container .topic_element.ranking {
    margin-bottom: 20px;
  }
  #www_container .topic_element .topic_element_inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #333;
    text-decoration: none;
  }
  #www_container .topic_element .topic_element_inner .rank_num {
    display: table-cell;
    width: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    vertical-align: top;
  }
  #www_container .topic_element .topic_element_inner .rank_num span {
    padding-left: 10px;
  }
  #www_container .topic_element .topic_element_inner .image_area {
    display: table-cell;
    width: 170px;
    vertical-align: top;
    position: relative;
  }
  #www_container .topic_element .topic_element_inner .image_area .eyecatch {
    width: 150px;
    height: 150px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container .topic_element .topic_element_inner .image_area .number {
    width: 2em;
    color: #FFF;
    text-align: center;
    background-color: #e85a3c;
    padding: 0.3em 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #www_container .topic_element .topic_element_inner .topic_summary {
    display: table-cell;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 5px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 span {
    font-size: 14px;
    font-weight: normal;
    color: #F83F26;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 span.close {
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    vertical-align: middle;
    background-color: #808080;
    padding: 0 5px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary p {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data {
    width: 100%;
    font-size: 12px;
    color: #999;
    overflow: hidden;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor {
    float: left;
    padding-right: 10px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor a {
    color: inherit;
    text-decoration: none;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .badges span {
    display: inline-block;
    font-size: 10px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .views {
    float: left;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .date, #www_container .topic_element .topic_element_inner .topic_summary .other_data .place {
    float: left;
    padding-right: 1em;
  }
  #www_container .topic_element .topic_element_inner .edit_this {
    display: table-cell;
    width: 70px;
    text-align: right;
    box-sizing: border-box;
  }
  #www_container .topic_element .topic_element_inner .edit_this a {
    text-decoration: none;
    background-color: #EEE;
    display: block;
    width: 60px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: center;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 5px 0;
    margin: 0 0 10px auto;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #content_topic.show {
    padding: 0 0 100px 0;
  }
  #www_container #content_topic.show .sponsor {
    margin: 30px 0;
    display: block;
    text-align: center;
  }
  #www_container #content_topic.show .sponsor > div {
    margin: 0 auto;
  }
  #www_container #content_topic.show #topic_contents .topic-heading {
    font-size: 24px;
    font-weight: bold;
    word-break: break-all;
    border-bottom: 5px solid #DDD;
    padding: 10px 20px;
    margin-bottom: 15px;
  }
  #www_container #content_topic.show #topic_contents .topic-heading h2 {
    font-weight: bold;
  }
  #www_container #content_topic.show #topic_contents .topic-text {
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-text a {
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-link {
    color: #333;
    padding: 0 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-link a {
    font-size: 20px;
    font-weight: bold;
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-link-button {
    padding: 10px 20px;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-link-button a {
    text-decoration: none;
    background-color: #f83e26;
    box-sizing: border-box;
    line-height: 130%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: block;
    width: 280px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    border: 1px solid #f83e26;
    border-radius: 6px;
    padding: 10px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #content_topic.show #topic_contents .topic-shop {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner {
    width: 100%;
    display: table;
    margin-bottom: 20px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure {
    display: table-cell;
    width: 150px;
    vertical-align: top;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure .image_area {
    width: 130px;
    height: 130px;
    background-color: #AAA;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content {
    display: table-cell;
    vertical-align: top;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 {
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 a {
    font-weight: bold;
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 span, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 em {
    vertical-align: middle;
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    background-color: #808080;
    padding: 2px 5px;
    margin-bottom: 3px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 em {
    background-color: #EAA844;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address {
    display: table;
    font-size: 26px;
    color: #333;
    margin-bottom: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address .icon, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address .address_text {
    display: table-cell;
    vertical-align: middle;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address .icon {
    display: block;
    width: 26px;
    height: 26px;
    font-size: 18px;
    color: #FFF;
    background-color: #000;
    border-radius: 50%;
    position: relative;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address .icon i {
    position: absolute;
    top: 4px;
    left: 8px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address .address_text {
    font-size: 14px;
    padding-left: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a {
    display: table;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    line-height: 0;
    vertical-align: middle;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    display: table-cell;
    vertical-align: middle;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon {
    display: block;
    width: 26px;
    height: 26px;
    font-size: 18px;
    color: #FFF;
    background-color: #000;
    border-radius: 50%;
    position: relative;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon i {
    position: absolute;
    top: 4px;
    left: 6px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    font-size: 24px;
    font-weight: bold;
    padding-left: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns {
    width: 100%;
    overflow: hidden;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button, #www_container #content_topic.show #topic_contents .topic-shop .btns .more, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve {
    margin-right: 10px;
    float: left;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 3px 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.move, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.move, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.move, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.move {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.move i, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.move i, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.move i, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.move i {
    color: #AAA;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.release, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.release, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.release, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.release {
    background-color: #EEE;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.release i, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.release i, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.release i, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.release i {
    color: #f83e26;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em {
    font-size: 14px;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 6px;
    margin-left: 3px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 3px;
    margin-top: -3px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #DDD;
    border-width: 4px;
    margin-top: -4px;
  }
  #www_container #content_topic.show #topic_contents .topic-image-file, #www_container #content_topic.show #topic_contents .topic-image-url {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #www_container #content_topic.show #topic_contents .topic-image-file figure, #www_container #content_topic.show #topic_contents .topic-image-url figure {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.show #topic_contents .topic-image-file figure img, #www_container #content_topic.show #topic_contents .topic-image-url figure img {
    display: block;
    max-width: 680px;
    margin-bottom: 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-image-file figure q, #www_container #content_topic.show #topic_contents .topic-image-url figure q {
    display: block;
    font-size: 10px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-image-file figure q a, #www_container #content_topic.show #topic_contents .topic-image-url figure q a {
    color: inherit;
  }
  #www_container #content_topic.show #topic_contents .topic-image-file .content, #www_container #content_topic.show #topic_contents .topic-image-url .content {
    font-size: 16px;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.show #topic_contents .topic-image-file .content a, #www_container #content_topic.show #topic_contents .topic-image-url .content a {
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-reference {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote {
    border-left: 6px solid #DDD;
    padding-left: 12px;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote p {
    font-size: 20px;
    font-weight: bold;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote p i {
    color: #DDD;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote p a {
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote q {
    font-size: 10px;
    color: #999;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote q a {
    color: inherit;
  }
  #www_container #content_topic.show #topic_contents .topic-embed {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .topic-shop-brand {
    padding-bottom: 20px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 20px;
  }
  .topic-shop-brand .topic-shop_inner {
    width: 100%;
    display: table;
    margin-bottom: 20px;
  }
  .topic-shop-brand .topic-shop_inner figure {
    display: table-cell;
    width: 150px;
    vertical-align: top;
  }
  .topic-shop-brand .topic-shop_inner figure .image_area {
    width: 130px;
    height: 130px;
    background-color: #AAA;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  .topic-shop-brand .topic-shop_inner .content {
    display: table-cell;
    vertical-align: top;
  }
  .topic-shop-brand .topic-shop_inner .content h1 {
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
  }
  .topic-shop-brand .topic-shop_inner .content h1 a {
    font-weight: bold;
    color: #00A3D9;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address {
    display: table;
    font-size: 26px;
    color: #333;
    margin-bottom: 10px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address .icon, .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address .address_text {
    display: table-cell;
    vertical-align: middle;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address .icon {
    display: block;
    width: 26px;
    height: 26px;
    font-size: 18px;
    color: #FFF;
    background-color: #000;
    border-radius: 50%;
    position: relative;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address .icon i {
    position: absolute;
    top: 4px;
    left: 8px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address .address_text {
    font-size: 14px;
    padding-left: 10px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a {
    display: table;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    line-height: 0;
    vertical-align: middle;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .icon, .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    display: table-cell;
    vertical-align: middle;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .icon {
    display: block;
    width: 26px;
    height: 26px;
    font-size: 18px;
    color: #FFF;
    background-color: #000;
    border-radius: 50%;
    position: relative;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .icon i {
    position: absolute;
    top: 4px;
    left: 6px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    font-size: 24px;
    font-weight: bold;
    padding-left: 10px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-brand__winningrate {
    max-width: 40%;
  }
  .topic-shop-brand .btns {
    width: 100%;
    overflow: hidden;
  }
  .topic-shop-brand .btns .favorite-button, .topic-shop-brand .btns .interest-button, .topic-shop-brand .btns .more, .topic-shop-brand .btns .reserve {
    margin-right: 10px;
    float: left;
  }
  .topic-shop-brand .btns .favorite-button a, .topic-shop-brand .btns .interest-button a, .topic-shop-brand .btns .more a, .topic-shop-brand .btns .reserve a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 3px 10px;
  }
  .topic-shop-brand .btns .favorite-button a.add, .topic-shop-brand .btns .favorite-button a.move, .topic-shop-brand .btns .interest-button a.add, .topic-shop-brand .btns .interest-button a.move, .topic-shop-brand .btns .more a.add, .topic-shop-brand .btns .more a.move, .topic-shop-brand .btns .reserve a.add, .topic-shop-brand .btns .reserve a.move {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  .topic-shop-brand .btns .favorite-button a.add i, .topic-shop-brand .btns .favorite-button a.move i, .topic-shop-brand .btns .interest-button a.add i, .topic-shop-brand .btns .interest-button a.move i, .topic-shop-brand .btns .more a.add i, .topic-shop-brand .btns .more a.move i, .topic-shop-brand .btns .reserve a.add i, .topic-shop-brand .btns .reserve a.move i {
    color: #AAA;
  }
  .topic-shop-brand .btns .favorite-button a.release, .topic-shop-brand .btns .interest-button a.release, .topic-shop-brand .btns .more a.release, .topic-shop-brand .btns .reserve a.release {
    background-color: #EEE;
  }
  .topic-shop-brand .btns .favorite-button a.release i, .topic-shop-brand .btns .interest-button a.release i, .topic-shop-brand .btns .more a.release i, .topic-shop-brand .btns .reserve a.release i {
    color: #f83e26;
  }
  .topic-shop-brand .btns .favorite-button em, .topic-shop-brand .btns .interest-button em, .topic-shop-brand .btns .more em, .topic-shop-brand .btns .reserve em {
    font-size: 14px;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 6px;
    margin-left: 3px;
  }
  .topic-shop-brand .btns .favorite-button em:after, .topic-shop-brand .btns .favorite-button em:before, .topic-shop-brand .btns .interest-button em:after, .topic-shop-brand .btns .interest-button em:before, .topic-shop-brand .btns .more em:after, .topic-shop-brand .btns .more em:before, .topic-shop-brand .btns .reserve em:after, .topic-shop-brand .btns .reserve em:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .topic-shop-brand .btns .favorite-button em:after, .topic-shop-brand .btns .interest-button em:after, .topic-shop-brand .btns .more em:after, .topic-shop-brand .btns .reserve em:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 3px;
    margin-top: -3px;
  }
  .topic-shop-brand .btns .favorite-button em:before, .topic-shop-brand .btns .interest-button em:before, .topic-shop-brand .btns .more em:before, .topic-shop-brand .btns .reserve em:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #DDD;
    border-width: 4px;
    margin-top: -4px;
  }
}
@media all and (max-width: 768px) {
  .topicShop--device-notpc {
    margin-bottom: 20px;
  }
  .topicShop--device-notpc .topicShop__shopData {
    border: 1px solid #DDD;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-top: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name {
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name .icon {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    padding: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name .icon span {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #D8D8D8;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name h1 {
    display: table-cell;
    font-size: 18px;
    vertical-align: middle;
    padding-bottom: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name h1 span {
    display: inline-block;
    font-size: 12px;
    color: #FFF;
    vertical-align: middle;
    background-color: #DDD;
    border-radius: 3px;
    padding: 0.3em;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name h1 a {
    color: #00A3D9;
    text-decoration: none;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address, .topicShop--device-notpc .topicShop__shopData .shopData__phone, .topicShop--device-notpc .topicShop__shopData .shopData__buttons {
    border-top: 1px solid #DDD;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address, .topicShop--device-notpc .topicShop__shopData .shopData__phone {
    position: relative;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address:after, .topicShop--device-notpc .topicShop__shopData .shopData__phone:after {
    content: "\f054";
    font-family: FontAwesome;
    color: #CDCDCD;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a, .topicShop--device-notpc .topicShop__shopData .shopData__phone a {
    display: table;
    width: 100%;
    color: #00A3D9;
    text-decoration: none;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon, .topicShop--device-notpc .topicShop__shopData .shopData__address a .text, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .text {
    display: table-cell;
    vertical-align: middle;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon {
    width: 30px;
    padding: 10px 0 10px 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon span, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon span {
    display: block;
    width: 20px;
    height: 20px;
    color: #FFF;
    text-align: center;
    background-color: #00A3D9;
    border-radius: 50%;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .text, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .text {
    padding: 10px 10px 10px 0;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 10px;
    position: relative;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button a, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button a {
    color: inherit;
    text-decoration: none;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button a i, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button a i {
    font-size: 16px;
    color: #DDD;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button a.release i, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button a.release i {
    color: #F83E26;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button em, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button em {
    position: absolute;
    right: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button {
    border-left: 1px solid #DDD;
  }
  .topicShop--device-notpc .topicShop__reserveButton a {
    display: block;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #F83E26;
    border-radius: 3px;
    padding: 10px;
  }
  #www_container #draftview_banner {
    position: fixed;
    z-index: 100;
    width: 100%;
    font-size: 32px;
    text-align: center;
    background-color: rgba(255, 39, 0, 0.8);
    border-bottom: 2px solid #FF2700;
    padding: 20px 0;
  }
  #www_container #draftview_banner p {
    color: #FFF;
    font-weight: bold;
  }
  #www_container #draftview_banner p span {
    font-size: 20px;
  }
  #www_container #draftview_banner a {
    display: block;
    color: #FFF;
    margin-top: 10px;
  }
  #www_container .topic_element {
    border-bottom: 2px solid #EEE;
  }
  #www_container .topic_element .topic_element_inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #333;
    text-decoration: none;
  }
  #www_container .topic_element .topic_element_inner .rank_num {
    display: table-cell;
    width: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
  }
  #www_container .topic_element .topic_element_inner .image_area {
    display: table-cell;
    width: 160px;
    vertical-align: top;
    position: relative;
  }
  #www_container .topic_element .topic_element_inner .image_area .eyecatch {
    width: 140px;
    height: 140px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container .topic_element .topic_element_inner .image_area .number {
    width: 2em;
    color: #FFF;
    text-align: center;
    background-color: #e85a3c;
    padding: 0.3em 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #www_container .topic_element .topic_element_inner .topic_summary {
    display: table-cell;
    vertical-align: top;
    padding: 18px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 {
    font-size: 28px;
    font-weight: normal;
    line-height: 120%;
    margin-bottom: 5px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 a {
    color: inherit;
    text-decoration: none;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 span {
    font-size: 20px;
    font-weight: normal;
    color: #e85a3c;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 span.close {
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    vertical-align: middle;
    background-color: #808080;
    padding: 0 10px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary p {
    display: none;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data {
    width: 100%;
    font-size: 20px;
    color: #999;
    overflow: hidden;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor {
    float: left;
    padding-right: 10px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor a {
    color: inherit;
    text-decoration: none;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .badges span {
    display: inline-block;
    font-size: 12px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .views {
    float: left;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .date, #www_container .topic_element .topic_element_inner .topic_summary .other_data .place {
    float: left;
    padding-right: 1em;
  }
  #www_container .topic_element .topic_element_inner .edit_this {
    display: table-cell;
    width: 90px;
    text-align: right;
    padding: 18px;
    box-sizing: border-box;
  }
  #www_container .topic_element .topic_element_inner .edit_this a {
    text-decoration: none;
    background-color: #EEE;
    display: inline-block;
    width: 80px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: normal;
    color: #333;
    text-align: center;
    border: 2px solid #DDD;
    border-radius: 10px;
    padding: 5px 0;
    margin: 0 0 10px 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container .topic_element .topic_element_inner .edit_this a:last-child {
    margin-bottom: 0;
  }
  #www_container #content_topic.show .sponsor {
    text-align: center;
  }
  #www_container #content_topic.show .sponsor > div {
    margin: 0 auto;
  }
  #www_container #content_topic.show #topic_contents {
    padding: 20px;
  }
  #www_container #content_topic.show #topic_contents .topic-heading {
    font-size: 36px;
    word-break: break-all;
    margin-bottom: 15px;
  }
  #www_container #content_topic.show #topic_contents .topic-heading h2 {
    font-weight: bold;
  }
  #www_container #content_topic.show #topic_contents .topic-text {
    font-size: 30px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-text a {
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-link {
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-link a {
    font-size: 36px;
    font-weight: bold;
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-link-button {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  #www_container #content_topic.show #topic_contents .topic-link-button a {
    text-decoration: none;
    background-color: #f83e26;
    box-sizing: border-box;
    line-height: 130%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: block;
    width: 560px;
    box-sizing: border-box;
    font-size: 28px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    border: 2px solid #f83e26;
    border-radius: 10px;
    padding: 28px 10px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #content_topic.show #topic_contents .topic-embed {
    font-size: 36px;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop {
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner {
    display: table;
    width: 100%;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content {
    display: table-cell;
    vertical-align: top;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure {
    width: 140px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure .image_area {
    width: 120px;
    height: 120px;
    background-color: #AAA;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 a {
    font-weight: bold;
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 span, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 em {
    vertical-align: middle;
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    background-color: #808080;
    padding: 2px 5px;
    margin-bottom: 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 em {
    background-color: #EAA844;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address {
    font-size: 26px;
    color: #333;
    margin-bottom: 20px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address i {
    display: none;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel {
    width: 370px;
    background-color: #00A3D9;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a {
    display: table;
    width: 100%;
    font-size: 42px;
    color: #FFF;
    text-decoration: none;
    padding: 6px 0;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    display: table-cell;
    vertical-align: middle;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon {
    padding: 0 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns {
    width: 100%;
    overflow: hidden;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button, #www_container #content_topic.show #topic_contents .topic-shop .btns .more, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve {
    margin: 0 10px 20px 0;
    float: left;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a {
    display: inline-block;
    font-size: 28px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 3px 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.move, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.move, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.move, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.move {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.move i, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.move i, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.move i, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.move i {
    color: #AAA;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.release, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.release, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.release, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.release {
    background-color: #EEE;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.release i, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.release i, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.release i, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.release i {
    color: #FB3D15;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em {
    font-size: 28px;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 6px;
    margin-left: 4px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 3px;
    margin-top: -3px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #DDD;
    border-width: 4px;
    margin-top: -4px;
  }
  #www_container #content_topic.show #topic_contents .topic-image, #www_container #content_topic.show #topic_contents .topic-image-reference, #www_container #content_topic.show #topic_contents .topic-image-file, #www_container #content_topic.show #topic_contents .topic-image-url {
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure, #www_container #content_topic.show #topic_contents .topic-image-reference figure, #www_container #content_topic.show #topic_contents .topic-image-file figure, #www_container #content_topic.show #topic_contents .topic-image-url figure {
    margin-bottom: 10px;
    word-wrap: normal;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure img, #www_container #content_topic.show #topic_contents .topic-image-reference figure img, #www_container #content_topic.show #topic_contents .topic-image-file figure img, #www_container #content_topic.show #topic_contents .topic-image-url figure img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure q, #www_container #content_topic.show #topic_contents .topic-image-reference figure q, #www_container #content_topic.show #topic_contents .topic-image-file figure q, #www_container #content_topic.show #topic_contents .topic-image-url figure q {
    font-size: 20px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure q a, #www_container #content_topic.show #topic_contents .topic-image-reference figure q a, #www_container #content_topic.show #topic_contents .topic-image-file figure q a, #www_container #content_topic.show #topic_contents .topic-image-url figure q a {
    color: inherit;
  }
  #www_container #content_topic.show #topic_contents .topic-image .content, #www_container #content_topic.show #topic_contents .topic-image-reference .content, #www_container #content_topic.show #topic_contents .topic-image-file .content, #www_container #content_topic.show #topic_contents .topic-image-url .content {
    font-size: 32px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.show #topic_contents .topic-image .content a, #www_container #content_topic.show #topic_contents .topic-image-reference .content a, #www_container #content_topic.show #topic_contents .topic-image-file .content a, #www_container #content_topic.show #topic_contents .topic-image-url .content a {
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-reference {
    border-left: 12px solid #DDD;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote {
    font-size: 36px;
    font-weight: bold;
    padding-left: 28px;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote a {
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote q {
    font-size: 20px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote q a {
    color: inherit;
  }
  .topic-shop-brand {
    padding: 30px;
    border-bottom: 2px solid #DDD;
  }
  .topic-shop-brand .topic-shop_inner {
    display: table;
    width: 100%;
  }
  .topic-shop-brand .topic-shop_inner figure, .topic-shop-brand .topic-shop_inner .content {
    display: table-cell;
    vertical-align: top;
  }
  .topic-shop-brand .topic-shop_inner figure {
    width: 140px;
  }
  .topic-shop-brand .topic-shop_inner figure .image_area {
    width: 120px;
    height: 120px;
    background-color: #AAA;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  .topic-shop-brand .topic-shop_inner .content h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 5px;
  }
  .topic-shop-brand .topic-shop_inner .content h1 a {
    font-weight: bold;
    color: #00A3D9;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address {
    font-size: 26px;
    color: #333;
    margin-bottom: 20px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address i {
    display: none;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel {
    width: 370px;
    background-color: #00A3D9;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a {
    display: table;
    width: 100%;
    font-size: 42px;
    color: #FFF;
    text-decoration: none;
    padding: 6px 0;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .icon, .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    display: table-cell;
    vertical-align: middle;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .icon {
    padding: 0 10px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-brand__winningrate {
    max-width: 70%;
    max-height: 38px;
  }
  .topic-shop-brand .btns {
    width: 100%;
    overflow: hidden;
  }
  .topic-shop-brand .btns .favorite-button, .topic-shop-brand .btns .interest-button, .topic-shop-brand .btns .more, .topic-shop-brand .btns .reserve {
    margin: 0 10px 20px 0;
    float: left;
  }
  .topic-shop-brand .btns .favorite-button a, .topic-shop-brand .btns .interest-button a, .topic-shop-brand .btns .more a, .topic-shop-brand .btns .reserve a {
    display: inline-block;
    font-size: 28px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 3px 10px;
  }
  .topic-shop-brand .btns .favorite-button a.add, .topic-shop-brand .btns .favorite-button a.move, .topic-shop-brand .btns .interest-button a.add, .topic-shop-brand .btns .interest-button a.move, .topic-shop-brand .btns .more a.add, .topic-shop-brand .btns .more a.move, .topic-shop-brand .btns .reserve a.add, .topic-shop-brand .btns .reserve a.move {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  .topic-shop-brand .btns .favorite-button a.add i, .topic-shop-brand .btns .favorite-button a.move i, .topic-shop-brand .btns .interest-button a.add i, .topic-shop-brand .btns .interest-button a.move i, .topic-shop-brand .btns .more a.add i, .topic-shop-brand .btns .more a.move i, .topic-shop-brand .btns .reserve a.add i, .topic-shop-brand .btns .reserve a.move i {
    color: #AAA;
  }
  .topic-shop-brand .btns .favorite-button a.release, .topic-shop-brand .btns .interest-button a.release, .topic-shop-brand .btns .more a.release, .topic-shop-brand .btns .reserve a.release {
    background-color: #EEE;
  }
  .topic-shop-brand .btns .favorite-button a.release i, .topic-shop-brand .btns .interest-button a.release i, .topic-shop-brand .btns .more a.release i, .topic-shop-brand .btns .reserve a.release i {
    color: #FB3D15;
  }
  .topic-shop-brand .btns .favorite-button em, .topic-shop-brand .btns .interest-button em, .topic-shop-brand .btns .more em, .topic-shop-brand .btns .reserve em {
    font-size: 28px;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 6px;
    margin-left: 4px;
  }
  .topic-shop-brand .btns .favorite-button em:after, .topic-shop-brand .btns .favorite-button em:before, .topic-shop-brand .btns .interest-button em:after, .topic-shop-brand .btns .interest-button em:before, .topic-shop-brand .btns .more em:after, .topic-shop-brand .btns .more em:before, .topic-shop-brand .btns .reserve em:after, .topic-shop-brand .btns .reserve em:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .topic-shop-brand .btns .favorite-button em:after, .topic-shop-brand .btns .interest-button em:after, .topic-shop-brand .btns .more em:after, .topic-shop-brand .btns .reserve em:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 3px;
    margin-top: -3px;
  }
  .topic-shop-brand .btns .favorite-button em:before, .topic-shop-brand .btns .interest-button em:before, .topic-shop-brand .btns .more em:before, .topic-shop-brand .btns .reserve em:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #DDD;
    border-width: 4px;
    margin-top: -4px;
  }
}
@media all and (max-width: 640px) {
  .topicShop--device-notpc {
    margin-bottom: 20px;
  }
  .topicShop--device-notpc .topicShop__shopData {
    border: 1px solid #DDD;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name {
    width: 100%;
    padding: 0 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name .icon {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    padding: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name .icon span {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #D8D8D8;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name h1 {
    display: table-cell;
    font-size: 18px;
    padding-bottom: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name h1 span {
    display: inline-block;
    font-size: 12px;
    color: #FFF;
    vertical-align: middle;
    background-color: #DDD;
    border-radius: 3px;
    padding: 0.3em;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name h1 a {
    color: #00A3D9;
    text-decoration: none;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address, .topicShop--device-notpc .topicShop__shopData .shopData__phone, .topicShop--device-notpc .topicShop__shopData .shopData__buttons {
    border-top: 1px solid #DDD;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address, .topicShop--device-notpc .topicShop__shopData .shopData__phone {
    position: relative;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address:after, .topicShop--device-notpc .topicShop__shopData .shopData__phone:after {
    content: "\f054";
    font-family: FontAwesome;
    color: #CDCDCD;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a, .topicShop--device-notpc .topicShop__shopData .shopData__phone a {
    display: table;
    width: 100%;
    color: #00A3D9;
    text-decoration: none;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon, .topicShop--device-notpc .topicShop__shopData .shopData__address a .text, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .text {
    display: table-cell;
    vertical-align: middle;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon {
    width: 30px;
    padding: 10px 0 10px 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon span, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon span {
    display: block;
    width: 20px;
    height: 20px;
    color: #FFF;
    text-align: center;
    background-color: #00A3D9;
    border-radius: 50%;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .text, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .text {
    padding: 10px 10px 10px 0;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 10px;
    position: relative;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button a, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button a {
    color: inherit;
    text-decoration: none;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button a i, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button a i {
    font-size: 16px;
    color: #DDD;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button em, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button em {
    position: absolute;
    right: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button {
    border-left: 1px solid #DDD;
  }
  .topicShop--device-notpc .topicShop__reserveButton a {
    display: block;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #F83E26;
    border-radius: 3px;
    padding: 10px;
  }
  #www_container #draftview_banner {
    border-bottom-width: 1px;
    box-sizing: border-box;
    padding: 10px;
  }
  #www_container #draftview_banner p {
    font-size: 20px;
  }
  #www_container #draftview_banner p span {
    font-size: 12px;
  }
  #www_container #draftview_banner a {
    font-size: 20px;
    margin-top: 5px;
  }
  #www_container .topic_element {
    border-bottom: 1px solid #EEE;
  }
  #www_container .topic_element .topic_element_inner .rank_num {
    display: table-cell;
    width: 30px;
    font-size: 10px;
    font-weight: bold;
    color: #666;
    text-align: center;
    vertical-align: top;
    padding-top: 5px;
  }
  #www_container .topic_element .topic_element_inner .image_area {
    width: 80px;
  }
  #www_container .topic_element .topic_element_inner .image_area .eyecatch {
    width: 70px;
    height: 70px;
  }
  #www_container .topic_element .topic_element_inner .image_area .number {
    width: 2em;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    background-color: #e85a3c;
    padding: 0.3em 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #www_container .topic_element .topic_element_inner .topic_summary {
    padding: 9px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 {
    font-size: 14px;
    margin-bottom: 2.5px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 span {
    font-size: 10px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 span.close {
    padding: 2px 5px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary p {
    display: none;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data {
    font-size: 14px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor {
    padding-right: 5px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor img {
    width: 15px;
    height: 15px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .badges span {
    display: inline-block;
    font-size: 8px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .date, #www_container .topic_element .topic_element_inner .topic_summary .other_data .place {
    float: left;
    padding-right: 1em;
  }
  #www_container .topic_element .topic_element_inner .edit_this {
    display: table-cell;
    width: 50px;
    text-align: right;
    padding: 9px;
    box-sizing: border-box;
  }
  #www_container .topic_element .topic_element_inner .edit_this a {
    text-decoration: none;
    background-color: #EEE;
    display: inline-block;
    width: 40px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: center;
    border: 1px solid #DDD;
    border-radius: 2.5px;
    padding: 2.5px 0;
    margin: 0 0 5px 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container .topic_element .topic_element_inner .edit_this a:last-child {
    margin-bottom: 0;
  }
  #www_container #content_topic.show .sponsor {
    text-align: center;
  }
  #www_container #content_topic.show .sponsor > div {
    margin: 0 auto;
  }
  #www_container #content_topic.show #topic_contents {
    padding: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-heading {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-heading h2 {
    font-weight: bold;
  }
  #www_container #content_topic.show #topic_contents .topic-text {
    font-size: 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 30px a;
    margin-bottom-color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-link {
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-link a {
    font-size: 18px;
    font-weight: bold;
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-link-button {
    padding: 5px 10px;
    margin-bottom: 15px;
  }
  #www_container #content_topic.show #topic_contents .topic-link-button a {
    text-decoration: none;
    background-color: #f83e26;
    box-sizing: border-box;
    line-height: 130%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: block;
    width: 280px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    border: 1px solid #f83e26;
    border-radius: 5px;
    padding: 14px 10px;
    margin: 0 auto 0 auto;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #content_topic.show #topic_contents .topic-embed {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-embed iframe {
    max-width: 100%;
  }
  #www_container #content_topic.show #topic_contents .topic-shop {
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner {
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content {
    display: table-cell;
    vertical-align: top;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure {
    width: 110px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure .image_area {
    width: 100px;
    height: 100px;
    background-color: #AAA;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 a {
    font-weight: bold;
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 span, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 em {
    vertical-align: middle;
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    background-color: #808080;
    padding: 2px 5px;
    margin-bottom: 3px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 em {
    background-color: #EAA844;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address {
    font-size: 13px;
    color: #333;
    margin-bottom: 20px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address i {
    display: none;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel {
    width: 180px;
    background-color: #00A3D9;
    border-radius: 5px;
    margin-bottom: 15px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a {
    display: table;
    width: 100%;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
    padding: 3px 0;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    display: table-cell;
    vertical-align: middle;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon {
    padding: 0 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns {
    width: 100%;
    overflow: hidden;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button, #www_container #content_topic.show #topic_contents .topic-shop .btns .more, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve {
    height: 35px;
    margin: 0 5px 10px 0;
    float: left;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 3px 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.move, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.move, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.move, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.move {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.move i, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.move i, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.move i, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.move i {
    color: #AAA;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.release, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.release, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.release, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.release {
    background-color: #EEE;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.release i, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.release i, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.release i, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.release i {
    color: #FB3D15;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em {
    font-size: 14px;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 6px;
    margin-left: 2px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 3px;
    margin-top: -3px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #DDD;
    border-width: 4px;
    margin-top: -4px;
  }
  #www_container #content_topic.show #topic_contents .topic-image, #www_container #content_topic.show #topic_contents .topic-image-reference, #www_container #content_topic.show #topic_contents .topic-image-file, #www_container #content_topic.show #topic_contents .topic-image-url {
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure, #www_container #content_topic.show #topic_contents .topic-image-reference figure, #www_container #content_topic.show #topic_contents .topic-image-file figure, #www_container #content_topic.show #topic_contents .topic-image-url figure {
    margin-bottom: 5px;
    word-wrap: normal;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure img, #www_container #content_topic.show #topic_contents .topic-image-reference figure img, #www_container #content_topic.show #topic_contents .topic-image-file figure img, #www_container #content_topic.show #topic_contents .topic-image-url figure img {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure q, #www_container #content_topic.show #topic_contents .topic-image-reference figure q, #www_container #content_topic.show #topic_contents .topic-image-file figure q, #www_container #content_topic.show #topic_contents .topic-image-url figure q {
    font-size: 10px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure q a, #www_container #content_topic.show #topic_contents .topic-image-reference figure q a, #www_container #content_topic.show #topic_contents .topic-image-file figure q a, #www_container #content_topic.show #topic_contents .topic-image-url figure q a {
    color: inherit;
  }
  #www_container #content_topic.show #topic_contents .topic-image .content, #www_container #content_topic.show #topic_contents .topic-image-reference .content, #www_container #content_topic.show #topic_contents .topic-image-file .content, #www_container #content_topic.show #topic_contents .topic-image-url .content {
    font-size: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.show #topic_contents .topic-image .content a, #www_container #content_topic.show #topic_contents .topic-image-reference .content a, #www_container #content_topic.show #topic_contents .topic-image-file .content a, #www_container #content_topic.show #topic_contents .topic-image-url .content a {
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-reference {
    border-left: 6px solid #DDD;
    margin-bottom: 15px;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote {
    font-size: 18px;
    font-weight: bold;
    padding-left: 14px;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote q {
    font-size: 10px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote q a {
    color: inherit;
  }
  .topic-shop-brand {
    border-bottom: 1px solid #DDD;
    padding: 15px;
  }
  .topic-shop-brand .topic-shop_inner {
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }
  .topic-shop-brand .topic-shop_inner figure, .topic-shop-brand .topic-shop_inner .content {
    display: table-cell;
    vertical-align: top;
  }
  .topic-shop-brand .topic-shop_inner figure {
    width: 110px;
  }
  .topic-shop-brand .topic-shop_inner figure .image_area {
    width: 100px;
    height: 100px;
    background-color: #AAA;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  .topic-shop-brand .topic-shop_inner .content h1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
  }
  .topic-shop-brand .topic-shop_inner .content h1 a {
    font-weight: bold;
    color: #00A3D9;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address {
    font-size: 13px;
    color: #333;
    margin-bottom: 20px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address i {
    display: none;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel {
    width: 180px;
    background-color: #00A3D9;
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a {
    display: table;
    width: 100%;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
    padding: 3px 0;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .icon, .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    display: table-cell;
    vertical-align: middle;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .icon {
    padding: 0 5px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-brand__winningrate {
    max-width: 70%;
    max-height: 38px;
  }
  .topic-shop-brand .btns {
    width: 100%;
    overflow: hidden;
  }
  .topic-shop-brand .btns .favorite-button, .topic-shop-brand .btns .interest-button, .topic-shop-brand .btns .more, .topic-shop-brand .btns .reserve {
    height: 35px;
    margin: 0 5px 10px 0;
    float: left;
  }
  .topic-shop-brand .btns .favorite-button a, .topic-shop-brand .btns .interest-button a, .topic-shop-brand .btns .more a, .topic-shop-brand .btns .reserve a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 3px 10px;
  }
  .topic-shop-brand .btns .favorite-button a.add, .topic-shop-brand .btns .favorite-button a.move, .topic-shop-brand .btns .interest-button a.add, .topic-shop-brand .btns .interest-button a.move, .topic-shop-brand .btns .more a.add, .topic-shop-brand .btns .more a.move, .topic-shop-brand .btns .reserve a.add, .topic-shop-brand .btns .reserve a.move {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  .topic-shop-brand .btns .favorite-button a.add i, .topic-shop-brand .btns .favorite-button a.move i, .topic-shop-brand .btns .interest-button a.add i, .topic-shop-brand .btns .interest-button a.move i, .topic-shop-brand .btns .more a.add i, .topic-shop-brand .btns .more a.move i, .topic-shop-brand .btns .reserve a.add i, .topic-shop-brand .btns .reserve a.move i {
    color: #AAA;
  }
  .topic-shop-brand .btns .favorite-button a.release, .topic-shop-brand .btns .interest-button a.release, .topic-shop-brand .btns .more a.release, .topic-shop-brand .btns .reserve a.release {
    background-color: #EEE;
  }
  .topic-shop-brand .btns .favorite-button a.release i, .topic-shop-brand .btns .interest-button a.release i, .topic-shop-brand .btns .more a.release i, .topic-shop-brand .btns .reserve a.release i {
    color: #FB3D15;
  }
  .topic-shop-brand .btns .favorite-button em, .topic-shop-brand .btns .interest-button em, .topic-shop-brand .btns .more em, .topic-shop-brand .btns .reserve em {
    font-size: 14px;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 6px;
    margin-left: 2px;
  }
  .topic-shop-brand .btns .favorite-button em:after, .topic-shop-brand .btns .favorite-button em:before, .topic-shop-brand .btns .interest-button em:after, .topic-shop-brand .btns .interest-button em:before, .topic-shop-brand .btns .more em:after, .topic-shop-brand .btns .more em:before, .topic-shop-brand .btns .reserve em:after, .topic-shop-brand .btns .reserve em:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .topic-shop-brand .btns .favorite-button em:after, .topic-shop-brand .btns .interest-button em:after, .topic-shop-brand .btns .more em:after, .topic-shop-brand .btns .reserve em:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 3px;
    margin-top: -3px;
  }
  .topic-shop-brand .btns .favorite-button em:before, .topic-shop-brand .btns .interest-button em:before, .topic-shop-brand .btns .more em:before, .topic-shop-brand .btns .reserve em:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #DDD;
    border-width: 4px;
    margin-top: -4px;
  }
}
.passkeys-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.delete-passkey-button {
  line-height: 30px;
  text-decoration: none;
  background-color: #F83E26;
  border-radius: 5px;
  border: 0px;
  color: #FFF;
  width: 50px;
  height: 30px;
  text-align: center;
}

.add-passkey-form {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 50px;
  width: 780px;
  background-color: white;
  font: 16px/24px Hiragino Sans;
  text-align: center;
  color: #666666;
}

.add-passkey-form label {
  text-align: left;
  display: block;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  color: #707070;
}

.add-passkey-form abbr {
  width: 37px;
  height: 20px;
  background-color: #F83A22;
  color: #FFFFFF;
  font-size: 10px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

.add-passkey-form input[type=text],
.add-passkey-form input[type=email],
.add-passkey-form input[type=number],
.add-passkey-form input[type=tel],
.add-passkey-form input[type=date],
.add-passkey-form input[type=password],
.add-passkey-form input[type=url] {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 15px;
}

.add-passkey-form .controls {
  margin-top: 20px;
}

.add-passkey-form .form-checkbox {
  margin-top: 20px;
}

.add-passkey-form .form-checkbox input[type=checkbox] {
  margin-right: 4px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.add-passkey-form .form-checkbox input[type=checkbox]:checked {
  background-color: #1E90FF;
  border-color: #1E90FF;
}

.add-passkey-form .form-checkbox input[type=checkbox]:checked:hover {
  background-color: #166bda;
  border-color: #166bda;
}

.add-passkey-form .form-checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  left: 4px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.add-passkey-form input[type=submit] {
  width: 100%;
  height: 50px;
  background: #F83E26;
  color: #FFFFFF;
  font-size: 16px;
  border: #F83E26;
  border-radius: 5px;
  cursor: pointer;
}

.add-passkey-form input[type=submit]:hover {
  background: #DE240C;
}

.add-passkey-form ul.parsley-errors-list {
  font-size: 12px;
}

.add-passkey-form .controls {
  margin-top: 20px;
}

.unregistered-passkeys-title {
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 780px) {
  .passkey-content {
    width: 100%;
  }
  .add-passkey-form {
    width: 100%;
  }
}
.authform__background {
  padding: 32px 0 26px 0;
  width: 100%;
  background-color: #F8F8F8;
}
.authform__background .authform__container {
  box-sizing: border-box;
  width: 400px;
  margin: 0 auto;
  padding: 26px 50px;
  background-color: #FFF;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #666;
}
.authform__background .authform__container .authform__title {
  margin-bottom: 16px;
}
.authform__background .authform__container label {
  text-align: left;
  display: block;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  color: #707070;
}
.authform__background .authform__container abbr {
  width: 37px;
  height: 20px;
  background-color: #F83A22;
  color: #FFFFFF;
  font-size: 10px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.authform__background .authform__container input[type=text],
.authform__background .authform__container input[type=email],
.authform__background .authform__container input[type=number],
.authform__background .authform__container input[type=tel],
.authform__background .authform__container input[type=date],
.authform__background .authform__container input[type=password],
.authform__background .authform__container input[type=url] {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 15px;
}
.authform__background .authform__container .controls {
  margin-top: 20px;
}
.authform__background .authform__container .form-checkbox {
  margin-top: 20px;
}
.authform__background .authform__container .form-checkbox input[type=checkbox] {
  margin-right: 4px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.authform__background .authform__container .form-checkbox input[type=checkbox]:checked {
  background-color: #1E90FF;
  border-color: #1E90FF;
}
.authform__background .authform__container .form-checkbox input[type=checkbox]:checked:hover {
  background-color: #166bda;
  border-color: #166bda;
}
.authform__background .authform__container .form-checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  left: 4px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.authform__background .authform__container input[type=submit] {
  width: 100%;
  height: 50px;
  background: #F83E26;
  color: #FFFFFF;
  font-size: 16px;
  border: #F83E26;
  border-radius: 5px;
  cursor: pointer;
}
.authform__background .authform__container input[type=submit]:hover {
  background: #DE240C;
}
.authform__background .authform__container ul.parsley-errors-list {
  font-size: 12px;
}

.authform__social-group {
  margin-bottom: 10px;
}

.authform__subcontainer {
  box-sizing: border-box;
  width: 400px;
  margin: 15px auto 0;
  padding: 26px 50px;
  background-color: #FFF;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #666;
}
.authform__subcontainer .authform__subcontainer-title {
  margin-bottom: 16px;
}
.authform__subcontainer .authform__subcontainer-content {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
  color: #707070;
}

.authform__separator {
  width: 100%;
  height: 30px;
  text-align: center;
  position: relative;
}
.authform__separator p {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
}
.authform__separator p span {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  padding: 0 5px;
  position: relative;
  top: -15px;
}
.authform__separator p {
  background-color: #707070;
}
.authform__separator p span {
  background-color: #FFF;
  color: #666;
}

.password-reset-link {
  margin: 20px 0;
}
.password-reset-link a {
  line-height: 28px;
  color: #01A2D8;
}

.user-login-or-signup-link {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #979797;
  border-radius: 5px;
  font-size: 16px;
  color: #707070;
}
.user-login-or-signup-link:hover {
  background-color: #e5e7eb;
}

.passkey-form-container {
  margin-top: 24px;
  text-align: center;
}
.passkey-form-container .passkey-icons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}
.passkey-form-container .passkey-icons img {
  width: 40px;
  height: 40px;
}
.passkey-form-container .passkey-form {
  margin-bottom: 30px;
}
.passkey-form-container .passkey-description-links {
  display: grid;
  text-align: left;
}
.passkey-form-container .passkey-description-link {
  margin-bottom: 12px;
  gap: 4px;
  display: flex;
  align-items: center;
}
.passkey-form-container .passkey-description-link img {
  width: 12px;
  height: 12px;
}
.passkey-form-container .passkey-description-link a {
  color: #01A2D8;
  font-size: 12px;
  line-height: 18px;
}

.passkey-title {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #707070;
  text-align: left;
}

.passkey-content {
  box-sizing: border-box;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 780px;
}

.add-passkey-button {
  font-weight: bold;
  line-height: 50px;
  text-decoration: none;
  background-color: #F83E26;
  border-radius: 5px;
  color: #FFF;
  width: 780px;
  height: 50px;
  text-align: center;
  width: 780px;
}

.help-block {
  color: #C6321F;
  font-size: 12px;
  line-height: 1.5;
  padding-top: 5px;
}

#have_account a {
  text-decoration: none;
  height: 50px;
  display: block;
  width: 300px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  border: 1px solid #333;
  border-radius: 3px;
  padding: 10px 0;
  margin: 0 auto 10px;
  cursor: pointer;
  -webkit-appearance: none;
}
#have_account a img {
  width: 60px;
  vertical-align: bottom;
}
#have_account a span {
  font-weight: bold;
}

@media (max-width: 780px) {
  .passkeys-container {
    padding: 0px 10px;
  }
  .passkey-content {
    width: 100%;
  }
  .add-passkey-button {
    width: 100%;
  }
}
/* renewal at December 2019 */
/* style for mobile phone */
.faIcon {
  display: inline-block;
  background-image: url(/assets/bg_fa-icons-17c8154cd2ca706a5d11ee3724e9845cb8f7df5e30d92ab0b1a29b543ca42f50.png);
  background-repeat: no-repeat;
  background-size: 29.9999999998px auto;
}
.faIcon.utensils {
  background-position: -20px -160px;
}
.faIcon.sun {
  background-position: -20px -140px;
}
.faIcon.moon {
  background-position: -20px -150px;
}
.faIcon.list {
  background-position: 0 0;
}
.faIcon.list-alt {
  background-position: 0 -10px;
}
.faIcon.camera {
  background-position: 0 -20px;
}
.faIcon.file {
  background-position: 0 -30px;
}
.faIcon.bullhorn {
  background-position: 0 -40px;
}
.faIcon.phone {
  background-position: -20px -80px;
}
.faIcon.map-marker {
  background-position: 0 -50px;
}
.faIcon.bookmark {
  background-position: 0 -60px;
}
.faIcon.calendar {
  background-position: 0 -70px;
}
.faIcon.caret-right {
  background-position: -10px -130px;
}

.breadcrumbs {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 9px 13px;
}
.breadcrumbs ol {
  font-size: 8px;
  color: #999;
}
.breadcrumbs ol li {
  display: inline;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.breadcrumbs ol li::after {
  content: ">";
  padding: 0 6px;
}
.breadcrumbs ol li:last-child::after {
  content: "";
  padding: 0;
}
.breadcrumbs ol li a {
  color: inherit;
  text-decoration: none;
}

.wwwShopReserveActions {
  margin-top: 10px;
}
.wwwShopReserveActions p {
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
}
.wwwShopReserveActions a, .wwwShopReserveActions button {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #01A2D8;
  text-align: center;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #01A2D8;
  border-radius: 6px;
  padding: 8px 0;
  margin: 10px 0 0;
  cursor: pointer;
}
.wwwShopReserveActions a span, .wwwShopReserveActions button span {
  display: inline-block;
  vertical-align: middle;
}
.wwwShopReserveActions a span.txt, .wwwShopReserveActions button span.txt {
  font-weight: bold;
}
.wwwShopReserveActions a span.faIcon, .wwwShopReserveActions button span.faIcon {
  background: none;
}
.wwwShopReserveActions a span.faIcon.calendar, .wwwShopReserveActions a span.faIcon.mobileorder, .wwwShopReserveActions button span.faIcon.calendar, .wwwShopReserveActions button span.faIcon.mobileorder {
  position: absolute;
  left: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.wwwShopReserveActions a span.faIcon.calendar, .wwwShopReserveActions button span.faIcon.calendar {
  width: 14px;
  height: 16px;
  background-image: url(/assets/icon_order-calendar-5544f0a6fa21c4daaa8b98d7c3b14ef970d76ecaaca0f93c1f36aeec4041186c.png);
  top: 10px;
}
.wwwShopReserveActions a span.faIcon.mobileorder, .wwwShopReserveActions button span.faIcon.mobileorder {
  width: 16px;
  height: 22.5px;
  background-image: url(/assets/icon_order-pre-b446ec0554d848a6ef0e2252e062fd92dd286a2740407b66ab73a836bbec5d6b.png);
  top: 8px;
}
.wwwShopMore {
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #EEE;
  padding: 10px 0;
}
.wwwShopMore a {
  color: #01A2D8;
  text-decoration: none;
}
.wwwShopMore a span {
  vertical-align: middle;
}
.wwwShopMore a span.caret-right {
  width: 10px;
  height: 10px;
}
.wwwShopHeader {
  color: #5D5D5D;
  background-color: #F8F8F8;
}
.wwwShopHeader__panel .coverImage {
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wwwShopHeader__content {
  padding: 15px;
}
.wwwShopName a {
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  color: #5D5D5D;
}
.wwwShopName span {
  display: inline;
  font-size: 8px;
  vertical-align: middle;
  border-radius: 3px;
  padding: 3px 5px;
}
.wwwShopName span.official {
  color: #F2C273;
}
.wwwShopName span.close {
  color: #E73E26;
  background-color: #DDD;
}
.wwwShopName span.delivery, .wwwShopName span.takeout {
  color: #000;
  font-weight: bold;
  background-color: #FCD500;
}
.wwwShopCategory {
  font-size: 8px;
}
.wwwShopCategory span {
  vertical-align: middle;
}
.wwwShopCategory span.utensils {
  width: 10px;
  height: 10px;
  background-color: #5D5D5D;
  border: 1px solid #5D5D5D;
  border-radius: 50%;
}
.wwwShopBudget {
  display: flex;
  margin-bottom: 5px;
}
.wwwShopBudget li {
  font-size: 8px;
  padding-right: 10px;
}
.wwwShopBudget li span {
  vertical-align: middle;
}
.wwwShopBudget li span.sun, .wwwShopBudget li span.moon {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.wwwShopBudget li span.sun {
  background-color: #F90;
  border: 1px solid #F90;
}
.wwwShopBudget li span.moon {
  background-color: #4267B2;
  border: 1px solid #4267B2;
}
.wwwShopNav {
  background-color: #F8F8F8;
}
.wwwShopNav ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.wwwShopNav ul li {
  display: table-cell;
  font-size: 8px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
.wwwShopNav ul li:last-child {
  border-right: none;
}
.wwwShopNav ul li.active {
  background-color: #FFF;
  border-bottom: none;
}
.wwwShopNav ul li.active a, .wwwShopNav ul li.active em {
  color: #E73E26;
  border-top: 3px solid #E73E26;
}
.wwwShopNav ul li.active a .faIcon, .wwwShopNav ul li.active em .faIcon {
  background-position-x: -10px;
}
.wwwShopNav ul li a, .wwwShopNav ul li em {
  display: block;
  color: #5D5D5D;
  text-decoration: none;
  padding: 8px 0 5px;
}
.wwwShopNav ul li a span, .wwwShopNav ul li em span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
}
.wwwShopActions {
  display: flex;
  justify-content: space-between;
}
.wwwShopActions .favorite-button, .wwwShopActions .interest-button {
  width: 49%;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 3px;
  padding: 5px 10px;
}
.wwwShopActions .favorite-button a, .wwwShopActions .interest-button a {
  color: inherit;
  text-decoration: none;
}
.wwwShopActions .favorite-button a.release i, .wwwShopActions .interest-button a.release i {
  color: #E73E26;
}
.wwwShopReserve, .wwwShopImages, .wwwShopData, .wwwShopInformation, .wwwShopTopics, .wwwShopMenus, .wwwShopCoupons, .wwwShopMap, .wwwShopPlans {
  border-bottom: 10px solid #EEE;
  padding-top: 10px;
  margin-bottom: 20px;
}
.wwwShopReserve__title, .wwwShopImages__title, .wwwShopData__title, .wwwShopInformation__title, .wwwShopTopics__title, .wwwShopMenus__title, .wwwShopCoupons__title, .wwwShopMap__title, .wwwShopPlans__title {
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 10px;
}
.wwwShopReserve__title h2, .wwwShopImages__title h2, .wwwShopData__title h2, .wwwShopInformation__title h2, .wwwShopTopics__title h2, .wwwShopMenus__title h2, .wwwShopCoupons__title h2, .wwwShopMap__title h2, .wwwShopPlans__title h2 {
  font-weight: bold;
}
.wwwShopReserve__content {
  padding: 0 15px 20px 15px;
}
.wwwShopReserve__content a {
  position: relative;
  display: block;
  font-size: 14px;
  border: 2px solid #01A2D8;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  padding: 8px 0;
  margin-bottom: 10px;
}
.wwwShopReserve__content a.btn-phone {
  color: #FFF;
  background-color: #01A2D8;
}
.wwwShopReserve__content a.btn-phone span {
  vertical-align: middle;
}
.wwwShopReserve__content a.btn-phone span.faIcon {
  background: none;
}
.wwwShopReserve__content a.btn-phone span.faIcon.phone {
  position: absolute;
  width: 13.5px;
  height: 13.5px;
  background: url(/assets/icon_order-phone-154b2078f760431f35883e45f773198a4c87dbc68f1f2b0f55da560bf9238ee6.png) no-repeat 50% 50%/cover;
  top: 12px;
  left: 10px;
}
.wwwShopReserve__content a.btn-phone span.txt {
  font-weight: bold;
}
.wwwShopReserve__content p {
  font-size: 10px;
  color: #5D5D5D;
  text-align: center;
}
.wwwShopImages__content .snapShots {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 10px;
}
.wwwShopImages__content .snapShots a {
  display: block;
  width: 33%;
  height: 0;
  padding-bottom: 33%;
  margin: 0 0.33% 2px 0;
}
.wwwShopImages__content .snapShots a:nth-child(3n) {
  margin-right: 0;
}
.wwwShopImages__content .snapShots a .imageCase {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.wwwShopPlans__content .planList {
  justify-content: flex-start;
  margin-bottom: 10px;
}
.wwwShopPlans__content .planList a {
  display: block;
  color: #333;
  padding-bottom: 0;
  margin: 0 5px 5px 0;
  border: 1px solid #DDD;
  text-decoration: none;
  position: relative;
  padding-bottom: 40px;
}
.wwwShopPlans__content .planList a .element .element__image {
  width: 100%;
  height: auto;
  background-color: #CCC;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 35.34%;
  margin-bottom: 20px;
}
.wwwShopPlans__content .planList a .element .element__content h3 {
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.wwwShopPlans__content .planList a .element .element__content .itemElement__price {
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
}
.wwwShopPlans__content .planList a .element .element__content .itemElement__price .coupon {
  color: #E73E26;
}
.wwwShopData__content {
  background-color: #F8F8F8;
  padding: 20px 0 0;
}
.wwwShopData__content .actionButtons {
  display: none;
}
.wwwShopData__content .orderContractButton {
  display: block;
  text-align: center;
}
.wwwShopData__content .orderContractButton button {
  display: inline-block;
  width: 120px;
  font-size: 12px;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 10px;
  padding: 6px 0;
  cursor: pointer;
  position: relative;
}
.wwwShopData__content .orderContractButton a {
  text-decoration: none;
  color: #333;
}
.wwwShopData__content table {
  width: 100%;
  font-size: 12px;
}
.wwwShopData__content table tr {
  border-bottom: 1px solid #DDD;
}
.wwwShopData__content table tr.address {
  border: none;
}
.wwwShopData__content table tr.address th, .wwwShopData__content table tr.address td {
  padding-bottom: 0;
}
.wwwShopData__content table tr th {
  width: 130px;
  box-sizing: border-box;
  padding: 10px 5px;
}
.wwwShopData__content table tr td {
  padding: 10px 0 10px 10px;
  word-break: break-all;
}
.wwwShopData__content table tr td dl dt, .wwwShopData__content table tr td dl dd {
  display: inline;
}
.wwwShopData__content table tr td #map, .wwwShopData__content table tr td iframe {
  height: 300px;
}
.wwwShopData__content table tr td iframe {
  width: 100%;
}
.wwwShopData__content table tr td a {
  color: #01A2D8;
  text-decoration: none;
}
.wwwShopInformation__content .information {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 10px;
}
.wwwShopInformation__content .information__icon, .wwwShopInformation__content .information__body {
  display: table-cell;
  vertical-align: top;
}
.wwwShopInformation__content .information__icon {
  width: 40px;
}
.wwwShopInformation__content .information__icon .icon {
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.wwwShopInformation__content .information__body .informationArticle {
  box-sizing: border-box;
  color: #5D5D5D;
  border: 1px solid #DDD;
  border-radius: 6px;
  padding: 14px;
  position: relative;
}
.wwwShopInformation__content .information__body .informationArticle:before, .wwwShopInformation__content .information__body .informationArticle:after {
  right: 100%;
  top: 15px;
  border: solid transparent;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}
.wwwShopInformation__content .information__body .informationArticle:before {
  border-color: transparent;
  border-right-color: #DDD;
  border-width: 6px;
  margin-top: -6px;
}
.wwwShopInformation__content .information__body .informationArticle:after {
  border-color: transparent;
  border-right-color: #FFF;
  border-width: 5px;
  margin-top: -5px;
}
.wwwShopInformation__content .information__body .informationArticle.latestNotice {
  background-color: #FFF7E3;
  border: 1px solid #FADE7E;
}
.wwwShopInformation__content .information__body .informationArticle.latestNotice:before {
  border-right-color: #FADE7E;
}
.wwwShopInformation__content .information__body .informationArticle.latestNotice:after {
  border-right-color: #FFF7E3;
}
.wwwShopInformation__content .information__body .informationArticle__text {
  word-wrap: break-word;
  word-break: break-all;
}
.wwwShopInformation__content .information__body .informationArticle__text p {
  font-size: 12px;
  margin-bottom: 10px;
}
.wwwShopInformation__content .information__body .informationArticle__text p.date {
  color: #999;
}
.wwwShopInformation__content .information__body .informationArticle__image {
  width: 220px;
}
.wwwShopInformation__content .information__body .informationArticle__image img {
  display: block;
  width: 230px;
  height: auto;
}
.wwwShopTopics__content .topicArticle {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
.wwwShopTopics__content .topicArticle__icon, .wwwShopTopics__content .topicArticle__body {
  display: table-cell;
  vertical-align: top;
  word-break: break-all;
}
.wwwShopTopics__content .topicArticle__icon {
  width: 40px;
  box-sizing: border-box;
  padding-right: 10px;
}
.wwwShopTopics__content .topicArticle__icon .icon {
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.wwwShopTopics__content .topicArticle__icon .writer {
  font-size: 10px;
  text-align: center;
}
.wwwShopTopics__content .topicArticle__body .topic {
  border: 1px solid #DDD;
  border-radius: 6px;
  padding: 10px 18px;
  margin-bottom: 10px;
  position: relative;
}
.wwwShopTopics__content .topicArticle__body .topic:before, .wwwShopTopics__content .topicArticle__body .topic:after {
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-color: transparent;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}
.wwwShopTopics__content .topicArticle__body .topic:before {
  border-right-color: #DDD;
  border-width: 6px;
  margin-top: -6px;
}
.wwwShopTopics__content .topicArticle__body .topic:after {
  border-right-color: #FFF;
  border-width: 5px;
  margin-top: -5px;
}
.wwwShopTopics__content .topicArticle__body .topic__title {
  font-size: 14px;
  font-weight: bold;
}
.wwwShopTopics__content .topicArticle__body .topic__description {
  font-size: 12px;
}
.wwwShopTopics__content .topicArticle__body .topic__images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.wwwShopTopics__content .topicArticle__body .topic__images a {
  display: block;
  width: 48%;
  height: 0;
  padding-bottom: 32.16%;
  text-decoration: none;
  margin-bottom: 10px;
}
.wwwShopTopics__content .topicArticle__body .topic__images a .imageCase {
  width: 100%;
  height: 0;
  padding-top: 67%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.wwwShopTopics__content .topicArticle__body .topic__link a {
  color: #01A2D8;
  text-decoration: none;
}
.wwwShopMenus {
  padding-top: 0;
}
.wwwShopMenus__title {
  display: none;
}
.wwwShopMenus__nav {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  overflow: scroll;
  white-space: nowrap;
  background-color: #EDEDED;
  margin: 5px 0 10px;
}
.wwwShopMenus__nav li {
  font-size: 12px;
  border-bottom: 3px solid #EDEDED;
}
.wwwShopMenus__nav li.active {
  color: #E73E26;
  border-color: #E73E26;
}
.wwwShopMenus__nav li a {
  display: block;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  padding: 12px;
}
.wwwShopMenus__content .menuList__elements {
  padding: 10px 15px;
}
.wwwShopMenus__content .menuList__elements:nth-child(odd) {
  background-color: #F8F8F8;
}
.wwwShopMenus__content .menuList__elements .element {
  display: flex;
}
.wwwShopMenus__content .menuList__elements .element__image {
  width: 65px;
  height: 60px;
}
.wwwShopMenus__content .menuList__elements .element__image img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.wwwShopMenus__content .menuList__elements .element__content {
  flex: 1;
  word-break: break-all;
}
.wwwShopMenus__content .menuList__elements .element__content h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}
.wwwShopMenus__content .menuList__elements .element__content p {
  font-size: 10px;
}
.wwwShopMenus__content .menuList__elements .element__content span {
  display: block;
  font-size: 10px;
  font-weight: bold;
}
.wwwShopMenus__content .menuList__elements .element__content dl dt, .wwwShopMenus__content .menuList__elements .element__content dl dd, .wwwShopMenus__content .menuList__elements .element__content dl ul, .wwwShopMenus__content .menuList__elements .element__content dl li {
  display: inline;
  font-size: 10px;
}
.wwwShopMenus__content .menuList__elements .element__content dl dd ul li:not(:first-child)::before {
  content: "、";
}
.wwwShopCoupons__content .wwwShopCoupon {
  color: #5D5D5D;
  background-color: #FFF1C9;
  padding: 10px;
  margin: 0 10px;
}
.wwwShopCoupons__content .wwwShopCoupon__title {
  font-size: 14px;
  border-bottom: 1px solid #5D5D5D;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.wwwShopCoupons__content .wwwShopCoupon__title span {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
.wwwShopCoupons__content .wwwShopCoupon__title span.bookmark {
  width: 10px;
  height: 10px;
  background-color: #F90;
  background-position-x: -20px;
  border: 2px solid #F90;
}
.wwwShopCoupons__content .wwwShopCoupon__content .condition {
  font-size: 12px;
  margin-bottom: 10px;
}
.wwwShopCoupons__content .wwwShopCoupon__content .expiration {
  display: flex;
  border: 1px solid #5D5D5D;
}
.wwwShopCoupons__content .wwwShopCoupon__content .expiration dt, .wwwShopCoupons__content .wwwShopCoupon__content .expiration dd {
  font-size: 12px;
  font-weight: bold;
  align-self: center;
  padding: 5px 10px;
}
.wwwShopCoupons__content .wwwShopCoupon__content .expiration dt {
  color: #FFF;
  background-color: #5D5D5D;
}
.wwwShopMap__content #map, .wwwShopMap__content iframe {
  height: 250px;
}
.wwwShopMap__content iframe {
  width: 100%;
}
.wwwShopOwner {
  background-color: #FFF7E3;
  border: 1px solid #FADE7E;
  padding: 15px;
  margin: 10px 10px 30px;
}
.wwwShopOwner dl dt {
  font-size: 14px;
  font-weight: bold;
}
.wwwShopReservation {
  display: none;
}
.wwwShopReservationModal {
  box-sizing: border-box;
  border-radius: 6px;
  padding: 20px 15px 15px !important;
}
.wwwShopReservationModal__title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.wwwShopReservationModal__content .conbinationInputs select, .wwwShopReservationModal__content .formGroup select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #5D5D5D;
  border-radius: 6px;
  padding: 8px 5px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
.wwwShopReservationModal__content .conbinationInputs {
  margin-bottom: 20px;
}
.wwwShopReservationModal__content .conbinationInputs__label {
  font-size: 10px;
  margin-bottom: 10px;
}
.wwwShopReservationModal__content .conbinationInputs__content {
  display: flex;
  align-items: center;
  border: 1px solid #DDD;
  border-radius: 6px;
}
.wwwShopReservationModal__content .conbinationInputs__content .inputElement {
  box-sizing: border-box;
}
.wwwShopReservationModal__content .conbinationInputs__content .inputElement select {
  border: none;
}
.wwwShopReservationModal__content .conbinationInputs__content .inputElement:first-child {
  width: 66.66%;
}
.wwwShopReservationModal__content .conbinationInputs__content .inputElement:last-child {
  width: 33.33%;
  border-left: 1px solid #DDD;
}
.wwwShopReservationModal__content .conbinationInputs__content .inputElement:last-child select {
  font-size: 20px;
  padding-left: 42%;
}
.wwwShopReservationModal__content .formGroup {
  margin-bottom: 20px;
  position: relative;
}
.wwwShopReservationModal__content .formGroup label {
  display: block;
  font-size: 10px;
  margin-bottom: 10px;
}
.wwwShopReservationModal__content .formGroup select {
  margin-bottom: 5px;
  border: 1px solid #DDD;
}
.wwwShopReservationModal__content button {
  display: block;
  width: 40%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border: none;
  background-color: #E73E26;
  border-radius: 6px;
  padding: 10px 0;
  margin: 0 auto;
  cursor: pointer;
}
.wwwShopShareModal {
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 6px;
  padding: 14px !important;
  margin: 0 auto;
}
.wwwShopShareModal__title {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.wwwShopShareModal__content .shopData {
  text-align: left;
  margin-bottom: 10px;
}
.wwwShopShareModal__content .shopData__name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.wwwShopShareModal__content .shopData__tel, .wwwShopShareModal__content .shopData__address {
  font-size: 10px;
  margin-bottom: 5px;
}
.wwwShopShareModal__content .shopData__tel span, .wwwShopShareModal__content .shopData__address span {
  display: inline-block;
  vertical-align: middle;
}
.wwwShopShareModal__content .shopData__tel span.phone, .wwwShopShareModal__content .shopData__tel span.map-marker, .wwwShopShareModal__content .shopData__address span.phone, .wwwShopShareModal__content .shopData__address span.map-marker {
  width: 10px;
  height: 10px;
  background-color: #5D5D5D;
  border: 2px solid #5D5D5D;
  border-radius: 50%;
}
.wwwShopShareModal__content .shopData__tel span.map-marker, .wwwShopShareModal__content .shopData__address span.map-marker {
  background-position-x: -20px;
}
.wwwShopShareModal__content .shareButtons {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 12px;
}
.wwwShopShareModal__content .shareButtons__email, .wwwShopShareModal__content .shareButtons__line {
  display: table-cell;
  vertical-align: top;
}
.wwwShopShareModal__content .shareButtons__email img, .wwwShopShareModal__content .shareButtons__line img {
  display: block;
  margin: 0 auto 10px;
}
.wwwShopShareModal__content .shareButtons__email {
  border-right: 1px solid #D8D8D8;
}

@media all and (min-width: 641px) {
  /* style for tablet */
  .breadcrumbs {
    border-top-width: 2px;
    border-bottom-width: 2px;
    padding: 18px 26px;
  }
  .breadcrumbs ol {
    font-size: 16px;
  }
  .breadcrumbs ol li::after {
    padding: 0 12px;
  }
}
@media all and (min-width: 769px) {
  /* style for large display */
  .faIcon {
    background-size: 59.9999999995px auto;
  }
  .faIcon.utensils {
    background-position: -40px -320px;
  }
  .faIcon.sun {
    background-position: -40px -280px;
  }
  .faIcon.moon {
    background-position: -40px -300px;
  }
  .faIcon.share {
    background-position: 0 -240px;
  }
  .faIcon.print {
    background-position: 0 -220px;
  }
  .faIcon.phone {
    background-position: -40px -160px;
  }
  .faIcon.map-marker {
    background-position: -40px -100px;
  }
  .faIcon.bookmark {
    background-position: 0 -120px;
  }
  .faIcon.caret-right {
    background-position: -20px -260px;
  }
  .breadcrumbs {
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding: 30px 0;
  }
  .breadcrumbs ol {
    width: 1040px;
    font-size: 12px;
    margin: 0 auto;
  }
  .breadcrumbs ol li::after {
    padding: 0 10px;
  }
  .wwwShopReserveActions {
    display: none;
  }
  .wwwShopMore {
    text-align: right;
    border-top: none;
    padding: 0 12px;
  }
  .wwwShopMore a span {
    font-size: 16px;
  }
  .wwwShopMore a span.caret-right {
    width: 20px;
    height: 20px;
    transform: scale(0.7, 0.7);
  }
  .wwwShopLayout {
    display: flex;
    justify-content: space-between;
    width: 1040px;
    margin: 30px auto;
  }
  .wwwShopLayout__main {
    width: 720px;
  }
  .wwwShopLayout__sub {
    width: 300px;
  }
  .wwwShopHeader {
    min-width: 1040px;
  }
  .wwwShopHeader__panel .coverImage {
    height: 300px;
  }
  .wwwShopHeader__content {
    width: 1040px;
    margin: 0 auto;
    position: relative;
  }
  .wwwShopName {
    margin-bottom: 10px;
  }
  .wwwShopName h1 {
    font-size: 24px;
  }
  .wwwShopName h1 span {
    font-size: 10px;
    border-radius: 6px;
  }
  .wwwShopCategory {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .wwwShopCategory span.utensils {
    width: 20px;
    height: 20px;
    border-width: 2px;
  }
  .wwwShopBudget {
    display: flex;
  }
  .wwwShopBudget li {
    font-size: 12px;
  }
  .wwwShopBudget li span.sun, .wwwShopBudget li span.moon {
    width: 20px;
    height: 20px;
    border-width: 2px;
  }
  .wwwShopActions {
    width: 300px;
    position: absolute;
    top: 20px;
    right: 15px;
  }
  .wwwShopNav {
    min-width: 1040px;
  }
  .wwwShopNav ul {
    width: 1040px;
    margin: 0 auto;
  }
  .wwwShopNav ul li:first-child {
    border-left: 1px solid #D8D8D8;
  }
  .wwwShopNav ul li:last-child {
    border-right: 1px solid #D8D8D8;
  }
  .wwwShopNav ul li.active a, .wwwShopNav ul li.active em {
    border-top-width: 5px;
  }
  .wwwShopNav ul li a, .wwwShopNav ul li em {
    font-size: 12px;
    padding: 10px 0;
  }
  .wwwShopNav ul li a span, .wwwShopNav ul li em span {
    display: none;
  }
  .wwwShopImages, .wwwShopData, .wwwShopInformation, .wwwShopTopics, .wwwShopMenus, .wwwShopCoupons, .wwwShopMap, .wwwShopPlans {
    border-top: 5px solid #EEE;
    border-bottom: none;
    margin-bottom: 50px;
  }
  .wwwShopImages__title, .wwwShopData__title, .wwwShopInformation__title, .wwwShopTopics__title, .wwwShopMenus__title, .wwwShopCoupons__title, .wwwShopMap__title, .wwwShopPlans__title {
    font-size: 22px;
    padding: 0;
  }
  .wwwShopReserve {
    display: none;
  }
  .wwwShopImages__content .snapShots {
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .wwwShopImages__content .snapShots a {
    width: 140px;
    height: 140px;
    padding-bottom: 0;
    margin: 0 5px 5px 0;
  }
  .wwwShopImages__content .snapShots a:nth-child(3n) {
    margin-right: 5px;
  }
  .wwwShopImages__content .snapShots a:nth-child(5n) {
    margin-right: 0;
  }
  .wwwShopImages__content .snapShots a .imageCase {
    width: 140px;
    height: 140px;
    padding-top: 0;
  }
  .wwwShopPlans__content .planList {
    justify-content: flex-start;
    margin-bottom: 10px;
    display: flex;
  }
  .wwwShopPlans__content .planList a {
    width: 350px;
    color: #333;
    padding-bottom: 0;
    margin: 0 5px 5px 0;
    border: 1px solid #DDD;
    text-decoration: none;
    position: relative;
    padding-bottom: 40px;
  }
  .wwwShopPlans__content .planList a .element .element__image {
    width: 100%;
    height: auto;
    background-color: #CCC;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 35.34%;
    margin-bottom: 20px;
  }
  .wwwShopPlans__content .planList a .element .element__content h3 {
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
  }
  .wwwShopPlans__content .planList a .element .element__content .itemElement__price {
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
  }
  .wwwShopData__content {
    padding: 20px;
  }
  .wwwShopData__content .actionButtons, .wwwShopData__content .orderContractButton {
    display: block;
    text-align: center;
  }
  .wwwShopData__content .actionButtons button, .wwwShopData__content .orderContractButton button {
    display: inline-block;
    width: 220px;
    font-size: 14px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 10px;
    padding: 10px 0;
    cursor: pointer;
    -webkit-appearance: none;
    position: relative;
  }
  .wwwShopData__content .actionButtons button span, .wwwShopData__content .orderContractButton button span {
    vertical-align: middle;
  }
  .wwwShopData__content .actionButtons button span.faIcon.share, .wwwShopData__content .actionButtons button span.faIcon.print, .wwwShopData__content .orderContractButton button span.faIcon.share, .wwwShopData__content .orderContractButton button span.faIcon.print {
    width: 20px;
    height: 20px;
  }
  .wwwShopData__content .actionButtons {
    padding-top: 20px;
  }
  .wwwShopData__content table tr th {
    width: 130px;
    padding: 20px 0 20px 10px;
  }
  .wwwShopData__content table tr td {
    padding: 20px 0 20px 30px;
  }
  .wwwShopInformation__content .information {
    margin-bottom: 30px;
  }
  .wwwShopInformation__content .information__icon, .wwwShopInformation__content .information__body {
    display: table-cell;
    vertical-align: top;
  }
  .wwwShopInformation__content .information__icon {
    width: 70px;
  }
  .wwwShopInformation__content .information__icon .icon {
    width: 50px;
    height: 50px;
  }
  .wwwShopInformation__content .information__body .informationArticle {
    display: flex;
    justify-content: space-between;
    padding: 18px 20px;
  }
  .wwwShopInformation__content .information__body .informationArticle:before, .wwwShopInformation__content .information__body .informationArticle:after {
    top: 25px;
  }
  .wwwShopInformation__content .information__body .informationArticle:before {
    border-width: 7px;
    margin-top: -7px;
  }
  .wwwShopInformation__content .information__body .informationArticle.latestNotice {
    background-color: #FFF7E3;
    border: 1px solid #FADE7E;
  }
  .wwwShopInformation__content .information__body .informationArticle.latestNotice:before {
    border-right-color: #FADE7E;
  }
  .wwwShopInformation__content .information__body .informationArticle.latestNotice:after {
    border-right-color: #FFF7E3;
  }
  .wwwShopInformation__content .information__body .informationArticle__image {
    padding-left: 20px;
  }
  .wwwShopInformation__content .information__body .informationArticle__image img {
    width: 200px;
    float: right;
  }
  .wwwShopTopics__content .topicArticle__icon {
    width: 70px;
    padding-right: 20px;
  }
  .wwwShopTopics__content .topicArticle__icon .icon {
    width: 50px;
    height: 50px;
  }
  .wwwShopTopics__content .topicArticle__body .topic {
    margin-bottom: 20px;
  }
  .wwwShopTopics__content .topicArticle__body .topic:before, .wwwShopTopics__content .topicArticle__body .topic:after {
    top: 25px;
  }
  .wwwShopTopics__content .topicArticle__body .topic:before {
    border-width: 7px;
    margin-top: -7px;
  }
  .wwwShopTopics__content .topicArticle__body .topic:after {
    border-width: 5px;
    margin-top: -5px;
  }
  .wwwShopTopics__content .topicArticle__body .topic__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .wwwShopTopics__content .topicArticle__body .topic__description {
    margin-bottom: 20px;
  }
  .wwwShopTopics__content .topicArticle__body .topic__images a {
    width: 100px;
    height: 67px;
    padding-bottom: 0;
  }
  .wwwShopTopics__content .topicArticle__body .topic__images a .imageCase {
    width: 100%;
    height: 100%;
    padding-top: 0;
  }
  .wwwShopMenus {
    border: none;
  }
  .wwwShopMenus__title {
    display: block;
  }
  .wwwShopMenus__nav {
    flex-wrap: wrap;
    background-color: transparent;
    overflow: visible;
    white-space: normal;
  }
  .wwwShopMenus__nav li {
    background-color: #F8F8F8;
    border: 1px solid #EEE;
    border-radius: 2px;
    margin: 0 10px 10px 0;
  }
  .wwwShopMenus__nav li.active {
    color: #E73E25;
    border-color: #E73E25;
  }
  .wwwShopMenus__content .menuList {
    margin-bottom: 20px;
  }
  .wwwShopMenus__content .menuList__elements .element__image {
    width: 110px;
    height: 100px;
  }
  .wwwShopMenus__content .menuList__elements .element__image img {
    width: 100px;
    height: 100px;
  }
  .wwwShopMenus__content .menuList__elements .element__content p {
    font-size: 12px;
  }
  .wwwShopMenus__content .menuList__elements .element__content span {
    font-size: 12px;
  }
  .wwwShopMenus__content .menuList__elements .element__content dl dt, .wwwShopMenus__content .menuList__elements .element__content dl li {
    font-size: 12px;
  }
  .wwwShopCoupons__content .wwwShopCoupon {
    padding: 20px;
    margin: 0 0 20px 0;
  }
  .wwwShopCoupons__content .wwwShopCoupon__title span.bookmark {
    width: 20px;
    height: 20px;
    background-position-x: -40px;
  }
  .wwwShopMap__content #map {
    height: 720px;
  }
  .wwwShopMap__content iframe {
    width: 100%;
  }
  .wwwShopOwner {
    padding: 20px;
    margin: 0 0 30px 0;
  }
  .wwwShopReservation {
    display: block;
    background-color: #F8F8F8;
    border: 1px solid #EEE;
    border-radius: 6px;
    padding: 20px 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
  }
  .wwwShopReservation__icon {
    margin-bottom: 10px;
  }
  .wwwShopReservation__icon .icon {
    width: 60px;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin: 0 auto;
  }
  .wwwShopReservation__name {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
  }
  .wwwShopReservation__tel {
    font-size: 26px;
    color: #01A2D8;
    margin-bottom: 10px;
  }
  .wwwShopReservation__tel span {
    display: inline-block;
    vertical-align: middle;
  }
  .wwwShopReservation__tel span.phone {
    width: 20px;
    height: 20px;
    background-color: #01A2D8;
    border: 5px solid #01A2D8;
    border-radius: 50%;
  }
  .wwwShopReservation__tel span.txt a.phone-btn {
    color: inherit;
    text-decoration: none;
  }
  .wwwShopReservation__tel p {
    font-size: 10px;
    color: #5D5D5D;
    text-align: center;
  }
  .wwwShopReservation__inputs .wwwShopReserveActions {
    display: block;
  }
  .wwwShopReservationModal {
    width: 300px;
  }
  .wwwShopShareModal__content .shopData__tel span.phone, .wwwShopShareModal__content .shopData__tel span.map-marker, .wwwShopShareModal__content .shopData__address span.phone, .wwwShopShareModal__content .shopData__address span.map-marker {
    width: 20px;
    height: 20px;
    border-width: 4px;
  }
  .wwwShopShareModal__content .shopData__tel span.map-marker, .wwwShopShareModal__content .shopData__address span.map-marker {
    background-position-x: -40px;
  }
}
.maintenanceNotice {
  background-color: #00A4DE;
}
.maintenanceNotice a {
  display: block;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  padding: 10px;
}

.subscriptionHeader + .maintenanceNotice {
  margin-top: -15px;
  margin-bottom: 15px;
}

@media all and (min-width: 769px) {
  #side_opener {
    display: none;
  }
  #drawer_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.7;
    z-index: 11;
  }
  #drawer_overlay.open {
    display: none;
  }
  #www_container #content_search {
    width: 1070px;
    margin: 0 auto;
    overflow: hidden;
  }
  #www_container #content_topic.show, #www_container #content_topic.list, #www_container #content_topic.shops, #www_container #content_search_result {
    display: flex;
    justify-content: space-between;
    width: 1040px;
    margin: 30px auto;
  }
  #www_container #content_topic.show #main, #www_container #content_topic.list #main, #www_container #content_topic.shops #main, #www_container #content_search_result #main {
    width: 720px;
  }
  #www_container #content_topic.show #sub, #www_container #content_topic.list #sub, #www_container #content_topic.shops #sub, #www_container #content_search_result #sub {
    width: 300px;
  }
  #www_container .js-search-form {
    display: none;
  }
  #www_container #www_header {
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
  }
  #www_container #www_header #www_header_inner {
    width: 1040px;
    margin: 0 auto;
    overflow: hidden;
  }
  #www_container #www_header #www_header_inner #left_space {
    width: 40%;
    padding-top: 30px;
    float: left;
  }
  #www_container #www_header #www_header_inner #left_space .search_parts form {
    position: relative;
  }
  #www_container #www_header #www_header_inner #left_space .search_parts form input[type=text] {
    width: 200px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 5px 8px;
    outline: none;
  }
  #www_container #www_header #www_header_inner #left_space .search_parts form input[type=submit] {
    position: absolute;
    left: 168px;
    top: 7px;
    width: 30px;
    font-family: FontAwesome;
    cursor: pointer;
    background-color: #FFF;
    border: none;
    outline: none;
  }
  #www_container #www_header #www_header_inner #left_space a.notice {
    display: none;
  }
  #www_container #www_header #www_header_inner #left_space .btns {
    display: none;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form {
    width: 100%;
    display: block;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements {
    display: table;
    vertical-align: middle;
    border: 1px solid #CCC;
    border-radius: 6px;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_area, #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_kw, #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .btn {
    display: table-cell;
    vertical-align: middle;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_area input, #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_kw input, #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .btn input {
    font-size: 12px;
    border: none;
    outline: none;
    -webkit-appearance: none;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_area, #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_kw {
    padding: 4px 0;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_area input[type=text], #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_kw input[type=text] {
    color: #999;
    padding: 0 8px;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .input_kw {
    border-left: 1px dotted #CCC;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .btn {
    background-color: #EEE;
    border-left: 1px solid #CCC;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  #www_container #www_header #www_header_inner #left_space form.js-search-form .form_elements .btn input[type=submit] {
    display: block;
    font-family: FontAwesome;
    background-color: #EEE;
    padding: 0 10px;
    cursor: pointer;
  }
  #www_container #www_header #www_header_inner #center_space {
    width: 20%;
    text-align: center;
    padding: 25px 0;
    float: left;
  }
  #www_container #www_header #www_header_inner #center_space img {
    display: block;
    width: 92px;
    margin: 0 auto;
  }
  #www_container #www_header #www_header_inner #right_space {
    width: 40%;
    padding-top: 35px;
    float: left;
  }
  #www_container #www_header #www_header_inner #right_space #side_opener {
    display: none;
  }
  #www_container #www_header #www_header_inner #right_space ul {
    text-align: right;
  }
  #www_container #www_header #www_header_inner #right_space ul li {
    display: inline;
    font-size: 13px;
    color: #333;
    margin-right: 10px;
  }
  #www_container #www_header #www_header_inner #right_space ul li.totop {
    display: none;
  }
  #www_container #www_header #www_header_inner #right_space ul li.notice {
    padding-left: 5px;
  }
  #www_container #www_header #www_header_inner #right_space ul li.notice span.icon {
    position: relative;
  }
  #www_container #www_header #www_header_inner #right_space ul li.notice span.icon i {
    display: inline-block;
    font-size: 18px;
  }
  #www_container #www_header #www_header_inner #right_space ul li.notice span.icon em {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    font-size: 12px;
    text-align: center;
    color: #FFF;
    background-color: #F83F26;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -6px;
  }
  #www_container #www_header #www_header_inner #right_space ul li.notice span.ttl {
    display: none;
  }
  #www_container #www_header #www_header_inner #right_space ul li.subscriptions span.ttl {
    display: none;
  }
  #www_container #www_header #www_header_inner #right_space ul li.logout {
    display: none;
  }
  #www_container #www_header #www_header_inner #right_space ul li.nick_name a img {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 4px;
  }
  #www_container #www_header #www_header_inner #right_space ul li a {
    color: inherit;
    text-decoration: none;
  }
  #www_container #www_header #www_header_inner #right_space ul li a i {
    display: none;
  }
}
@media all and (max-width: 768px) {
  #sidemenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    background-color: #333;
    z-index: 200;
    transform: translateX(-300px);
    transition: all 0.3s ease 0s;
  }
  #sidemenu.open {
    transform: translateX(0);
  }
  #sidemenu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
  }
  #sidemenu ul li a {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 15px;
  }
  #sidemenu ul li a .icon {
    width: 40px;
  }
  #sidemenu ul li a .icon i {
    font-size: 24px;
  }
  #sidemenu ul li a .icon em {
    display: none;
  }
  #sidemenu ul li a .icon img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  #sidemenu ul li a .ttl em {
    display: inline-block;
    width: 2em;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    background-color: #F83F26;
    border-radius: 6px;
  }
  #drawer_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.7;
    z-index: 11;
  }
  #drawer_overlay.open {
    display: none;
  }
  #www_container #www_header {
    width: 100%;
    background-color: #FFF;
  }
  #www_container #www_header #www_header_inner {
    width: 100%;
    overflow: hidden;
  }
  #www_container #www_header #www_header_inner #left_space {
    width: 20%;
    box-sizing: border-box;
    padding: 30px 28px 0 0;
    float: right;
  }
  #www_container #www_header #www_header_inner #left_space a.notice {
    display: block;
    width: 40px;
    height: 40px;
    color: #777;
    margin: 0 0 0 auto;
    position: relative;
  }
  #www_container #www_header #www_header_inner #left_space a.notice i {
    font-size: 40px;
  }
  #www_container #www_header #www_header_inner #left_space a.notice em {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    background-color: #F83F26;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: -5px;
  }
  #www_container #www_header #www_header_inner #left_space .btns {
    display: table;
    margin-left: auto;
  }
  #www_container #www_header #www_header_inner #left_space .btns .search_btn, #www_container #www_header #www_header_inner #left_space .btns .notice_btn {
    display: table-cell;
  }
  #www_container #www_header #www_header_inner #left_space .btns .search_btn i, #www_container #www_header #www_header_inner #left_space .btns .notice_btn i {
    font-size: 40px;
    color: #777;
  }
  #www_container #www_header #www_header_inner #left_space .btns .notice_btn {
    padding-left: 20px;
  }
  #www_container #www_header #www_header_inner #left_space .btns .notice_btn a {
    display: block;
    width: 40px;
    height: 40px;
    color: #777;
    margin: 0 0 0 auto;
    position: relative;
  }
  #www_container #www_header #www_header_inner #left_space .btns .notice_btn a em {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    background-color: #F83F26;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -10px;
  }
  #www_container #www_header #www_header_inner #center_space {
    width: 60%;
    float: right;
  }
  #www_container #www_header #www_header_inner #center_space img {
    display: block;
    width: 110px;
    margin: 25px auto;
  }
  #www_container #www_header #www_header_inner #right_space {
    width: 20%;
    box-sizing: border-box;
    padding: 30px 0 0 28px;
    float: right;
  }
  #www_container #www_header #www_header_inner #right_space #side_opener {
    color: #777;
    font-size: 40px;
  }
  #www_container #www_header #www_header_inner #right_space ul {
    display: none;
  }
  #www_container #www_header #www_header_inner #right_space #sidemenu.open ul {
    display: block;
  }
  form.js-search-form {
    display: none;
  }
}
@media all and (max-width: 640px) {
  #sidemenu {
    width: 200px;
    transform: translateX(-200px);
  }
  #sidemenu ul li a {
    font-size: 14px;
    padding: 0 10px;
  }
  #sidemenu ul li a .icon {
    width: 30px;
    height: 20px;
  }
  #sidemenu ul li a .icon i {
    font-size: 16px;
  }
  #sidemenu ul li a .icon img {
    width: 20px;
    height: 20px;
  }
  #sidemenu ul li a .ttl em {
    font-size: 12px;
  }
  #www_container #www_header #www_header_inner #left_space {
    padding: 15px 14px 0 0;
  }
  #www_container #www_header #www_header_inner #left_space a.notice {
    width: 20px;
    height: 20px;
  }
  #www_container #www_header #www_header_inner #left_space a.notice i {
    font-size: 20px;
  }
  #www_container #www_header #www_header_inner #left_space a.notice em {
    width: 14px;
    height: 14px;
    font-size: 10px;
  }
  #www_container #www_header #www_header_inner #left_space .btns .search_btn i, #www_container #www_header #www_header_inner #left_space .btns .notice_btn i {
    font-size: 20px;
  }
  #www_container #www_header #www_header_inner #left_space .btns .notice_btn {
    padding-left: 10px;
  }
  #www_container #www_header #www_header_inner #left_space .btns .notice_btn a {
    width: 23px;
    height: 23px;
  }
  #www_container #www_header #www_header_inner #left_space .btns .notice_btn a em {
    width: 15px;
    height: 15px;
    font-size: 10px;
    right: -5px;
  }
  #www_container #www_header #www_header_inner #center_space img {
    width: 55px;
    margin: 12px auto;
  }
  #www_container #www_header #www_header_inner #right_space {
    padding: 15px 0 0 14px;
  }
  #www_container #www_header #www_header_inner #right_space #side_opener {
    font-size: 20px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.remodal {
  padding: 40px 0 25px;
}
.remodal.login_modal_topic p.attention {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}
.remodal.login_modal_topic #new_entry {
  margin-bottom: 10px;
}
.remodal.login_modal_topic #new_entry a {
  display: block;
  width: 80%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  border: 1px solid #F83F26;
  border-radius: 3px;
  padding: 15px 0;
  margin: 0 auto;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none;
  background-color: #F83F26;
}
.remodal.login_modal_topic .line {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 20px;
  text-align: center;
  position: relative;
  margin: 30px 0;
}
.remodal.login_modal_topic .line p {
  width: 80%;
  height: 2px;
  background-color: #DDD;
  position: absolute;
  top: 50%;
}
.remodal.login_modal_topic .line p span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  background-color: #FFF;
  padding: 0 10px;
  position: relative;
  top: -12px;
}
.remodal.login_modal_topic #social_login p {
  font-size: 18px;
  margin-bottom: 10px;
}
.remodal.login_modal_topic #social_login button, .remodal.login_modal_topic #social_login a, .remodal.login_modal_topic #social_login input[type=submit] {
  display: block;
  width: 80%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  padding: 15px 0;
  margin: 0 auto 20px auto;
  cursor: pointer;
}
.remodal.login_modal_topic #social_login button.btn-sign-in-with-line, .remodal.login_modal_topic #social_login a.btn-sign-in-with-line, .remodal.login_modal_topic #social_login input[type=submit].btn-sign-in-with-line {
  height: 55px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  background-color: #06C755;
  border-width: 0;
  padding: 0;
  color: #FFF;
}
.remodal.login_modal_topic #social_login button.btn-sign-in-with-line img, .remodal.login_modal_topic #social_login a.btn-sign-in-with-line img, .remodal.login_modal_topic #social_login input[type=submit].btn-sign-in-with-line img {
  height: 100%;
  border-right: 2px solid rgba(0, 0, 0, 0.08);
}
.remodal.login_modal_topic #social_login button.btn-sign-in-with-line span, .remodal.login_modal_topic #social_login a.btn-sign-in-with-line span, .remodal.login_modal_topic #social_login input[type=submit].btn-sign-in-with-line span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0;
  width: 100%;
}
.remodal.login_modal_topic #social_login button.fb, .remodal.login_modal_topic #social_login a.fb, .remodal.login_modal_topic #social_login input[type=submit].fb {
  background-color: #425F9B;
  border: 1px solid #425F9B;
}
.remodal.login_modal_topic #social_login button.tw, .remodal.login_modal_topic #social_login a.tw, .remodal.login_modal_topic #social_login input[type=submit].tw {
  background-color: #55ACEE;
  border: 1px solid #55ACEE;
}
.remodal.login_modal_topic #social_login button.normal, .remodal.login_modal_topic #social_login a.normal, .remodal.login_modal_topic #social_login input[type=submit].normal {
  color: #222;
  background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
  background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
  background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  border: 1px solid #DDD;
}

@media all and (max-width: 768px) {
  .remodal.login_modal_topic {
    width: 310px;
  }
}
.topicShareButtons {
  display: flex;
  justify-content: space-between;
  background-color: #EEE;
  padding: 0 11px 10px;
}
.topicShareButtons__button {
  width: 32%;
  font-size: 10px;
}
.topicShareButtons__button a {
  position: relative;
  display: block;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px;
}
.topicShareButtons__button a .icon {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/assets/faSocialIcons-bdaebed7d00d331c886a75cf7cccf2766a47776301a4df04f0f190e99cce18ed.webp);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-size: 20px 80px;
  position: absolute;
  top: 9px;
  left: 10px;
}
.topicShareButtons__button a.x {
  background-color: #000;
}
.topicShareButtons__button a.x .icon {
  background-position-y: 0;
}
.topicShareButtons__button a.facebook {
  background-color: #1877F2;
}
.topicShareButtons__button a.facebook .icon {
  background-position-y: -40px;
}
.topicShareButtons__button a.line {
  background-color: #06C755;
}
.topicShareButtons__button a.line .icon {
  background-position-y: -60px;
}

.shareThisTopic {
  display: flex;
  align-items: center;
  border-top: 1px solid #E7E7E7;
  padding: 10px;
}
.shareThisTopic__image {
  width: 120px;
}
.shareThisTopic__image img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.shareThisTopic__detail {
  flex: 1;
  text-align: center;
}
.shareThisTopic__detail p {
  font-size: 12px;
  margin-bottom: 5px;
}
.shareThisTopic__detail p span {
  color: #F83F26;
}
.shareThisTopic__detail .fb-share-button, .shareThisTopic__detail .x {
  margin-top: 10px;
}

.topicShareButtonsBottom {
  border-top: 1px solid #EEE;
  padding: 5px 10px 0 10px;
  margin-bottom: 20px;
}
.topicShareButtonsBottom__header {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-bottom: 5px;
}
.topicShareButtonsBottom__content {
  display: flex;
  max-width: 720px;
  justify-content: space-around;
  margin: 0 auto;
}
.topicShareButtonsBottom__content a {
  display: block;
  width: 48%;
  max-width: 330px;
  box-sizing: border-box;
  font-size: 10px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px;
}
.topicShareButtonsBottom__content a .icon {
  width: 20px;
  height: 20px;
  background-image: url(/assets/faSocialIcons-bdaebed7d00d331c886a75cf7cccf2766a47776301a4df04f0f190e99cce18ed.webp);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-size: 20px 80px;
  margin: 0 auto 5px;
}
.topicShareButtonsBottom__content a.x {
  background-color: #000;
}
.topicShareButtonsBottom__content a.x .icon {
  background-position-y: 0;
}
.topicShareButtonsBottom__content a.facebook {
  background-color: #1877F2;
}
.topicShareButtonsBottom__content a.facebook .icon {
  background-position-y: -40px;
}

@media all and (min-width: 641px) and (max-width: 768px) {
  .topicShareButtons {
    padding: 0 19px 20px;
  }
  .topicShareButtons__button {
    font-size: 20px;
  }
  .topicShareButtons__button a .icon {
    top: 15px;
  }
  .shareThisTopic {
    padding: 20px;
  }
  .shareThisTopic__image img {
    width: 200px;
    height: 200px;
  }
  .shareThisTopic__detail p {
    font-size: 28px;
  }
  .topicShareButtonsBottom {
    padding: 15px 20px;
  }
  .topicShareButtonsBottom__header {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .topicShareButtonsBottom__content a {
    font-size: 20px;
  }
}
@media all and (min-width: 769px) {
  .topicShareButtons {
    padding: 5px 19px 15px;
  }
  .topicShareButtons__button {
    font-size: 12px;
  }
  .shareThisTopic {
    border: 5px solid #E7E7E7;
    margin-bottom: 15px;
  }
  .shareThisTopic__image {
    width: 340px;
  }
  .shareThisTopic__image img {
    width: 320px;
    height: 200px;
  }
  .shareThisTopic__detail p {
    font-size: 24px;
  }
  .topicShareButtonsBottom {
    border-top: none;
    padding: 0;
    margin-bottom: 40px;
  }
  .topicShareButtonsBottom__header {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .topicShareButtonsBottom__content a {
    position: relative;
    font-size: 16px;
    border-radius: 10px;
    padding: 15px;
  }
  .topicShareButtonsBottom__content a .icon {
    margin: 0;
    position: absolute;
    top: 16px;
    left: 15px;
  }
}
@media all and (min-width: 769px) {
  .error_pages {
    background-color: #F6F6F6;
    border: 1px solid #EEE;
    margin-bottom: 20px;
  }
  .error_pages .error_pages_inner {
    width: 1040px;
    text-align: center;
    padding: 100px 0;
    margin: 0 auto;
  }
  .error_pages .error_pages_inner h1 {
    font-size: 40px;
  }
  .error_pages .error_pages_inner p {
    font-size: 16px;
    color: #999;
    margin-bottom: 20px;
  }
  .error_pages .error_pages_inner a.search {
    display: block;
    width: 160px;
    font-size: 14px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 10px;
    padding: 6px 0;
    margin: 0 auto 20px auto;
  }
  .error_pages .error_pages_inner a.return {
    font-size: 14px;
    color: #369BFF;
  }
  .add_favorite {
    display: table;
    width: 100%;
    box-sizing: border-box;
    background-color: #EEE;
    padding: 12px 19px 15px 19px;
  }
  .add_favorite #fb_like {
    padding-top: 10px;
    display: table-cell;
  }
  .add_favorite #add_btn {
    width: 160px;
    display: table-cell;
    text-align: right;
  }
  .add_favorite #add_btn a {
    display: inline-block;
    width: 160px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 3px 10px;
  }
  .add_favorite #add_btn a.add, .add_favorite #add_btn a.move {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  .add_favorite #add_btn a.add i, .add_favorite #add_btn a.move i {
    color: #AAA;
  }
  .add_favorite #add_btn a.release {
    background-color: #EEE;
  }
  .add_favorite #add_btn a.release i {
    color: #FB3D15;
  }
  #topic_summary {
    background-color: #F8F8F8;
    margin-bottom: 10px;
    table-layout: fixed;
  }
  #topic_summary #topic_summary_inner {
    border: 1px solid #EEE;
  }
  #topic_summary #topic_summary_inner #summary_header {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #EEE;
    padding: 10px 19px;
    overflow: hidden;
  }
  #topic_summary #topic_summary_inner #summary_header .pubdate {
    float: left;
  }
  #topic_summary #topic_summary_inner #summary_header .pubdate span {
    display: block;
    font-size: 10px;
    color: #999;
    padding-top: 8px;
  }
  #topic_summary #topic_summary_inner #summary_header .measure {
    float: right;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span {
    vertical-align: middle;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.new, #topic_summary #topic_summary_inner #summary_header .measure span.popular {
    display: inline-block;
    font-size: 10px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count {
    font-size: 18px;
    color: #333;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count i, #topic_summary #topic_summary_inner #summary_header .measure span.count strong, #topic_summary #topic_summary_inner #summary_header .measure span.count span {
    vertical-align: middle;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count i {
    font-size: 14px;
    padding: 0 10px;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count strong {
    font-weight: bold;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count span {
    font-size: 10px;
  }
  #topic_summary #topic_summary_inner #summary_content {
    display: flex;
    padding: 19px 19px 0 19px;
  }
  #topic_summary #topic_summary_inner #summary_content #image_area {
    width: 150px;
    height: 150px;
    margin-right: 20px;
  }
  #topic_summary #topic_summary_inner #summary_content #image_area .topic_image {
    width: 150px;
    height: 150px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area {
    margin-bottom: 8px;
    margin-top: 2px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area a {
    display: flex;
    text-decoration: none;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area span {
    color: #616161;
    font-size: 14px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area .serial_article {
    width: 50px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area .serial_article span {
    border-radius: 3px;
    border: 1px solid #999;
    padding: 0.3em 0.4em;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area .serial_title {
    width: 460px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item #description_area {
    display: table-cell;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item #description_area h1 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    line-height: 120%;
    margin-bottom: 10px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item #description_area h1 span.pr {
    font-size: 16px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item #description_area p {
    font-size: 14px;
    color: #999;
    line-height: 120%;
    margin-bottom: 10px;
  }
  #topic_summary #topic_summary_inner #writer_info__sp {
    display: none;
  }
  #topic_summary #topic_summary_inner .eventData {
    padding: 0 0 10px 189px;
  }
  #topic_summary #topic_summary_inner .eventData dl dt, #topic_summary #topic_summary_inner .eventData dl dd {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
  }
  #topic_summary #topic_summary_inner .eventData dl dd {
    color: #333;
    padding-left: 0.5em;
  }
  #topic_summary #topic_summary_inner .eventData dl dd a {
    color: inherit;
    font-weight: inherit;
  }
}
@media all and (max-width: 768px) {
  .error_pages {
    text-align: center;
    background-color: #F6F6F6;
    border: 1px solid #EEE;
    padding: 60px;
  }
  .error_pages .error_pages_inner h1 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
  }
  .error_pages .error_pages_inner p {
    font-size: 28px;
    color: #000;
    margin-bottom: 20px;
  }
  .error_pages .error_pages_inner a.search {
    display: block;
    width: 256px;
    font-size: 24px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background-color: #EDEDED;
    border: 1px solid #DDD;
    border-radius: 10px;
    padding: 10px 0;
    margin: 0 auto 20px auto;
  }
  .error_pages .error_pages_inner a.return {
    display: inline-block;
    font-size: 24px;
    color: #369BFF;
  }
  .add_favorite {
    display: table;
    width: 100%;
    box-sizing: border-box;
    background-color: #EEE;
    padding: 20px;
  }
  .add_favorite #fb_like {
    display: table-cell;
  }
  .add_favorite #add_btn {
    width: 200px;
    display: table-cell;
    text-align: right;
  }
  .add_favorite #add_btn a {
    display: inline-block;
    width: 200px;
    box-sizing: border-box;
    font-size: 20px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 5px 10px;
  }
  .add_favorite #add_btn a.add, .add_favorite #add_btn a.move {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  .add_favorite #add_btn a.add i, .add_favorite #add_btn a.move i {
    color: #AAA;
  }
  .add_favorite #add_btn a.release {
    background-color: #EEE;
  }
  .add_favorite #add_btn a.release i {
    color: #FB3D15;
  }
  #topic_summary {
    background-color: #F8F8F8;
  }
  #topic_summary #topic_summary_inner #summary_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #999;
    border-bottom: 2px solid #EEE;
    padding: 10px 20px;
  }
  #topic_summary #topic_summary_inner #summary_header .measure {
    display: flex;
    align-items: center;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span {
    vertical-align: middle;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.new, #topic_summary #topic_summary_inner #summary_header .measure span.popular {
    display: inline-block;
    font-size: 16px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 0.5em;
    margin-right: 5px;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count {
    font-size: 20px;
    color: #333;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count i, #topic_summary #topic_summary_inner #summary_header .measure span.count strong, #topic_summary #topic_summary_inner #summary_header .measure span.count span {
    vertical-align: middle;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count i {
    font-size: 24px;
    margin-left: 20px;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count strong {
    font-weight: bold;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count span {
    font-size: 14px;
  }
  #topic_summary #topic_summary_inner #summary_content {
    table-layout: fixed;
    width: 100%;
  }
  #topic_summary #topic_summary_inner #summary_content #image_area {
    width: 100%;
    vertical-align: top;
    margin-bottom: 12px;
  }
  #topic_summary #topic_summary_inner #summary_content #image_area .topic_image {
    width: 100%;
    height: 400px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item {
    padding: 0 10px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area {
    margin-bottom: 10px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area a {
    display: flex;
    text-decoration: none;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area span {
    color: #616161;
    font-size: 20px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area .serial_article {
    width: 70px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area .serial_article span {
    border: 1px solid;
    border-radius: 4px;
    vertical-align: middle;
    padding: 0.3em;
    margin-right: 2%;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item .serial_area .serial_title {
    width: 690px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item #description_area {
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item #description_area h1 {
    font-size: 40px;
    color: #333;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 6px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item #description_area h1 span.pr {
    font-size: 12px;
  }
  #topic_summary #topic_summary_inner #summary_content .summary_item #description_area p {
    font-size: 20px;
    color: #999;
    line-height: 120%;
    margin-bottom: 6px;
  }
  #topic_summary #topic_summary_inner #writer_info__sp {
    margin-bottom: 10px;
  }
  #topic_summary #topic_summary_inner #writer_info__sp a, #topic_summary #topic_summary_inner #writer_info__sp span {
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    padding: 2px 10px;
  }
  #topic_summary #topic_summary_inner #writer_info__sp a .image_area, #topic_summary #topic_summary_inner #writer_info__sp span .image_area {
    display: table-cell;
    width: 80px;
    vertical-align: middle;
  }
  #topic_summary #topic_summary_inner #writer_info__sp a .image_area .icon, #topic_summary #topic_summary_inner #writer_info__sp span .image_area .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #topic_summary #topic_summary_inner #writer_info__sp a .info_area, #topic_summary #topic_summary_inner #writer_info__sp span .info_area {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
  }
  #topic_summary #topic_summary_inner #writer_info__sp a .info_area dl dt, #topic_summary #topic_summary_inner #writer_info__sp span .info_area dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }
  #topic_summary #topic_summary_inner #writer_info__sp a .info_area dl dd, #topic_summary #topic_summary_inner #writer_info__sp span .info_area dl dd {
    font-size: 16px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #topic_summary #topic_summary_inner .eventData {
    background-color: #FFF;
    border: 1px solid #BBB;
    padding: 14px 14px 8px 14px;
    margin: 0 19px 23px 19px;
  }
  #topic_summary #topic_summary_inner .eventData dl dt, #topic_summary #topic_summary_inner .eventData dl dd {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
  }
  #topic_summary #topic_summary_inner .eventData dl dd {
    color: #333;
    padding-left: 0.5em;
  }
  #topic_summary #topic_summary_inner .eventData dl dd a {
    color: inherit;
    font-weight: inherit;
  }
  .dfpTag {
    padding: 10px 0;
  }
  .dfpTag div {
    margin: 0 auto;
  }
}
@media all and (max-width: 640px) {
  .error_pages {
    text-align: center;
    background-color: #F6F6F6;
    border: 1px solid #EEE;
    padding: 30px;
  }
  .error_pages .error_pages_inner h1 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
  .error_pages .error_pages_inner p {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
  }
  .error_pages .error_pages_inner a.search {
    display: block;
    width: 128px;
    font-size: 12px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background-color: #EDEDED;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 5px 0;
    margin: 0 auto 10px auto;
  }
  .error_pages .error_pages_inner a.return {
    display: inline-block;
    font-size: 12px;
    color: #369BFF;
  }
  #topic_summary {
    background-color: #F8F8F8;
  }
  #topic_summary #topic_summary_inner #summary_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #999;
    border-bottom: 2px solid #EEE;
    padding: 10px 20px;
  }
  #topic_summary #topic_summary_inner #summary_header .measure {
    display: flex;
    align-items: center;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span {
    vertical-align: middle;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.new, #topic_summary #topic_summary_inner #summary_header .measure span.popular {
    display: inline-block;
    font-size: 16px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count {
    font-size: 20px;
    color: #333;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count i, #topic_summary #topic_summary_inner #summary_header .measure span.count strong, #topic_summary #topic_summary_inner #summary_header .measure span.count span {
    vertical-align: middle;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count i {
    font-size: 24px;
    margin-left: 20px;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count strong {
    font-weight: bold;
  }
  #topic_summary #topic_summary_inner #summary_header .measure span.count span {
    font-size: 14px;
  }
  .dfpTag {
    padding: 5px 0;
  }
  .dfpTag div {
    margin: 0 auto;
  }
}
body#www {
  color: #333;
  background-color: #F8F8F8;
}

@media all and (min-width: 769px) {
  .email-confirmation-alert {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #DDD;
    padding: 20px;
  }
  .email-confirmation-alert .alert__title {
    font-weight: bold;
    color: #f8432c;
  }
  .email-confirmation-alert .alert__summary, .email-confirmation-alert .new__confirmation {
    font-size: 16px;
  }
  .alert-popup {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    padding: 23px;
  }
  .alert-popup.fadeout {
    animation: fadeout 0.5s ease 0s forwards;
  }
  .alert-popup .close {
    display: none;
  }
  .alert-popup p {
    font-size: 30px;
    text-align: center;
    color: #FFF;
  }
  #www_container {
    background-color: #FFF;
  }
  #www_container #breadcrumbs {
    width: 100%;
    border-top: 1px solid #DDD;
    padding: 30px 0;
  }
  #www_container #breadcrumbs ol {
    width: 1040px;
    margin: 0 auto;
  }
  #www_container #breadcrumbs ol li {
    display: inline;
    font-size: 12px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #breadcrumbs ol li a {
    color: inherit;
    text-decoration: none;
  }
  #www_container #breadcrumbs ol li i {
    margin: 0 10px;
  }
  #www_container #related_topics, #www_container #related_keywords, #www_container #nearest_shops, #www_container #serial_information, #www_container #serial__popularTopics {
    margin-bottom: 15px;
  }
  #www_container #related_topics > h1, #www_container #related_keywords > h1, #www_container #nearest_shops > h1, #www_container #serial_information > h1, #www_container #serial__popularTopics > h1 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 5px solid #DDD;
    padding: 0 20px 10px 20px;
    margin-bottom: 12px;
  }
  #www_container #related_topics .topic_element, #www_container #related_keywords .topic_element, #www_container #nearest_shops .topic_element, #www_container #serial_information .topic_element, #www_container #serial__popularTopics .topic_element {
    border-bottom: 1px solid #DDD;
    margin: 0 20px;
  }
  #www_container #related_topics .topic_element .topic_element_inner, #www_container #related_keywords .topic_element .topic_element_inner, #www_container #nearest_shops .topic_element .topic_element_inner, #www_container #serial_information .topic_element .topic_element_inner, #www_container #serial__popularTopics .topic_element .topic_element_inner {
    display: table;
    width: 100%;
  }
  #www_container #related_topics .topic_element .topic_element_inner a, #www_container #related_keywords .topic_element .topic_element_inner a, #www_container #nearest_shops .topic_element .topic_element_inner a, #www_container #serial_information .topic_element .topic_element_inner a, #www_container #serial__popularTopics .topic_element .topic_element_inner a {
    display: block;
    text-decoration: none;
  }
  #www_container #related_topics .topic_element .topic_element_inner a .image_area, #www_container #related_keywords .topic_element .topic_element_inner a .image_area, #www_container #nearest_shops .topic_element .topic_element_inner a .image_area, #www_container #serial_information .topic_element .topic_element_inner a .image_area, #www_container #serial__popularTopics .topic_element .topic_element_inner a .image_area {
    width: 70px;
    display: table-cell;
    vertical-align: top;
  }
  #www_container #related_topics .topic_element .topic_element_inner a .image_area .eyecatch, #www_container #related_keywords .topic_element .topic_element_inner a .image_area .eyecatch, #www_container #nearest_shops .topic_element .topic_element_inner a .image_area .eyecatch, #www_container #serial_information .topic_element .topic_element_inner a .image_area .eyecatch, #www_container #serial__popularTopics .topic_element .topic_element_inner a .image_area .eyecatch {
    width: 60px;
    height: 60px;
    background-color: #CCC;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container #related_topics .topic_element .topic_element_inner a .topic_summary h1, #www_container #related_keywords .topic_element .topic_element_inner a .topic_summary h1, #www_container #nearest_shops .topic_element .topic_element_inner a .topic_summary h1, #www_container #serial_information .topic_element .topic_element_inner a .topic_summary h1, #www_container #serial__popularTopics .topic_element .topic_element_inner a .topic_summary h1 {
    height: 55px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 120%;
    margin-bottom: 5px;
  }
  #www_container #related_topics ul, #www_container #related_keywords ul, #www_container #nearest_shops ul, #www_container #serial_information ul, #www_container #serial__popularTopics ul {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 20px;
  }
  #www_container #related_topics ul li, #www_container #related_keywords ul li, #www_container #nearest_shops ul li, #www_container #serial_information ul li, #www_container #serial__popularTopics ul li {
    font-size: 12px;
    color: #666;
    background-color: #F9F9F9;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    float: left;
  }
  #www_container #related_topics ul li a, #www_container #related_keywords ul li a, #www_container #nearest_shops ul li a, #www_container #serial_information ul li a, #www_container #serial__popularTopics ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 5px;
  }
  #www_container #serial_information .topic_element {
    border-bottom: none;
  }
  #www_container #brand_topics {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 768px) {
  .email-confirmation-alert {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #DDD;
    padding: 20px;
  }
  .email-confirmation-alert .alert__title {
    font-weight: bold;
    color: #f8432c;
  }
  .email-confirmation-alert .alert__summary, .email-confirmation-alert .new__confirmation {
    font-size: 16px;
  }
  .alert-popup {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    padding: 26px;
  }
  .alert-popup.fadeout {
    animation: fadeout 0.3s ease 0s forwards;
  }
  .alert-popup .close {
    display: none;
  }
  .alert-popup p {
    font-size: 30px;
    text-align: center;
    color: #FFF;
  }
  #www_container #breadcrumbs {
    background-color: #F8F8F8;
    border-top: 2px solid #DDD;
    border-bottom: 2px solid #DDD;
    padding: 18px 26px;
  }
  #www_container #breadcrumbs ol li {
    display: inline;
    font-size: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #breadcrumbs ol li a {
    color: inherit;
    text-decoration: none;
  }
  #www_container #breadcrumbs ol li i {
    margin: 0 12px;
  }
  #www_container #related_keywords {
    display: none;
  }
  #www_container #related_topics > h1, #www_container #related_keywords > h1, #www_container #nearest_shops > h1, #www_container #serial_information > h1, #www_container #serial__popularTopics > h1 {
    font-size: 28px;
    font-weight: bold;
    background-color: #DDD;
    padding: 15px;
  }
  #www_container #related_topics .topic_element, #www_container #related_keywords .topic_element, #www_container #nearest_shops .topic_element, #www_container #serial_information .topic_element, #www_container #serial__popularTopics .topic_element {
    display: table;
    width: 100%;
    border-bottom: 2px solid #DDD;
  }
  #www_container #related_topics .topic_element a, #www_container #related_keywords .topic_element a, #www_container #nearest_shops .topic_element a, #www_container #serial_information .topic_element a, #www_container #serial__popularTopics .topic_element a {
    display: block;
    text-decoration: none;
  }
  #www_container #related_topics .topic_element a .image_area, #www_container #related_keywords .topic_element a .image_area, #www_container #nearest_shops .topic_element a .image_area, #www_container #serial_information .topic_element a .image_area, #www_container #serial__popularTopics .topic_element a .image_area {
    display: table-cell;
    width: 140px;
    vertical-align: top;
  }
  #www_container #related_topics .topic_element a .image_area .eyecatch, #www_container #related_keywords .topic_element a .image_area .eyecatch, #www_container #nearest_shops .topic_element a .image_area .eyecatch, #www_container #serial_information .topic_element a .image_area .eyecatch, #www_container #serial__popularTopics .topic_element a .image_area .eyecatch {
    width: 140px;
    height: 140px;
    background-color: #CCC;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container #related_topics .topic_element a .topic_summary, #www_container #related_keywords .topic_element a .topic_summary, #www_container #nearest_shops .topic_element a .topic_summary, #www_container #serial_information .topic_element a .topic_summary, #www_container #serial__popularTopics .topic_element a .topic_summary {
    color: #333;
  }
  #www_container #related_topics ul, #www_container #related_keywords ul, #www_container #nearest_shops ul, #www_container #serial_information ul, #www_container #serial__popularTopics ul {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px;
  }
  #www_container #related_topics ul li, #www_container #related_keywords ul li, #www_container #nearest_shops ul li, #www_container #serial_information ul li, #www_container #serial__popularTopics ul li {
    font-size: 24px;
    color: #666;
    background-color: #F9F9F9;
    border: 2px solid #E7E7E7;
    border-radius: 10px;
    margin: 0 10px 10px 0;
    float: left;
  }
  #www_container #related_topics ul li a, #www_container #related_keywords ul li a, #www_container #nearest_shops ul li a, #www_container #serial_information ul li a, #www_container #serial__popularTopics ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 10px;
  }
}
@media all and (max-width: 640px) {
  .email-confirmation-alert {
    font-size: 12px;
    padding: 10px;
  }
  .email-confirmation-alert .alert__summary, .email-confirmation-alert .new__confirmation {
    font-size: 10px;
  }
  .alert-popup {
    padding: 13px;
  }
  .alert-popup.fadeout {
    animation: fadeout 0.3s ease 0s forwards;
  }
  .alert-popup .close {
    display: none;
  }
  .alert-popup p {
    font-size: 15px;
  }
  #www_container #breadcrumbs {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 9px 13px;
  }
  #www_container #breadcrumbs ol li {
    font-size: 8px;
  }
  #www_container #breadcrumbs ol li i {
    margin: 0 6px;
  }
  #www_container #related_keywords {
    display: none;
  }
  #www_container #related_topics > h1, #www_container #related_keywords > h1, #www_container #nearest_shops > h1, #www_container #serial_information > h1, #www_container #serial__popularTopics > h1 {
    font-size: 14px;
    padding: 7.5px;
  }
  #www_container #related_topics .topic_element, #www_container #related_keywords .topic_element, #www_container #nearest_shops .topic_element, #www_container #serial_information .topic_element, #www_container #serial__popularTopics .topic_element {
    border-bottom: 1px solid #DDD;
  }
  #www_container #related_topics .topic_element a, #www_container #related_keywords .topic_element a, #www_container #nearest_shops .topic_element a, #www_container #serial_information .topic_element a, #www_container #serial__popularTopics .topic_element a {
    display: block;
    text-decoration: none;
  }
  #www_container #related_topics .topic_element a .image_area, #www_container #related_keywords .topic_element a .image_area, #www_container #nearest_shops .topic_element a .image_area, #www_container #serial_information .topic_element a .image_area, #www_container #serial__popularTopics .topic_element a .image_area {
    width: 70px;
  }
  #www_container #related_topics .topic_element a .image_area .eyecatch, #www_container #related_keywords .topic_element a .image_area .eyecatch, #www_container #nearest_shops .topic_element a .image_area .eyecatch, #www_container #serial_information .topic_element a .image_area .eyecatch, #www_container #serial__popularTopics .topic_element a .image_area .eyecatch {
    width: 70px;
    height: 70px;
  }
  #www_container #related_topics .topic_element a .topic_summary .editor, #www_container #related_keywords .topic_element a .topic_summary .editor, #www_container #nearest_shops .topic_element a .topic_summary .editor, #www_container #serial_information .topic_element a .topic_summary .editor, #www_container #serial__popularTopics .topic_element a .topic_summary .editor {
    font-size: 10px;
  }
  #www_container #related_topics ul, #www_container #related_keywords ul, #www_container #nearest_shops ul, #www_container #serial_information ul, #www_container #serial__popularTopics ul {
    padding: 10px;
  }
  #www_container #related_topics ul li, #www_container #related_keywords ul li, #www_container #nearest_shops ul li, #www_container #serial_information ul li, #www_container #serial__popularTopics ul li {
    font-size: 12px;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    margin: 0 5px 5px 0;
  }
  #www_container #related_topics ul li a, #www_container #related_keywords ul li a, #www_container #nearest_shops ul li a, #www_container #serial_information ul li a, #www_container #serial__popularTopics ul li a {
    padding: 5px;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media all and (min-width: 769px) {
  #www_container .shopsMap {
    display: none;
    border: 2px solid #E7E7E7;
    padding: 12px 13px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  #www_container .shopsMap .shopsMap__title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-bottom: 13px;
  }
  #www_container .shopsMap .shopsMap__display #js-topic-shops-map {
    width: 100%;
    height: 225px;
    background-color: #CCC;
  }
  #www_container .shopsMap .shopsMap__button {
    padding-top: 12px;
  }
  #www_container .shopsMap .shopsMap__button a {
    display: block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    text-align: center;
    background-image: -ms-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #EEE));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #EEE 100%);
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    padding: 14px 0;
  }
  #www_container #categories h1, #www_container #brands h1, #www_container #shop_categories h1 {
    display: none;
  }
  #www_container #categories ul li, #www_container #brands ul li, #www_container #shop_categories ul li {
    font-size: 12px;
  }
  #www_container #categories ul li a, #www_container #brands ul li a, #www_container #shop_categories ul li a {
    display: block;
    color: #999;
    text-decoration: none;
    padding: 8px 5px;
  }
  #www_container #categories ul li a.active, #www_container #categories ul li a:hover, #www_container #brands ul li a.active, #www_container #brands ul li a:hover, #www_container #shop_categories ul li a.active, #www_container #shop_categories ul li a:hover {
    color: #FFF;
    background-color: #333;
  }
  #www_container #shop_categories_accordion {
    display: none;
  }
  #www_container #brands dt {
    font-weight: bold;
  }
  #www_container #brands dt i.accordion_trigger {
    display: none;
  }
  #www_container #sub #writer_info__pc, #www_container .wwwShopLayout__sub #writer_info__pc {
    border: 2px solid #E7E7E7;
    margin-bottom: 15px;
  }
  #www_container #sub #writer_info__pc a, #www_container #sub #writer_info__pc span, #www_container .wwwShopLayout__sub #writer_info__pc a, #www_container .wwwShopLayout__sub #writer_info__pc span {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 14px 13px;
  }
  #www_container #sub #writer_info__pc a .image_area, #www_container #sub #writer_info__pc span .image_area, #www_container .wwwShopLayout__sub #writer_info__pc a .image_area, #www_container .wwwShopLayout__sub #writer_info__pc span .image_area {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
  #www_container #sub #writer_info__pc a .image_area img, #www_container #sub #writer_info__pc span .image_area img, #www_container .wwwShopLayout__sub #writer_info__pc a .image_area img, #www_container .wwwShopLayout__sub #writer_info__pc span .image_area img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  #www_container #sub #writer_info__pc a .info_area, #www_container #sub #writer_info__pc span .info_area, #www_container .wwwShopLayout__sub #writer_info__pc a .info_area, #www_container .wwwShopLayout__sub #writer_info__pc span .info_area {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
  }
  #www_container #sub #writer_info__pc a .info_area dl dt, #www_container #sub #writer_info__pc span .info_area dl dt, #www_container .wwwShopLayout__sub #writer_info__pc a .info_area dl dt, #www_container .wwwShopLayout__sub #writer_info__pc span .info_area dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }
  #www_container #sub #writer_info__pc a .info_area dl dd, #www_container #sub #writer_info__pc span .info_area dl dd, #www_container .wwwShopLayout__sub #writer_info__pc a .info_area dl dd, #www_container .wwwShopLayout__sub #writer_info__pc span .info_area dl dd {
    color: #999;
  }
  #www_container #sub #set_logs, #www_container .wwwShopLayout__sub #set_logs {
    background-color: #F8F8F8;
    border: 2px solid #E7E7E7;
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
  }
  #www_container #sub #set_logs label, #www_container .wwwShopLayout__sub #set_logs label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    cursor: pointer;
  }
  #www_container #sub #set_logs i.fa.accordion-caret, #www_container .wwwShopLayout__sub #set_logs i.fa.accordion-caret {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    top: 12px;
    right: 15px;
  }
  #www_container #sub #set_logs .input_if #topic-work-log-form, #www_container .wwwShopLayout__sub #set_logs .input_if #topic-work-log-form {
    display: flex;
  }
  #www_container #sub #set_logs .input_if #topic-work-log-form select, #www_container .wwwShopLayout__sub #set_logs .input_if #topic-work-log-form select {
    display: block;
    width: 200px;
    height: 30px;
    box-sizing: border-box;
    font-size: 14px;
    border: 2px solid #DDD;
    border-radius: 5px;
    background-color: #FFF;
    margin: 0 10px 5px 0;
  }
  #www_container #sub #set_logs .input_if #topic-work-log-form input[type=submit], #www_container .wwwShopLayout__sub #set_logs .input_if #topic-work-log-form input[type=submit] {
    height: 30px;
    font-size: 14px;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 5px 7px;
  }
  #www_container #sub #set_logs .input_if .display_logs p, #www_container .wwwShopLayout__sub #set_logs .input_if .display_logs p {
    border: 1px solid #E7E7E7;
    border-radius: 3px;
    padding: 4px 20px 4px 4px;
    margin: 4px 0;
    position: relative;
  }
  #www_container #sub #set_logs .input_if .display_logs p a, #www_container .wwwShopLayout__sub #set_logs .input_if .display_logs p a {
    text-align: right;
    color: #000;
    position: absolute;
    top: 5px;
    right: 10px;
  }
  #www_container #sub .sub_elements, #www_container .wwwShopLayout__sub .sub_elements {
    background-color: #F8F8F8;
    border: 2px solid #E7E7E7;
    padding: 10px;
    position: sticky;
    top: 100px;
  }
  #www_container #sub .sub_elements #set_brand, #www_container #sub .sub_elements #set_events, #www_container .wwwShopLayout__sub .sub_elements #set_brand, #www_container .wwwShopLayout__sub .sub_elements #set_events {
    border-bottom: 2px solid #CCC;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  #www_container #sub .sub_elements #set_brand label, #www_container #sub .sub_elements #set_events label, #www_container .wwwShopLayout__sub .sub_elements #set_brand label, #www_container .wwwShopLayout__sub .sub_elements #set_events label {
    cursor: pointer;
  }
  #www_container #sub .sub_elements #set_brand i.fa, #www_container #sub .sub_elements #set_events i.fa, #www_container .wwwShopLayout__sub .sub_elements #set_brand i.fa, #www_container .wwwShopLayout__sub .sub_elements #set_events i.fa {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    top: 3px;
    right: 5px;
  }
  #www_container #sub .sub_elements #set_brand .input_if, #www_container #sub .sub_elements #set_events .input_if, #www_container .wwwShopLayout__sub .sub_elements #set_brand .input_if, #www_container .wwwShopLayout__sub .sub_elements #set_events .input_if {
    display: none;
  }
  #www_container #sub .sub_elements #set_features, #www_container .wwwShopLayout__sub .sub_elements #set_features {
    border-bottom: 2px solid #CCC;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  #www_container #sub .sub_elements #set_features label, #www_container .wwwShopLayout__sub .sub_elements #set_features label {
    cursor: pointer;
  }
  #www_container #sub .sub_elements #set_features i.fa, #www_container .wwwShopLayout__sub .sub_elements #set_features i.fa {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    top: 3px;
    right: 5px;
  }
  #www_container #sub .sub_elements #set_features .elements_if, #www_container .wwwShopLayout__sub .sub_elements #set_features .elements_if {
    display: none;
  }
  #www_container #sub .sub_elements #set_brand.change, #www_container #sub .sub_elements #set_events.change, #www_container .wwwShopLayout__sub .sub_elements #set_brand.change, #www_container .wwwShopLayout__sub .sub_elements #set_events.change {
    border: 0;
  }
  #www_container #sub .sub_elements #set_features.change, #www_container .wwwShopLayout__sub .sub_elements #set_features.change {
    border: 0;
  }
  #www_container #sub .sub_elements #writer_info, #www_container .wwwShopLayout__sub .sub_elements #writer_info {
    border: 2px solid #E7E7E7;
    margin-bottom: 15px;
  }
  #www_container #sub .sub_elements #writer_info a, #www_container #sub .sub_elements #writer_info span, #www_container .wwwShopLayout__sub .sub_elements #writer_info a, #www_container .wwwShopLayout__sub .sub_elements #writer_info span {
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    padding: 14px 13px;
  }
  #www_container #sub .sub_elements #writer_info a .image_area, #www_container #sub .sub_elements #writer_info span .image_area, #www_container .wwwShopLayout__sub .sub_elements #writer_info a .image_area, #www_container .wwwShopLayout__sub .sub_elements #writer_info span .image_area {
    display: table-cell;
    width: 80px;
    vertical-align: middle;
  }
  #www_container #sub .sub_elements #writer_info a .image_area .icon, #www_container #sub .sub_elements #writer_info span .image_area .icon, #www_container .wwwShopLayout__sub .sub_elements #writer_info a .image_area .icon, #www_container .wwwShopLayout__sub .sub_elements #writer_info span .image_area .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container #sub .sub_elements #writer_info a .info_area, #www_container #sub .sub_elements #writer_info span .info_area, #www_container .wwwShopLayout__sub .sub_elements #writer_info a .info_area, #www_container .wwwShopLayout__sub .sub_elements #writer_info span .info_area {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
  }
  #www_container #sub .sub_elements #writer_info a .info_area dl dt, #www_container #sub .sub_elements #writer_info span .info_area dl dt, #www_container .wwwShopLayout__sub .sub_elements #writer_info a .info_area dl dt, #www_container .wwwShopLayout__sub .sub_elements #writer_info span .info_area dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }
  #www_container #sub .sub_elements #writer_info a .info_area dl dd, #www_container #sub .sub_elements #writer_info span .info_area dl dd, #www_container .wwwShopLayout__sub .sub_elements #writer_info a .info_area dl dd, #www_container .wwwShopLayout__sub .sub_elements #writer_info span .info_area dl dd {
    font-size: 12px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #sub .banner_area, #www_container .wwwShopLayout__sub .banner_area {
    background-color: #CCC;
    margin-bottom: 15px;
  }
  #www_container #sub .banner_area img, #www_container .wwwShopLayout__sub .banner_area img {
    display: block;
  }
  #www_container #sub #input_tags, #www_container .wwwShopLayout__sub #input_tags {
    position: relative;
  }
  #www_container #sub #input_tags .fa-info-circle, #www_container .wwwShopLayout__sub #input_tags .fa-info-circle {
    display: block;
  }
  #www_container #sub #input_tags .fa-info-circle:before, #www_container .wwwShopLayout__sub #input_tags .fa-info-circle:before {
    color: #ccc;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    top: 35px;
    right: 10px;
  }
  #www_container #sub #input_tags p, #www_container .wwwShopLayout__sub #input_tags p {
    display: none;
    width: 200px;
    color: #CCC;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px;
    background: #FFF;
    position: absolute;
    top: 67px;
    left: 65px;
    padding: 3px 6px;
  }
  #www_container #sub #input_tags p:after, #www_container .wwwShopLayout__sub #input_tags p:after {
    position: absolute;
    width: 0;
    height: 0;
    right: 18px;
    top: -20px;
    margin-left: 10px;
    border: solid transparent;
    border-color: rgba(51, 204, 153, 0);
    border-bottom-color: #FFF;
    border-width: 10px;
    pointer-events: none;
    content: " ";
  }
  #www_container #sub #input_tags .fa-info-circle:hover + p, #www_container .wwwShopLayout__sub #input_tags .fa-info-circle:hover + p {
    display: block;
  }
  #www_container #sub #set_original_topic, #www_container .wwwShopLayout__sub #set_original_topic {
    position: relative;
  }
  #www_container #sub #set_original_topic .fa-info-circle:before, #www_container .wwwShopLayout__sub #set_original_topic .fa-info-circle:before {
    color: #ccc;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 1px;
    left: 110px;
  }
  #www_container #sub #set_original_topic p, #www_container .wwwShopLayout__sub #set_original_topic p {
    display: none;
    width: 200px;
    position: absolute;
    color: #CCC;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px;
    background: #FFF;
    top: 30px;
    left: -60px;
    padding: 3px 6px;
  }
  #www_container #sub #set_original_topic p:after, #www_container .wwwShopLayout__sub #set_original_topic p:after {
    position: absolute;
    width: 0;
    height: 0;
    right: 10px;
    top: -20px;
    margin-left: 10px;
    border: solid transparent;
    border-color: rgba(51, 204, 153, 0);
    border-bottom-color: #FFF;
    border-width: 10px;
    pointer-events: none;
    content: " ";
  }
  #www_container #sub #set_original_topic .fa-info-circle:hover + p, #www_container .wwwShopLayout__sub #set_original_topic .fa-info-circle:hover + p {
    display: block;
  }
  #www_container #sub #input_tags #topic_tag_list, #www_container #sub #input_tags #topic_feature_ids, #www_container #sub #input_tags #features, #www_container #sub #input_tags #topic_brand_id, #www_container #sub #set_features #topic_tag_list, #www_container #sub #set_features #topic_feature_ids, #www_container #sub #set_features #features, #www_container #sub #set_features #topic_brand_id, #www_container #sub #set_sponsor #topic_tag_list, #www_container #sub #set_sponsor #topic_feature_ids, #www_container #sub #set_sponsor #features, #www_container #sub #set_sponsor #topic_brand_id, #www_container #sub #set_recommends #topic_tag_list, #www_container #sub #set_recommends #topic_feature_ids, #www_container #sub #set_recommends #features, #www_container #sub #set_recommends #topic_brand_id, #www_container #sub #set_events #topic_tag_list, #www_container #sub #set_events #topic_feature_ids, #www_container #sub #set_events #features, #www_container #sub #set_events #topic_brand_id, #www_container #sub #set_original_topic #topic_tag_list, #www_container #sub #set_original_topic #topic_feature_ids, #www_container #sub #set_original_topic #features, #www_container #sub #set_original_topic #topic_brand_id, #www_container #sub #set_brand #topic_tag_list, #www_container #sub #set_brand #topic_feature_ids, #www_container #sub #set_brand #features, #www_container #sub #set_brand #topic_brand_id, #www_container #sub #ghost_writer #topic_tag_list, #www_container #sub #ghost_writer #topic_feature_ids, #www_container #sub #ghost_writer #features, #www_container #sub #ghost_writer #topic_brand_id, #www_container .wwwShopLayout__sub #input_tags #topic_tag_list, #www_container .wwwShopLayout__sub #input_tags #topic_feature_ids, #www_container .wwwShopLayout__sub #input_tags #features, #www_container .wwwShopLayout__sub #input_tags #topic_brand_id, #www_container .wwwShopLayout__sub #set_features #topic_tag_list, #www_container .wwwShopLayout__sub #set_features #topic_feature_ids, #www_container .wwwShopLayout__sub #set_features #features, #www_container .wwwShopLayout__sub #set_features #topic_brand_id, #www_container .wwwShopLayout__sub #set_sponsor #topic_tag_list, #www_container .wwwShopLayout__sub #set_sponsor #topic_feature_ids, #www_container .wwwShopLayout__sub #set_sponsor #features, #www_container .wwwShopLayout__sub #set_sponsor #topic_brand_id, #www_container .wwwShopLayout__sub #set_recommends #topic_tag_list, #www_container .wwwShopLayout__sub #set_recommends #topic_feature_ids, #www_container .wwwShopLayout__sub #set_recommends #features, #www_container .wwwShopLayout__sub #set_recommends #topic_brand_id, #www_container .wwwShopLayout__sub #set_events #topic_tag_list, #www_container .wwwShopLayout__sub #set_events #topic_feature_ids, #www_container .wwwShopLayout__sub #set_events #features, #www_container .wwwShopLayout__sub #set_events #topic_brand_id, #www_container .wwwShopLayout__sub #set_original_topic #topic_tag_list, #www_container .wwwShopLayout__sub #set_original_topic #topic_feature_ids, #www_container .wwwShopLayout__sub #set_original_topic #features, #www_container .wwwShopLayout__sub #set_original_topic #topic_brand_id, #www_container .wwwShopLayout__sub #set_brand #topic_tag_list, #www_container .wwwShopLayout__sub #set_brand #topic_feature_ids, #www_container .wwwShopLayout__sub #set_brand #features, #www_container .wwwShopLayout__sub #set_brand #topic_brand_id, #www_container .wwwShopLayout__sub #ghost_writer #topic_tag_list, #www_container .wwwShopLayout__sub #ghost_writer #topic_feature_ids, #www_container .wwwShopLayout__sub #ghost_writer #features, #www_container .wwwShopLayout__sub #ghost_writer #topic_brand_id {
    display: none;
  }
  #www_container #sub #input_tags label, #www_container #sub #set_features label, #www_container #sub #set_sponsor label, #www_container #sub #set_recommends label, #www_container #sub #set_events label, #www_container #sub #set_original_topic label, #www_container #sub #set_brand label, #www_container #sub #ghost_writer label, #www_container .wwwShopLayout__sub #input_tags label, #www_container .wwwShopLayout__sub #set_features label, #www_container .wwwShopLayout__sub #set_sponsor label, #www_container .wwwShopLayout__sub #set_recommends label, #www_container .wwwShopLayout__sub #set_events label, #www_container .wwwShopLayout__sub #set_original_topic label, #www_container .wwwShopLayout__sub #set_brand label, #www_container .wwwShopLayout__sub #ghost_writer label {
    display: block;
    font-size: 16px;
    font-weight: bold;
  }
  #www_container #sub #input_tags .checkbox label, #www_container #sub #set_features .checkbox label, #www_container #sub #set_sponsor .checkbox label, #www_container #sub #set_recommends .checkbox label, #www_container #sub #set_events .checkbox label, #www_container #sub #set_original_topic .checkbox label, #www_container #sub #set_brand .checkbox label, #www_container #sub #ghost_writer .checkbox label, #www_container .wwwShopLayout__sub #input_tags .checkbox label, #www_container .wwwShopLayout__sub #set_features .checkbox label, #www_container .wwwShopLayout__sub #set_sponsor .checkbox label, #www_container .wwwShopLayout__sub #set_recommends .checkbox label, #www_container .wwwShopLayout__sub #set_events .checkbox label, #www_container .wwwShopLayout__sub #set_original_topic .checkbox label, #www_container .wwwShopLayout__sub #set_brand .checkbox label, #www_container .wwwShopLayout__sub #ghost_writer .checkbox label {
    font-size: 12px;
    font-weight: normal;
    position: relative;
  }
  #www_container #sub #input_tags .input_if, #www_container #sub #set_features .input_if, #www_container #sub #set_sponsor .input_if, #www_container #sub #set_recommends .input_if, #www_container #sub #set_events .input_if, #www_container #sub #set_original_topic .input_if, #www_container #sub #set_brand .input_if, #www_container #sub #ghost_writer .input_if, #www_container .wwwShopLayout__sub #input_tags .input_if, #www_container .wwwShopLayout__sub #set_features .input_if, #www_container .wwwShopLayout__sub #set_sponsor .input_if, #www_container .wwwShopLayout__sub #set_recommends .input_if, #www_container .wwwShopLayout__sub #set_events .input_if, #www_container .wwwShopLayout__sub #set_original_topic .input_if, #www_container .wwwShopLayout__sub #set_brand .input_if, #www_container .wwwShopLayout__sub #ghost_writer .input_if {
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
  }
  #www_container #sub #input_tags .input_if label, #www_container #sub #set_features .input_if label, #www_container #sub #set_sponsor .input_if label, #www_container #sub #set_recommends .input_if label, #www_container #sub #set_events .input_if label, #www_container #sub #set_original_topic .input_if label, #www_container #sub #set_brand .input_if label, #www_container #sub #ghost_writer .input_if label, #www_container .wwwShopLayout__sub #input_tags .input_if label, #www_container .wwwShopLayout__sub #set_features .input_if label, #www_container .wwwShopLayout__sub #set_sponsor .input_if label, #www_container .wwwShopLayout__sub #set_recommends .input_if label, #www_container .wwwShopLayout__sub #set_events .input_if label, #www_container .wwwShopLayout__sub #set_original_topic .input_if label, #www_container .wwwShopLayout__sub #set_brand .input_if label, #www_container .wwwShopLayout__sub #ghost_writer .input_if label {
    font-size: 12px;
    font-weight: normal;
  }
  #www_container #sub #input_tags .input_if input[type=text], #www_container #sub #set_features .input_if input[type=text], #www_container #sub #set_sponsor .input_if input[type=text], #www_container #sub #set_recommends .input_if input[type=text], #www_container #sub #set_events .input_if input[type=text], #www_container #sub #set_original_topic .input_if input[type=text], #www_container #sub #set_brand .input_if input[type=text], #www_container #sub #ghost_writer .input_if input[type=text], #www_container .wwwShopLayout__sub #input_tags .input_if input[type=text], #www_container .wwwShopLayout__sub #set_features .input_if input[type=text], #www_container .wwwShopLayout__sub #set_sponsor .input_if input[type=text], #www_container .wwwShopLayout__sub #set_recommends .input_if input[type=text], #www_container .wwwShopLayout__sub #set_events .input_if input[type=text], #www_container .wwwShopLayout__sub #set_original_topic .input_if input[type=text], #www_container .wwwShopLayout__sub #set_brand .input_if input[type=text], #www_container .wwwShopLayout__sub #ghost_writer .input_if input[type=text] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    border: 2px solid #DDD;
    border-radius: 5px;
    padding: 8px 5px;
  }
  #www_container #sub #input_tags .input_if #btn, #www_container #sub #set_features .input_if #btn, #www_container #sub #set_sponsor .input_if #btn, #www_container #sub #set_recommends .input_if #btn, #www_container #sub #set_events .input_if #btn, #www_container #sub #set_original_topic .input_if #btn, #www_container #sub #set_brand .input_if #btn, #www_container #sub #ghost_writer .input_if #btn, #www_container .wwwShopLayout__sub #input_tags .input_if #btn, #www_container .wwwShopLayout__sub #set_features .input_if #btn, #www_container .wwwShopLayout__sub #set_sponsor .input_if #btn, #www_container .wwwShopLayout__sub #set_recommends .input_if #btn, #www_container .wwwShopLayout__sub #set_events .input_if #btn, #www_container .wwwShopLayout__sub #set_original_topic .input_if #btn, #www_container .wwwShopLayout__sub #set_brand .input_if #btn, #www_container .wwwShopLayout__sub #ghost_writer .input_if #btn {
    display: none;
  }
  #www_container #sub #input_tags .input_if select, #www_container #sub #set_features .input_if select, #www_container #sub #set_sponsor .input_if select, #www_container #sub #set_recommends .input_if select, #www_container #sub #set_events .input_if select, #www_container #sub #set_original_topic .input_if select, #www_container #sub #set_brand .input_if select, #www_container #sub #ghost_writer .input_if select, #www_container .wwwShopLayout__sub #input_tags .input_if select, #www_container .wwwShopLayout__sub #set_features .input_if select, #www_container .wwwShopLayout__sub #set_sponsor .input_if select, #www_container .wwwShopLayout__sub #set_recommends .input_if select, #www_container .wwwShopLayout__sub #set_events .input_if select, #www_container .wwwShopLayout__sub #set_original_topic .input_if select, #www_container .wwwShopLayout__sub #set_brand .input_if select, #www_container .wwwShopLayout__sub #ghost_writer .input_if select {
    display: block;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    font-size: 14px;
    border: 2px solid #DDD;
    border-radius: 5px;
    background-color: #FFF;
  }
  #www_container #sub #input_tags .input_if .input_form, #www_container #sub #set_features .input_if .input_form, #www_container #sub #set_sponsor .input_if .input_form, #www_container #sub #set_recommends .input_if .input_form, #www_container #sub #set_events .input_if .input_form, #www_container #sub #set_original_topic .input_if .input_form, #www_container #sub #set_brand .input_if .input_form, #www_container #sub #ghost_writer .input_if .input_form, #www_container .wwwShopLayout__sub #input_tags .input_if .input_form, #www_container .wwwShopLayout__sub #set_features .input_if .input_form, #www_container .wwwShopLayout__sub #set_sponsor .input_if .input_form, #www_container .wwwShopLayout__sub #set_recommends .input_if .input_form, #www_container .wwwShopLayout__sub #set_events .input_if .input_form, #www_container .wwwShopLayout__sub #set_original_topic .input_if .input_form, #www_container .wwwShopLayout__sub #set_brand .input_if .input_form, #www_container .wwwShopLayout__sub #ghost_writer .input_if .input_form {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 5px;
  }
  #www_container #sub #input_tags .input_if .input_form label, #www_container #sub #set_features .input_if .input_form label, #www_container #sub #set_sponsor .input_if .input_form label, #www_container #sub #set_recommends .input_if .input_form label, #www_container #sub #set_events .input_if .input_form label, #www_container #sub #set_original_topic .input_if .input_form label, #www_container #sub #set_brand .input_if .input_form label, #www_container #sub #ghost_writer .input_if .input_form label, #www_container .wwwShopLayout__sub #input_tags .input_if .input_form label, #www_container .wwwShopLayout__sub #set_features .input_if .input_form label, #www_container .wwwShopLayout__sub #set_sponsor .input_if .input_form label, #www_container .wwwShopLayout__sub #set_recommends .input_if .input_form label, #www_container .wwwShopLayout__sub #set_events .input_if .input_form label, #www_container .wwwShopLayout__sub #set_original_topic .input_if .input_form label, #www_container .wwwShopLayout__sub #set_brand .input_if .input_form label, #www_container .wwwShopLayout__sub #ghost_writer .input_if .input_form label {
    width: 15%;
    margin-right: 8px;
  }
  #www_container #sub #input_tags .input_if .input_form input[type=date], #www_container #sub #set_features .input_if .input_form input[type=date], #www_container #sub #set_sponsor .input_if .input_form input[type=date], #www_container #sub #set_recommends .input_if .input_form input[type=date], #www_container #sub #set_events .input_if .input_form input[type=date], #www_container #sub #set_original_topic .input_if .input_form input[type=date], #www_container #sub #set_brand .input_if .input_form input[type=date], #www_container #sub #ghost_writer .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #input_tags .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #set_features .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #set_sponsor .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #set_recommends .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #set_events .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #set_original_topic .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #set_brand .input_if .input_form input[type=date], #www_container .wwwShopLayout__sub #ghost_writer .input_if .input_form input[type=date] {
    width: 82%;
    display: block;
    font-size: 12px;
    border: 2px solid #DDD;
    border-radius: 5px;
    padding: 8px 5px;
  }
  #www_container #sub #input_tags .input_if .input_form .form-group, #www_container #sub #set_features .input_if .input_form .form-group, #www_container #sub #set_sponsor .input_if .input_form .form-group, #www_container #sub #set_recommends .input_if .input_form .form-group, #www_container #sub #set_events .input_if .input_form .form-group, #www_container #sub #set_original_topic .input_if .input_form .form-group, #www_container #sub #set_brand .input_if .input_form .form-group, #www_container #sub #ghost_writer .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #input_tags .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #set_features .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #set_sponsor .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #set_recommends .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #set_events .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #set_original_topic .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #set_brand .input_if .input_form .form-group, #www_container .wwwShopLayout__sub #ghost_writer .input_if .input_form .form-group {
    width: 85%;
    margin-bottom: 0;
  }
  #www_container #sub #input_tags .input_if .input_form .form-group input[type=text], #www_container #sub #input_tags .input_if .input_form .form-group input[type=url], #www_container #sub #set_features .input_if .input_form .form-group input[type=text], #www_container #sub #set_features .input_if .input_form .form-group input[type=url], #www_container #sub #set_sponsor .input_if .input_form .form-group input[type=text], #www_container #sub #set_sponsor .input_if .input_form .form-group input[type=url], #www_container #sub #set_recommends .input_if .input_form .form-group input[type=text], #www_container #sub #set_recommends .input_if .input_form .form-group input[type=url], #www_container #sub #set_events .input_if .input_form .form-group input[type=text], #www_container #sub #set_events .input_if .input_form .form-group input[type=url], #www_container #sub #set_original_topic .input_if .input_form .form-group input[type=text], #www_container #sub #set_original_topic .input_if .input_form .form-group input[type=url], #www_container #sub #set_brand .input_if .input_form .form-group input[type=text], #www_container #sub #set_brand .input_if .input_form .form-group input[type=url], #www_container #sub #ghost_writer .input_if .input_form .form-group input[type=text], #www_container #sub #ghost_writer .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #input_tags .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #input_tags .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #set_features .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #set_features .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #set_sponsor .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #set_sponsor .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #set_recommends .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #set_recommends .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #set_events .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #set_events .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #set_original_topic .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #set_original_topic .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #set_brand .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #set_brand .input_if .input_form .form-group input[type=url], #www_container .wwwShopLayout__sub #ghost_writer .input_if .input_form .form-group input[type=text], #www_container .wwwShopLayout__sub #ghost_writer .input_if .input_form .form-group input[type=url] {
    width: 100%;
    border: 2px solid #DDD;
    margin-bottom: 0;
  }
  #www_container #sub #input_tags #display_tags, #www_container #sub #set_features #display_tags, #www_container #sub #set_sponsor #display_tags, #www_container #sub #set_recommends #display_tags, #www_container #sub #set_events #display_tags, #www_container #sub #set_original_topic #display_tags, #www_container #sub #set_brand #display_tags, #www_container #sub #ghost_writer #display_tags, #www_container .wwwShopLayout__sub #input_tags #display_tags, #www_container .wwwShopLayout__sub #set_features #display_tags, #www_container .wwwShopLayout__sub #set_sponsor #display_tags, #www_container .wwwShopLayout__sub #set_recommends #display_tags, #www_container .wwwShopLayout__sub #set_events #display_tags, #www_container .wwwShopLayout__sub #set_original_topic #display_tags, #www_container .wwwShopLayout__sub #set_brand #display_tags, #www_container .wwwShopLayout__sub #ghost_writer #display_tags {
    margin-bottom: 10px;
  }
  #www_container #sub #input_tags #display_tags span, #www_container #sub #set_features #display_tags span, #www_container #sub #set_sponsor #display_tags span, #www_container #sub #set_recommends #display_tags span, #www_container #sub #set_events #display_tags span, #www_container #sub #set_original_topic #display_tags span, #www_container #sub #set_brand #display_tags span, #www_container #sub #ghost_writer #display_tags span, #www_container .wwwShopLayout__sub #input_tags #display_tags span, #www_container .wwwShopLayout__sub #set_features #display_tags span, #www_container .wwwShopLayout__sub #set_sponsor #display_tags span, #www_container .wwwShopLayout__sub #set_recommends #display_tags span, #www_container .wwwShopLayout__sub #set_events #display_tags span, #www_container .wwwShopLayout__sub #set_original_topic #display_tags span, #www_container .wwwShopLayout__sub #set_brand #display_tags span, #www_container .wwwShopLayout__sub #ghost_writer #display_tags span {
    font-size: 10px;
    display: inline-block;
    color: #656565;
    vertical-align: middle;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    padding: 3px 4px;
    margin: 0 5px 5px 0;
    cursor: pointer;
  }
  #www_container #sub #input_tags #display_tags span i, #www_container #sub #set_features #display_tags span i, #www_container #sub #set_sponsor #display_tags span i, #www_container #sub #set_recommends #display_tags span i, #www_container #sub #set_events #display_tags span i, #www_container #sub #set_original_topic #display_tags span i, #www_container #sub #set_brand #display_tags span i, #www_container #sub #ghost_writer #display_tags span i, #www_container .wwwShopLayout__sub #input_tags #display_tags span i, #www_container .wwwShopLayout__sub #set_features #display_tags span i, #www_container .wwwShopLayout__sub #set_sponsor #display_tags span i, #www_container .wwwShopLayout__sub #set_recommends #display_tags span i, #www_container .wwwShopLayout__sub #set_events #display_tags span i, #www_container .wwwShopLayout__sub #set_original_topic #display_tags span i, #www_container .wwwShopLayout__sub #set_brand #display_tags span i, #www_container .wwwShopLayout__sub #ghost_writer #display_tags span i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
  }
  #www_container #sub #input_tags p, #www_container #sub #set_features p, #www_container #sub #set_sponsor p, #www_container #sub #set_recommends p, #www_container #sub #set_events p, #www_container #sub #set_original_topic p, #www_container #sub #set_brand p, #www_container #sub #ghost_writer p, #www_container .wwwShopLayout__sub #input_tags p, #www_container .wwwShopLayout__sub #set_features p, #www_container .wwwShopLayout__sub #set_sponsor p, #www_container .wwwShopLayout__sub #set_recommends p, #www_container .wwwShopLayout__sub #set_events p, #www_container .wwwShopLayout__sub #set_original_topic p, #www_container .wwwShopLayout__sub #set_brand p, #www_container .wwwShopLayout__sub #ghost_writer p {
    font-size: 10px;
    color: #999;
    line-height: 130%;
  }
  #www_container #sub #set_original_topic input, #www_container .wwwShopLayout__sub #set_original_topic input {
    margin-right: 5px;
  }
  #www_container #sub #set_brand select, #www_container #sub #ghost_writer select, #www_container .wwwShopLayout__sub #set_brand select, #www_container .wwwShopLayout__sub #ghost_writer select {
    width: 100%;
  }
  #www_container #sub #set_recommends #topic_topic_type, #www_container .wwwShopLayout__sub #set_recommends #topic_topic_type {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #www_container #sub #set_recommends #topic_minimum_guarantee_page_view, #www_container .wwwShopLayout__sub #set_recommends #topic_minimum_guarantee_page_view {
    display: block;
    width: 180px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 8px 5px;
  }
  #www_container #sub #set_events .input_if .form-group, #www_container .wwwShopLayout__sub #set_events .input_if .form-group {
    margin-bottom: 10px;
  }
  #www_container #sub #set_events .input_if .form-group .control-label, #www_container .wwwShopLayout__sub #set_events .input_if .form-group .control-label {
    display: block;
  }
  #www_container #sub #set_events .input_if .form-group input[type=text], #www_container #sub #set_events .input_if .form-group input[type=url], #www_container .wwwShopLayout__sub #set_events .input_if .form-group input[type=text], #www_container .wwwShopLayout__sub #set_events .input_if .form-group input[type=url] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 8px 5px;
    margin-bottom: 10px;
  }
  #www_container #sub #keywords, #www_container .wwwShopLayout__sub #keywords {
    margin-bottom: 15px;
  }
  #www_container #sub #keywords h1, #www_container .wwwShopLayout__sub #keywords h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #www_container #sub #keywords h1 a, #www_container .wwwShopLayout__sub #keywords h1 a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  #www_container #sub #keywords ul, #www_container .wwwShopLayout__sub #keywords ul {
    width: 100%;
    overflow: hidden;
  }
  #www_container #sub #keywords ul li, #www_container .wwwShopLayout__sub #keywords ul li {
    font-size: 12px;
    color: #666;
    background-color: #F9F9F9;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    float: left;
    max-width: 200px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #sub #keywords ul li a, #www_container .wwwShopLayout__sub #keywords ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 5px;
  }
  #www_container #sub .access_ranking, #www_container #sub #recommend_topics, #www_container #sub #category_ranking, #www_container #sub #shop_new_open, #www_container #sub #new_notices, #www_container .wwwShopLayout__sub .access_ranking, #www_container .wwwShopLayout__sub #recommend_topics, #www_container .wwwShopLayout__sub #category_ranking, #www_container .wwwShopLayout__sub #shop_new_open, #www_container .wwwShopLayout__sub #new_notices {
    border: 2px solid #E7E7E7;
    padding: 13px 13px 3px 13px;
    margin-bottom: 15px;
  }
  #www_container #sub .access_ranking h1, #www_container #sub #recommend_topics h1, #www_container #sub #category_ranking h1, #www_container #sub #shop_new_open h1, #www_container #sub #new_notices h1, #www_container .wwwShopLayout__sub .access_ranking h1, #www_container .wwwShopLayout__sub #recommend_topics h1, #www_container .wwwShopLayout__sub #category_ranking h1, #www_container .wwwShopLayout__sub #shop_new_open h1, #www_container .wwwShopLayout__sub #new_notices h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #www_container #sub .access_ranking h1 a, #www_container #sub #recommend_topics h1 a, #www_container #sub #category_ranking h1 a, #www_container #sub #shop_new_open h1 a, #www_container #sub #new_notices h1 a, #www_container .wwwShopLayout__sub .access_ranking h1 a, #www_container .wwwShopLayout__sub #recommend_topics h1 a, #www_container .wwwShopLayout__sub #category_ranking h1 a, #www_container .wwwShopLayout__sub #shop_new_open h1 a, #www_container .wwwShopLayout__sub #new_notices h1 a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  #www_container #sub .access_ranking .element, #www_container #sub #recommend_topics .element, #www_container #sub #category_ranking .element, #www_container #sub #shop_new_open .element, #www_container #sub #new_notices .element, #www_container .wwwShopLayout__sub .access_ranking .element, #www_container .wwwShopLayout__sub #recommend_topics .element, #www_container .wwwShopLayout__sub #category_ranking .element, #www_container .wwwShopLayout__sub #shop_new_open .element, #www_container .wwwShopLayout__sub #new_notices .element {
    margin-bottom: 15px;
  }
  #www_container #sub .access_ranking .element:last-child, #www_container #sub #recommend_topics .element:last-child, #www_container #sub #category_ranking .element:last-child, #www_container #sub #shop_new_open .element:last-child, #www_container #sub #new_notices .element:last-child, #www_container .wwwShopLayout__sub .access_ranking .element:last-child, #www_container .wwwShopLayout__sub #recommend_topics .element:last-child, #www_container .wwwShopLayout__sub #category_ranking .element:last-child, #www_container .wwwShopLayout__sub #shop_new_open .element:last-child, #www_container .wwwShopLayout__sub #new_notices .element:last-child {
    margin-bottom: 0;
  }
  #www_container #sub .access_ranking .element .shop_content, #www_container #sub #recommend_topics .element .shop_content, #www_container #sub #category_ranking .element .shop_content, #www_container #sub #shop_new_open .element .shop_content, #www_container #sub #new_notices .element .shop_content, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content, #www_container .wwwShopLayout__sub #new_notices .element .shop_content {
    height: 60px;
    display: table;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_image_box, #www_container #sub #recommend_topics .element .shop_content .shop_image_box, #www_container #sub #category_ranking .element .shop_content .shop_image_box, #www_container #sub #shop_new_open .element .shop_content .shop_image_box, #www_container #sub #new_notices .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_image_box {
    display: table-cell;
    vertical-align: top;
    height: 60px;
    width: 70px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_image_box .shop_image, #www_container #sub #recommend_topics .element .shop_content .shop_image_box .shop_image, #www_container #sub #category_ranking .element .shop_content .shop_image_box .shop_image, #www_container #sub #shop_new_open .element .shop_content .shop_image_box .shop_image, #www_container #sub #new_notices .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_image_box .shop_image {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info, #www_container #sub #recommend_topics .element .shop_content .shop_info, #www_container #sub #category_ranking .element .shop_content .shop_info, #www_container #sub #shop_new_open .element .shop_content .shop_info, #www_container #sub #new_notices .element .shop_content .shop_info, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info {
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
    line-height: 150%;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_name, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_name, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_name, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_name, #www_container #sub #new_notices .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_name {
    font-size: 14px;
    color: #2196f3;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_open_date, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_open_date, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_open_date, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_open_date, #www_container #sub #new_notices .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_open_date {
    font-size: 12px;
    color: #3a3a3a;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_category, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_category, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_category, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_category, #www_container #sub #new_notices .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_category {
    font-size: 12px;
    color: #a2a2a2;
  }
  #www_container #sub .access_ranking .element .notice_content, #www_container #sub #recommend_topics .element .notice_content, #www_container #sub #category_ranking .element .notice_content, #www_container #sub #shop_new_open .element .notice_content, #www_container #sub #new_notices .element .notice_content, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content, #www_container .wwwShopLayout__sub #new_notices .element .notice_content {
    display: table;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_image_box, #www_container #sub #recommend_topics .element .notice_content .shop_image_box, #www_container #sub #category_ranking .element .notice_content .shop_image_box, #www_container #sub #shop_new_open .element .notice_content .shop_image_box, #www_container #sub #new_notices .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_image_box {
    display: table-cell;
    vertical-align: top;
    height: 60px;
    width: 70px;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_image_box .shop_image, #www_container #sub #recommend_topics .element .notice_content .shop_image_box .shop_image, #www_container #sub #category_ranking .element .notice_content .shop_image_box .shop_image, #www_container #sub #shop_new_open .element .notice_content .shop_image_box .shop_image, #www_container #sub #new_notices .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_image_box .shop_image {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info, #www_container #sub #recommend_topics .element .notice_content .shop_info, #www_container #sub #category_ranking .element .notice_content .shop_info, #www_container #sub #shop_new_open .element .notice_content .shop_info, #www_container #sub #new_notices .element .notice_content .shop_info, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info {
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_notice p, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_notice p, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_notice p, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_notice p, #www_container #sub #new_notices .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_notice p {
    font-size: 14px;
    font-weight: bold;
    color: #3a3a3a;
    line-height: 120%;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_name, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_name, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_name, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_name, #www_container #sub #new_notices .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_name {
    display: inline;
    font-size: 12px;
    color: #2196f3;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_category, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_category, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_category, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_category, #www_container #sub #new_notices .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_category {
    display: inline;
    font-size: 12px;
    color: #a2a2a2;
  }
  #www_container #sub .access_ranking .element a, #www_container #sub #recommend_topics .element a, #www_container #sub #category_ranking .element a, #www_container #sub #shop_new_open .element a, #www_container #sub #new_notices .element a, #www_container .wwwShopLayout__sub .access_ranking .element a, #www_container .wwwShopLayout__sub #recommend_topics .element a, #www_container .wwwShopLayout__sub #category_ranking .element a, #www_container .wwwShopLayout__sub #shop_new_open .element a, #www_container .wwwShopLayout__sub #new_notices .element a {
    display: flex;
    width: 100%;
    text-decoration: none;
  }
  #www_container #sub .access_ranking .element a .image_area, #www_container #sub #recommend_topics .element a .image_area, #www_container #sub #category_ranking .element a .image_area, #www_container #sub #shop_new_open .element a .image_area, #www_container #sub #new_notices .element a .image_area, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area, #www_container .wwwShopLayout__sub #new_notices .element a .image_area {
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  #www_container #sub .access_ranking .element a .image_area img, #www_container #sub #recommend_topics .element a .image_area img, #www_container #sub #category_ranking .element a .image_area img, #www_container #sub #shop_new_open .element a .image_area img, #www_container #sub #new_notices .element a .image_area img, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area img, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area img, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area img, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area img, #www_container .wwwShopLayout__sub #new_notices .element a .image_area img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  #www_container #sub .access_ranking .element a .image_area span, #www_container #sub #recommend_topics .element a .image_area span, #www_container #sub #category_ranking .element a .image_area span, #www_container #sub #shop_new_open .element a .image_area span, #www_container #sub #new_notices .element a .image_area span, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area span, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area span, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area span, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area span, #www_container .wwwShopLayout__sub #new_notices .element a .image_area span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    background-color: #E85A3C;
  }
  #www_container #sub .access_ranking .element a .topic_summary, #www_container #sub #recommend_topics .element a .topic_summary, #www_container #sub #category_ranking .element a .topic_summary, #www_container #sub #shop_new_open .element a .topic_summary, #www_container #sub #new_notices .element a .topic_summary, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
  }
  #www_container #sub .access_ranking .element a .topic_summary h1, #www_container #sub #recommend_topics .element a .topic_summary h1, #www_container #sub #category_ranking .element a .topic_summary h1, #www_container #sub #shop_new_open .element a .topic_summary h1, #www_container #sub #new_notices .element a .topic_summary h1, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary h1, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary h1, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary h1, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary h1, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary h1 {
    font-size: 14px;
    color: #333;
    line-height: 120%;
  }
  #www_container #sub .access_ranking .element a .topic_summary p, #www_container #sub #recommend_topics .element a .topic_summary p, #www_container #sub #category_ranking .element a .topic_summary p, #www_container #sub #shop_new_open .element a .topic_summary p, #www_container #sub #new_notices .element a .topic_summary p, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary p, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary p, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary p, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary p, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary p {
    font-size: 10px;
    color: #ACACAC;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data, #www_container #sub #recommend_topics .element a .topic_summary .other_data, #www_container #sub #category_ranking .element a .topic_summary .other_data, #www_container #sub #shop_new_open .element a .topic_summary .other_data, #www_container #sub #new_notices .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data {
    display: table;
    color: #999;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data .editor, #www_container #sub .access_ranking .element a .topic_summary .other_data .views, #www_container #sub #recommend_topics .element a .topic_summary .other_data .editor, #www_container #sub #recommend_topics .element a .topic_summary .other_data .views, #www_container #sub #category_ranking .element a .topic_summary .other_data .editor, #www_container #sub #category_ranking .element a .topic_summary .other_data .views, #www_container #sub #shop_new_open .element a .topic_summary .other_data .editor, #www_container #sub #shop_new_open .element a .topic_summary .other_data .views, #www_container #sub #new_notices .element a .topic_summary .other_data .editor, #www_container #sub #new_notices .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .views {
    display: table-cell;
    font-size: 12px;
    vertical-align: middle;
    padding-right: 10px;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data .views, #www_container #sub #recommend_topics .element a .topic_summary .other_data .views, #www_container #sub #category_ranking .element a .topic_summary .other_data .views, #www_container #sub #shop_new_open .element a .topic_summary .other_data .views, #www_container #sub #new_notices .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .views {
    display: none;
  }
}
@media all and (max-width: 768px) {
  #www_container .shopsMap {
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  #www_container .shopsMap .shopsMap__title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    background-color: #DDD;
    padding: 15px 20px;
  }
  #www_container .shopsMap .shopsMap__display {
    width: 100%;
    position: relative;
  }
  #www_container .shopsMap .shopsMap__display:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  #www_container .shopsMap .shopsMap__display .shopsMap__displayInner {
    background-color: #CCC;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #www_container .shopsMap .shopsMap__button {
    padding: 25px 16px 0 16px;
  }
  #www_container .shopsMap .shopsMap__button a {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    text-align: center;
    background-image: -ms-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #EEE));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #EEE 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #EEE 100%);
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    padding: 24px;
  }
  #www_container #categories {
    display: none;
  }
  #www_container #shop_categories {
    display: none;
  }
  #www_container #shop_categories_accordion {
    padding-bottom: 6px;
  }
  #www_container #shop_categories_accordion dl a {
    text-decoration: none;
  }
  #www_container #shop_categories_accordion dl a dt {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    background-color: #DDD;
    padding: 14px 18px;
  }
  #www_container #shop_categories_accordion dl dd ul {
    width: 100%;
    border-top: 2px solid #FFF;
    overflow: hidden;
    background: #EEE;
  }
  #www_container #shop_categories_accordion dl dd ul li {
    width: 50%;
    box-sizing: border-box;
    font-size: 26px;
    font-weight: bold;
    color: #666;
    text-align: center;
    background-color: #EEE;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    float: left;
  }
  #www_container #shop_categories_accordion dl dd ul li:nth-child(even) {
    border-right: none;
  }
  #www_container #shop_categories_accordion dl dd ul li .name {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 18px 0;
  }
  #www_container #brands dl dt {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 1px solid #FFF;
    background-color: #DDD;
    padding: 14px 18px;
  }
  #www_container #brands dl dt a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  #www_container #brands dl dt i.accordion_trigger {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
  }
  #www_container #brands dl dd.accordion_content {
    display: none;
  }
  #www_container #brands dl dd ul {
    width: 100%;
    border-top: 2px solid #FFF;
    overflow: hidden;
    background: #EEE;
  }
  #www_container #brands dl dd ul li {
    width: 50%;
    box-sizing: border-box;
    font-size: 26px;
    font-weight: bold;
    color: #666;
    text-align: center;
    background-color: #EEE;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    float: left;
  }
  #www_container #brands dl dd ul li:nth-child(even) {
    border-right: none;
  }
  #www_container #brands dl dd ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 18px 0;
  }
  #www_container #sub #writer_info__pc, #www_container .wwwShopLayout__sub #writer_info__pc {
    display: none;
  }
  #www_container #sub .banner_area, #www_container .wwwShopLayout__sub .banner_area {
    text-align: center;
  }
  #www_container #sub .banner_area > div, #www_container .wwwShopLayout__sub .banner_area > div {
    margin: 0 auto;
  }
  #www_container #sub .banner_area img, #www_container .wwwShopLayout__sub .banner_area img {
    display: block;
    margin: 0 auto;
  }
  #www_container #sub .access_ranking > h1, #www_container #sub #recommend_topics > h1, #www_container #sub #category_ranking > h1, #www_container #sub #shop_new_open > h1, #www_container #sub #new_notices > h1, #www_container .wwwShopLayout__sub .access_ranking > h1, #www_container .wwwShopLayout__sub #recommend_topics > h1, #www_container .wwwShopLayout__sub #category_ranking > h1, #www_container .wwwShopLayout__sub #shop_new_open > h1, #www_container .wwwShopLayout__sub #new_notices > h1 {
    font-size: 28px;
    font-weight: bold;
    background-color: #DDD;
    padding: 14px 18px;
  }
  #www_container #sub .access_ranking > h1 a, #www_container #sub #recommend_topics > h1 a, #www_container #sub #category_ranking > h1 a, #www_container #sub #shop_new_open > h1 a, #www_container #sub #new_notices > h1 a, #www_container .wwwShopLayout__sub .access_ranking > h1 a, #www_container .wwwShopLayout__sub #recommend_topics > h1 a, #www_container .wwwShopLayout__sub #category_ranking > h1 a, #www_container .wwwShopLayout__sub #shop_new_open > h1 a, #www_container .wwwShopLayout__sub #new_notices > h1 a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  #www_container #sub .access_ranking .element, #www_container #sub #recommend_topics .element, #www_container #sub #category_ranking .element, #www_container #sub #shop_new_open .element, #www_container #sub #new_notices .element, #www_container .wwwShopLayout__sub .access_ranking .element, #www_container .wwwShopLayout__sub #recommend_topics .element, #www_container .wwwShopLayout__sub #category_ranking .element, #www_container .wwwShopLayout__sub #shop_new_open .element, #www_container .wwwShopLayout__sub #new_notices .element {
    border-bottom: 2px solid #DDD;
  }
  #www_container #sub .access_ranking .element .notice_content, #www_container #sub #recommend_topics .element .notice_content, #www_container #sub #category_ranking .element .notice_content, #www_container #sub #shop_new_open .element .notice_content, #www_container #sub #new_notices .element .notice_content, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content, #www_container .wwwShopLayout__sub #new_notices .element .notice_content {
    display: table;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_image_box, #www_container #sub #recommend_topics .element .notice_content .shop_image_box, #www_container #sub #category_ranking .element .notice_content .shop_image_box, #www_container #sub #shop_new_open .element .notice_content .shop_image_box, #www_container #sub #new_notices .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_image_box {
    display: table-cell;
    vertical-align: top;
    height: 140px;
    width: 140px;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_image_box .shop_image, #www_container #sub #recommend_topics .element .notice_content .shop_image_box .shop_image, #www_container #sub #category_ranking .element .notice_content .shop_image_box .shop_image, #www_container #sub #shop_new_open .element .notice_content .shop_image_box .shop_image, #www_container #sub #new_notices .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_image_box .shop_image {
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info, #www_container #sub #recommend_topics .element .notice_content .shop_info, #www_container #sub #category_ranking .element .notice_content .shop_info, #www_container #sub #shop_new_open .element .notice_content .shop_info, #www_container #sub #new_notices .element .notice_content .shop_info, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info {
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
    padding: 18px;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_notice p, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_notice p, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_notice p, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_notice p, #www_container #sub #new_notices .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_notice p {
    font-size: 28px;
    line-height: 120%;
    color: #3a3a3a;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_name, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_name, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_name, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_name, #www_container #sub #new_notices .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_name {
    display: inline;
    font-size: 20px;
    color: #2196f3;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_category, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_category, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_category, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_category, #www_container #sub #new_notices .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_category {
    display: inline;
    font-size: 20px;
    color: #a2a2a2;
  }
  #www_container #sub .access_ranking .element .shop_content, #www_container #sub #recommend_topics .element .shop_content, #www_container #sub #category_ranking .element .shop_content, #www_container #sub #shop_new_open .element .shop_content, #www_container #sub #new_notices .element .shop_content, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content, #www_container .wwwShopLayout__sub #new_notices .element .shop_content {
    height: 140px;
    display: table;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_image_box, #www_container #sub #recommend_topics .element .shop_content .shop_image_box, #www_container #sub #category_ranking .element .shop_content .shop_image_box, #www_container #sub #shop_new_open .element .shop_content .shop_image_box, #www_container #sub #new_notices .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_image_box {
    display: table-cell;
    vertical-align: top;
    height: 140px;
    width: 140px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_image_box .shop_image, #www_container #sub #recommend_topics .element .shop_content .shop_image_box .shop_image, #www_container #sub #category_ranking .element .shop_content .shop_image_box .shop_image, #www_container #sub #shop_new_open .element .shop_content .shop_image_box .shop_image, #www_container #sub #new_notices .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_image_box .shop_image {
    height: 140px;
    width: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info, #www_container #sub #recommend_topics .element .shop_content .shop_info, #www_container #sub #category_ranking .element .shop_content .shop_info, #www_container #sub #shop_new_open .element .shop_content .shop_info, #www_container #sub #new_notices .element .shop_content .shop_info, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info {
    display: table-cell;
    vertical-align: top;
    font-size: 28px;
    word-break: break-all;
    padding: 18px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_name, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_name, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_name, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_name, #www_container #sub #new_notices .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_name {
    color: #2196f3;
    line-height: 115%;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_open_date, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_open_date, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_open_date, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_open_date, #www_container #sub #new_notices .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_open_date {
    color: #3a3a3a;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_category, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_category, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_category, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_category, #www_container #sub #new_notices .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_category {
    color: #a2a2a2;
    font-size: 20px;
  }
  #www_container #sub .access_ranking .element a, #www_container #sub #recommend_topics .element a, #www_container #sub #category_ranking .element a, #www_container #sub #shop_new_open .element a, #www_container #sub #new_notices .element a, #www_container .wwwShopLayout__sub .access_ranking .element a, #www_container .wwwShopLayout__sub #recommend_topics .element a, #www_container .wwwShopLayout__sub #category_ranking .element a, #www_container .wwwShopLayout__sub #shop_new_open .element a, #www_container .wwwShopLayout__sub #new_notices .element a {
    display: flex;
    width: 100%;
    text-decoration: none;
  }
  #www_container #sub .access_ranking .element a .image_area, #www_container #sub #recommend_topics .element a .image_area, #www_container #sub #category_ranking .element a .image_area, #www_container #sub #shop_new_open .element a .image_area, #www_container #sub #new_notices .element a .image_area, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area, #www_container .wwwShopLayout__sub #new_notices .element a .image_area {
    position: relative;
    width: 140px;
    height: 140px;
  }
  #www_container #sub .access_ranking .element a .image_area img, #www_container #sub #recommend_topics .element a .image_area img, #www_container #sub #category_ranking .element a .image_area img, #www_container #sub #shop_new_open .element a .image_area img, #www_container #sub #new_notices .element a .image_area img, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area img, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area img, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area img, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area img, #www_container .wwwShopLayout__sub #new_notices .element a .image_area img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  #www_container #sub .access_ranking .element a .image_area span, #www_container #sub #recommend_topics .element a .image_area span, #www_container #sub #category_ranking .element a .image_area span, #www_container #sub #shop_new_open .element a .image_area span, #www_container #sub #new_notices .element a .image_area span, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area span, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area span, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area span, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area span, #www_container .wwwShopLayout__sub #new_notices .element a .image_area span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    background-color: #E85A3C;
  }
  #www_container #sub .access_ranking .element a .topic_summary, #www_container #sub #recommend_topics .element a .topic_summary, #www_container #sub #category_ranking .element a .topic_summary, #www_container #sub #shop_new_open .element a .topic_summary, #www_container #sub #new_notices .element a .topic_summary, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary {
    display: table-cell;
    vertical-align: top;
    padding: 18px;
  }
  #www_container #sub .access_ranking .element a .topic_summary h1, #www_container #sub #recommend_topics .element a .topic_summary h1, #www_container #sub #category_ranking .element a .topic_summary h1, #www_container #sub #shop_new_open .element a .topic_summary h1, #www_container #sub #new_notices .element a .topic_summary h1, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary h1, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary h1, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary h1, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary h1, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary h1 {
    font-size: 28px;
    color: #000;
    line-height: 120%;
    margin-bottom: 5px;
    overflow: hidden;
  }
  #www_container #sub .access_ranking .element a .topic_summary p, #www_container #sub #recommend_topics .element a .topic_summary p, #www_container #sub #category_ranking .element a .topic_summary p, #www_container #sub #shop_new_open .element a .topic_summary p, #www_container #sub #new_notices .element a .topic_summary p, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary p, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary p, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary p, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary p, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary p {
    font-size: 20px;
    color: #999;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data, #www_container #sub #recommend_topics .element a .topic_summary .other_data, #www_container #sub #category_ranking .element a .topic_summary .other_data, #www_container #sub #shop_new_open .element a .topic_summary .other_data, #www_container #sub #new_notices .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data {
    display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 20px;
    color: #999;
    overflow: hidden;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data .editor, #www_container #sub .access_ranking .element a .topic_summary .other_data .views, #www_container #sub #recommend_topics .element a .topic_summary .other_data .editor, #www_container #sub #recommend_topics .element a .topic_summary .other_data .views, #www_container #sub #category_ranking .element a .topic_summary .other_data .editor, #www_container #sub #category_ranking .element a .topic_summary .other_data .views, #www_container #sub #shop_new_open .element a .topic_summary .other_data .editor, #www_container #sub #shop_new_open .element a .topic_summary .other_data .views, #www_container #sub #new_notices .element a .topic_summary .other_data .editor, #www_container #sub #new_notices .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .views {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data .views, #www_container #sub #recommend_topics .element a .topic_summary .other_data .views, #www_container #sub #category_ranking .element a .topic_summary .other_data .views, #www_container #sub #shop_new_open .element a .topic_summary .other_data .views, #www_container #sub #new_notices .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .views {
    display: none;
  }
  #www_container #sub #keywords h1, #www_container .wwwShopLayout__sub #keywords h1 {
    font-size: 28px;
    font-weight: bold;
    background-color: #DDD;
  }
  #www_container #sub #keywords h1 a, #www_container .wwwShopLayout__sub #keywords h1 a {
    display: block;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
    padding: 14px 18px;
  }
  #www_container #sub #keywords ul, #www_container .wwwShopLayout__sub #keywords ul {
    padding: 20px 0 0 20px;
    overflow: hidden;
  }
  #www_container #sub #keywords ul li, #www_container .wwwShopLayout__sub #keywords ul li {
    font-size: 24px;
    color: #000;
    text-align: center;
    background-color: #EEE;
    border: 2px solid #DDD;
    border-radius: 10px;
    margin: 0 20px 20px 0;
    float: left;
    max-width: 300px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #sub #keywords ul li a, #www_container .wwwShopLayout__sub #keywords ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 16px;
  }
}
@media all and (max-width: 640px) {
  #www_container .shopsMap {
    margin-bottom: 10px;
  }
  #www_container .shopsMap .shopsMap__title {
    font-size: 14px;
    padding: 7.5px 10px;
  }
  #www_container .shopsMap .shopsMap__button {
    padding: 12.5px 8px 0 8px;
  }
  #www_container .shopsMap .shopsMap__button a {
    font-size: 14px;
    border-radius: 5px;
    padding: 12px;
  }
  #www_container #shop_categories_accordion dl a dt {
    font-size: 14px;
    padding: 7px 9px;
  }
  #www_container #shop_categories_accordion dl dd ul {
    border-top: 1px solid #FFF;
  }
  #www_container #shop_categories_accordion dl dd ul li {
    font-size: 13px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  #www_container #shop_categories_accordion dl dd ul li .name {
    padding: 9px 0;
  }
  #www_container #brands dl dt {
    font-size: 14px;
    padding: 7px 9px;
  }
  #www_container #brands dl dd ul {
    border-top: 1px solid #FFF;
  }
  #www_container #brands dl dd ul li {
    font-size: 13px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  #www_container #brands dl dd ul li a {
    padding: 9px 0;
  }
  #www_container #sub #writer_info__pc, #www_container .wwwShopLayout__sub #writer_info__pc {
    display: none;
  }
  #www_container #sub .access_ranking > h1, #www_container #sub #recommend_topics > h1, #www_container #sub #category_ranking > h1, #www_container #sub #shop_new_open > h1, #www_container #sub #new_notices > h1, #www_container .wwwShopLayout__sub .access_ranking > h1, #www_container .wwwShopLayout__sub #recommend_topics > h1, #www_container .wwwShopLayout__sub #category_ranking > h1, #www_container .wwwShopLayout__sub #shop_new_open > h1, #www_container .wwwShopLayout__sub #new_notices > h1 {
    font-size: 14px;
    padding: 7px 9px;
  }
  #www_container #sub .access_ranking > h1 a, #www_container #sub #recommend_topics > h1 a, #www_container #sub #category_ranking > h1 a, #www_container #sub #shop_new_open > h1 a, #www_container #sub #new_notices > h1 a, #www_container .wwwShopLayout__sub .access_ranking > h1 a, #www_container .wwwShopLayout__sub #recommend_topics > h1 a, #www_container .wwwShopLayout__sub #category_ranking > h1 a, #www_container .wwwShopLayout__sub #shop_new_open > h1 a, #www_container .wwwShopLayout__sub #new_notices > h1 a {
    display: block;
    padding-top: 2px;
  }
  #www_container #sub .access_ranking .element, #www_container #sub #recommend_topics .element, #www_container #sub #category_ranking .element, #www_container #sub #shop_new_open .element, #www_container #sub #new_notices .element, #www_container .wwwShopLayout__sub .access_ranking .element, #www_container .wwwShopLayout__sub #recommend_topics .element, #www_container .wwwShopLayout__sub #category_ranking .element, #www_container .wwwShopLayout__sub #shop_new_open .element, #www_container .wwwShopLayout__sub #new_notices .element {
    border-bottom: 1px solid #DDD;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_image_box, #www_container #sub #recommend_topics .element .notice_content .shop_image_box, #www_container #sub #category_ranking .element .notice_content .shop_image_box, #www_container #sub #shop_new_open .element .notice_content .shop_image_box, #www_container #sub #new_notices .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_image_box, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_image_box {
    height: 70px;
    width: 70px;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_image_box .shop_image, #www_container #sub #recommend_topics .element .notice_content .shop_image_box .shop_image, #www_container #sub #category_ranking .element .notice_content .shop_image_box .shop_image, #www_container #sub #shop_new_open .element .notice_content .shop_image_box .shop_image, #www_container #sub #new_notices .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_image_box .shop_image {
    width: 70px;
    height: 70px;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info, #www_container #sub #recommend_topics .element .notice_content .shop_info, #www_container #sub #category_ranking .element .notice_content .shop_info, #www_container #sub #shop_new_open .element .notice_content .shop_info, #www_container #sub #new_notices .element .notice_content .shop_info, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info {
    padding: 9px;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_notice p, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_notice p, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_notice p, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_notice p, #www_container #sub #new_notices .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_notice p, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_notice p {
    font-size: 14px;
    line-height: 120%;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_name, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_name, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_name, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_name, #www_container #sub #new_notices .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_name {
    font-size: 12px;
  }
  #www_container #sub .access_ranking .element .notice_content .shop_info .shop_category, #www_container #sub #recommend_topics .element .notice_content .shop_info .shop_category, #www_container #sub #category_ranking .element .notice_content .shop_info .shop_category, #www_container #sub #shop_new_open .element .notice_content .shop_info .shop_category, #www_container #sub #new_notices .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub .access_ranking .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #recommend_topics .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #category_ranking .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #shop_new_open .element .notice_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #new_notices .element .notice_content .shop_info .shop_category {
    font-size: 12px;
  }
  #www_container #sub .access_ranking .element .shop_content, #www_container #sub #recommend_topics .element .shop_content, #www_container #sub #category_ranking .element .shop_content, #www_container #sub #shop_new_open .element .shop_content, #www_container #sub #new_notices .element .shop_content, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content, #www_container .wwwShopLayout__sub #new_notices .element .shop_content {
    height: 70px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_image_box, #www_container #sub #recommend_topics .element .shop_content .shop_image_box, #www_container #sub #category_ranking .element .shop_content .shop_image_box, #www_container #sub #shop_new_open .element .shop_content .shop_image_box, #www_container #sub #new_notices .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_image_box, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_image_box {
    height: 70px;
    width: 70px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_image_box .shop_image, #www_container #sub #recommend_topics .element .shop_content .shop_image_box .shop_image, #www_container #sub #category_ranking .element .shop_content .shop_image_box .shop_image, #www_container #sub #shop_new_open .element .shop_content .shop_image_box .shop_image, #www_container #sub #new_notices .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_image_box .shop_image, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_image_box .shop_image {
    height: 70px;
    width: 70px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info, #www_container #sub #recommend_topics .element .shop_content .shop_info, #www_container #sub #category_ranking .element .shop_content .shop_info, #www_container #sub #shop_new_open .element .shop_content .shop_info, #www_container #sub #new_notices .element .shop_content .shop_info, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info {
    font-size: 14px;
    padding: 9px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_name, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_name, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_name, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_name, #www_container #sub #new_notices .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_name, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_name {
    margin-bottom: 2.5px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_open_date, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_open_date, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_open_date, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_open_date, #www_container #sub #new_notices .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_open_date, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_open_date {
    font-size: 10px;
  }
  #www_container #sub .access_ranking .element .shop_content .shop_info .shop_category, #www_container #sub #recommend_topics .element .shop_content .shop_info .shop_category, #www_container #sub #category_ranking .element .shop_content .shop_info .shop_category, #www_container #sub #shop_new_open .element .shop_content .shop_info .shop_category, #www_container #sub #new_notices .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub .access_ranking .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #recommend_topics .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #category_ranking .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #shop_new_open .element .shop_content .shop_info .shop_category, #www_container .wwwShopLayout__sub #new_notices .element .shop_content .shop_info .shop_category {
    font-size: 10px;
  }
  #www_container #sub .access_ranking .element a, #www_container #sub #recommend_topics .element a, #www_container #sub #category_ranking .element a, #www_container #sub #shop_new_open .element a, #www_container #sub #new_notices .element a, #www_container .wwwShopLayout__sub .access_ranking .element a, #www_container .wwwShopLayout__sub #recommend_topics .element a, #www_container .wwwShopLayout__sub #category_ranking .element a, #www_container .wwwShopLayout__sub #shop_new_open .element a, #www_container .wwwShopLayout__sub #new_notices .element a {
    display: flex;
    width: 100%;
    text-decoration: none;
  }
  #www_container #sub .access_ranking .element a .image_area, #www_container #sub #recommend_topics .element a .image_area, #www_container #sub #category_ranking .element a .image_area, #www_container #sub #shop_new_open .element a .image_area, #www_container #sub #new_notices .element a .image_area, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area, #www_container .wwwShopLayout__sub #new_notices .element a .image_area {
    position: relative;
    width: 70px;
    height: 70px;
  }
  #www_container #sub .access_ranking .element a .image_area img, #www_container #sub #recommend_topics .element a .image_area img, #www_container #sub #category_ranking .element a .image_area img, #www_container #sub #shop_new_open .element a .image_area img, #www_container #sub #new_notices .element a .image_area img, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area img, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area img, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area img, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area img, #www_container .wwwShopLayout__sub #new_notices .element a .image_area img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  #www_container #sub .access_ranking .element a .image_area span, #www_container #sub #recommend_topics .element a .image_area span, #www_container #sub #category_ranking .element a .image_area span, #www_container #sub #shop_new_open .element a .image_area span, #www_container #sub #new_notices .element a .image_area span, #www_container .wwwShopLayout__sub .access_ranking .element a .image_area span, #www_container .wwwShopLayout__sub #recommend_topics .element a .image_area span, #www_container .wwwShopLayout__sub #category_ranking .element a .image_area span, #www_container .wwwShopLayout__sub #shop_new_open .element a .image_area span, #www_container .wwwShopLayout__sub #new_notices .element a .image_area span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 15px;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    background-color: #E85A3C;
  }
  #www_container #sub .access_ranking .element a .topic_summary, #www_container #sub #recommend_topics .element a .topic_summary, #www_container #sub #category_ranking .element a .topic_summary, #www_container #sub #shop_new_open .element a .topic_summary, #www_container #sub #new_notices .element a .topic_summary, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary {
    padding: 9px;
  }
  #www_container #sub .access_ranking .element a .topic_summary h1, #www_container #sub #recommend_topics .element a .topic_summary h1, #www_container #sub #category_ranking .element a .topic_summary h1, #www_container #sub #shop_new_open .element a .topic_summary h1, #www_container #sub #new_notices .element a .topic_summary h1, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary h1, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary h1, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary h1, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary h1, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary h1 {
    font-size: 14px;
    margin-bottom: 2.5px;
  }
  #www_container #sub .access_ranking .element a .topic_summary p, #www_container #sub #recommend_topics .element a .topic_summary p, #www_container #sub #category_ranking .element a .topic_summary p, #www_container #sub #shop_new_open .element a .topic_summary p, #www_container #sub #new_notices .element a .topic_summary p, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary p, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary p, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary p, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary p, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary p {
    font-size: 10px;
    color: #999;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data, #www_container #sub #recommend_topics .element a .topic_summary .other_data, #www_container #sub #category_ranking .element a .topic_summary .other_data, #www_container #sub #shop_new_open .element a .topic_summary .other_data, #www_container #sub #new_notices .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data {
    font-size: 10px;
  }
  #www_container #sub .access_ranking .element a .topic_summary .other_data .editor, #www_container #sub .access_ranking .element a .topic_summary .other_data .views, #www_container #sub #recommend_topics .element a .topic_summary .other_data .editor, #www_container #sub #recommend_topics .element a .topic_summary .other_data .views, #www_container #sub #category_ranking .element a .topic_summary .other_data .editor, #www_container #sub #category_ranking .element a .topic_summary .other_data .views, #www_container #sub #shop_new_open .element a .topic_summary .other_data .editor, #www_container #sub #shop_new_open .element a .topic_summary .other_data .views, #www_container #sub #new_notices .element a .topic_summary .other_data .editor, #www_container #sub #new_notices .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub .access_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #recommend_topics .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #category_ranking .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #shop_new_open .element a .topic_summary .other_data .views, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .editor, #www_container .wwwShopLayout__sub #new_notices .element a .topic_summary .other_data .views {
    padding-right: 5px;
  }
  #www_container #sub #keywords h1, #www_container .wwwShopLayout__sub #keywords h1 {
    font-size: 14px;
  }
  #www_container #sub #keywords h1 a, #www_container .wwwShopLayout__sub #keywords h1 a {
    padding: 7px 9px;
  }
  #www_container #sub #keywords ul, #www_container .wwwShopLayout__sub #keywords ul {
    padding: 10px 0 0 10px;
  }
  #www_container #sub #keywords ul li, #www_container .wwwShopLayout__sub #keywords ul li {
    font-size: 12px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    max-width: 150px;
  }
  #www_container #sub #keywords ul li a, #www_container .wwwShopLayout__sub #keywords ul li a {
    padding: 8px;
  }
}
body#www {
  color: #333;
  background-color: #FFF;
}

@media all and (min-width: 769px) {
  .topicShop--device-notpc {
    margin-bottom: 40px;
  }
  .topicShop--device-notpc .topicShop__shopData {
    border: 1px solid #DDD;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 10px 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name .icon {
    width: 80px;
    height: 80px;
    margin-right: 5px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name .icon img {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: cover;
    font-family: "object-fit: cover;";
    border-radius: 50%;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name h1 {
    font-size: 20px;
    margin-right: 5px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name h1 a {
    color: #00A3D9;
    text-decoration: none;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name span {
    display: inline;
    font-size: 12px;
    vertical-align: middle;
    border-radius: 3px;
    padding: 1px 3px;
    margin-right: 5px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name span.closed {
    color: #E73E26;
    background-color: #DDD;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name span.delivery, .topicShop--device-notpc .topicShop__shopData .shopData__name span.takeout {
    color: #000;
    font-weight: bold;
    background-color: #FCD500;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address, .topicShop--device-notpc .topicShop__shopData .shopData__phone, .topicShop--device-notpc .topicShop__shopData .shopData__buttons {
    font-size: 16px;
    border-top: 1px solid #DDD;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address, .topicShop--device-notpc .topicShop__shopData .shopData__phone {
    position: relative;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address:after, .topicShop--device-notpc .topicShop__shopData .shopData__phone:after {
    content: "\f054";
    font-family: FontAwesome;
    color: #CDCDCD;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a, .topicShop--device-notpc .topicShop__shopData .shopData__phone a {
    display: table;
    width: 100%;
    color: #00A3D9;
    text-decoration: none;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon, .topicShop--device-notpc .topicShop__shopData .shopData__address a .text, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .text {
    display: table-cell;
    vertical-align: middle;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon {
    width: 40px;
    padding: 10px 0 10px 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon span, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon span {
    display: block;
    width: 30px;
    height: 30px;
    color: #FFF;
    text-align: center;
    background-color: #00A3D9;
    border-radius: 50%;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon span i, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon span i {
    padding-top: 8px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .text, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .text {
    padding: 10px 10px 10px 0;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__phone:after {
    content: "";
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button a, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button a i, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button a i {
    font-size: 24px;
    color: #DDD;
    vertical-align: middle;
    margin-right: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button a.release i, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button a.release i {
    color: #F83E26;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button em, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button em {
    position: absolute;
    right: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button {
    border-left: 1px solid #DDD;
  }
  .topicShop--device-notpc .topicShop__reserveButton a {
    display: block;
    width: 260px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #f83E26;
    border-radius: 6px;
    margin: 0 auto;
    padding: 10px;
  }
  .topicShop--device-notpc .menu_data {
    margin: 20px 0;
  }
  .topicShop--device-notpc .menu_data .menu_image {
    width: 100%;
    height: 100%;
  }
  .topicShop--device-notpc .menu_data span {
    text-decoration: none;
    color: #000;
    font-size: 16px;
  }
  .topicShop--device-notpc .menu_data .text_area {
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
    margin-bottom: 10px;
  }
  .topicShop--device-notpc .menu_data .text_area.private, .topicShop--device-notpc .menu_data .text_area.deleted {
    background-color: #F9F9F9;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    height: 40px;
  }
  .topicShop--device-notpc .menu_data .text_area.private p, .topicShop--device-notpc .menu_data .text_area.deleted p {
    margin: auto;
    font-size: 18px;
  }
  .topicShop--device-notpc .menu_data.nodata {
    text-align: center;
  }
  .topicShop--device-notpc .menu_data.nodata p {
    font-size: 18px;
    font-weight: bold;
  }
  #www_container #draftview_banner {
    position: fixed;
    z-index: 100;
    width: 100%;
    font-size: 32px;
    text-align: center;
    background-color: rgba(255, 39, 0, 0.8);
    border-bottom: 2px solid #FF2700;
    padding: 20px 0;
  }
  #www_container #draftview_banner p {
    color: #FFF;
    font-weight: bold;
  }
  #www_container #draftview_banner p span {
    font-size: 20px;
  }
  #www_container #draftview_banner a {
    display: block;
    color: #FFF;
    margin-top: 10px;
  }
  #www_container .topic_element {
    border-bottom: 1px solid #EEE;
    padding: 15px 0;
    position: relative;
  }
  #www_container .topic_element.ranking {
    margin-bottom: 20px;
  }
  #www_container .topic_element .topic_element_inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #333;
    text-decoration: none;
  }
  #www_container .topic_element .topic_element_inner .rank_num {
    display: table-cell;
    width: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    vertical-align: top;
  }
  #www_container .topic_element .topic_element_inner .rank_num span {
    padding-left: 10px;
  }
  #www_container .topic_element .topic_element_inner .image_area {
    display: table-cell;
    width: 170px;
    vertical-align: top;
    position: relative;
  }
  #www_container .topic_element .topic_element_inner .image_area .eyecatch {
    width: 150px;
    height: 150px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container .topic_element .topic_element_inner .image_area .number {
    width: 2em;
    color: #FFF;
    text-align: center;
    background-color: #e85a3c;
    padding: 0.3em 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #www_container .topic_element .topic_element_inner .topic_summary {
    display: table-cell;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 5px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 a {
    display: block;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 span {
    font-size: 14px;
    font-weight: normal;
    color: #F83F26;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 span.close {
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    vertical-align: middle;
    background-color: #808080;
    padding: 0 5px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary p {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data {
    width: 100%;
    font-size: 12px;
    color: #999;
    overflow: hidden;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor {
    float: left;
    padding-right: 10px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor a {
    color: inherit;
    text-decoration: none;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .badges span {
    display: inline-block;
    font-size: 10px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .views {
    float: left;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .date, #www_container .topic_element .topic_element_inner .topic_summary .other_data .place {
    float: left;
    padding-right: 1em;
  }
  #www_container .topic_element .topic_element_inner .edit_this {
    display: table-cell;
    width: 70px;
    text-align: right;
    box-sizing: border-box;
  }
  #www_container .topic_element .topic_element_inner .edit_this a {
    text-decoration: none;
    background-color: #EEE;
    display: block;
    width: 60px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: center;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 5px 0;
    margin: 0 0 10px auto;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #content_topic.show {
    padding: 0 0 100px 0;
  }
  #www_container #content_topic.show .sponsor {
    margin: 30px 0;
    display: block;
    text-align: center;
  }
  #www_container #content_topic.show .sponsor > div {
    margin: 0 auto;
  }
  #www_container #content_topic.show #topic_contents .topic-heading {
    font-size: 24px;
    font-weight: bold;
    word-break: break-all;
    border-bottom: 5px solid #DDD;
    padding: 10px 20px;
    margin-bottom: 15px;
  }
  #www_container #content_topic.show #topic_contents .topic-heading h2 {
    font-weight: bold;
  }
  #www_container #content_topic.show #topic_contents .topic-heading h2 span {
    font-size: 12px;
    color: #999;
  }
  #www_container #content_topic.show #topic_contents .topic-text {
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-text a {
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-link {
    color: #333;
    padding: 0 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-link a {
    font-size: 20px;
    font-weight: bold;
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-link-button {
    padding: 10px 20px;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-link-button a {
    text-decoration: none;
    background-color: #f83e26;
    box-sizing: border-box;
    line-height: 130%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: block;
    width: 280px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    border: 1px solid #f83e26;
    border-radius: 6px;
    padding: 10px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #content_topic.show #topic_contents .topic-shop {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner {
    width: 100%;
    display: table;
    margin-bottom: 20px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure {
    display: table-cell;
    width: 150px;
    vertical-align: top;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure .image_area {
    width: 130px;
    height: 130px;
    background-color: #AAA;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content {
    display: table-cell;
    vertical-align: top;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 {
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 a {
    font-weight: bold;
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 span, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 em {
    vertical-align: middle;
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    background-color: #808080;
    padding: 2px 5px;
    margin-bottom: 3px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 em {
    background-color: #EAA844;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address {
    display: table;
    font-size: 26px;
    color: #333;
    margin-bottom: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address .icon, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address .address_text {
    display: table-cell;
    vertical-align: middle;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address .icon {
    display: block;
    width: 26px;
    height: 26px;
    font-size: 18px;
    color: #FFF;
    background-color: #000;
    border-radius: 50%;
    position: relative;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address .icon i {
    position: absolute;
    top: 4px;
    left: 8px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address .address_text {
    font-size: 14px;
    padding-left: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a {
    display: table;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    line-height: 0;
    vertical-align: middle;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    display: table-cell;
    vertical-align: middle;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon {
    display: block;
    width: 26px;
    height: 26px;
    font-size: 18px;
    color: #FFF;
    background-color: #000;
    border-radius: 50%;
    position: relative;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon i {
    position: absolute;
    top: 4px;
    left: 6px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    font-size: 24px;
    font-weight: bold;
    padding-left: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns {
    width: 100%;
    overflow: hidden;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button, #www_container #content_topic.show #topic_contents .topic-shop .btns .more, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve {
    margin-right: 10px;
    float: left;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 3px 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.move, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.move, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.move, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.move {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.move i, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.move i, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.move i, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.move i {
    color: #AAA;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.release, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.release, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.release, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.release {
    background-color: #EEE;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.release i, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.release i, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.release i, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.release i {
    color: #f83e26;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em {
    font-size: 14px;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 6px;
    margin-left: 3px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 3px;
    margin-top: -3px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #DDD;
    border-width: 4px;
    margin-top: -4px;
  }
  #www_container #content_topic.show #topic_contents .topic-image-file, #www_container #content_topic.show #topic_contents .topic-image-url {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #www_container #content_topic.show #topic_contents .topic-image-file figure, #www_container #content_topic.show #topic_contents .topic-image-url figure {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.show #topic_contents .topic-image-file figure img, #www_container #content_topic.show #topic_contents .topic-image-url figure img {
    display: block;
    max-width: 680px;
    margin-bottom: 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-image-file figure q, #www_container #content_topic.show #topic_contents .topic-image-url figure q {
    display: block;
    font-size: 10px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-image-file figure q a, #www_container #content_topic.show #topic_contents .topic-image-url figure q a {
    color: inherit;
  }
  #www_container #content_topic.show #topic_contents .topic-image-file .content, #www_container #content_topic.show #topic_contents .topic-image-url .content {
    font-size: 16px;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.show #topic_contents .topic-image-file .content a, #www_container #content_topic.show #topic_contents .topic-image-url .content a {
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-reference {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote {
    border-left: 6px solid #DDD;
    padding-left: 12px;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote p {
    font-size: 20px;
    font-weight: bold;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote p i {
    color: #DDD;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote p a {
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote q {
    font-size: 10px;
    color: #999;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote q a {
    color: inherit;
  }
  #www_container #content_topic.show #topic_contents .topic-embed {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-embed .embed-youtube iframe {
    width: 100%;
    height: 390px;
  }
  .topic-shop-brand {
    padding-bottom: 20px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 20px;
  }
  .topic-shop-brand .topic-shop_inner {
    width: 100%;
    display: table;
    margin-bottom: 20px;
  }
  .topic-shop-brand .topic-shop_inner figure {
    display: table-cell;
    width: 150px;
    vertical-align: top;
  }
  .topic-shop-brand .topic-shop_inner figure .image_area {
    width: 130px;
    height: 130px;
    background-color: #AAA;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  .topic-shop-brand .topic-shop_inner .content {
    display: table-cell;
    vertical-align: top;
  }
  .topic-shop-brand .topic-shop_inner .content h1 {
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
  }
  .topic-shop-brand .topic-shop_inner .content h1 a {
    font-weight: bold;
    color: #00A3D9;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address {
    display: table;
    font-size: 26px;
    color: #333;
    margin-bottom: 10px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address .icon, .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address .address_text {
    display: table-cell;
    vertical-align: middle;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address .icon {
    display: block;
    width: 26px;
    height: 26px;
    font-size: 18px;
    color: #FFF;
    background-color: #000;
    border-radius: 50%;
    position: relative;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address .icon i {
    position: absolute;
    top: 4px;
    left: 8px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address .address_text {
    font-size: 14px;
    padding-left: 10px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a {
    display: table;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    line-height: 0;
    vertical-align: middle;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .icon, .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    display: table-cell;
    vertical-align: middle;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .icon {
    display: block;
    width: 26px;
    height: 26px;
    font-size: 18px;
    color: #FFF;
    background-color: #000;
    border-radius: 50%;
    position: relative;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .icon i {
    position: absolute;
    top: 4px;
    left: 6px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    font-size: 24px;
    font-weight: bold;
    padding-left: 10px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-brand__winningrate {
    max-width: 40%;
  }
  .topic-shop-brand .btns {
    width: 100%;
    overflow: hidden;
  }
  .topic-shop-brand .btns .favorite-button, .topic-shop-brand .btns .interest-button, .topic-shop-brand .btns .more, .topic-shop-brand .btns .reserve {
    margin-right: 10px;
    float: left;
  }
  .topic-shop-brand .btns .favorite-button a, .topic-shop-brand .btns .interest-button a, .topic-shop-brand .btns .more a, .topic-shop-brand .btns .reserve a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 3px 10px;
  }
  .topic-shop-brand .btns .favorite-button a.add, .topic-shop-brand .btns .favorite-button a.move, .topic-shop-brand .btns .interest-button a.add, .topic-shop-brand .btns .interest-button a.move, .topic-shop-brand .btns .more a.add, .topic-shop-brand .btns .more a.move, .topic-shop-brand .btns .reserve a.add, .topic-shop-brand .btns .reserve a.move {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  .topic-shop-brand .btns .favorite-button a.add i, .topic-shop-brand .btns .favorite-button a.move i, .topic-shop-brand .btns .interest-button a.add i, .topic-shop-brand .btns .interest-button a.move i, .topic-shop-brand .btns .more a.add i, .topic-shop-brand .btns .more a.move i, .topic-shop-brand .btns .reserve a.add i, .topic-shop-brand .btns .reserve a.move i {
    color: #AAA;
  }
  .topic-shop-brand .btns .favorite-button a.release, .topic-shop-brand .btns .interest-button a.release, .topic-shop-brand .btns .more a.release, .topic-shop-brand .btns .reserve a.release {
    background-color: #EEE;
  }
  .topic-shop-brand .btns .favorite-button a.release i, .topic-shop-brand .btns .interest-button a.release i, .topic-shop-brand .btns .more a.release i, .topic-shop-brand .btns .reserve a.release i {
    color: #f83e26;
  }
  .topic-shop-brand .btns .favorite-button em, .topic-shop-brand .btns .interest-button em, .topic-shop-brand .btns .more em, .topic-shop-brand .btns .reserve em {
    font-size: 14px;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 6px;
    margin-left: 3px;
  }
  .topic-shop-brand .btns .favorite-button em:after, .topic-shop-brand .btns .favorite-button em:before, .topic-shop-brand .btns .interest-button em:after, .topic-shop-brand .btns .interest-button em:before, .topic-shop-brand .btns .more em:after, .topic-shop-brand .btns .more em:before, .topic-shop-brand .btns .reserve em:after, .topic-shop-brand .btns .reserve em:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .topic-shop-brand .btns .favorite-button em:after, .topic-shop-brand .btns .interest-button em:after, .topic-shop-brand .btns .more em:after, .topic-shop-brand .btns .reserve em:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 3px;
    margin-top: -3px;
  }
  .topic-shop-brand .btns .favorite-button em:before, .topic-shop-brand .btns .interest-button em:before, .topic-shop-brand .btns .more em:before, .topic-shop-brand .btns .reserve em:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #DDD;
    border-width: 4px;
    margin-top: -4px;
  }
}
@media all and (max-width: 768px) {
  iframe {
    width: 100%;
  }
  .instagram-media {
    max-width: 100% !important;
  }
  .topicShop--device-notpc {
    margin-bottom: 20px;
  }
  .topicShop--device-notpc .topicShop__shopData {
    border: 1px solid #DDD;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-top: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 10px 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name .icon {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name .icon img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    font-family: "object-fit: cover;";
    border-radius: 50%;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name h1 {
    font-size: 18px;
    margin-right: 5px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name h1 a {
    color: #00A3D9;
    text-decoration: none;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name span {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    border-radius: 3px;
    padding: 1px 3px;
    margin-right: 5px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name span.closed {
    color: #E73E26;
    background-color: #DDD;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__name span.delivery, .topicShop--device-notpc .topicShop__shopData .shopData__name span.takeout {
    color: #000;
    font-weight: bold;
    background-color: #FCD500;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address, .topicShop--device-notpc .topicShop__shopData .shopData__phone, .topicShop--device-notpc .topicShop__shopData .shopData__buttons {
    border-top: 1px solid #DDD;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address, .topicShop--device-notpc .topicShop__shopData .shopData__phone {
    position: relative;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address:after, .topicShop--device-notpc .topicShop__shopData .shopData__phone:after {
    content: "\f054";
    font-family: FontAwesome;
    color: #CDCDCD;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a, .topicShop--device-notpc .topicShop__shopData .shopData__phone a {
    display: table;
    width: 100%;
    color: #00A3D9;
    text-decoration: none;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon, .topicShop--device-notpc .topicShop__shopData .shopData__address a .text, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .text {
    display: table-cell;
    vertical-align: middle;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon {
    width: 30px;
    padding: 10px 0 10px 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .icon span, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .icon span {
    display: block;
    width: 20px;
    height: 20px;
    color: #FFF;
    text-align: center;
    background-color: #00A3D9;
    border-radius: 50%;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__address a .text, .topicShop--device-notpc .topicShop__shopData .shopData__phone a .text {
    padding: 10px 10px 10px 0;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button a, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button a {
    display: block;
    width: 90%;
    color: inherit;
    text-decoration: none;
    padding: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button a i, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button a i {
    font-size: 16px;
    color: #DDD;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button a.release i, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button a.release i {
    color: #F83E26;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .favorite-button em, .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button em {
    position: absolute;
    right: 10px;
  }
  .topicShop--device-notpc .topicShop__shopData .shopData__buttons .interest-button {
    border-left: 1px solid #DDD;
  }
  .topicShop--device-notpc .topicShop__reserveButton a {
    display: block;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #F83E26;
    border-radius: 3px;
    padding: 10px;
  }
  .topicShop--device-notpc .menu_data {
    margin-bottom: 20px;
  }
  .topicShop--device-notpc .menu_data .menu_image {
    width: 100%;
    height: 100%;
  }
  .topicShop--device-notpc .menu_data span {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    text-align: right;
  }
  .topicShop--device-notpc .menu_data .text_area {
    padding: 5px;
    margin-bottom: 10px;
  }
  .topicShop--device-notpc .menu_data .text_area.private, .topicShop--device-notpc .menu_data .text_area.deleted {
    background-color: #F9F9F9;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    height: 40px;
    text-align: center;
  }
  .topicShop--device-notpc .menu_data .text_area.private p, .topicShop--device-notpc .menu_data .text_area.deleted p {
    margin-top: 10px;
    font-size: 14px;
  }
  .topicShop--device-notpc .menu_data.nodata {
    text-align: center;
  }
  .topicShop--device-notpc .menu_data.nodata p {
    font-size: 16px;
    font-weight: bold;
  }
  #www_container #draftview_banner {
    position: fixed;
    z-index: 100;
    width: 100%;
    font-size: 32px;
    text-align: center;
    background-color: rgba(255, 39, 0, 0.8);
    border-bottom: 2px solid #FF2700;
    padding: 20px 0;
  }
  #www_container #draftview_banner p {
    color: #FFF;
    font-weight: bold;
  }
  #www_container #draftview_banner p span {
    font-size: 20px;
  }
  #www_container #draftview_banner a {
    display: block;
    color: #FFF;
    margin-top: 10px;
  }
  #www_container .topic_element {
    border-bottom: 2px solid #EEE;
  }
  #www_container .topic_element .topic_element_inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #333;
    text-decoration: none;
  }
  #www_container .topic_element .topic_element_inner .rank_num {
    display: table-cell;
    width: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
  }
  #www_container .topic_element .topic_element_inner .image_area {
    display: table-cell;
    width: 160px;
    vertical-align: top;
    position: relative;
  }
  #www_container .topic_element .topic_element_inner .image_area .eyecatch {
    width: 140px;
    height: 140px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #www_container .topic_element .topic_element_inner .image_area .number {
    width: 2em;
    color: #FFF;
    text-align: center;
    background-color: #e85a3c;
    padding: 0.3em 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #www_container .topic_element .topic_element_inner .topic_summary {
    display: table-cell;
    vertical-align: top;
    padding: 18px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 {
    font-size: 28px;
    font-weight: normal;
    line-height: 120%;
    margin-bottom: 5px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 a {
    color: inherit;
    text-decoration: none;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 span {
    font-size: 20px;
    font-weight: normal;
    color: #e85a3c;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 span.close {
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    vertical-align: middle;
    background-color: #808080;
    padding: 0 10px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary p {
    display: none;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data {
    width: 100%;
    font-size: 20px;
    color: #999;
    overflow: hidden;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor {
    float: left;
    padding-right: 10px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor a {
    color: inherit;
    text-decoration: none;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .badges span {
    display: inline-block;
    font-size: 12px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .views {
    float: left;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .date, #www_container .topic_element .topic_element_inner .topic_summary .other_data .place {
    float: left;
    padding-right: 1em;
  }
  #www_container .topic_element .topic_element_inner .edit_this {
    display: table-cell;
    width: 90px;
    text-align: right;
    padding: 18px;
    box-sizing: border-box;
  }
  #www_container .topic_element .topic_element_inner .edit_this a {
    text-decoration: none;
    background-color: #EEE;
    display: inline-block;
    width: 80px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: normal;
    color: #333;
    text-align: center;
    border: 2px solid #DDD;
    border-radius: 10px;
    padding: 5px 0;
    margin: 0 0 10px 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container .topic_element .topic_element_inner .edit_this a:last-child {
    margin-bottom: 0;
  }
  #www_container #content_topic.show .sponsor {
    text-align: center;
  }
  #www_container #content_topic.show .sponsor > div {
    margin: 0 auto;
  }
  #www_container #content_topic.show #topic_contents {
    padding: 20px;
  }
  #www_container #content_topic.show #topic_contents .topic-heading {
    font-size: 36px;
    word-break: break-all;
    margin-bottom: 15px;
  }
  #www_container #content_topic.show #topic_contents .topic-heading h2 {
    font-weight: bold;
  }
  #www_container #content_topic.show #topic_contents .topic-heading h2 span {
    font-size: 10px;
    color: #999;
  }
  #www_container #content_topic.show #topic_contents .topic-text {
    font-size: 30px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-text a {
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-link {
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-link a {
    font-size: 36px;
    font-weight: bold;
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-link-button {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  #www_container #content_topic.show #topic_contents .topic-link-button a {
    text-decoration: none;
    background-color: #f83e26;
    box-sizing: border-box;
    line-height: 130%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: block;
    width: 560px;
    box-sizing: border-box;
    font-size: 28px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    border: 2px solid #f83e26;
    border-radius: 10px;
    padding: 28px 10px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #content_topic.show #topic_contents .topic-embed {
    font-size: 36px;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-embed .embed-youtube iframe {
    width: 100%;
    height: 390px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop {
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner {
    display: table;
    width: 100%;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content {
    display: table-cell;
    vertical-align: top;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure {
    width: 140px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure .image_area {
    width: 120px;
    height: 120px;
    background-color: #AAA;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 a {
    font-weight: bold;
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 span, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 em {
    vertical-align: middle;
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    background-color: #808080;
    padding: 2px 5px;
    margin-bottom: 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 em {
    background-color: #EAA844;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address {
    font-size: 26px;
    color: #333;
    margin-bottom: 20px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address i {
    display: none;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel {
    width: 370px;
    background-color: #00A3D9;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a {
    display: table;
    width: 100%;
    font-size: 42px;
    color: #FFF;
    text-decoration: none;
    padding: 6px 0;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    display: table-cell;
    vertical-align: middle;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon {
    padding: 0 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns {
    width: 100%;
    overflow: hidden;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button, #www_container #content_topic.show #topic_contents .topic-shop .btns .more, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve {
    margin: 0 10px 20px 0;
    float: left;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a {
    display: inline-block;
    font-size: 28px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 3px 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.move, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.move, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.move, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.add, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.move {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.move i, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.move i, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.move i, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.add i, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.move i {
    color: #AAA;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.release, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.release, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.release, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.release {
    background-color: #EEE;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a.release i, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a.release i, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a.release i, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a.release i {
    color: #FB3D15;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em {
    font-size: 28px;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 6px;
    margin-left: 4px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:after, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 3px;
    margin-top: -3px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em:before, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #DDD;
    border-width: 4px;
    margin-top: -4px;
  }
  #www_container #content_topic.show #topic_contents .topic-image, #www_container #content_topic.show #topic_contents .topic-image-reference, #www_container #content_topic.show #topic_contents .topic-image-file, #www_container #content_topic.show #topic_contents .topic-image-url {
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure, #www_container #content_topic.show #topic_contents .topic-image-reference figure, #www_container #content_topic.show #topic_contents .topic-image-file figure, #www_container #content_topic.show #topic_contents .topic-image-url figure {
    margin-bottom: 10px;
    word-wrap: normal;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure img, #www_container #content_topic.show #topic_contents .topic-image-reference figure img, #www_container #content_topic.show #topic_contents .topic-image-file figure img, #www_container #content_topic.show #topic_contents .topic-image-url figure img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure q, #www_container #content_topic.show #topic_contents .topic-image-reference figure q, #www_container #content_topic.show #topic_contents .topic-image-file figure q, #www_container #content_topic.show #topic_contents .topic-image-url figure q {
    font-size: 20px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure q a, #www_container #content_topic.show #topic_contents .topic-image-reference figure q a, #www_container #content_topic.show #topic_contents .topic-image-file figure q a, #www_container #content_topic.show #topic_contents .topic-image-url figure q a {
    color: inherit;
  }
  #www_container #content_topic.show #topic_contents .topic-image .content, #www_container #content_topic.show #topic_contents .topic-image-reference .content, #www_container #content_topic.show #topic_contents .topic-image-file .content, #www_container #content_topic.show #topic_contents .topic-image-url .content {
    font-size: 32px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.show #topic_contents .topic-image .content a, #www_container #content_topic.show #topic_contents .topic-image-reference .content a, #www_container #content_topic.show #topic_contents .topic-image-file .content a, #www_container #content_topic.show #topic_contents .topic-image-url .content a {
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-reference {
    border-left: 12px solid #DDD;
    margin-bottom: 30px;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote {
    font-size: 36px;
    font-weight: bold;
    padding-left: 28px;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote a {
    color: #00A3D9;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote q {
    font-size: 20px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote q a {
    color: inherit;
  }
  #www_container #content_topic.show p.attention__salableAccount {
    margin: 0 10px 20px;
  }
  .topic-shop-brand {
    padding: 30px;
    border-bottom: 2px solid #DDD;
  }
  .topic-shop-brand .topic-shop_inner {
    display: table;
    width: 100%;
  }
  .topic-shop-brand .topic-shop_inner figure, .topic-shop-brand .topic-shop_inner .content {
    display: table-cell;
    vertical-align: top;
  }
  .topic-shop-brand .topic-shop_inner figure {
    width: 140px;
  }
  .topic-shop-brand .topic-shop_inner figure .image_area {
    width: 120px;
    height: 120px;
    background-color: #AAA;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  .topic-shop-brand .topic-shop_inner .content h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 5px;
  }
  .topic-shop-brand .topic-shop_inner .content h1 a {
    font-weight: bold;
    color: #00A3D9;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address {
    font-size: 26px;
    color: #333;
    margin-bottom: 20px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address i {
    display: none;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel {
    width: 370px;
    background-color: #00A3D9;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a {
    display: table;
    width: 100%;
    font-size: 42px;
    color: #FFF;
    text-decoration: none;
    padding: 6px 0;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .icon, .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .tel_number {
    display: table-cell;
    vertical-align: middle;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .icon {
    padding: 0 10px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-brand__winningrate {
    max-width: 70%;
    max-height: 38px;
  }
  .topic-shop-brand .btns {
    width: 100%;
    overflow: hidden;
  }
  .topic-shop-brand .btns .favorite-button, .topic-shop-brand .btns .interest-button, .topic-shop-brand .btns .more, .topic-shop-brand .btns .reserve {
    margin: 0 10px 20px 0;
    float: left;
  }
  .topic-shop-brand .btns .favorite-button a, .topic-shop-brand .btns .interest-button a, .topic-shop-brand .btns .more a, .topic-shop-brand .btns .reserve a {
    display: inline-block;
    font-size: 28px;
    color: #333;
    text-align: center;
    text-decoration: none;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 3px 10px;
  }
  .topic-shop-brand .btns .favorite-button a.add, .topic-shop-brand .btns .favorite-button a.move, .topic-shop-brand .btns .interest-button a.add, .topic-shop-brand .btns .interest-button a.move, .topic-shop-brand .btns .more a.add, .topic-shop-brand .btns .more a.move, .topic-shop-brand .btns .reserve a.add, .topic-shop-brand .btns .reserve a.move {
    background-image: -ms-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -moz-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #F8F8F8));
    background-image: -webkit-linear-gradient(top, #FFF 0%, #F8F8F8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
  }
  .topic-shop-brand .btns .favorite-button a.add i, .topic-shop-brand .btns .favorite-button a.move i, .topic-shop-brand .btns .interest-button a.add i, .topic-shop-brand .btns .interest-button a.move i, .topic-shop-brand .btns .more a.add i, .topic-shop-brand .btns .more a.move i, .topic-shop-brand .btns .reserve a.add i, .topic-shop-brand .btns .reserve a.move i {
    color: #AAA;
  }
  .topic-shop-brand .btns .favorite-button a.release, .topic-shop-brand .btns .interest-button a.release, .topic-shop-brand .btns .more a.release, .topic-shop-brand .btns .reserve a.release {
    background-color: #EEE;
  }
  .topic-shop-brand .btns .favorite-button a.release i, .topic-shop-brand .btns .interest-button a.release i, .topic-shop-brand .btns .more a.release i, .topic-shop-brand .btns .reserve a.release i {
    color: #FB3D15;
  }
  .topic-shop-brand .btns .favorite-button em, .topic-shop-brand .btns .interest-button em, .topic-shop-brand .btns .more em, .topic-shop-brand .btns .reserve em {
    font-size: 28px;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 6px;
    margin-left: 4px;
  }
  .topic-shop-brand .btns .favorite-button em:after, .topic-shop-brand .btns .favorite-button em:before, .topic-shop-brand .btns .interest-button em:after, .topic-shop-brand .btns .interest-button em:before, .topic-shop-brand .btns .more em:after, .topic-shop-brand .btns .more em:before, .topic-shop-brand .btns .reserve em:after, .topic-shop-brand .btns .reserve em:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .topic-shop-brand .btns .favorite-button em:after, .topic-shop-brand .btns .interest-button em:after, .topic-shop-brand .btns .more em:after, .topic-shop-brand .btns .reserve em:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 3px;
    margin-top: -3px;
  }
  .topic-shop-brand .btns .favorite-button em:before, .topic-shop-brand .btns .interest-button em:before, .topic-shop-brand .btns .more em:before, .topic-shop-brand .btns .reserve em:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #DDD;
    border-width: 4px;
    margin-top: -4px;
  }
}
@media all and (max-width: 640px) {
  .instagram-media {
    width: 414px !important;
    max-width: 100% !important;
    min-width: initial !important;
  }
  #www_container #draftview_banner {
    border-bottom-width: 1px;
    box-sizing: border-box;
    padding: 10px;
  }
  #www_container #draftview_banner p {
    font-size: 20px;
  }
  #www_container #draftview_banner p span {
    font-size: 12px;
  }
  #www_container #draftview_banner a {
    font-size: 20px;
    margin-top: 5px;
  }
  #www_container .topic_element {
    border-bottom: 1px solid #EEE;
  }
  #www_container .topic_element .topic_element_inner .rank_num {
    width: 30px;
    font-size: 10px;
    padding-top: 5px;
  }
  #www_container .topic_element .topic_element_inner .image_area {
    width: 80px;
  }
  #www_container .topic_element .topic_element_inner .image_area .eyecatch {
    width: 70px;
    height: 70px;
  }
  #www_container .topic_element .topic_element_inner .image_area .number {
    font-size: 10px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary {
    padding: 9px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 {
    font-size: 14px;
    margin-bottom: 2.5px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 span {
    font-size: 10px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary h1 span.close {
    padding: 2px 5px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data {
    font-size: 14px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor {
    padding-right: 5px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .editor img {
    width: 15px;
    height: 15px;
  }
  #www_container .topic_element .topic_element_inner .topic_summary .other_data .badges span {
    font-size: 8px;
  }
  #www_container .topic_element .topic_element_inner .edit_this {
    width: 50px;
    padding: 9px;
  }
  #www_container .topic_element .topic_element_inner .edit_this a {
    display: inline-block;
    width: 40px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: center;
    border: 1px solid #DDD;
    border-radius: 2.5px;
    padding: 2.5px 0;
    margin: 0 0 5px 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #content_topic.show #topic_contents {
    padding: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-heading {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-text {
    font-size: 15px;
  }
  #www_container #content_topic.show #topic_contents .topic-link a {
    font-size: 18px;
  }
  #www_container #content_topic.show #topic_contents .topic-link-button {
    padding: 5px 10px;
    margin-bottom: 15px;
  }
  #www_container #content_topic.show #topic_contents .topic-link-button a {
    display: block;
    width: 280px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    border: 1px solid #f83e26;
    border-radius: 5px;
    padding: 14px 10px;
    margin: 0 auto 0 auto;
    cursor: pointer;
    -webkit-appearance: none;
  }
  #www_container #content_topic.show #topic_contents .topic-embed {
    font-size: 18px;
  }
  #www_container #content_topic.show #topic_contents .topic-embed iframe {
    max-width: 100%;
  }
  #www_container #content_topic.show #topic_contents .topic-embed .embed-youtube iframe {
    height: 220px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner {
    margin-bottom: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure {
    width: 110px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner figure .image_area {
    width: 100px;
    height: 100px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 {
    font-size: 18px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 span, #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content h1 em {
    font-size: 12px;
    margin-bottom: 3px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__address {
    font-size: 13px;
    margin-bottom: 20px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel {
    width: 180px;
    border-radius: 5px;
    margin-bottom: 15px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a {
    font-size: 20px;
    padding: 3px 0;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .topic-shop_inner .content .topic-shop-content__tel a .icon {
    padding: 0 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button, #www_container #content_topic.show #topic_contents .topic-shop .btns .more, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve {
    height: 35px;
    margin: 0 5px 10px 0;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button a, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button a, #www_container #content_topic.show #topic_contents .topic-shop .btns .more a, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve a {
    font-size: 14px;
  }
  #www_container #content_topic.show #topic_contents .topic-shop .btns .favorite-button em, #www_container #content_topic.show #topic_contents .topic-shop .btns .interest-button em, #www_container #content_topic.show #topic_contents .topic-shop .btns .more em, #www_container #content_topic.show #topic_contents .topic-shop .btns .reserve em {
    font-size: 14px;
    margin-left: 2px;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure, #www_container #content_topic.show #topic_contents .topic-image-reference figure, #www_container #content_topic.show #topic_contents .topic-image-file figure, #www_container #content_topic.show #topic_contents .topic-image-url figure {
    margin-bottom: 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure img, #www_container #content_topic.show #topic_contents .topic-image-reference figure img, #www_container #content_topic.show #topic_contents .topic-image-file figure img, #www_container #content_topic.show #topic_contents .topic-image-url figure img {
    margin-bottom: 5px;
  }
  #www_container #content_topic.show #topic_contents .topic-image figure q, #www_container #content_topic.show #topic_contents .topic-image-reference figure q, #www_container #content_topic.show #topic_contents .topic-image-file figure q, #www_container #content_topic.show #topic_contents .topic-image-url figure q {
    font-size: 10px;
  }
  #www_container #content_topic.show #topic_contents .topic-image .content, #www_container #content_topic.show #topic_contents .topic-image-reference .content, #www_container #content_topic.show #topic_contents .topic-image-file .content, #www_container #content_topic.show #topic_contents .topic-image-url .content {
    font-size: 16px;
  }
  #www_container #content_topic.show #topic_contents .topic-reference {
    border-left: 6px solid #DDD;
    margin-bottom: 15px;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote {
    font-size: 18px;
    padding-left: 14px;
  }
  #www_container #content_topic.show #topic_contents .topic-reference blockquote q {
    font-size: 10px;
  }
  .topic-shop-brand {
    border-bottom: 1px solid #DDD;
    padding: 15px;
  }
  .topic-shop-brand .topic-shop_inner {
    margin-bottom: 10px;
  }
  .topic-shop-brand .topic-shop_inner figure {
    width: 110px;
  }
  .topic-shop-brand .topic-shop_inner figure .image_area {
    width: 100px;
    height: 100px;
  }
  .topic-shop-brand .topic-shop_inner .content h1 {
    font-size: 18px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__address {
    font-size: 13px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel {
    width: 180px;
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a {
    font-size: 20px;
    padding: 3px 0;
  }
  .topic-shop-brand .topic-shop_inner .content .topic-shop-content__tel a .icon {
    padding: 0 5px;
  }
  .topic-shop-brand .btns {
    width: 100%;
    overflow: hidden;
  }
  .topic-shop-brand .btns .favorite-button, .topic-shop-brand .btns .interest-button, .topic-shop-brand .btns .more, .topic-shop-brand .btns .reserve {
    height: 35px;
    margin: 0 5px 10px 0;
  }
  .topic-shop-brand .btns .favorite-button a, .topic-shop-brand .btns .interest-button a, .topic-shop-brand .btns .more a, .topic-shop-brand .btns .reserve a {
    font-size: 14px;
  }
  .topic-shop-brand .btns .favorite-button em, .topic-shop-brand .btns .interest-button em, .topic-shop-brand .btns .more em, .topic-shop-brand .btns .reserve em {
    font-size: 14px;
    margin-left: 2px;
  }
}
