@charset "UTF-8";
/**
*
* Main Stylesheet For Visual Style Guide
*
**/
/**
*
* Utils
*
**/
/*==========  VARIABLES  ==========*/
/*==========  FUNCTIONS  ==========*/
/*==========  MIXINS  ==========*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }


/**
 * Remove default margin.
 */
html,body,p,ul,li {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
}


/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }
a:visited {
  color: #404040;
}

a:hover img {
  opacity: 0.6;
  filter:alpha(opacity=60);
  -ms-filter: “alpha( opacity=60 )”;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0; }

/**
*
* Global
*
**/
html, body, button {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

body {
  font-family: "Noto Sans Japanese", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Osaka", "MS PGothic", "sans-serif";
  font-size: 12px;
  line-height: 1.6250em;
  /* 20px */
  font-weight: 300;
  color: #404040; }

@font-face{font-family:icons;src:url(../fonts/icons.eot);src:url(../fonts/icons.eot?#iefix) format("embedded-opentype"),url(../fonts/icons.woff) format("woff"),url(../fonts/icons.ttf) format("truetype"),url(../fonts/icons.svg#icons) format("svg");font-weight:400;font-style:normal}.icon:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;content:"";font-family:icons;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:-2px;speak:none;text-transform:none}.icon-circle{display:inline-block;padding:.4em;line-height:0;border-radius:50%;font-size:.75em;vertical-align:.2em}.icon.-air-plane:before{content:""}.icon.-art-book:before{content:""}.icon.-bag:before{content:""}.icon.-bell:before{content:""}.icon.-bento:before{content:""}.icon.-book:before{content:""}.icon.-box:before{content:""}.icon.-brash:before{content:""}.icon.-c-air-plane:before{content:""}.icon.-c-bell:before{content:""}.icon.-c-book:before{content:""}.icon.-c-box:before{content:""}.icon.-c-brash:before{content:""}.icon.-c-calendar:before{content:""}.icon.-c-chase:before{content:""}.icon.-c-dolly:before{content:""}.icon.-c-down:before{content:""}.icon.-c-finger:before{content:""}.icon.-c-geo:before{content:""}.icon.-c-hagaki:before{content:""}.icon.-c-left:before{content:""}.icon.-c-money:before{content:""}.icon.-c-right:before{content:""}.icon.-c-search:before{content:""}.icon.-c-search2:before{content:""}.icon.-c-shop:before{content:""}.icon.-c-up:before{content:""}.icon.-c-window-l:before{content:""}.icon.-c-window:before{content:""}.icon.-calendar:before{content:""}.icon.-chase:before{content:""}.icon.-close:before{content:""}.icon.-darts:before{content:""}.icon.-dolly:before{content:""}.icon.-down-thin:before{content:""}.icon.-down:before{content:""}.icon.-exclamation:before{content:""}.icon.-external:before{content:""}.icon.-facebook-rect:before{content:""}.icon.-facebook:before{content:""}.icon.-finger:before{content:""}.icon.-frame-stamp:before{content:""}.icon.-geo:before{content:""}.icon.-gift-box:before{content:""}.icon.-gift-season:before{content:""}.icon.-gplus:before{content:""}.icon.-hagaki:before{content:""}.icon.-hamburger:before{content:""}.icon.-hanko:before{content:""}.icon.-hatena:before{content:""}.icon.-hometown:before{content:""}.icon.-id:before{content:""}.icon.-left-thin:before{content:""}.icon.-left:before{content:""}.icon.-letter-pack:before{content:""}.icon.-letter-stamp:before{content:""}.icon.-letter:before{content:""}.icon.-line:before{content:""}.icon.-mixi:before{content:""}.icon.-money:before{content:""}.icon.-moning-glory:before{content:""}.icon.-mouhitsu:before{content:""}.icon.-note:before{content:""}.icon.-post-stamp:before{content:""}.icon.-ribbon:before{content:""}.icon.-right-thin:before{content:""}.icon.-right:before{content:""}.icon.-search:before{content:""}.icon.-search2:before{content:""}.icon.-shop:before{content:""}.icon.-smart-letter:before{content:""}.icon.-smart-phone:before{content:""}.icon.-track:before{content:""}.icon.-transporter:before{content:""}.icon.-twitter:before{content:""}.icon.-up-thin:before{content:""}.icon.-up:before{content:""}.icon.-window-l:before{content:""}.icon.-window:before{content:""}.icon.-yu-pack:before{content:""}@font-face{font-family:Noto Sans Japanese;src:url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-ThinSubset.eot);src:url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-ThinSubset.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-ThinSubset.woff) format("woff"),url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-ThinSubset.ttf) format("truetype"),url("/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-ThinSubset.svg#Noto Sans Japanese") format("svg");font-weight:100;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:Noto Sans Japanese;src:url("/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-ThinSubset.svg#Noto Sans Japanese") format("svg")}}@font-face{font-family:Noto Sans Japanese;src:url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-LightSubset.eot);src:url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-LightSubset.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-LightSubset.woff) format("woff"),url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-LightSubset.ttf) format("truetype"),url("/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-LightSubset.svg#Noto Sans Japanese") format("svg");font-weight:200;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:Noto Sans Japanese;src:url("/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-LightSubset.svg#Noto Sans Japanese") format("svg")}}@font-face{font-family:Noto Sans Japanese;src:url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLightSubset.eot);src:url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLightSubset.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLightSubset.woff) format("woff"),url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLightSubset.ttf) format("truetype"),url("/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLightSubset.svg#Noto Sans Japanese") format("svg");font-weight:300;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:Noto Sans Japanese;src:url("/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLightSubset.svg#Noto Sans Japanese") format("svg")}}@font-face{font-family:Noto Sans Japanese;src:url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-RegularSubset.eot);src:url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-RegularSubset.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-RegularSubset.woff) format("woff"),url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-RegularSubset.ttf) format("truetype"),url("/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-RegularSubset.svg#Noto Sans Japanese") format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:Noto Sans Japanese;src:url("/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-RegularSubset.svg#Noto Sans Japanese") format("svg")}}@font-face{font-family:Noto Sans Japanese;src:url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-MediumSubset.eot);src:url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-MediumSubset.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-MediumSubset.woff) format("woff"),url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-MediumSubset.ttf) format("truetype"),url("/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-MediumSubset.svg#Noto Sans Japanese") format("svg");font-weight:500;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:Noto Sans Japanese;src:url("/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-MediumSubset.svg#Noto Sans Japanese") format("svg")}}@font-face{font-family:Noto Sans Japanese;src:url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-BoldSubset.eot);src:url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-BoldSubset.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-BoldSubset.woff) format("woff"),url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-BoldSubset.ttf) format("truetype"),url("/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-BoldSubset.svg#Noto Sans Japanese") format("svg");font-weight:700;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:Noto Sans Japanese;src:url("/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-BoldSubset.svg#Noto Sans Japanese") format("svg")}}@font-face{font-family:Noto Sans Japanese;src:url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-BlackSubset.eot);src:url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-BlackSubset.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-BlackSubset.woff) format("woff"),url(/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-BlackSubset.ttf) format("truetype"),url("/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-BlackSubset.svg#Noto Sans Japanese") format("svg");font-weight:900;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:Noto Sans Japanese;src:url("/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-BlackSubset.svg#Noto Sans Japanese") format("svg")}}

/**
*
* Typography
*
**/
h1, h2, h3, h4, h5, p {
  margin: 0; }

.small,
small {
  font-size: 10px; }

.base {
  font-size: 12px; }

.medium,
h3 {
  font-size: 14px; }

.large {
  font-size: 16px; }

.xlarge, h2 {
  font-size: 20px; }

.xxlarge {
  font-size: 24px; }

h1, h2, h3, h4, h5 {
  font-weight: bold; }

h1 {
  margin-bottom: 20px; }

pre {
  background: #f0f0f0;
  padding: 13px; }

.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}

.marginAuto {
  margin-left: auto;
  margin-right: auto;
}


.hr {
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #ddd; }

.hr-large {
  margin-top: 40px;
  margin-bottom: 40px; }

em,
.em{
  color: #c00; }

/**
*
* List
*
**/
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  position: relative; }

.list-small li {
  font-size: 10px;
  padding-top: 0; }

.list-centered {
  text-align: center;
  padding-left: 0; }

.list-reset {
  padding-left: 0; }
  .list-reset li {
    padding-left: 0; }

.list-disc {
  padding-left: 1.5em;
  list-style: disc; }

/**
*
* Link
*
**/
a {
  color: #404040;
  text-decoration: none; }

a:hover {
  color: #666;
  text-decoration: none; }

.link a {
  color: #404040; }

/**
*
* Table
*
**/
table {
  margin-top: 20px;
  width: 100%;
  table-layout: fixed; }
  table th {
    text-align: left; }
  table thead th {
    text-align: center; }
  table td {
    padding-top: 10px;
    padding-bottom: 10px; }
  table th,
  table td {
    position: relative; }

.table-bordered, body.create .type, body.create .price {
  margin-top: 20px;
  margin-bottom: 12px;
  border-collapse: separate;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd; }
  .table-bordered tr, body.create .type tr, body.create .price tr {
    border-bottom: 1px solid #ddd; }
  .table-bordered th, body.create .type th, body.create .price th, .table-bordered td, body.create .type td, body.create .price td {
    padding: 1em;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle; }
  .table-bordered th, body.create .type th, body.create .price th {
    background: #eee; }
    .lt-ie9 .table-bordered th, .lt-ie9 body.create .type th, body.create .lt-ie9 .type th, .lt-ie9 body.create .price th, body.create .lt-ie9 .price th {
      background: none; }

table.uchiwake td.num {
  text-align: right;
}
table.uchiwake .tac {
  text-align: center;
}


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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.ta_c {
  text-align: center;
}

/**
*
* Grid
*
**/
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  /*max-width: 1440px;*/
  min-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  background: #eee;
  height: 100%; }
.no-plugin #wrap {
  position: static; }

header {
  border-top: 17px solid #ce0500;
  position: relative;
  z-index: 1;
  width: 100%;
  background: #fff;
  padding-bottom: 15px;
}
header .l-header__logo {
}
header .l-header_copy {
  position: absolute;
  left: 250px;
  top: 13px;
}
header .l-header__logo a:hover img {
  opacity: 1.0;
  filter:alpha(opacity=100);
  -ms-filter: “alpha( opacity=100 )”;
}
header .flash-header_top {
  position: absolute;
  right: 300px;
  top: 15px;
}
header .flash-header_yubin {
  position: absolute;
  right: 20px;
  top: 15px;
}

header .flash-header_top_kit {
  right: 20px;
  top: 15px;
  position: absolute;
}

.main-container {
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.container {
  position: relative;
  margin: 0 auto 50px auto;
  max-width: 1280px;
  min-width: 980px;
}


body.ie8 .container {
  width: 1020px;
}
html.lt-ie9 .container {
  width: 1020px;
}

.yn-container {
  *zoom: 1;
  padding: 40px 0;
  box-sizing: border-box;
}

  .yn-container:before, .yn-container:after {
    content: "";
    display: table; }
  .yn-container:after {
    clear: both; }

#container_inner {
  max-width: 1200px;
  min-width: 980px;
  margin: 0 auto;
}

body.ie8 #container_inner {
  width: 1020px;
  margin: 0 auto;
}

.yn-section {
  margin-bottom: 20px; }
#main,
#sidebar {
  position: relative;
  min-height: 1px; }


#main_wrapper {
  float: right;
  width: calc(86.917% - 15px);
  margin: 0 calc(51.5% - 15px) 0 -75%;
  right: calc(-52.5% - 15px);
  position: relative;
}
body.ie8 #main_wrapper {
  width: 740px;
  margin: 0;
  right: 0;
}

@media screen and (min-width: 1020px) and (max-width: 1240px) {
  .container {
    padding-left: 20px;
  }
  #main_wrapper {
    width: calc(84.917% - 15px);
    margin: 0 calc(52.5% - 15px) 0 -75%;
    right: calc(-52.5% - 15px);
  }
}
@media screen and (max-width: 1019px) {
  .container {
    padding-left: 0;
  }
}

#main {
  z-index: 100;
  background: #fff;
  padding: 20px;
  width: 700px;
  position: relative;
  margin: 0 auto;
}

#sidebar {
  float: left;
  width: 220px; }

#sidebar .bnr_nenga {
  margin-bottom: 25px;
}
#sidebar #side_post {
  background-image: url('/assets/images/icon_aside_post.png');
  background-repeat: no-repeat;
  background-position: 10px center;
  background-color: #fff;
  padding: 5px 5px 5px 25px;
  position: relative;
}
#sidebar #side_post .input_text {
  width: 150px;
  border: none;
  outline: none;
  padding: 5px;
  font-size: 13px;
}
#sidebar #side_post #post_yubin {
  position: absolute;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  right: 10px;
  top: 10px;
  background: #fff;
}

#sidebar nav.aside {
  margin-bottom: 25px;
  position: relative;
}
#sidebar nav.aside ul.aside_menu li {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background: #fff;
  margin-bottom: 2px;
  position: relative;
  padding: 30px 0;
  cursor: pointer;
}
#sidebar nav.aside ul.aside_menu li a {
  display: block;
  cursor: pointer;
}
#sidebar nav.aside ul.aside_menu li a.linkHover {
  color: #ccc;
}
#sidebar nav.aside ul.sns_list {
  padding: 25px 20px;
  overflow: hidden;
  background: #fff;
}
#sidebar nav.aside ul.sns_list li {
  float: left;
  margin-right: 8px;
}
#sidebar nav.aside ul.sns_list li.last {
  margin-right: 0;
}

#sidebar nav.aside ul.sns_list #aside_sns {
  clear: both;
  margin: 0 0 20px 0;
}
#sidebar nav.aside ul.sns_list #aside_fb {
  clear: both;
  margin: 20px 0 10px 0;
}
#sidebar nav.aside ul.sns_list #aside_tw {
  clear: both;
  margin: 0;
}



#sidebar nav.aside ul.aside_menu .subnavi li a {
  color: #404040;
}
#sidebar nav.aside ul.aside_menu .subnavi li a:hover {
  color: #ccc;
}

#sidebar .subnavi {
  position: absolute;
  left: 220px;
  top: 0;
  z-index: 100;
  padding-left: 3px;
  /*visibility: hidden;*/
  display: none;
}
#sidebar .subnavi_inner {
  background: #fff;
  border-radius: 0 10px 10px 0;
  padding: 30px 0 20px 20px;
  box-sizing: border-box;
  overflow: hidden;
  height: 462px;
  cursor: default;
}
#sidebar .subnavi.sub1 {
  top: 0;
  width: 340px;
}
#sidebar .subnavi.sub2 {
  top: -82px;
  width: 340px;
}
#sidebar .subnavi.sub3 {
  top: -162px;
  width: 340px;
}
#sidebar .subnavi.sub4 {
  top: -246px;
  width: 340px;
}
#sidebar .subnavi.sub5 {
  top: -328px;
  width: 690px;
}



#sidebar nav.aside ul.aside_menu .subnavi ul {
  float: left;
  width: 300px;
  margin-right: 30px;
}
#sidebar nav.aside ul.aside_menu .subnavi ul:last-of-type {
  margin-right: 0;
}
#sidebar nav.aside ul.aside_menu .subnavi li {
  font-size: 18px;
  width: 300px;
  border: none;
  padding: 0;
  margin-bottom: 15px;
}
#sidebar nav.aside ul.aside_menu .subnavi li .subnavi_icon {
  display: table-cell;
  vertical-align: middle;
}
#sidebar nav.aside ul.aside_menu .subnavi li .subnavi_title {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0 0 0 20px;
  line-height: 1.3;
}
#sidebar nav.aside ul.aside_menu .subnavi li .subnavi_title .icon_brank {
  width: 11px;
  height: 11px;
  background: url('/assets/images/aside_icon_brank.png') no-repeat;
  margin-left: 5px;
  display: inline-block;
}
#sidebar nav.aside ul.aside_menu .subnavi li .subnavi_title .icon_brank_pr {
  width: 22px;
  height: 15px;
  background: url('/assets/images/aside_icon_link_pr.png') no-repeat;
  margin-left: 5px;
  display: inline-block;
}
#sidebar nav.aside ul.aside_menu .subnavi li:hover .icon_brank {
  opacity: 0.6;
}
#sidebar nav.aside ul.aside_menu .subnavi li:hover .icon_brank_pr {
  opacity: 0.6;
}



#sidebar nav.aside_yubin {
}
#sidebar nav.aside_yubin #aside_yubin_logo {
  cursor: pointer;
  background: #fff;
}
#sidebar nav.aside_yubin #aside_yubin_logo:hover img {
  opacity: 0.6;
  filter:alpha(opacity=60);
  -ms-filter: “alpha( opacity=60 )”;
  background: #fff;
}
#sidebar nav.aside_yubin .yubin_logo {
  text-align: center;
  padding: 15px 0;
  background: #fff;
  margin-bottom: 2px;
}
#sidebar nav.aside_yubin .yubin_logo .logo {
  margin-bottom: 10px;
}
#sidebar nav.aside_yubin .yubin_logo .text {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}
#sidebar nav.aside_yubin ul.yubin_menu li {
  margin-bottom: 2px;
  background: #fff;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
}
#sidebar nav.aside_yubin ul.yubin_menu li:last-of-type {
  border-bottom: none;
}
#sidebar nav.aside_yubin ul.yubin_menu .aside_icon {
  display: table-cell;
  vertical-align: middle;
}
#sidebar nav.aside_yubin ul.yubin_menu .aside_text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 15px;
}
#sidebar nav.aside_yubin ul.yubin_menu .aside_text .link_brank {
  background-image: url('/assets/images/aside_yubin_brank.png');
  background-repeat: no-repeat;
  background-position: left top;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 2px;
}
#sidebar nav.aside_yubin ul.yubin_menu li:hover .link_brank {
  opacity: 0.6;
}


/*-----------------------------------
  sidebar current
------------------------------------*/
body.menu_buy #sidebar nav.aside ul.aside_menu li.menu_buy>a {
  color: #ccc;
}
body.menu_create #sidebar nav.aside ul.aside_menu li.menu_create>a {
  color: #ccc;
}
body.menu_send #sidebar nav.aside ul.aside_menu li.menu_send>a {
  color: #ccc;
}
body.menu_know #sidebar nav.aside ul.aside_menu li.menu_know>a {
  color: #ccc;
}
body.menu_joy #sidebar nav.aside ul.aside_menu li.menu_joy>a {
  color: #ccc;
}

/*-----------------------------------*/

body.nenga-sale #sidebar nav.aside ul.aside_menu .subnavi li.nenga-sale a {
  color: #ccc;
}
body.nenga-sale #sidebar nav.aside ul.aside_menu .subnavi li.nenga-sale img {
  opacity: 0.6;
}

body.nenga-print #sidebar nav.aside ul.aside_menu .subnavi li.nenga-print a {
  color: #ccc;
}
body.nenga-print #sidebar nav.aside ul.aside_menu .subnavi li.nenga-print img {
  opacity: 0.6;
}

body.kitte-shop #sidebar nav.aside ul.aside_menu .subnavi li.kitte-shop a {
  color: #ccc;
}
body.kitte-shop #sidebar nav.aside ul.aside_menu .subnavi li.kitte-shop img {
  opacity: 0.6;
}

body.webcharacter #sidebar nav.aside ul.aside_menu .subnavi li.webcharacter a {
  color: #ccc;
}
body.webcharacter #sidebar nav.aside ul.aside_menu .subnavi li.webcharacter img {
  opacity: 0.6;
}

body.kitte-shop #sidebar nav.aside ul.aside_menu .subnavi li.kitte-shop a {
  color: #ccc;
}
body.kitte-shop #sidebar nav.aside ul.aside_menu .subnavi li.kitte-shop img {
  opacity: 0.6;
}

body.design_kit_index #sidebar nav.aside ul.aside_menu .subnavi li.design_kit a {
  color: #ccc;
}
body.design_kit_index #sidebar nav.aside ul.aside_menu .subnavi li.design_kit img {
  opacity: 0.6;
}

body.design_kit_install #sidebar nav.aside ul.aside_menu .subnavi li.design_kit_install a {
  color: #ccc;
}
body.design_kit_install #sidebar nav.aside ul.aside_menu .subnavi li.design_kit_install img {
  opacity: 0.6;
}

body.hanko_enter #sidebar nav.aside ul.aside_menu .subnavi li.hanko_enter a {
  color: #ccc;
}
body.hanko_enter #sidebar nav.aside ul.aside_menu .subnavi li.hanko_enter img {
  opacity: 0.6;
}

body.search #sidebar nav.aside ul.aside_menu .subnavi li.search a {
  color: #ccc;
}
body.search #sidebar nav.aside ul.aside_menu .subnavi li.search img {
  opacity: 0.6;
}

body.mouhitsu_enter #sidebar nav.aside ul.aside_menu .subnavi li.mouhitsu_enter a {
  color: #ccc;
}
body.mouhitsu_enter #sidebar nav.aside ul.aside_menu .subnavi li.mouhitsu_enter img {
  opacity: 0.6;
}

body.myinfo #sidebar nav.aside ul.aside_menu .subnavi li.myinfo a {
  color: #ccc;
}
body.myinfo #sidebar nav.aside ul.aside_menu .subnavi li.myinfo img {
  opacity: 0.6;
}

body.yubin_id #sidebar nav.aside ul.aside_menu .subnavi li.yubin_id a {
  color: #ccc;
}
body.yubin_id #sidebar nav.aside ul.aside_menu .subnavi li.yubin_id img {
  opacity: 0.6;
}

body.products #sidebar nav.aside ul.aside_menu .subnavi li.products a {
  color: #ccc;
}
body.products #sidebar nav.aside ul.aside_menu .subnavi li.products img {
  opacity: 0.6;
}

body.nenga_products #sidebar nav.aside ul.aside_menu .subnavi li.nenga_products a {
  color: #ccc;
}
body.nenga_products #sidebar nav.aside ul.aside_menu .subnavi li.nenga_products img {
  opacity: 0.6;
}

body.create #sidebar nav.aside ul.aside_menu .subnavi li.create a {
  color: #ccc;
}
body.create #sidebar nav.aside ul.aside_menu .subnavi li.create img {
  opacity: 0.6;
}

body.ems #sidebar nav.aside ul.aside_menu .subnavi li.ems a {
  color: #ccc;
}
body.ems #sidebar nav.aside ul.aside_menu .subnavi li.ems img {
  opacity: 0.6;
}

body.otoshidama #sidebar nav.aside ul.aside_menu .subnavi li.otoshidama a {
  color: #ccc;
}
body.otoshidama #sidebar nav.aside ul.aside_menu .subnavi li.otoshidama img {
  opacity: 0.6;
}

body.mailmag #sidebar nav.aside ul.aside_menu .subnavi li.mailmag a {
  color: #ccc;
}
body.mailmag #sidebar nav.aside ul.aside_menu .subnavi li.mailmag img {
  opacity: 0.6;
}

body.address #sidebar nav.aside ul.aside_menu .subnavi li.address a {
  color: #ccc;
}
body.address #sidebar nav.aside ul.aside_menu .subnavi li.address img {
  opacity: 0.6;
}

body.print #sidebar nav.aside ul.aside_menu .subnavi li.print a {
  color: #ccc;
}
body.print #sidebar nav.aside ul.aside_menu .subnavi li.print img {
  opacity: 0.6;
}

body.conveni #sidebar nav.aside ul.aside_menu .subnavi li.conveni a {
  color: #ccc;
}
body.conveni #sidebar nav.aside ul.aside_menu .subnavi li.conveni img {
  opacity: 0.6;
}

body.sns #sidebar nav.aside ul.aside_menu .subnavi li.sns a {
  color: #ccc;
}
body.sns #sidebar nav.aside ul.aside_menu .subnavi li.sns img {
  opacity: 0.6;
}

body.serif #sidebar nav.aside ul.aside_menu .subnavi li.serif a {
  color: #ccc;
}
body.serif #sidebar nav.aside ul.aside_menu .subnavi li.serif img {
  opacity: 0.6;
}

body.line #sidebar nav.aside ul.aside_menu .subnavi li.line a {
  color: #ccc;
}
body.line #sidebar nav.aside ul.aside_menu .subnavi li.line img {
  opacity: 0.6;
}

body.photo #sidebar nav.aside ul.aside_menu .subnavi li.photo a {
  color: #ccc;
}
body.photo #sidebar nav.aside ul.aside_menu .subnavi li.photo img {
  opacity: 0.6;
}

body.cm #sidebar nav.aside ul.aside_menu .subnavi li.cm a {
  color: #ccc;
}
body.cm #sidebar nav.aside ul.aside_menu .subnavi li.cm img {
  opacity: 0.6;
}

body.phrases #sidebar nav.aside ul.aside_menu .subnavi li.phrases a {
  color: #ccc;
}
body.phrases #sidebar nav.aside ul.aside_menu .subnavi li.phrases img {
  opacity: 0.6;
}

body.mochu_manners #sidebar nav.aside ul.aside_menu .subnavi li.mochu_manners a {
  color: #ccc;
}
body.mochu_manners #sidebar nav.aside ul.aside_menu .subnavi li.mochu_manners img {
  opacity: 0.6;
}
body.conveni_print #sidebar nav.aside ul.aside_menu .subnavi li.conveni a {
  color: #ccc;
}
body.conveni_print #sidebar nav.aside ul.aside_menu .subnavi li.conveni img {
  opacity: 0.6;
}
body.nenga_trade #sidebar nav.aside ul.aside_menu .subnavi li.sns a {
  color: #ccc;
}
body.nenga_trade #sidebar nav.aside ul.aside_menu .subnavi li.sns img {
  opacity: 0.6;
}
body.onepiece #sidebar nav.aside ul.aside_menu .subnavi li.one_piece a {
  color: #ccc;
}
body.onepiece #sidebar nav.aside ul.aside_menu .subnavi li.one_piece img {
  opacity: 0.6;
}
body.narikiri #sidebar nav.aside ul.aside_menu .subnavi li.narikiri a {
  color: #ccc;
}
body.narikiri #sidebar nav.aside ul.aside_menu .subnavi li.narikiri img {
  opacity: 0.6;
}



/*-------------------------------------
  marupos
----------------------------------------*/

/*--------------------------
  marupos_modal
---------------------------*/
#marupos_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0;
}
#marupos_modal #marupos_inner {
  width: 950px;
  height: 100vh;
  position: relative;
  left: 0;
  top: 0;
}
#marupos_modal #marupos_close {
  position: absolute;
  right: -70px;
  top: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-image: url('/assets/images/marupos/btn_close.png');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1000;
}
#marupos_modal #marupos_content {
  overflow: hidden;
  z-index: 1000;
  position: relative;
  /*position: fixed;*/
  left: 0;
  top: 0;
}

/***
*  marupos_main
***/
#marupos_modal #marupos_main {
  width: 670px;
  float: left;
  height: 100vh;
}
#marupos_modal #marupos_main #marupos_chat {
  background: #bee9ff;
  padding: 0 0 0 25px;
  height: calc(100vh - 66px);
}
#marupos_modal #marupos_main #marupos_chat #marupos_chat_inner {
  overflow-y: auto;
  height: 100%;
  border: none;
  outline: none;
  padding: 30px 0 0 0;
}
#marupos_modal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  background: rgba(0,0,0,0.5);
}
#marupos_modal .mCSB_scrollTools .mCSB_draggerRail {
  background: none;
}
#marupos_modal #marupos_main .mCustomScrollBox {
  top: -20px;
}


#marupos_modal #marupos_main #marupos_chat .speak_marupos_wrap {
  margin-bottom: 30px;
  padding: 0 0 0 90px;
  background-image: url('/assets/images/marupos/img_marupos_chara.png');
  background-repeat: no-repeat;
  background-position: left top;
  clear: both;
  min-height: 70px;
}
#marupos_modal #marupos_main #marupos_chat .speak_kakupos_wrap {
  margin-bottom: 30px;
  padding: 0 0 0 90px;
  background-image: url('/assets/images/marupos/img_kakupos_chara.png');
  background-repeat: no-repeat;
  background-position: left top;
  clear: both;
  min-height: 70px;
}
#marupos_modal #marupos_main #marupos_chat .fuki_marupos {
  background: #fff;
  padding: 15px 20px;
  font-size: 16px;
  position: relative;
  max-width: 400px;
  box-sizing: border-box;
  border-radius: 10px;
  line-height: 1.6;
}
#marupos_modal #marupos_main #marupos_chat .fuki_marupos .linkContent {
  border: 1px solid #e6e6e6;
  width: 208px;
  margin-bottom: 10px;
}
#marupos_modal #marupos_main #marupos_chat .fuki_marupos .linkContent .thumb {
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
#marupos_modal #marupos_main #marupos_chat .fuki_marupos .linkContent .thumb img {
  margin: 0 auto;
}
#marupos_modal #marupos_main #marupos_chat .fuki_marupos .linkContent .text {
  padding: 5px 5px 10px 5px;
  font-weight: bold;
}
#marupos_modal #marupos_main #marupos_chat .fuki_marupos .linkContent a {
  text-decoration: none;
}
#marupos_modal #marupos_main #marupos_chat .fuki_marupos .linkContent a:hover {
  text-decoration: underline;
}
#marupos_modal #marupos_main #marupos_chat .fuki_marupos a {
  text-decoration: underline;
}
#marupos_modal #marupos_main #marupos_chat .fuki_marupos a:hover {
  text-decoration: none;
}

#marupos_modal #marupos_main #marupos_chat .fuki_marupos.slideContent {
  width: calc(100% - 20px);
  max-width: none;
  padding: 15px 20px;
}
#marupos_modal #marupos_main #marupos_chat .fuki_marupos.slideContent .slide_wrap {
  margin-bottom: 15px;
}
#marupos_modal #marupos_main #marupos_chat .fuki_marupos.slideContent .slide_view {
  position: relative;
  margin: 0 auto;
  width: 440px;
}
#marupos_modal #marupos_main #marupos_chat .fuki_marupos.slideContent .slide_view ul {
  overflow: hidden;
}
#marupos_modal #marupos_main #marupos_chat .fuki_marupos.slideContent li {
  float: left;
  margin: 0 5px;
  border: 1px solid #e6e6e6;
  width: 208px !important;
}
#marupos_modal #marupos_main #marupos_chat .fuki_marupos.slideContent li .thumb {
  border-bottom: 1px solid #e6e6e6;
}
#marupos_modal #marupos_main #marupos_chat .fuki_marupos.slideContent li .text {
  padding: 5px 5px 10px 5px;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
}
#marupos_modal #marupos_main #marupos_chat .fuki_marupos.slideContent li a {
  text-decoration: none;
}
#marupos_modal #marupos_main #marupos_chat .fuki_marupos.slideContent .bx-prev {
  position: absolute;
  left: -20px;
  top: 45%;
  width: 14px;
  height: 20px;
  background-image: url('/assets/images/marupos/prev_slide.png');
  background-repeat: no-repeat;
  background-position: left top;
  cursor: pointer;
  text-indent: -999px;
}
#marupos_modal #marupos_main #marupos_chat .fuki_marupos.slideContent .bx-next {
  position: absolute;
  right: -20px;
  top: 45%;
  width: 14px;
  height: 20px;
  background-image: url('/assets/images/marupos/next_slide.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  text-indent: -999px;
}
#marupos_modal #marupos_main #marupos_chat .fuki_marupos.slideContent .bx-prev.disabled,
#marupos_modal #marupos_main #marupos_chat .fuki_marupos.slideContent.bx-next.disabled {
  cursor: default;
  display: none;
}

#marupos_modal #marupos_main #marupos_chat .fuki_marupos:before {
  position: absolute;
  left: -15px;
  top: 20px;
  content: url('/assets/images/marupos/fuki_marupos.png');
}
#marupos_modal #marupos_main #marupos_chat .speak_user_wrap {
  float: right;
  padding: 0 25px 0 0;
  margin-bottom: 30px;
}
#marupos_modal #marupos_main #marupos_chat .fuki_user {
  background: #cddc39;
  padding: 15px 20px;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 10px;
  max-width: 290px;
}
#marupos_modal #marupos_main #marupos_chat .fuki_user:before {
  position: absolute;
  right: -16px;
  text-decoration: 20px;
  content: url('/assets/images/marupos/fuki_user.png');
}

#marupos_modal #marupos_main #marupos_form {
  background: #f2f2f2;
  padding: 15px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
#marupos_modal #marupos_main #marupos_form .form_text {
  width: 530px;
  float: left;
  box-sizing: border-box;
  padding: 5px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #ccc;
}
#marupos_modal #marupos_main #marupos_form .form_btn {
  float: right;
  border: none;
  padding: 0;
  margin: 0;
}

/***
*  marupos_side
***/
#marupos_modal #marupos_side {
  width: 280px;
  background: #fff;
  float: right;
  height: 100vh;
}

#marupos_modal #marupos_side #side_qa {
  position: relative;
  padding: 25px 15px 55px 25px;
  height: calc(100vh - 300px);
  min-height: 280px;
}
#marupos_modal #marupos_side #side_qa #side_qa_wrap {
  overflow-y: auto;
  min-height: 200px;
  padding: 0 10px 0 0;
}
#marupos_modal #marupos_side #side_qa .kakupos {
  margin-bottom: 25px;
  background-image: url('/assets/images/marupos/img_kakupos.png');
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0 0 0 70px;
  font-size: 16px;
  font-weight: bold;
}
#marupos_modal #marupos_side #side_qa li {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
}
#marupos_modal #marupos_side #side_qa li a {
  cursor: pointer;
}
#marupos_modal #marupos_side #side_qa .search_category {
  position: absolute;
  left: 30px;
  bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  font-weight: bold;
  text-align: center;
  width: 200px;
  padding: 10px 0;
}

#marupos_modal #marupos_side #side_links {
  border-top: 1px solid #e6e6e6;
  background: #fff;
  position: relative;
  z-index: 3;
  height: 220px;
}
#marupos_modal #marupos_side #side_links .inner {
  padding: 30px;
}
#marupos_modal #marupos_side #side_links .tit {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
#marupos_modal #marupos_side #side_links li {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}
#marupos_modal #marupos_side #side_links .link_blank {
  display: inline-block;
  background-image: url('/assets/images/footer_icon_brank.png');
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

#marupos_modal #marupos_overlay {
  background: #000;
  opacity: 0.5;
  filter:alpha(opacity=50);
  -ms-filter: “alpha( opacity=50 )”;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;;
}

/*--------------------------
  marupos_btn
---------------------------*/
#marupos_btn {
  position: fixed;
  left: 20px;
  bottom: 50px;
  z-index: -1;
  opacity: 0;
}
#marupos_btn #marupos_btn_inner {
  position: relative;
  width: 325px;
}
#marupos_btn #marupos_btn_hide {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url('/assets/images/marupos/btn_marupos_small.png');
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
#marupos_btn #marupos_btn_hide:hover {
  opacity: 0.7;
}
#marupos_btn #marupos_btn_content {
  background: #c1eaff;
  padding: 15px 10px 15px 15px;
  width: 325px;
  display: table;
  table-layout: fixed;
  box-sizing: border-box;
  cursor: pointer;
}
#marupos_btn #marupos_btn_content .thumb {
  display: table-cell;
  vertical-align: middle;
  width: 58px;
  height: 58px;
  padding-right: 10px;
}
#marupos_btn #marupos_btn_content .thumb img {
  width: 100%;
  height: auto;
}
#marupos_btn #marupos_btn_content:hover .thumb {
  opacity: 0.7;
}
#marupos_btn #marupos_btn_content .text {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
#marupos_btn #marupos_btn_content:hover .text {
  color: #666;
}

#marupos_btn_small {
  background-image: url('/assets/images/marupos/img_marupos_small.png');
  background-repeat: no-repeat;
  width: 76px;
  height: 76px;
  position: fixed;
  left: 50px;
  bottom: 50px;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
}
#marupos_btn_small:hover {
  opacity: 0.7;
}

/***
*  kakupos_qa
***/
#kakupos_qa {
  z-index: 999;
  position: fixed;
  background: #fff;
  width: 0;
  height: 100%;
}
#kakupos_qa #kakupos_qa_scroll {
  overflow-y: auto;
  height: 100vh;
}
#kakupos_qa #kakupos_qa_inner {
  width: 820px;
  margin: 0 auto;
  padding: 200px 0 30px;
  position: relative;
}
#kakupos_qa #kakupos_header {
  position: fixed;
  left: 50px;
  top: 0;
  z-index: 5;
  padding-top: 50px;
  width: 820px;
  background: #fff;
}
#kakupos_qa #back_marupos {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  background: url('/assets/images/marupos/icon_back.png') no-repeat left 50%;
  padding-left: 20px;
}
#kakupos_qa #back_marupos:hover {
  opacity: 0.7;
}

#kakupos_qa #kakupos_nav {
  overflow: hidden;
  margin: 55px -35px 0 0;
  display: none;
  padding-bottom: 30px;
}
#kakupos_qa #kakupos_nav li {
  float: left;
  font-size: 14px;
  margin-right: 35px;
}
#kakupos_qa #kakupos_nav li a {
  text-decoration: none;
  position: relative;
}
#kakupos_qa #kakupos_nav li a:hover {
  opacity: 0.7;
}

#kakupos_qa #kakupos_nav li a.block_link {
  pointer-events: none;
}
#kakupos_qa #kakupos_nav li a.block_link:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  content: '';
  pointer-events: none;
}
#kakupos_qa #kakupos_nav li span {
  background-image: url('/assets/images/marupos/icon_down.png');
  background-repeat: no-repeat;
  background-position: right 50%;
  padding-right: 15px;
}

#kakupos_qa .qa_title {
  text-align: center;
  margin-bottom: 30px;
}
#kakupos_qa .qa_title span {
  background-image: url('/assets/images/marupos/img_qa_kakupos.png');
  background-repeat: no-repeat;
  padding: 20px 0 18px 85px;
  font-size: 28px;
  font-weight: bold;
}

#kakupos_qa #kakupos_qa_tab {
  overflow: hidden;
}
#kakupos_qa #kakupos_qa_tab li {
  float: left;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
  padding: 20px 0;
  cursor: pointer;
}
#kakupos_qa #kakupos_qa_tab li#tab1 {
  width: 274px;
}
#kakupos_qa #kakupos_qa_tab li#tab2 {
  width: 274px;
  border-left: none;
}
#kakupos_qa #kakupos_qa_tab li#tab3 {
  width: 268px;
  border-left: none;
}
#kakupos_qa #kakupos_qa_tab li.active {
  background: #f0f0f0;
}
#kakupos_qa #kakupos_qa_tab li:hover {
  background: #f0f0f0;
}

#kakupos_qa h3.qa_title {
  text-align: center;
  position: relative;
  padding: 5px 20px;
  margin-bottom: 40px;
}
#kakupos_qa h3.qa_title span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 3;
  font-size: 14px;
}
#kakupos_qa h3.qa_title:before {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background: #ccc;
  content: '';
}

#kakupos_qa .qa_content {
  display: none;
}
#kakupos_qa .qa_content.active {
  display: block !important;
}
#kakupos_qa .qa_content dt {
  font-size: 18px;
  cursor: pointer;
  padding: 15px 0 15px 25px;
  font-weight: bold;
  line-height: 1.6;
}
#kakupos_qa .qa_content dt.off {
  transition: all 0.3s linear;
}
#kakupos_qa .qa_content dt.off:hover, #kakupos_qa .qa_content dt.on {
  background: #f5f5f5;
}
#kakupos_qa .qa_content dt.off span {
  background-image: url('/assets/images/marupos/icon_arrow_off.png');
  background-repeat: no-repeat;
  background-position: right 50%;
  padding: 5px 20px 5px 0;
}
#kakupos_qa .qa_content dt.on span {
  background-image: url('/assets/images/marupos/icon_arrow_on.png');
  background-repeat: no-repeat;
  background-position: right 50%;
  padding: 5px 20px 5px 0;
}

#kakupos_qa .qa_content dd {
  background: #f5f5f5;
  padding: 0px 50px 20px 30px;
  overflow: hidden;
  margin: 0 0 2px 0;
  font-size: 14px;
  display: none;
}
#kakupos_qa .qa_content dd ul.contentList {
  overflow: hidden;
  margin-right: -20px;
}
#kakupos_qa .qa_content dd ul.contentList li {
  width: 208px;
  float: left;
  margin-right: 20px;
}
#kakupos_qa .qa_content dd ul.contentList li .thumb {
  border-bottom: ;
}
#kakupos_qa .qa_content dd ul.contentList li .text {
  background: #fff;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  height: 37px;
}




/*====================================*/

.p-back-to-top {
  margin: 0 auto;
  text-align: right;
  /*padding: 3px calc(3.125% - (1280px - 100%) * .101);*/
  padding: 0 22px 0 0;
  position: relative;
  z-index: 5;
  bottom: -50px;
}
.p-back-to-top__icon {
  display: inline-block;
  position: relative;
  background-image: url('/assets/images/btn_pagetop.gif');
  background-repeat: no-repeat;
  background-size: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/btn_pagetop.gif',sizingMethod='scale');
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
}
.l-footer {
  width: 100%;
  min-width: 980px;
  margin: 0 auto;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  background: #fff;
  padding: 70px 0 0 0;
}
.p-footer-links {
  zoom: 1;
  margin-bottom: 10px;
  font-size: 12px;
  /*padding: 0 calc(3.125% - (1280px - 100%) * .101);*/
  padding: 0 20px 0 33px;
}
.p-footer-links:after {
  content: "";
  display: block;
  clear: both;
}
.p-footer-links__item {
  float: left;
  margin-right: 20px;
}
.p-footer-links__item:before {
  font-size: .8em;
  vertical-align: middle;
  margin-right: 3px;
}
.p-footer-links__item--external:before, .p-footer-links__item--link:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: icons;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: -2px;
  speak: none;
  text-transform: none;
}
.p-footer-links__item--external:before {
  content: url('/assets/images/footer_icon_brank.png');
}
.p-footer-links__item--link:before {
  content: "";
}
.p-copyright {
  background-color: #ce0500;
  /*padding: 3px calc(3.125% - (1280px - 100%) * .101);*/
  padding: 5px 20px 8px 33px;
  text-align: right;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: Noto Sans Japanese,Helvetica,Arial,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
}
.p-copyright__logo {
  float: left;
}


/**
*
* Breadcrumb
*
**/
.yb-breadCrumb {
  margin-bottom: 30px;
}
.yb-breadCrumb__item, .yb-breadCrumb__item--current {
  display: inline-block;
  font-size: 14px;}
  .yb-breadCrumb__item:after, .yb-breadCrumb__item--current:after {
    content: " > "; }
  .yb-breadCrumb__item--current:after {
    content: ""; }
  .yb-breadCrumb__item a, .yb-breadCrumb__item--current a {
    text-decoration: none; }
    .yb-breadCrumb__item a:hover, .yb-breadCrumb__item--current a:hover {
      text-decoration: underline; }

/**
*
* With SWF Plugin
*
**/
.plugin {
  min-height: 100%;
  height: 100%; }
  .plugin body {
    min-width: 0;
    min-height: 100%;
    /*height: 100%;*/
    margin-bottom: 0; }

.swfcontent {
  position: absolute;
  top: 0;
  left: 0; }

/**
*
**/
.icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/icon_red.gif);
  background-repeat: no-repeat;
  vertical-align: top;
  line-height: 1; }

.icon-arrow-right {
  background-position: 0 0; }

.icon-external {
  background-position: -24px 0; }

.icon-plus-circled {
  background-position: -48px 0; }

.icon-arrow-black {
  width: 7px;
  background: url(../images/icon_black_arrow.gif) no-repeat 0 5px; }

.row {
  *zoom: 1;
  margin-right: auto;
  margin-left: auto; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

.row-half {
  background: url(../images/grid_bg_half.gif) repeat-y 50% 0; }

.row-third {
  background: url(../images/grid_bg_third.gif) repeat-y 50% 0; }

.g-full {
  float: left;
  float: none;
  width: 100%;
  margin-right: 0; }
  .g-full:last-child, .g-full.last {
    float: right; }

.g-half{
  float: left;
  width: 330px;
  margin-right: 40px; }
  .g-half:last-child{
    float: right; }
  .g-half:last-child {
    margin-right: 0; }
  .g-half.single {
    float: left;
  }

.g-third {
  float: left;
  width: 206px;
  margin-right: 41px; }
  .g-third:last-child, .g-third.last {
    float: right; }
  .g-third:last-child {
    margin-right: 0; }

.g-last {
  margin-right: 0; }

.g-centered {
  float: none;
  margin-right: auto;
  margin-left: auto; }

.panel {
  padding: 20px; }

.panel-border {
  padding: 19px;
  border: 1px solid #ddd; }

.panel-gray {
  position: relative;
  background: #eee;
  overflow: hidden; }

.bnr-list {
  overflow: hidden; }
  .bnr-list ul {
    margin: 0 -20px 20px 0;
    padding: 0;
    list-style: none; }
  .bnr-list li {
    display: block;
    float: left;
    margin-right: 20px; }
    .bnr-list li a {
      display: block; }


/**
*
* Button
*
**/
.button {
  width: 220px;
  margin-top: 20px; }
  .button a {
    display: block;
    padding: 10px 25px;
    border: 1px solid #ddd;
    border-radius: 2px;
    line-height: 2;
    color: #0068b7;
    text-align: center;
    text-decoration: underline;
    outline: 0; }
    .button a:hover {
      border-color: #c00;
      text-decoration: none; }
  .button .line-first {
    font-size: 12px; }
  .button .line-second {
    font-size: 16px; }

.button-image {
  margin-top: 20px; }

.button-primary a {
  background: url(../images/button_bg.gif) no-repeat 0 50%; }
  .button-primary a:hover {
    background-image: url(../images/button_bg_ov.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: #c00;
    color: #fff;
   }

.button-secondary a {
  background: url(../images/button_bg_external.gif) no-repeat 0 50%; }
  .button-secondary a:hover {
    background: url(../images/button_bg_external_ov.gif) no-repeat 0 50%;
    color: #fff; }

.button-double a {
  padding-top: 12px;
  padding-bottom: 8px;
  line-height: 1.3; }

.button-double-print a {
  line-height: 1.2;
}

.button-thirdly a {
  background: url(../images/button_bg_external02.gif) no-repeat 0 0; }
  .button-thirdly a:hover {
    background: #CC0000 url(../images/button_bg_external02_ov.gif) no-repeat 0 0;
    color: #fff; }


/**
*
* Media - imgs/videos
*
**/
.thumbs-before-text {
  margin-bottom: 12px; }

.thumbs-after-text {
  margin-top: 12px; }

.thumbs-in-text {
  margin-top: 12px;
  margin-bottom: 12px; }

.thumbs-center {
  text-align: center; }



/**
*
* section__title
*
**/
.page-title {
  margin-bottom: 30px; }

.section-title {
  font-size: 20px;
}
.section-title .small {
  font-size: 16px;
  line-height: 1.5;
}
.section-title .block {
  display: block;
}
.section-title, body.create .section-title-differ {
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1; }

.subsection-title, body.create .subsection-title-differ, body.create .subsection-title-howto {
  margin-bottom: 12px;
  line-height: 1; }
  .subsection-title span, body.create .subsection-title-differ span, body.create .subsection-title-howto span {
    display: block; }
  .subsection-title .single, body.create .subsection-title-differ .single, body.create .subsection-title-howto .single,
  .subsection-title .double,
  body.create .subsection-title-differ .double,
  body.create .subsection-title-howto .double {
    line-height: 20px; }
  .subsection-title .single, body.create .subsection-title-differ .single, body.create .subsection-title-howto .single {
    margin-top: 10px; }
  .subsection-title .double, body.create .subsection-title-differ .double, body.create .subsection-title-howto .double {
    margin-top: 0; }

.subsection-title-icon {
  float: left;
  margin-right: 1em; }


/**
*
* Navigation
*
**/
.nav {
  *zoom: 1;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: "";
    display: table; }
  .nav:after {
    clear: both; }
  .nav li {
    position: relative;
    display: block; }
    .nav li a {
      position: relative;
      display: block; }
  .nav li.disabled a {
    color: #404040; }

/**
*
* Tabs
*
**/
.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs li a {
      width: 86px;
      margin-right: 2px;
      padding: 6px 0;
      border: 1px solid #ddd;
      color: #404040;
      text-align: center;
      text-decoration: none;
      background-color: #eee; }
    .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
      color: #fff;
      background-color: #c00;
      border-bottom-color: #c00; }

.tab-content {
  padding: 19px;
  border-color: #ddd;
  border-width: 0 1px 1px;
  border-style: solid; }
  .tab-content .tab-pane {
    display: none; }
  .tab-content .active {
    display: block; }







/**
*
* Design Kit
*
**/
.yn-designkit-header {
  margin-top: 40px;
  margin-bottom: 40px; }

.yn-designkit-download {
  margin-bottom: 20px; }
  .yn-designkit-download .g-half, .yn-designkit-download body.create .g-half-differ, body.create .yn-designkit-download .g-half-differ, .yn-designkit-download body.create .g-half-case, body.create .yn-designkit-download .g-half-case {
    width: 340px;
    margin-right: 20px; }
    .yn-designkit-download .g-half:last-child, .yn-designkit-download body.create .g-half-differ:last-child, body.create .yn-designkit-download .g-half-differ:last-child, .yn-designkit-download body.create .g-half-case:last-child, body.create .yn-designkit-download .g-half-case:last-child {
      margin-right: 0; }
  .yn-designkit-download .g-last {
    margin-right: 0; }
  .yn-designkit-download .footer {
    text-align: center; }
  .yn-designkit-download .store-download {
    width: 290px;
    margin: 25px auto;
    padding: 0;
    list-style: none; }
    .yn-designkit-download .store-download li {
      float: left; }
    .yn-designkit-download .store-download .appStore {
      margin-right: 16px; }
  .lt-ie7 .yn-designkit-download .panel-border {
    padding: 14px; }

.yn-designkit-version .lead {
  margin-bottom: 20px; }

.yn-designkit-policy {
  margin-bottom: 20px; }
  .yn-designkit-policy dl {
    margin-top: 0;
    margin-bottom: 0; }
  .yn-designkit-policy dt {
    font-weight: bold;
    font-size: 14px; }
  .yn-designkit-policy dd {
    margin: 0 0 1em; }

.panel-design_kit {
  margin-top: 30px;
  margin-bottom: 20px; }

.subsection-title-design_kit {
  text-align: center; }

.bold {
  font-weight: bold; }

.height410 {
  height: 410px; }

.link_design_kit {
  margin-top: 30px;
  margin-bottom: 20px; }
  .link_design_kit i {
    padding-right: 2px; }

.base-design_kit {
  margin-top: 30px;
  margin-bottom: 20px; }

.footer-design_kit i {
  padding-right: 2px; }



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

.mb15 {
margin-bottom: 15px; }

.mt30 {
margin-top: 30px; }

.mb20 {
margin-bottom: 20px; }

.mb30 {
margin-bottom: 30px; }

.pb20 {
padding-bottom: 20px; }

.pt20 {
padding-top: 20px; }

th.tal {
text-align: left; }

.pr2 i {
padding-right: 2px; }

.badge {
position: absolute;
top: 37px;
left: 51px; }

.qr {
float: right; }

.panel-gray {
padding: 9px 25px; }

.section-title-design_kit-faq {
margin-top: 40px;
margin-bottom: 30px; }

.hr-design_kit-faq {
margin-top: 25px;
margin-bottom: 25px; }

.hr-design_kit-faq-large {
margin-top: 40px; }

.indent {
text-indent: -1em;
padding-left: 1em; }

.img_link ul {
padding-left: 0; }
.img_link ul .img_link_last {
  margin-top: 20px; }

  .red {
    color: #c00; }

  .font10 {
    font-size: 10px; }

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

  .mb5 {
    margin-bottom: 5px;
  }

  .mb10 {
    margin-bottom: 10px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .mb100 {
    margin-bottom: 100px;
  }

  .mb15 {
    margin-bottom: 15px; }

  .mt30 {
    margin-top: 30px; }

  .mt15 {
    margin-top: 15px; }

  .mt25 {
    margin-top: 25px;
  }

  .mt35 {
    margin-top: 35px; }

  .mt73 {
    margin-top: 73px; }

  .mb10 {
    margin-bottom: 10px; }

  .mb20 {
    margin-bottom: 20px; }

  .mb25 {
    margin-bottom: 25px; }

  .mb30 {
    margin-bottom: 30px; }

  .mt40 {
    margin-top: 40px;
    }

  .mt45 {
    margin-top: 45px; }

  .mt60 {
    margin-top: 60px; }

  .pt10 {
    padding-top: 10px; }

  .pb20 {
    padding-bottom: 20px; }

  .pt20 {
    padding-top: 20px; }

  .pt15 {
    padding-top: 15px; }

  .ml10 {
    margin-left: 10px; }

  th.tal {
    text-align: left; }

  .pr2 i {
    padding-right: 2px; }

  .badge {
    position: absolute;
    top: 37px;
    left: 51px; }

  .qr {
    float: right; }

  .panel-gray {
    padding: 9px 25px; }

  p.clear {
    clear: both; }




/***
* modal
***/
#yubin_modal {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0;
}
#yubin_modal #modal_inner {
  width: 830px;
  position: relative;
  background: #f6f6f6;
  top: 0;
  left: 50%;
  margin-left: -415px;
  box-sizing: border-box;
  padding: 40px;
  z-index: 111;
}
#yubin_modal #modal_inner #close_modal {
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
}
#yubin_modal #modal_inner .img_main {
  margin-bottom: 30px;
}
#yubin_modal #modal_inner .caption {
  margin-bottom: 30px;
  font-size: 18px;
}
#yubin_modal #modal_inner ul.link_list {
  overflow: hidden;
  margin-bottom: 30px;
}
#yubin_modal #modal_inner ul.link_list li {
  width: 238px;
  float: left;
  margin-right: 16px;
  background: #fff;
  padding: 15px;
  font-size: 14px;
  box-sizing: border-box;
  height: 206px;
}
#yubin_modal #modal_inner ul.link_list li.last {
  margin-right: 0;
}
#yubin_modal #modal_inner ul.link_list li .text {
  padding: 0 0 0 30px;
  background: url('/assets/images/home/icon_modal_text.png') no-repeat left 3px;
  font-size: 13px;
}
#yubin_modal #modal_inner ul.link_list li.list_center .text {
  padding: 8px 0 8px 30px;
}
#yubin_modal #modal_inner .link_yubin {
  font-size: 20px;
  text-align: center;
}
#yubin_modal #modal_inner .link_yubin a {
  width: 100%;
  display: inline-block;
  background: url('/assets/images/home/icon_modal_yubin_off.png');
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-color: #c00;
  color: #fff;
  border: 1px solid #c00;
  padding: 15px;
  box-sizing: border-box;
}
#yubin_modal #modal_inner .link_yubin a:hover {
  background: url('/assets/images/home/icon_modal_yubin_on.png');
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-color: #fff;
  color: #c00;
}
#yubin_modal .overlay {
  background: #000;
  opacity: 0.5;
  filter:alpha(opacity=50);
  -ms-filter: “alpha( opacity=50 )”;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  cursor: pointer;
}

/*======================================
  ie8
========================================*/


.ie8Content {
  display: none;
}
body.ie8 .ie8Content {
  display: block;
}


/*--------------------------
  marupos_modal
---------------------------*/
body.ie8 #marupos_modal #marupos_main #marupos_chat #marupos_chat_inner {
  /*height: 100%;
  box-sizing: border-box;
  padding-bottom: 60px;*/
}
body.ie8 #marupos_modal #marupos_main #marupos_chat .fuki_marupos.slideContent {
  max-width: 500px;
  width: 500px;
}

body.ie8 #marupos_modal #marupos_side #side_qa #side_qa_wrap {
  overflow: auto;
  height: 120px;
  min-height: 120px;
}
body.ie8 #marupos_modal #marupos_side #side_qa {
  min-height: 230px;
}

body.ie8 #kakupos_qa #kakupos_qa_scroll {
  /*height: calc(100% - 40px);*/
}

/*======================================
  sp
========================================*/
body.sp #yubin_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 50%;
  opacity: 0;
  margin-top: -337px;
}
body.sp #modal_inner {
  top: 0 !important;
}

/*--------------------------
  marupos_modal
---------------------------*/
body.sp #marupos_modal #marupos_inner {
  width: 90%;
  height: 100%;
}
body.sp #marupos_modal #marupos_content {
  height: 100%;
}
body.sp #marupos_modal #marupos_main {
  width: 75%;
  height: 100%;
}
body.sp #marupos_modal #marupos_main #marupos_chat {
  height: calc(100% - 66px);
}
body.sp #marupos_modal #marupos_main #marupos_form .form_text {
  width: 78%;
}
body.sp #marupos_modal #marupos_main #marupos_form .form_btn {
  width: 16%;
}
body.sp #marupos_modal #marupos_main #marupos_form .form_btn img {
  width: 100%;
  height: auto;
}

body.sp #marupos_modal #marupos_side {
  width: 25%;
  height: 100%;
}
body.sp #marupos_modal #marupos_side #side_qa {
  height: auto;
}
body.sp #marupos_modal #marupos_side #side_qa .kakupos {
  font-size: 14px;
}
body.sp #marupos_modal #marupos_side #side_qa #side_qa_wrap {
  height: 400px !important;
}

body.sp #kakupos_qa #kakupos_qa_scroll {
  height: calc(100% - 200px);
}
