@import url("https://fonts.googleapis.com/css?family=Roboto:700");
/*!
 *  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-face {
  font-family: 'FontAwesome';
  src: url("./fonts/fontawesome-webfont.eot");
  src: url("./fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("./fonts/fontawesome-webfont.woff2") format("woff2"), url("./fonts/fontawesome-webfont.woff") format("woff"), url("./fonts/fontawesome-webfont.ttf") format("truetype"), url("./fonts/fontawesome-webfont.svg") 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;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

.fa.pull-right {
  margin-left: .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;
}

.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;
}

html,
body {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

html *,
body * {
  box-sizing: border-box;
}

hr {
  border: none;
  border-top: 1px #ddd solid;
}

@media (min-width: 768px), print {
  hr {
    margin: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  hr {
    margin: 30px 0;
  }
}

img {
  vertical-align: top;
}

em {
  font-style: normal;
}

.area-header-brand,
.area-footer {
  box-sizing: border-box;
  line-height: 1.6;
  position: relative;
  color: #000;
}

.area-header-brand *,
.area-footer * {
  box-sizing: border-box;
}

.area-header-brand *:lang(ja),
.area-footer *:lang(ja) {
  word-break: break-all;
  word-wrap: break-word;
}

.area-header-brand a,
.area-footer a {
  color: #000;
  text-decoration: none;
}

.area-header-brand img,
.area-footer img {
  vertical-align: top;
}

.area-contents a {
  color: #ff7200;
}

.area-contents {
  font-size: 14px;
}

@media (min-width: 768px), print {
  .area-contents {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .area-contents {
    padding-bottom: 30px;
  }
  .area-contents img {
    max-width: 100%;
  }
}

@media (min-width: 768px), print {
  .area-contents.area-contents-no-margin {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .area-contents.area-contents-no-margin {
    padding-bottom: 0;
  }
}

@media (min-width: 768px), print {
  .area-header-brand {
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .area-header-brand {
    height: 66px;
  }
}

.area-header-brand ._wrap {
  position: relative;
}

@media (min-width: 768px), print {
  .area-header-brand ._wrap {
    width: 100%;
    max-width: 1086px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .area-header-brand ._wrap {
    width: auto;
  }
}

.area-header-brand a {
  color: #000;
  text-decoration: none;
  transition-duration: 0.2s;
}

@media (min-width: 768px), print {
  .area-header-brand a:hover {
    opacity: 0.6;
  }
}

.area-header-brand ul, .area-header-brand li, .area-header-brand p, .area-header-brand h1 {
  padding: 0;
  margin: 0;
}

.area-header-brand ul, .area-header-brand li {
  list-style: none;
}

.area-header-brand img {
  vertical-align: top;
}

.area-header-brand ._main {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  line-height: 1;
  z-index: 1000;
  border-top: 3px #ff7200 solid;
  border-bottom: 1px #ff7200 solid;
  min-width: 320px;
  background-color: #fff;
}

@media (min-width: 768px), print {
  .area-header-brand ._main {
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .area-header-brand ._main {
    height: 66px;
  }
}

.area-header-brand ._main .head-wrap {
  position: relative;
}

@media (min-width: 768px), print {
  .area-header-brand ._main ._logo {
    max-width: 210px;
    position: absolute;
    top: 17px;
    left: 15px;
  }
  .area-header-brand ._main ._logo a {
    display: block;
    height: 100%;
  }
  .area-header-brand ._main ._logo img {
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .area-header-brand ._main ._logo {
    width: 120px;
    position: absolute;
    top: 18px;
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .area-header-brand ._main ._logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}

.area-header-brand ._main ._logo img {
  border: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .area-header-brand ._main ._logo img {
    height: 100%;
    object-fit: contain;
  }
}

.area-header-brand ._main ._text {
  position: absolute;
  font-weight: bold;
}

@media (min-width: 768px), print {
  .area-header-brand ._main ._text {
    top: 0px;
    left: 230px;
    font-size: 1.28571rem;
    height: 84px;
    line-height: 84px;
  }
}

@media screen and (max-width: 768px) {
  .area-header-brand ._main ._text {
    top: 0;
    left: 145px;
    font-size: 1.14286rem;
    height: 62px;
    line-height: 62px;
  }
}

/* =========================================================
    Footer
   ========================================================= */
.area-footer {
  padding: 0;
  margin: 0;
}

@media (min-width: 768px), print {
  .area-footer {
    padding: 0 0 40px;
  }
}

.area-footer ._wrap {
  position: relative;
}

@media (min-width: 768px), print {
  .area-footer ._wrap {
    width: 100%;
    max-width: 1086px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .area-footer ._wrap {
    width: auto;
  }
}

.area-footer a {
  color: #000;
  text-decoration: none;
  transition-duration: 0.2s;
}

@media (min-width: 768px), print {
  .area-footer a:hover {
    opacity: 0.6;
  }
}

.area-footer a img {
  border: 0;
}

.area-footer a[target="_blank"]::after {
  font-family: FontAwesome;
  line-height: 1;
  font-weight: normal;
  content: "\f08e";
  font-weight: normal;
  display: inline-block;
  vertical-align: baseline;
  color: #ff7200;
  margin-left: 5px;
}

.area-footer ul, .area-footer li {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .area-footer ._show-pc {
    display: none;
  }
}

@media (min-width: 768px), print {
  .area-footer ._show-sp {
    display: none;
  }
}

/* ---------- ---------- ---------- */
@media (min-width: 768px), print {
  .area-footer ._area-main {
    padding: 20px 0 40px;
    border-top: 1px #dadada solid;
    border-bottom: 1px #dadada solid;
    box-shadow: 0 -1px #fff inset;
    background-color: #f4f4f4;
  }
}

@media screen and (max-width: 768px) {
  .area-footer ._area-main {
    border-top: 1px #dadada solid;
    background-color: #ececec;
  }
}

/* ---------- ---------- ---------- */
.area-footer ._area-top {
  border-top: 1px #dadada solid;
  padding: 15px 0;
}

.area-footer ._area-top ul {
  margin: 0;
}

@media (min-width: 768px), print {
  .area-footer ._area-top li {
    display: inline-block;
    padding: 0 10px;
    font-size: 0.85714rem;
  }
  .area-footer ._area-top li:first-child {
    padding-left: 0;
  }
  .area-footer ._area-top li + li {
    border-left: 1px #000 solid;
  }
}

@media screen and (max-width: 768px) {
  .area-footer ._area-top li {
    text-align: center;
    font-size: 0.78571rem;
  }
  .area-footer ._area-top li + li {
    margin-top: 8px;
  }
}

.area-footer ._area-top li a {
  color: #000;
}

/* ---------- ---------- ---------- */
@media screen and (max-width: 768px) {
  .area-footer .js-footer-brand-target {
    display: none;
  }
}

@media (min-width: 768px), print {
  .area-footer ._brand-list-btn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .area-footer ._brand-list-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    text-align: center;
    background-color: #fff;
    font-size: 1rem;
    font-weight: bold;
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-bottom: 1px #dadada solid;
    cursor: pointer;
    outline: none;
  }
  .area-footer ._brand-list-btn:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    margin-right: 10px;
    margin-top: -5px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(135deg);
    vertical-align: middle;
  }
}

.area-footer ._brand-list-btn.is-open:before {
  margin-top: 3px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .area-footer ._brand-list-btn.is-open + .js-footer-brand-target {
    display: block;
  }
}

@media (min-width: 768px), print {
  .area-footer ._brand-list {
    padding: 20px 0 0 0;
  }
}

.area-footer ._brand-list dl._company {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .area-footer ._brand-list dl._company {
    width: 100%;
  }
}

@media (min-width: 768px), print {
  .area-footer ._brand-list dl._company + dl._company {
    margin-top: 35px;
  }
}

.area-footer ._brand-list dl._company dt {
  border-bottom: 1px #ff7200 solid;
  color: #ff7200;
  font-weight: bold;
  border-bottom: 1px #dcdcdc solid;
  color: #000;
  font-weight: bold;
}

@media (min-width: 768px), print {
  .area-footer ._brand-list dl._company dt {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .area-footer ._brand-list dl._company dt {
    background-color: #fff;
    padding: 12px 15px;
    font-size: 0.85714rem;
  }
}

.area-footer ._brand-list dl._company dd {
  margin: 0;
}

.area-footer ._brand-list dl._company ._brands {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .area-footer ._brand-list dl._company ._brands {
    border-top: 1px #dadada solid;
    border-bottom: 1px #dadada solid;
  }
}

.area-footer ._brand-list dl._company ._brand {
  display: flex;
  align-items: center;
}

@media (min-width: 768px), print {
  .area-footer ._brand-list dl._company ._brand {
    width: 25%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .area-footer ._brand-list dl._company ._brand {
    width: 50%;
    border-bottom: 1px #dadada solid;
  }
}

@media screen and (max-width: 768px) {
  .area-footer ._brand-list dl._company ._brand:nth-child(odd) {
    border-right: 1px #dadada solid;
  }
}

@media screen and (max-width: 768px) {
  .area-footer ._brand-list dl._company ._brand:last-child, .area-footer ._brand-list dl._company ._brand:nth-child(odd):nth-last-child(2) {
    border-bottom: 0;
  }
}

.area-footer ._brand-list dl._company ._brand a {
  display: table;
  width: 100%;
}

.area-footer ._brand-list dl._company ._brand a[target="_blank"]::after {
  content: '';
}

.area-footer ._brand-list dl._company ._brand ._image,
.area-footer ._brand-list dl._company ._brand ._name {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .area-footer ._brand-list dl._company ._brand ._image,
  .area-footer ._brand-list dl._company ._brand ._name {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (min-width: 768px), print {
  .area-footer ._brand-list dl._company ._brand ._image {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 768px) {
  .area-footer ._brand-list dl._company ._brand ._image {
    width: 52px;
    height: 37px;
    padding-left: 15px;
  }
}

.area-footer ._brand-list dl._company ._brand ._image span {
  display: inline-block;
  border-radius: 50%;
  border: 1px #e5e5e5 solid;
  background-color: #fff;
  overflow: hidden;
  vertical-align: middle;
}

@media (min-width: 768px), print {
  .area-footer ._brand-list dl._company ._brand ._image span {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 768px) {
  .area-footer ._brand-list dl._company ._brand ._image span {
    width: 37px;
    height: 37px;
  }
}

.area-footer ._brand-list dl._company ._brand ._image span img {
  width: 100%;
  vertical-align: middle;
}

.area-footer ._brand-list dl._company ._brand ._name {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .area-footer ._brand-list dl._company ._brand ._name {
    padding-right: 15px;
    font-size: 0.78571rem;
  }
}

.area-footer ._brand-list ._company-column-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px), print {
  .area-footer ._brand-list ._company-column-2 ._company {
    width: calc(50% - 12px);
  }
}

@media (min-width: 768px), print {
  .area-footer ._brand-list ._company-column-2 dl._company {
    margin-top: 35px;
  }
  .area-footer ._brand-list ._company-column-2 dl._company ._brand {
    width: 50%;
  }
}

/* ---------- ---------- ---------- */
.area-footer ._area-bottom {
  background-color: #fff;
}

@media (min-width: 768px), print {
  .area-footer ._area-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 30px 0 0;
  }
}

.area-footer ._area-bottom ._corporate {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .area-footer ._area-bottom ._corporate {
    border-bottom: 1px #dedede solid;
  }
}

.area-footer ._area-bottom ._corporate a {
  display: flex;
  align-items: center;
}

@media (min-width: 768px), print {
  .area-footer ._area-bottom ._corporate a {
    font-size: 0.85714rem;
  }
}

@media screen and (max-width: 768px) {
  .area-footer ._area-bottom ._corporate a {
    padding: 7px 15px;
    justify-content: center;
    font-size: 0.85714rem;
  }
}

@media (min-width: 768px), print {
  .area-footer ._area-bottom ._corporate a ._image {
    width: 40px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 768px) {
  .area-footer ._area-bottom ._corporate a ._image {
    width: 30px;
    margin-right: 10px;
  }
}

@media (min-width: 768px), print {
  .area-footer ._area-bottom ._info {
    float: left;
  }
}

.area-footer ._area-bottom ._copy {
  color: #a2a2a2;
}

@media screen and (max-width: 768px) {
  .area-footer ._area-bottom ._copy {
    padding: 15px 0 20px 0;
    text-align: center;
  }
}

@media (min-width: 768px), print {
  .area-footer ._area-bottom ._copy small {
    font-size: 0.85714rem;
  }
}

@media screen and (max-width: 768px) {
  .area-footer ._area-bottom ._copy small {
    font-size: 0.78571rem;
  }
}

@media (min-width: 768px), print {
  .area-footer ._area-bottom ._copy ._logo {
    width: 141px;
    margin: 0 0 15px auto;
  }
}

@media screen and (max-width: 768px) {
  .area-footer ._area-bottom ._copy ._logo {
    width: 115px;
    margin: 0 auto 10px;
  }
}

.area-footer ._area-bottom ._copy ._logo img {
  width: 100%;
  vertical-align: top;
}

/* ----------------------------------------------------------
コーポレートページブロック共通ブロック
---------------------------------------------------------- */
/* ----------------------------------------------------------
base
---------------------------------------------------------- */
@media (min-width: 768px), print {
  .mod-wrap {
    width: 100%;
    max-width: 1086px;
    margin: 0 auto;
  }
}

@media (min-width: 768px), print {
  .mod-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .mod-wrap {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .mod-wrap-sp {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px), print {
  .pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-hidden {
    display: none;
  }
}

@media (min-width: 768px), print {
  .section {
    margin-bottom: 6em;
  }
}

@media screen and (max-width: 768px) {
  .section {
    margin-bottom: 3.5em;
  }
}

@media (min-width: 768px), print {
  .block {
    margin-bottom: 3em;
  }
}

@media screen and (max-width: 768px) {
  .block {
    margin-bottom: 1.5em;
  }
}

/* ----------------------------------------------------------
text
---------------------------------------------------------- */
@media (min-width: 768px), print {
  .heading-h1 {
    margin-top: 45px;
    margin-bottom: 38px;
  }

  .heading-h1.consideration__heading {
    margin-bottom: 28px;
  }
}

@media (width: 1236px), print {
  .heading-h1.consideration__heading {
    margin-top: 20px;
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 768px) {
  .heading-h1 {
    margin-top: 22px;
    margin-bottom: 20px;
  }
}

.heading-h1 h1 {
  position: relative;
}

.heading-h1 h1:after {
  content: "";
  display: block;
  position: absolute;
  background: #ff7200;
}

@media (min-width: 768px), print {
  .heading-h1 h1 {
    padding-left: 20px;
    font-size: 2.14286rem;
    line-height: 1.4;
    margin: 0;
  }
  .heading-h1 h1:after {
    top: 3px;
    bottom: 5px;
    left: 0px;
    width: 6px;
  }
}

@media screen and (max-width: 768px) {
  .heading-h1 h1 {
    padding-top: 2px;
    padding-left: 13px;
    font-size: 1.57143rem;
    line-height: 1.2;
    margin: 0;
  }
  .heading-h1 h1:after {
    top: 3px;
    bottom: 3px;
    left: 0px;
    width: 5px;
  }
}

/* ---------- ---------- ---------- */
@media (min-width: 768px), print {
  .heading-h2 {
    margin: 20px 0 38px 0;
  }
}

@media screen and (width: 1236px) {
  .heading-h2 {
    margin: 10px 0 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .heading-h2 {
    margin: 30px -15px 20px;
  }
}

@media (min-width: 768px), print {
  .section + .section .heading-h2:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .section + .section .heading-h2:first-child {
    margin-top: 0;
  }
}

.heading-h2 h2 {
  border-top: 2px #ff7200 solid;
  border-bottom: 1px #eee solid;
  background-color: #fff7e8;
}

@media (min-width: 768px), print {
  .heading-h2 h2 {
    font-size: 1.42857rem;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 9px 15px 6px;
  }
}

@media screen and (max-width: 768px) {
  .heading-h2 h2 {
    font-size: 1.21429rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 8px 15px 6px;
  }
}

/* ---------- ---------- ---------- */
@media (min-width: 768px), print {
  .heading-h3 {
    margin: 45px 0 38px 0;
  }
}

@media screen and (max-width: 768px) {
  .heading-h3 {
    margin: 22px -15px 20px;
  }
}

.heading-h3 h3 {
  border-top: 1px #ddd solid;
  background-color: #f6f6f6;
}

@media (min-width: 768px), print {
  .heading-h3 h3 {
    font-size: 1.28571rem;
    padding: 9px 15px 6px;
  }
}

@media screen and (max-width: 768px) {
  .heading-h3 h3 {
    font-size: 1.14286rem;
    padding: 8px 15px 6px;
  }
}

.heading-logo {
  display: flex;
  align-items: center;
}

.heading-logo ._logo {
  margin-right: 10px;
}

@media (min-width: 768px), print {
  .heading-logo ._logo {
    width: 42px;
  }
}

@media screen and (max-width: 768px) {
  .heading-logo ._logo {
    width: 36px;
  }
}

.heading-top {
  background-color: #eee;
}

@media (min-width: 768px), print {
  .heading-top {
    margin-top: 45px;
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 768px) {
  .heading-top {
    margin: 22px -15px 20px;
  }
}

@media (min-width: 768px), print {
  .heading-top .title {
    font-size: 1.14286rem;
    line-height: 1.4;
    margin: 0;
    padding: 12px 15px 9px;
  }
}

@media screen and (max-width: 768px) {
  .heading-top .title {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0;
    padding: 10px 15px 8px;
  }
}

/* ---------- ---------- ---------- */
/* ----------------------------------------------------------
text
---------------------------------------------------------- */
/* text-size */
@media (min-width: 768px), print {
  .text-SS {
    font-size: 0.78571rem;
    line-height: 1.84;
  }
}

@media screen and (max-width: 768px) {
  .text-SS {
    font-size: 0.78571rem;
    line-height: 1.55;
  }
}

@media (min-width: 768px), print {
  .text-S {
    font-size: 0.85714rem;
  }
}

@media screen and (max-width: 768px) {
  .text-S {
    font-size: 0.85714rem;
  }
}

@media (min-width: 768px), print {
  .text-M {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .text-M {
    font-size: 1rem;
  }
}

@media (min-width: 768px), print {
  .text-L {
    font-size: 1.14286rem;
  }
}

@media screen and (max-width: 768px) {
  .text-L {
    font-size: 1.14286rem;
  }
}

/* text-align */
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/* text-decoration */
.text-bold {
  font-weight: bold !important;
}

.text-normal {
  font-weight: normal !important;
}

.text-underline {
  text-decoration: underline;
}

/* text-color */
.color-gray {
  color: #666;
}

.color-red {
  color: #ff7200;
}

/* ----------------------------------------------------------
list
---------------------------------------------------------- */
/* ----------------------------------------------------------

---------------------------------------------------------- */
.list-disc {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}

.list-disc > li {
  padding: 0 0 0 1em;
  position: relative;
}

.list-disc > li::before {
  content: "・";
  left: 0;
  top: 0;
  width: 1em;
  position: absolute;
}

.list-decimal {
  padding: 0 0 0 1.5em;
  margin: 0;
  display: block;
  list-style: none;
}

.list-decimal > li {
  list-style: decimal;
}

.list-notes {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px), print {
  .list-notes {
    margin: 10px 0 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .list-notes {
    margin: 5px 0 5px 0;
  }
}

.list-notes > li {
  position: relative;
  font-size: 1rem;
  padding-left: 1.2em;
  position: relative;
  color: #7b7b7b;
}

.list-notes.text-left > li {
  padding-left: 0;
}

.list-notes > li::before {
  content: "※";
  left: 0;
  top: 0;
  position: absolute;
}

.list-notes > li.none::before {
  content: none;
}

.list-notes > li.text-left::before {
  position: relative;
}

/* ----------------------------------------------------------
link
---------------------------------------------------------- */
a:not(.btn)[target="_blank"]::after,
a:not(.btn).btn-blank::after {
  font-family: FontAwesome;
  line-height: 1;
  font-weight: normal;
  content: "\f08e";
  position: static;
  margin-top: 0;
  margin-left: 6px;
  color: #ff7200;
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  vertical-align: middle;
}

@media (min-width: 768px), print {
  a:not(.btn)[target="_blank"]::after,
  a:not(.btn).btn-blank::after {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  a:not(.btn)[target="_blank"]::after,
  a:not(.btn).btn-blank::after {
    font-size: 1rem;
  }
}

/* ----------------------------------------------------------
table
---------------------------------------------------------- */
/* ---------- ---------- ---------- */
table.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 768px), print {
  table.table {
    margin: 10px 0;
    font-size: 0.85714rem;
    border-top: 1px solid #d8d8d8;
  }
}

@media screen and (max-width: 768px) {
  table.table {
    margin: 5px 0;
    font-size: 0.85714rem;
    border-bottom: 1px solid #d8d8d8;
  }
}

table.table th {
  text-align: center;
  background: #eee;
  font-weight: normal;
  border: 1px solid #dadada;
  padding: 4px;
}

table.table td {
  border: 1px solid #dadada;
  padding: 4px;
  text-align: center;
}

/* ----------------------------------------------------------
btn
---------------------------------------------------------- */
@media (min-width: 768px), print {
  .block-btn {
    margin-top: 5em;
  }
}

@media screen and (max-width: 768px) {
  .block-btn {
    margin-top: 2em;
  }
}

.mod-hover {
  display: block;
  transition-duration: 0.2s;
}

.mod-hover:hover {
  opacity: 0.6;
}

.btn {
  font-size: 1.14286rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  vertical-align: middle;
  font-weight: bold;
  border-radius: 5px;
  transition-duration: 0.2s;
  cursor: pointer;
  color: #000;
}

.btn.mod-btn-inline,
.btn.btn-inline {
  display: inline-flex;
}

.btn:hover {
  opacity: 0.6;
}

@media (min-width: 768px), print {
  .btn {
    height: 55px;
    padding: 12px 35px;
    box-sizing: border-box;
    min-width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .btn {
    min-height: 35px;
    width: 100%;
    padding: 12px 20px;
  }
}

button.btn {
  border: none;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

button.btn.mod-btn-inline,
button.btn.btn-inline {
  display: inline-block;
}

.btn::before,
.btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  font-weight: normal;
  text-align: center;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

@media (min-width: 768px), print {
  .btn::before,
  .btn::after {
    font-size: 1.28571rem;
  }
}

@media screen and (max-width: 768px) {
  .btn::before,
  .btn::after {
    font-size: 1rem;
  }
}

@media (min-width: 768px), print {
  .btn::before {
    left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .btn::before {
    left: 10px;
  }
}

.btn::after {
  font-family: FontAwesome;
  line-height: 1;
  font-weight: normal;
  line-height: 20px;
  content: "\f0da";
  text-align: right;
}

@media (min-width: 768px), print {
  .btn::after {
    right: 16px;
  }
}

@media screen and (max-width: 768px) {
  .btn::after {
    right: 10px;
  }
}

.btn.btn-2line {
  height: 70px;
}

.btn.btn-fill {
  background-color: #ff7200;
  color: #fff;
  position: relative;
}

.btn.btn-fill::after {
  color: #fff;
}

.btn.btn-border {
  border: 1px #dadada solid;
  background-color: #fff;
  color: #ff7200;
  position: relative;
}

.btn.btn-border::after {
  color: #ff7200;
}

.btn.btn-white {
  border: 1px #dadada solid;
  background-color: #fff;
  color: #000;
  position: relative;
}

.btn.btn-white::after {
  color: #ff7200;
}

.btn.btn-emergency {
  background-color: #f00;
  color: #fff;
  position: relative;
}

.btn.btn-emergency::before {
  font-family: FontAwesome;
  line-height: 1;
  font-weight: normal;
  line-height: 20px;
  top: 50%;
  color: #fff;
  content: "\f071";
}

.btn.btn-gray {
  border: 1px #dadada solid;
  background-color: #fff;
  position: relative;
}

.btn.btn-gray::before {
  font-family: FontAwesome;
  line-height: 1;
  font-weight: normal;
  line-height: 20px;
  top: 50%;
  color: #666;
  content: "\f0d9";
}

.btn.btn-gray::after {
  content: "";
}

.btn[target="_blank"]::after {
  font-family: FontAwesome;
  line-height: 1;
  font-weight: normal;
  content: "\f08e";
  right: 10px;
  margin-top: -7px;
}

/* ----------------------------------------------------------
グリッドモジュール
---------------------------------------------------------- */
ul.grid01,
ul.grid02,
ul.grid03,
ul.grid04,
ul.grid05,
ul.grid06,
ul.grid07,
ul.grid10 {
  list-style: none;
  padding: 0;
  margin-left: -8px;
}

@media (min-width: 768px), print {
  .grid01,
  .grid02,
  .grid03,
  .grid04,
  .grid05,
  .grid06,
  .grid07,
  .grid10 {
    display: flex;
    flex-wrap: wrap;
  }
}

.grid01 > * > *:first-child,
.grid02 > * > *:first-child,
.grid03 > * > *:first-child,
.grid04 > * > *:first-child,
.grid05 > * > *:first-child,
.grid06 > * > *:first-child,
.grid07 > * > *:first-child,
.grid10 > * > *:first-child {
  margin-top: 0 !important;
}

@media (min-width: 768px), print {
  .grid01 > *,
  .grid02 > *,
  .grid03 > *,
  .grid04 > *,
  .grid05 > *,
  .grid06 > *,
  .grid07 > *,
  .grid10 > * {
    margin: 0 0 0 8px;
  }
}

@media (min-width: 768px), print {
  .grid0１ > * {
    width: calc(100% - 8px);
  }
}

@media (min-width: 768px), print {
  .grid0１ > *:nth-child(n + 2) {
    margin-top: 8px;
  }
}

@media (min-width: 768px), print {
  .grid02 > * {
    width: calc(50% - 8px);
  }
}

@media (min-width: 768px), print {
  .grid02 > *:nth-child(n + 3) {
    margin-top: 8px;
  }
}

@media (min-width: 768px), print {
  .grid03 > * {
    width: calc(33.3% - 8px);
  }
}

@media (min-width: 768px), print {
  .grid03 > *:nth-child(n + 4) {
    margin-top: 8px;
  }
}

@media (min-width: 768px), print {
  .grid04 > * {
    width: calc(25% - 8px);
  }
}

@media (min-width: 768px), print {
  .grid04 > *:nth-child(n + 5) {
    margin-top: 8px;
  }
}

@media (min-width: 768px), print {
  .grid05 > * {
    width: calc(20% - 8px);
  }
}

@media (min-width: 768px), print {
  .grid05 > *:nth-child(n + 6) {
    margin-top: 8px;
  }
}

@media (min-width: 768px), print {
  .grid06 > * {
    width: calc(16.6% - 8px);
  }
}

@media (min-width: 768px), print {
  .grid06 > *:nth-child(n + 7) {
    margin-top: 8px;
  }
}

@media (min-width: 768px), print {
  .grid07 > * {
    width: calc(14% - 8px);
  }
}

@media (min-width: 768px), print {
  .grid07 > *:nth-child(n + 8) {
    margin-top: 8px;
  }
}

@media (min-width: 768px), print {
  .grid10 > * {
    width: calc(10% - 8px);
  }
}

@media (min-width: 768px), print {
  .grid10 > *:nth-child(n + 11) {
    margin-top: 8px;
  }
}

/* ---------- ---------- ---------- */
@media screen and (max-width: 768px) {
  .grid01-sp,
  .grid02-sp,
  .grid03-sp,
  .grid04-sp,
  .grid05-sp,
  .grid02-half-sp {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .grid01-sp > *,
  .grid02-sp > *,
  .grid03-sp > *,
  .grid04-sp > *,
  .grid05-sp > *,
  .grid02-half-sp > * {
    margin: 8px 0 0 8px;
  }
}

@media screen and (max-width: 768px) {
  .grid01-sp > * {
    width: calc(100% - 8px);
  }
}

@media screen and (max-width: 768px) {
  .grid01-sp > *:nth-child(n + 2) {
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .grid02-sp > * {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .grid02-half-sp > * {
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 768px) {
  .grid02-sp > *:nth-child(n + 3) {
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .grid02-half-sp > *:nth-child(n + 3) {
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .grid03-sp > * {
    width: calc(33.3% - 8px);
  }
}

@media screen and (max-width: 768px) {
  .grid03-sp > *:nth-child(n + 4) {
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .grid04-sp > * {
    width: calc(25% - 8px);
  }
}

@media screen and (max-width: 768px) {
  .grid04-sp > *:nth-child(n + 5) {
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .grid05-sp > * {
    width: calc(20% - 8px);
  }
}

@media screen and (max-width: 768px) {
  .grid05-sp > *:nth-child(n + 6) {
    margin-top: 8px;
  }
}

.grid-bottom {
  margin-bottom: 8px;
}

.grid-bottom + * {
  margin-top: 8px;
}

/* ----------------------------------------------------------
form
---------------------------------------------------------- */
@media (min-width: 768px), print {
  .form-block {
    width: 70%;
    margin-bottom: 1.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .form-block {
    margin-bottom: 1rem;
  }
}

/* ---------- ---------- ---------- */
input.form-text {
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 1.14286rem;
}

@media (min-width: 768px), print {
  input.form-text {
    min-width: 300px;
    min-height: 55px;
  }
}

@media screen and (max-width: 768px) {
  input.form-text {
    width: 100%;
    padding: 15px 16px 15px;
  }
}

/* ---------- ---------- ---------- */
.form-select {
  position: relative;
  background-color: #fff;
}

@media (min-width: 768px), print {
  .form-select {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .form-select {
    width: 100%;
  }
}

.form-select:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  font-family: FontAwesome;
  line-height: 1;
  font-weight: normal;
  content: "\f0d7";
  text-align: right;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 20px;
}

@media (min-width: 768px), print {
  .form-select:before {
    right: 16px;
    font-weight: normal;
  }
}

@media screen and (max-width: 768px) {
  .form-select:before {
    right: 8px;
    font-weight: normal;
  }
}

@media (min-width: 768px), print {
  .form-select:before {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .form-select:before {
    font-size: 1rem;
  }
}

.form-select select {
  width: 100%;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: transparent;
  padding: 8px 26px 10px 16px;
  font-size: 1.14286rem;
}

@media (min-width: 768px), print {
  .form-select select {
    min-height: 55px;
  }
}

.form-select select::-ms-expand {
  display: none;
}

/* ---------- ---------- ---------- */
.form-check li {
  display: flex;
  position: relative;
}

.form-check li label {
  position: relative;
  border: 1px #d4d4d4 solid;
  border-radius: 3px;
  width: 100%;
  min-height: 48px;
  padding: 5px 10px 5px 32px;
  text-align: left;
  display: flex;
  align-items: center;
  font-weight: bold;
}

@media (min-width: 768px), print {
  .form-check li label {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .form-check li label {
    font-size: 0.85714rem;
  }
}

.form-check li label::before,
.form-check li label::after {
  content: "";
  position: absolute;
}

.form-check li label::before {
  border: 1px #d4d4d4 solid;
  background-color: #fff;
  width: 14px;
  height: 14px;
  left: 8px;
  top: calc(50% - 7px);
}

.form-check li input[type="checkbox"],
.form-check li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.form-check li input[type="checkbox"]:checked + label,
.form-check li input[type="radio"]:checked + label {
  border: 1px #f00 solid;
  background-color: #fcc;
  color: #f00;
}

.form-check li input[type="checkbox"] {
  visibility: hidden;
}

.form-check li input[type="checkbox"] + label::before {
  border-radius: 2px;
}

.form-check li input[type="checkbox"]:checked + label::after {
  border-right: 1px #666 solid;
  border-bottom: 1px #666 solid;
  width: 6px;
  height: 10px;
  left: 13px;
  top: calc(50% - 6px);
  transform: rotate(45deg);
}

.form-check li input[type="radio"] + label::before {
  border-radius: 8px;
}

.form-check li input[type="radio"]:checked + label::before {
  border: 1px #f00 solid;
}

.form-check li input[type="radio"]:checked + label::after {
  background-color: #f00;
  width: 10px;
  height: 10px;
  left: 11px;
  top: calc(50% - 4px);
  border-radius: 5px;
}

.form-check li .form-check-logo {
  width: 28px;
  margin-right: 12px;
}

.form-check.form-check-brand li label {
  font-weight: normal;
  cursor: pointer;
}

.form-check.form-check-brand li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.form-check.form-check-brand li input[type="radio"]:checked + label {
  background-color: #fff0e3;
  color: #ff7200;
}

.form-check.form-check-brand li input[type="radio"]:checked + label::before {
  border: 1px #ff7200 solid;
}

.form-check.form-check-brand li input[type="radio"]:checked + label::after {
  background-color: #ff7200;
}

.form-check.form-check-brand li ._logo {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 15px;
  border: 1px #e5e5e5 solid;
  background-color: #fff;
  overflow: hidden;
  pointer-events: none;
}

.form-check.form-check-brand li ._logo img {
  width: 100%;
  pointer-events: none;
}

.form-check.form-check-brand li ._text {
  width: calc(100% - 45px);
  pointer-events: none;
}

/* ----------------------------------------------------------
box
---------------------------------------------------------- */
/* ---------- ---------- ---------- */
.box-emergency {
  padding: 15px;
  border: 1px #f00 solid;
  color: #f00;
  background-color: #ffd9d9;
  font-size: 0.85714rem;
}

/* ---------- ---------- ---------- */
.box-notice {
  padding: 15px;
  color: #000;
  background-color: #f6f6f6;
  font-size: 1rem;
  text-align: center;
}

/* ---------- ---------- ---------- */
.box-text {
  padding: 15px;
  color: #000;
  font-size: 1rem;
  text-align: center;
}

.txt-attention {
  color: #f00;
  font-size: 1.2rem;
}

/* ---------- ---------- ---------- */
.box-result {
  background-color: #fff7e8;
}

@media (min-width: 768px), print {
  .box-result {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .box-result {
    padding: 15px;
  }
}

.box-result ._cap {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0;
}

.box-result ._cap p {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.box-result ._cap em {
  font-size: 1.21429rem;
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  background-color: #ff7200;
  padding: 2px 6px 0;
}

.box-result ul {
  margin-bottom: 0;
}

/* ----------------------------------------------------------
box
---------------------------------------------------------- */
/* ---------- ---------- ---------- */
.box-emergency {
  padding: 15px;
  border: 1px #f00 solid;
  color: #f00;
  background-color: #ffd9d9;
  font-size: 0.85714rem;
}

/* ---------- ---------- ---------- */
.box-notice {
  padding: 15px;
  color: #000;
  background-color: #f6f6f6;
  font-size: 1rem;
  text-align: center;
}

/* ---------- ---------- ---------- */
.box-result {
  background-color: #fff7e8;
}

@media (min-width: 768px), print {
  .box-result {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .box-result {
    padding: 15px;
  }
}

.box-result ._cap {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}

.box-result ._cap em {
  font-size: 1.07143rem;
  display: inline-block;
  color: #ff7200;
  margin: 0px;
  background-color: transparent;
  padding: 0px 3px 0;
}

.box-result ._cap span {
  font-size: 1.5rem;
  color: #fe1312;
}

.box-result ul {
  margin-bottom: 0;
}

.box-result-sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  z-index: 999;
}

.box-result-sticky .box-result-sticky-under {
  background-color: #fff7e8;
  height: 66px;
  width: 100vw;
  top: 0;
  left: -50vw;
  margin-left: 50%;
  position: absolute;
  z-index: -1;
}

@media (min-width: 769px), print {
  .box-result-sticky {
    top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .box-result-sticky {
    top: 66px;
  }
}

@media screen and (width: 1236px) {
  .box-result-sticky {
    padding: 15px !important;
  }
}

/* ----------------------------------------------------------
Class tablet-view and mobile-view
---------------------------------------------------------- */
@media (min-width: 769px), print {
  .tablet-view {
    display: block;
  }

  .mobile-view {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .tablet-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }
}

/* ----------------------------------------------------------
margin
---------------------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/* ----------------------------------------------------------
width
---------------------------------------------------------- */
.width-100p {
  width: 100%;
}

/* ----------------------------------------------------------
detail
---------------------------------------------------------- */
/* ----------------------------------------------------------

---------------------------------------------------------- */
.menu-breadcrumb {
  padding: 8px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
}

.menu-breadcrumb li {
  display: inline-block;
}

.menu-breadcrumb li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.menu-breadcrumb li.active {
  color: #777;
}

@media (min-width: 768px), print {
  .brand-common-section {
    margin: 60px 0 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-common-section {
    margin: 40px 0 15px 0;
  }
}

@media (min-width: 768px), print {
  .brand-common-title + .brand-common-section {
    margin: 50px 0 30px 0;
  }
}

@media (min-width: 768px), print {
  .brand-menu-detail-cover {
    padding-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .brand-menu-detail-cover {
    padding-top: 20px;
  }
}

@media (min-width: 768px), print {
  .brand-menu-detail-cover ._inner {
    display: flex;
  }
}

.brand-menu-detail-cover ._image {
  border: 1px solid #d8d8d8;
  border-right: none;
  background: #333;
}

.brand-menu-detail-cover ._image img {
  width: 100%;
}

@media (min-width: 768px), print {
  .brand-menu-detail-cover ._image {
    width: 58.3%;
    min-height: 449px;
  }
}

@media screen and (max-width: 768px) {
  .brand-menu-detail-cover ._image {
    min-height: 200px;
  }
}

.brand-menu-detail-cover ._texts {
  background: #d2000f;
  color: #fff;
}

@media (min-width: 768px), print {
  .brand-menu-detail-cover ._texts {
    width: 41.7%;
  }
}

.brand-menu-detail-cover ._date {
  color: #fff;
  background: #000;
  text-align: center;
  padding: 6px 5px 4px 5px;
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 768px), print {
  .brand-menu-detail-cover ._date span {
    font-size: 0.85714rem;
    font-weight: normal;
  }
}

@media screen and (max-width: 768px) {
  .brand-menu-detail-cover ._date span {
    font-size: 0.71429rem;
    font-weight: normal;
    display: block;
  }
}

@media (min-width: 768px), print {
  .brand-menu-detail-cover ._texts-inner {
    padding: 60px 50px 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .brand-menu-detail-cover ._texts-inner {
    padding: 15px;
  }
}

.brand-menu-detail-cover h1 {
  margin: 0;
  padding: 0;
}

.brand-menu-detail-cover ._cate {
  color: #ff0;
  font-size: 18px;
  border-bottom: 2px solid #ff0;
}

@media (min-width: 768px), print {
  .brand-menu-detail-cover ._cate {
    font-size: 1.28571rem;
    padding: 0 0 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-menu-detail-cover ._cate {
    font-size: 1rem;
    padding: 0 0 5px 0;
  }
}

@media (min-width: 768px), print {
  .brand-menu-detail-cover ._name {
    margin-top: 20px;
    font-size: 1.71429rem;
  }
}

@media screen and (max-width: 768px) {
  .brand-menu-detail-cover ._name {
    margin-top: 15px;
    font-size: 1.14286rem;
  }
}

.brand-menu-detail-cover .mod-list-notes {
  color: #fff;
}

@media (min-width: 768px), print {
  .brand-menu-detail-cover ._labes {
    margin: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-menu-detail-cover ._labes {
    margin: 10px 0;
  }
}

.brand-menu-detail-cover ._labes ._new,
.brand-menu-detail-cover ._labes ._fair,
.brand-menu-detail-cover ._labes ._limit,
.brand-menu-detail-cover ._labes ._takeout {
  display: inline-block;
  margin: 3px 3px 3px 0;
  line-height: 16px;
  padding: 0px 5px;
  font-weight: bold;
}

@media (min-width: 768px), print {
  .brand-menu-detail-cover ._labes ._new,
  .brand-menu-detail-cover ._labes ._fair,
  .brand-menu-detail-cover ._labes ._limit,
  .brand-menu-detail-cover ._labes ._takeout {
    padding: 7px;
  }
}

@media screen and (max-width: 768px) {
  .brand-menu-detail-cover ._labes ._new,
  .brand-menu-detail-cover ._labes ._fair,
  .brand-menu-detail-cover ._labes ._limit,
  .brand-menu-detail-cover ._labes ._takeout {
    padding: 7px 4px;
  }
}

.brand-menu-detail-cover ._labes ._new {
  border: 2px solid #fff;
  color: #fff;
}

.brand-menu-detail-cover ._labes ._fair {
  background: #fff;
  border: 2px solid #fff;
  color: #ff3d42;
}

.brand-menu-detail-cover ._labes ._limit {
  background: #fff;
  border: 2px solid #fff;
  color: #7a36a5;
}

.brand-menu-detail-cover ._labes ._takeout {
  background: #fff;
  border: 2px solid #fff;
  color: #874412;
}

@media (min-width: 768px), print {
  .brand-menu-detail-cover ._labes {
    font-size: 0.85714rem;
  }
}

@media screen and (max-width: 768px) {
  .brand-menu-detail-cover ._labes {
    font-size: 0.78571rem;
  }
}

/* ---------- ---------- ---------- */
@media (min-width: 768px), print {
  .brand-menu-detail-spec ._inner {
    display: flex;
  }
}

.brand-menu-detail-spec ._valiations {
  margin-top: -15px;
}

.brand-menu-detail-spec ._valiations img {
  width: 100%;
}

.brand-menu-detail-spec ._valiations ul,
.brand-menu-detail-spec ._valiations li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.brand-menu-detail-spec ._valiations p {
  margin: 0;
}

@media (min-width: 768px), print {
  .brand-menu-detail-spec ._valiations {
    width: 30%;
  }
}

.brand-menu-detail-spec ._valiations ._item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.brand-menu-detail-spec ._valiations ._item ._price {
  font-weight: bold;
  margin: 5px 0;
}

@media (min-width: 768px), print {
  .brand-menu-detail-spec ._valiations ._item ._price {
    font-size: 1.57143rem;
  }
}

@media screen and (max-width: 768px) {
  .brand-menu-detail-spec ._valiations ._item ._price {
    font-size: 1.42857rem;
  }
}

.brand-menu-detail-spec ._valiations ._item ._price span {
  font-weight: normal;
}

@media (min-width: 768px), print {
  .brand-menu-detail-spec ._valiations ._item ._price span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .brand-menu-detail-spec ._valiations ._item ._price span {
    font-size: 0.85714rem;
  }
}

.brand-menu-detail-spec ._valiations ._item ._extra {
  margin: 5px 0;
  font-size: 12px;
}

.brand-menu-detail-spec ._valiations ._item ._extra ._calorie {
  display: inline-block;
}

.brand-menu-detail-spec ._valiations ._item ._extra ._salt {
  display: inline-block;
}

.brand-menu-detail-spec ._valiations ._item ._extra ._v {
  display: inline-block;
  padding: 2px 0 2px 0;
  margin: 0 5px 0 0;
  font-size: 14px;
}

.brand-menu-detail-spec ._valiations ._item ._extra ._v span {
  font-size: 11px;
}

.brand-menu-detail-spec ._valiations ._item ._extra ._m {
  display: inline-block;
  background: #e6e6e6;
  padding: 2px 15px 2px 8px;
  position: relative;
}

.brand-menu-detail-spec ._valiations ._item ._extra ._m:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  margin-right: -10px;
  box-sizing: border-box;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  transform: translate(0px, 0px) rotate(-45deg);
}

.brand-menu-detail-spec ._valiations ._item ._extra ._m:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin-bottom: -10px;
  margin-right: -10px;
  box-sizing: border-box;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  transform: translate(0px, 0px) rotate(45deg);
}

.brand-menu-detail-spec ._description {
  border: 2px solid #eee;
  padding: 20px;
}

.brand-menu-detail-spec ._description p {
  margin: 0;
}

@media (min-width: 768px), print {
  .brand-menu-detail-spec ._description {
    width: calc(70% - 25px);
    margin: 0 0 0 25px;
  }
}

@media screen and (max-width: 768px) {
  .brand-menu-detail-spec ._description {
    font-size: 1rem;
  }
}

/* ---------- ---------- ---------- */
.brand-menu-detail-flyer {
  text-align: center;
}

.brand-menu-detail-flyer img {
  max-width: 100%;
  border: 1px solid #d8d8d8;
}

/* ---------- ---------- ---------- */
.brand-menu-detail-recommends ._item {
  border: 1px solid #d8d8d8;
}

.brand-menu-detail-recommends ._item img {
  width: 100%;
  outline: 1px solid #d8d8d8;
}

.brand-menu-detail-recommends ._item p {
  margin: 0;
}

.brand-menu-detail-recommends ._item a {
  display: block;
}

@media (min-width: 768px), print {
  .brand-menu-detail-recommends ._item {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .brand-menu-detail-recommends ._item {
    padding: 10px;
  }
}

.brand-menu-detail-recommends ._item a {
  display: flex;
}

@media (min-width: 768px), print {
  .brand-menu-detail-recommends ._item ._image {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .brand-menu-detail-recommends ._item ._image {
    width: 30%;
  }
}

@media (min-width: 768px), print {
  .brand-menu-detail-recommends ._item ._texts {
    width: 330px;
    margin: 0 0 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .brand-menu-detail-recommends ._item ._texts {
    width: 66%;
    margin: 0 0 0 4%;
  }
}

@media (min-width: 768px), print {
  .brand-menu-detail-recommends ._item ._texts ._cap {
    font-size: 1.42857rem;
  }
}

@media screen and (max-width: 768px) {
  .brand-menu-detail-recommends ._item ._texts ._cap {
    font-size: 1rem;
  }
}

@media (min-width: 768px), print {
  .brand-menu-detail-recommends ._item ._texts ._name {
    font-size: 1.14286rem;
  }
}

@media screen and (max-width: 768px) {
  .brand-menu-detail-recommends ._item ._texts ._name {
    font-size: 0.85714rem;
  }
}

.brand-menu-detail-recommends ._item ._texts ._price {
  color: #000;
  font-weight: bold;
}

@media (min-width: 768px), print {
  .brand-menu-detail-recommends ._item ._texts ._price {
    font-size: 1.14286rem;
  }
}

@media screen and (max-width: 768px) {
  .brand-menu-detail-recommends ._item ._texts ._price {
    font-size: 1rem;
  }
}

.brand-menu-detail-recommends ._item ._texts ._price span {
  font-weight: normal;
}

@media (min-width: 768px), print {
  .brand-menu-detail-recommends ._item ._texts ._price span {
    font-size: 0.85714rem;
  }
}

@media screen and (max-width: 768px) {
  .brand-menu-detail-recommends ._item ._texts ._price span {
    font-size: 0.78571rem;
  }
}

/* ---------- ---------- ---------- */
.brand-menu-detail-popular ._item img {
  width: 100%;
  outline: 1px solid #d8d8d8;
}

.brand-menu-detail-popular ._item p {
  margin: 5px 0;
}

.brand-menu-detail-popular ._item a {
  display: block;
}

@media (min-width: 768px), print {
  .brand-menu-detail-popular ._item ._texts {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .brand-menu-detail-popular ._item ._texts {
    margin-top: 10px;
  }
}

.brand-menu-detail-popular ._item ._texts ._cap {
  margin: 0;
}

@media (min-width: 768px), print {
  .brand-menu-detail-popular ._item ._texts ._cap {
    font-size: 1.28571rem;
  }
}

@media screen and (max-width: 768px) {
  .brand-menu-detail-popular ._item ._texts ._cap {
    font-size: 0.85714rem;
  }
}

.breadcrumb a {
  color: #ff7200;
}

@media (min-width: 768px), print {
  .breadcrumb {
    padding: 14px 0;
  }
  .breadcrumb a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    border-top: 1px #dadada solid;
    padding: 8px 15px;
  }
}

.breadcrumb ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px), print {
  .breadcrumb ul {
    width: 100%;
    max-width: 1086px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb ul {
    width: auto;
  }
}

.breadcrumb ul::before,
.breadcrumb ul::after {
  content: "";
  display: table;
}

.breadcrumb ul::after {
  clear: both;
}

.breadcrumb ul li {
  float: left;
}

@media (min-width: 768px), print {
  .breadcrumb ul li {
    font-size: 0.92857rem;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb ul li {
    font-size: 0.78571rem;
    line-height: 1rem;
  }
}

@media (min-width: 768px), print {
  .breadcrumb ul li + li {
    margin-left: 9px;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb ul li + li {
    margin-left: 7px;
  }
}

.breadcrumb ul li + li::before {
  content: "＞";
  display: inline-block;
}

@media (min-width: 768px), print {
  .breadcrumb ul li + li::before {
    padding-right: 7px;
    font-size: 0.688rem;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb ul li + li::before {
    font-size: 0.625rem;
    padding-right: 5px;
  }
}

.list-step {
  display: flex;
  border: 1px #d6d0cc solid;
  padding: 0;
}

.list-step li {
  display: flex;
  align-items: center;
  position: relative;
  color: #999;
  background-color: #f1f1f1;
}

@media (min-width: 768px), print {
  .list-step li {
    padding: 15px 18px 15px 28px;
  }
}

@media screen and (max-width: 768px) {
  .list-step li {
    padding: 9px 4px 9px 13px;
  }
}

.list-step li:nth-child(1) {
  width: 30%;
  z-index: 5;
}

@media (min-width: 768px), print {
  .list-step li:nth-child(1) {
    padding-left: 18px;
  }
}

@media screen and (max-width: 768px) {
  .list-step li:nth-child(1) {
    padding-left: 6px;
  }
}

.list-step li:nth-child(2) {
  width: 35%;
  z-index: 4;
}

.list-step li:nth-child(3) {
  width: 35%;
  z-index: 3;
}

.list-step li:not(:last-child)::before,
.list-step li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  width: 12px;
  height: 50%;
  z-index: 10;
  background-color: #f1f1f1;
}

.list-step li::before {
  top: 0;
  border-right: 1px #d6d0cc solid;
  transform: skewX(20deg);
}

.list-step li::after {
  bottom: 0;
  border-right: 1px #d6d0cc solid;
  transform: skewX(-20deg);
}

.list-step li ._step {
  text-align: center;
  font-weight: bold;
  color: #d6d0cc;
  white-space: nowrap;
  line-height: 1.2;
}

@media (min-width: 768px), print {
  .list-step li ._step {
    margin-right: 7px;
  }
}

@media screen and (max-width: 768px) {
  .list-step li ._step {
    margin-right: 5px;
  }
}

@media (min-width: 768px), print {
  .list-step li ._step span {
    font-size: 0.85714rem;
  }
}

@media screen and (max-width: 768px) {
  .list-step li ._step span {
    font-size: 0.57143rem;
  }
}

.list-step li ._step em {
  display: block;
  font-style: normal;
}

@media (min-width: 768px), print {
  .list-step li ._step em {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .list-step li ._step em {
    font-size: 0.71429rem;
  }
}

@media (min-width: 768px), print {
  .list-step li ._name {
    font-size: 1rem;
    width: calc(100% - 43px);
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .list-step li ._name {
    font-size: 0.78571rem;
  }
}

.list-step li.is-active {
  background-color: #fff;
  color: #000;
}

.list-step li.is-active::before,
.list-step li.is-active::after {
  background-color: #fff;
}

.list-step li.is-active ._step {
  color: #000;
}

.list-anchor {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-anchor li {
  display: flex;
}

.list-anchor li a {
  width: 100%;
  border: 1px #ff7200 solid;
  text-align: center;
  color: #ff7200;
  padding: 10px 10px 15px;
  border-radius: 3px;
  position: relative;
  font-size: 0.85714rem;
  text-decoration: none;
}

.list-anchor li a span {
  font-size: 1rem;
}

@media (min-width: 768px), print {
  .list-anchor li a span {
    padding-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .list-anchor li a span {
    display: block;
  }
}

.list-anchor li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: FontAwesome;
  line-height: 1;
  font-weight: normal;
  content: "\f0d7";
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
}

.brand-index-notes::before,
.brand-index-notes::after {
  content: "";
  display: table;
}

.brand-index-notes::after {
  clear: both;
}

.brand-index-notes li {
  float: right;
  clear: right;
}

.list-brand {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .list-brand img {
    width: 100%;
  }
}

.list-brand ._items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px), print {
  .list-brand ._items {
    margin-left: -8px;
  }
}

@media screen and (max-width: 768px) {
  .list-brand ._items {
    margin-left: -4%;
  }
}

.list-brand ._items ._item {
  position: relative;
  display: block;
}

@media (min-width: 768px), print {
  .list-brand ._items ._item {
    width: 282px;
    margin-left: 8px;
  }
  .list-brand ._items ._item:nth-child(n + 5) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .list-brand ._items ._item {
    width: 32%;
    margin-left: 1.3%;
  }
  .list-brand ._items ._item:nth-child(n + 4) {
    margin-top: 10px;
  }
}

.list-brand ._items ._item a {
  color: #111;
  text-decoration: none;
}

.list-brand ._items ._item ._item-inner {
  display: block;
  border: 1px solid #dadada;
  overflow: hidden;
}

@media (min-width: 768px), print {
  .list-brand ._items ._item ._item-inner {
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .list-brand ._items ._item ._item-inner {
    padding: 0 0 10px 0;
  }
}

.list-brand ._items ._item ._image img {
  width: 100%;
}

.list-brand ._items ._item ._texts {
  text-align: center;
}

@media (min-width: 768px), print {
  .list-brand ._items ._item ._texts {
    margin-top: 20px;
    font-size: 1.28571rem;
  }
}

@media screen and (max-width: 768px) {
  .list-brand ._items ._item ._texts {
    margin-top: 10px;
    font-size: 0.85714rem;
  }
}

@media (min-width: 768px), print {
  .list-brand ._items ._item ._text {
    font-size: 1rem;
    line-height: 2.2;
  }
}

@media screen and (max-width: 768px) {
  .list-brand ._items ._item ._text {
    font-size: 0.85714rem;
  }
}

@media (min-width: 768px), print {
  .list-shop {
    margin: 3em 0;
  }
}

@media screen and (max-width: 768px) {
  .list-shop {
    margin: 1.5em 0;
  }
}

.list-shop ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

@media (min-width: 768px), print {
  .list-shop ul {
    margin-left: -24px;
  }
}

.list-shop li {
  border-bottom: 1px #ddd solid;
  list-style: none;
}

@media (min-width: 768px), print {
  .list-shop li {
    margin: 0 0 0 24px;
    width: calc(50% - 24px);
  }
}

.list-shop li a {
  display: block;
  text-decoration: none;
}

.list-shop li a::before,
.list-shop li a::after {
  content: "";
  display: table;
}

.list-shop li a::after {
  clear: both;
}

@media (min-width: 768px), print {
  .list-shop li a {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 768px) {
  .list-shop li a {
    padding: 20px 0;
  }
}

.list-shop li ._img {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 15px;
  border-radius: 35px;
  border: 1px #e5e5e5 solid;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.list-shop li ._img img {
  width: 95%;
}

.list-shop li ._data {
  font-weight: bold;
  float: right;
  color: #000;
}

@media (min-width: 768px), print {
  .list-shop li ._data {
    width: calc(100% - 85px);
  }
}

@media screen and (max-width: 768px) {
  .list-shop li ._data {
    width: calc(100% - 75px);
  }
}

.list-shop li ._data ._name {
  font-weight: bold;
  margin: 0;
}

.list-shop li ._data ._name::before {
  font-family: FontAwesome;
  line-height: 1;
  font-weight: normal;
  content: "\f0da";
  color: #ff7200;
  display: inline-block;
  width: 12px;
}

.list-shop li ._data ._address {
  font-size: 0.85714rem;
  margin: 0;
  padding: 0 0 0 12px;
}

@media (min-width: 768px), print {
  .list-shop li a:hover ._data {
    color: #ff7200;
  }
}

.list-shop li ._text {
  clear: both;
  padding-top: 15px;
  color: #000;
  text-decoration: none;
}

.pager {
  display: flex;
  padding: 0;
}

@media (min-width: 768px), print {
  .pager {
    margin: 3em 0;
  }
}

@media screen and (max-width: 768px) {
  .pager {
    margin: 1.5em 0;
  }
}

.pager ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
}

.pager li {
  width: 45px;
  border: 1px #d4d4d4 solid;
  border-left: none;
}

.pager li:first-child {
  border-left: none;
}

.pager li a {
  display: flex;
  justify-content: center;
  border: 1px;
  height: 42px;
  font-size: 0.92857rem;
  line-height: 1;
  text-align: center;
  line-height: 42px;
  text-decoration: none;
  color: #000;
}

.pager li a.is-active {
  background-color: #fff0e3;
  color: #000;
}

.pager li._prev,
.pager li._next {
  width: 35px;
  border: none;
}

.pager li._prev a,
.pager li._next a {
  font-size: 0;
  line-height: 0;
  position: relative;
}

.pager li._prev a::before,
.pager li._prev a::after,
.pager li._next a::before,
.pager li._next a::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 25px;
  width: 5px;
  background-color: #e1711a;
}

.pager li._prev + li {
  border-left: 1px #d4d4d4 solid;
}

.pager li._prev a::before {
  transform: rotate(45deg);
  transform-origin: left bottom;
  left: 0;
  bottom: 50%;
}

.pager li._prev a::after {
  transform: rotate(-45deg);
  transform-origin: left top;
  left: 0;
  top: 50%;
}

.pager li._next a::before {
  transform: rotate(-45deg);
  transform-origin: right bottom;
  right: 0;
  bottom: 50%;
}

.pager li._next a::after {
  transform: rotate(45deg);
  transform-origin: right top;
  right: 0;
  top: 50%;
}

@media (min-width: 768px), print {
  .list-allergy {
    margin: 3em 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .list-allergy {
    margin: 1.5em 0;
  }
}

.list-allergy ul {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.list-allergy li {
  display: flex;
  position: relative;
}

.list-allergy li label {
  cursor: pointer;
}

@media (min-width: 768px), print {
  .list-allergy li label {
    transition-duration: 0.2s;
  }
  .list-allergy li label:hover {
    opacity: 0.6;
  }
}

.list-allergy li label,
.list-allergy li ._item {
  border: 1px #d4d4d4 solid;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  background-color: #fff;
}

@media (min-width: 768px), print {
  .list-allergy li label,
  .list-allergy li ._item {
    border-radius: 6px;
    padding: 26px 0 23px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  /* allergy page */
  .area-contents .primary-heading-allergen {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .allergen-section .heading-h2{
    margin: 10px 0 34px 0;
  }
  .allergen-section .list-allergy li label,
  .allergen-section .list-allergy li ._item {
    padding: 11px 0 11px;
  }

  /* consideration */
  .heading-h1.consideration__heading {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .consideration .box-result {
    padding: 10px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .area-contents .primary-heading-allergen ._logo {
    width: 40px;
  }
  .allergen-section .list-allergy li label ._image {
    width: 35px;
  }
}

@media screen and (max-width: 768px) {
  .list-allergy li label,
  .list-allergy li ._item {
    border-radius: 4px;
    padding: 13px 0 10px;
  }
}

.list-allergy li label ._image,
.list-allergy li ._item ._image {
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 768px), print {
  .list-allergy li label ._image,
  .list-allergy li ._item ._image {
    margin: 0 auto 18px;
    width: 40px;
    flex-grow: 1;
  }
}

@media screen and (max-width: 768px) {
  .list-allergy li label ._image,
  .list-allergy li ._item ._image {
    margin: 0 auto 8px;
    width: 40%;
  }
}

.list-allergy li label ._image img,
.list-allergy li ._item ._image img {
  width: 100%;
  pointer-events: none;
}

.list-allergy li label ._text,
.list-allergy li ._item ._text {
  margin: 0;
  font-size: 12px;
  pointer-events: none;
}

.list-allergy li label::after,
.list-allergy li ._item::after {
  transition-duration: 0.4s;
  transform: scale(0);
  font-family: FontAwesome;
  line-height: 1;
  font-weight: normal;
  content: "\f058";
  font-weight: normal;
  display: inline-block;
  color: #ff7200;
  position: absolute;
  background-color: #fff;
}

@media (min-width: 768px), print {
  .list-allergy li label::after,
  .list-allergy li ._item::after {
    font-size: 1.71429rem;
    left: -6px;
    top: -6px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
  }
}

@media screen and (max-width: 768px) {
  .list-allergy li label::after,
  .list-allergy li ._item::after {
    font-size: 1.42857rem;
    left: -4px;
    top: -4px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
  }
}

@media screen and (max-width: 768px) {
  .list-allergy li ._text {
    font-size: 0.85714rem;
  }
}

.list-allergy li input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}

.list-allergy li input[type="checkbox"]:checked + label {
  border-color: #ff7200;
  background-color: #ffefd7;
}

.list-allergy li input[type="checkbox"]:checked + label::after {
  transform: scale(1);
}

.menu-category {
  display: flex;
  border: 1px #d4d4d4 solid;
  width: 100%;
}

@media (min-width: 768px), print {
  .menu-category {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .menu-category {
    font-size: 0.85714rem;
  }
}

.menu-category dt {
  background-color: #d4d4d4;
  font-weight: bold;
  white-space: nowrap;
}

@media (min-width: 768px), print {
  .menu-category dt {
    padding: 14px 25px 12px;
  }
}

@media screen and (max-width: 768px) {
  .menu-category dt {
    padding: 8px 12x 7px;
  }
}

.menu-category dd {
  background-color: #fff;
  margin: 0;
}

@media (min-width: 768px), print {
  .menu-category dd {
    padding: 14px 25px 12px;
  }
}

@media screen and (max-width: 768px) {
  .menu-category dd {
    padding: 8px 12x 7px;
  }
}

.list-menu ._item {
  outline: 1px solid #d8d8d8;
}

.list-menu ._item img {
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}

.list-menu ._item p {
  margin: 5px 0;
}

.list-menu ._item a {
  display: block;
}

.list-menu ._item a {
  text-decoration: none;
}

@media (min-width: 768px), print {
  .list-menu ._item ._texts {
    padding: 15px 20px 15px 20px;
  }
}

@media screen and (max-width: 768px) {
  .list-menu ._item ._texts {
    padding: 10px;
  }
}

.list-menu ._item ._texts ._cap {
  color: #ff7200;
  font-weight: bold;
  padding-left: 12px;
  text-indent: -12px;
  color: #000;
}

@media (min-width: 768px), print {
  .list-menu ._item ._texts ._cap {
    font-size: 1.35714rem;
  }
}

@media screen and (max-width: 768px) {
  .list-menu ._item ._texts ._cap {
    font-size: 1.07143rem;
  }
}

.list-menu ._item ._texts ._cap::before {
  font-family: FontAwesome;
  line-height: 1;
  font-weight: normal;
  content: "\f0da";
  color: #ff7200;
  display: inline-block;
  width: 12px;
  text-indent: 0;
}

.list-menu ._item ._texts ._cap * {
  text-indent: 0;
}

.block-allergic-substance {
  background-color: #fff7e8;
}

.block-allergic-substance ._title {
  font-weight: bold;
  color: #fff;
  background-color: #ff7200;
  padding: 10px;
  text-align: center;
}

.block-allergic-substance .js-menu-allergy-inner .text-right:first-child {
  margin-top: -2px;
}

.block-allergic-substance .js-menu-allergy-inner .text-right:last-child {
  margin-bottom: -2px;
}

@media (min-width: 768px), print {
  .block-allergic-substance ._title {
    font-size: 1.14286rem;
  }
}

@media screen and (max-width: 768px) {
  .block-allergic-substance ._title {
    font-size: 1rem;
  }
}

@media (min-width: 768px), print {
  .block-allergic-substance ._title ._sub {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .block-allergic-substance ._title ._sub {
    display: block;
    font-size: 0.85714rem;
  }
}

@media (min-width: 768px), print {
  .block-allergic-substance ._list {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .block-allergic-substance ._list {
    padding: 15px;
  }
}

@media (min-width: 768px), print {
  .block-allergic-substance ._list .list-allergy {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .block-allergic-substance ._list .list-allergy {
    margin: 0;
  }
}

@media (min-width: 768px), print {
  .block-menu-detail {
    padding-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .block-menu-detail {
    padding-top: 20px;
  }
}

/** 7品目 **/
.block-allergic-substance ._attention {
  font-size: 1.14286rem;
  color: #f00;
  background-color: #ffd9d9;
  padding: 10px;
  text-align: center;
}

.block-menu-detail ._inner {
  display: flex;
}

@media screen and (max-width: 768px) {
  .block-menu-detail ._inner {
    flex-direction: column-reverse;
  }
}

.block-menu-detail ._image {
  border: 1px solid #d8d8d8;
  background: #333;
}

.block-menu-detail ._image img {
  width: 100%;
}

@media (min-width: 768px), print {
  .block-menu-detail ._image {
    width: 58.3%;
    border-right: none;
  }
}

.block-menu-detail ._texts {
  background: #fff7e8;
  color: #000;
}

@media (min-width: 768px), print {
  .block-menu-detail ._texts {
    width: 100%;
  }
}

.block-menu-detail ._date {
  color: #fff;
  background: #000;
  font-weight: bold;
}

@media (min-width: 768px), print {
  .block-menu-detail ._date {
    padding: 10px 50px 9px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .block-menu-detail ._date {
    padding: 10px 15px 9px;
    font-size: 13px;
  }
}

@media (min-width: 768px), print {
  .block-menu-detail ._texts-inner {
    padding: 15px 50px;
  }
}

@media screen and (max-width: 768px) {
  .block-menu-detail ._texts-inner {
    padding: 15px;
  }
}

.block-menu-detail h2 {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px), print {
  .block-menu-detail ._name {
    font-size: 1.785709rem;
  }
}

@media screen and (max-width: 768px) {
  .block-menu-detail ._name {
    font-size: 1.285711rem;
  }
}

.block-menu-detail .mod-list-notes {
  color: #fff;
}

@media (min-width: 768px), print {
  .block-menu-detail ._labes {
    margin: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .block-menu-detail ._labes {
    margin: 10px 0;
  }
}

.block-menu-detail ._labes ._new,
.block-menu-detail ._labes ._fair,
.block-menu-detail ._labes ._limit,
.block-menu-detail ._labes ._takeout {
  display: inline-block;
  margin: 3px 3px 3px 0;
  line-height: 16px;
  padding: 0px 5px;
  font-weight: bold;
}

@media (min-width: 768px), print {
  .block-menu-detail ._labes ._new,
  .block-menu-detail ._labes ._fair,
  .block-menu-detail ._labes ._limit,
  .block-menu-detail ._labes ._takeout {
    padding: 7px;
  }
}

@media screen and (max-width: 768px) {
  .block-menu-detail ._labes ._new,
  .block-menu-detail ._labes ._fair,
  .block-menu-detail ._labes ._limit,
  .block-menu-detail ._labes ._takeout {
    padding: 7px 4px;
  }
}

.block-menu-detail ._labes ._new {
  border: 2px solid #fff;
  color: #fff;
}

.block-menu-detail ._labes ._fair {
  background: #fff;
  border: 2px solid #fff;
  color: #ff3d42;
}

.block-menu-detail ._labes ._limit {
  background: #fff;
  border: 2px solid #fff;
  color: #7a36a5;
}

.block-menu-detail ._labes ._takeout {
  background: #fff;
  border: 2px solid #fff;
  color: #874412;
}

#product_name {
  background-color: #fffacd;
  padding-bottom: 3em;
}

/* #product_nameの背景色部分を左右いっぱいに引き延ばす */
@media screen and (max-width: 768px) {
  #product_name {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

#product_name .heading-h3 h3 {
  text-align: center;
  background-color: transparent;
  border: none;
}

.form-text::placeholder {
  text-align: center;
}

@media (min-width: 768px), print {
  .block-menu-detail ._labes {
    font-size: 0.85714rem;
  }
}

@media screen and (max-width: 768px) {
  .block-menu-detail ._labes {
    font-size: 0.78571rem;
  }
}

/*アレルギー食品検索下の余白*/
@media (min-width: 768px), print {
  #product_name {
    margin-bottom: 12em;
  }
}

@media screen and (max-width: 768px) {
  #product_name {
    margin-bottom: 7em;
  }
}

/* かな入力の注意書き */
.kana-caution {
  font-size: 12px;
  text-align: center;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
