@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
/* Vendors
----------------------------------------------------------------- */
/**
 * #Normalize
 */
/* ==========================================================================
   Normalize.css
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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.
 */
body {
  margin: 0; }

/* 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,
hgroup,
main,
menu,
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* 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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0; }

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * 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 {
    vertical-align: top;
    max-width: 100%; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
          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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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; }

/* Vendors-extension
----------------------------------------------------------------- */
/**
 * #Normalize
 */
/* Base
----------------------------------------------------------------- */
/**
 * #Main
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  color: #00afc0;
  -webkit-transition: .3s ease all;
  transition: .3s ease all; }
  a:visited {
    color: #00afc0; }
  a:hover {
    color: #00818d;
    -webkit-transition: .3s ease all;
    transition: .3s ease all; }
  a:active {
    color: #00ddf3; }

html {
  font-size: 62.5% !important; }

body {
  font-size: 1.4rem !important;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Noto Sans Japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  background: #F4F4F4;
  font-weight: 500;
  color: #444;
  letter-spacing: 0.01rem;
  line-height: 1.6; }

img {
  vertical-align: top; }

p {
  margin-top: 0;
  margin-bottom: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.u-list--disc {
    list-style-type: disc;
    list-style-position: outside; }
    ul.u-list--disc > * {
      margin-left: 24px; }

ol {
  margin: 0;
  padding: 0;
  list-style-type: decimal; }
  ol.u-list--num {
    list-style-position: outside; }
    ol.u-list--num > * {
      margin-left: 24px; }

dl {
  margin: 0;
  padding: 0; }

dd {
  margin-left: 0; }

figure {
  margin: 1em; }

input,
button,
textarea,
select {
  font-size: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

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

.u-blink:hover {
  opacity: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: bright;
          animation-name: bright; }

@-webkit-keyframes bright {
  0% {
    opacity: .5; }
  15% {
    opacity: .0; }
  30% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@keyframes bright {
  0% {
    opacity: .5; }
  15% {
    opacity: .0; }
  30% {
    opacity: .5; }
  100% {
    opacity: 1; } }

.u-center {
  text-align: center !important; }

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

.u-italic {
  font-style: italic; }

.u-cursive {
  font-family: 'Dancing Script', cursive; }

.u-td-n {
  text-decoration: none !important; }

.u-m0a {
  margin: 0 auto !important; }

.u-m0 {
  margin: 0 !important; }

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

.u-mb5 {
  margin-bottom: 5px !important; }

.u-mb10 {
  margin-bottom: 10px !important; }

.u-mb20 {
  margin-bottom: 20px !important; }

.u-mb30 {
  margin-bottom: 30px !important; }

.u-mb40 {
  margin-bottom: 40px !important; }

.u-mb50 {
  margin-bottom: 50px !important; }

.u-mb60 {
  margin-bottom: 60px !important; }

.u-mb100 {
  margin-bottom: 100px !important; }

.u-mbem {
  margin-bottom: 1em !important; }

.u-mt5 {
  margin-top: 5px !important; }

.u-mt10 {
  margin-top: 10px !important; }

.u-mt20 {
  margin-top: 20px !important; }

.u-mt30 {
  margin-top: 30px !important; }

.u-mt40 {
  margin-top: 40px !important; }

.u-mtb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.u-mtb20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.u-mtb30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.u-pt10 {
  padding-top: 10px !important; }

.u-pt20 {
  padding-top: 20px !important; }

.u-strong-l {
  font-size: 1.57em;
  font-weight: bold; }
  .u-strong-l.-nobold {
    font-weight: normal; }

.u-strong-m {
  font-size: 1.28em;
  font-weight: bold; }
  .u-strong-m.-nobold {
    font-weight: normal; }

.u-large-m {
  font-size: 1.28em; }

.u-large {
  font-size: 1.14em; }

.u-small {
  font-size: 0.857em; }

.u-green {
  color: #00afc0; }

.u-green-force {
  color: #00afc0 !important; }

.u-grey {
  color: #ccc; }

.u-dgrey {
  color: #999; }

.u-grey-force {
  color: #ccc !important; }

.u-nowrap {
  white-space: nowrap; }

.u-red {
  color: #e95f59; }

.u-red-force {
  color: #e95f59 !important; }

.u-black {
  color: #444444; }

.u-bold {
  font-weight: bold; }

.w5p {
  width: 5% !important; }

.w10p {
  width: 10% !important; }

.w15p {
  width: 15% !important; }

.w20p {
  width: 20% !important; }

.w25p {
  width: 25% !important; }

.w30p {
  width: 30% !important; }

.w33p {
  width: 33% !important; }

.w34p {
  width: 34% !important; }

.w35p {
  width: 35% !important; }

.w40p {
  width: 40% !important; }

.w45p {
  width: 45% !important; }

.w50p {
  width: 50% !important; }

.w55p {
  width: 55% !important; }

.w60p {
  width: 60% !important; }

.w65p {
  width: 65% !important; }

.w66p {
  width: 66% !important; }

.w67p {
  width: 67% !important; }

.w70p {
  width: 70% !important; }

.w75p {
  width: 75% !important; }

.w80p {
  width: 80% !important; }

.w85p {
  width: 85% !important; }

.w90p {
  width: 90% !important; }

.w95p {
  width: 95% !important; }

.w100p {
  width: 100% !important; }

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

.p-dispPC {
  display: block; }
.p-dispSP {
  display: none; }

.c-container__wrap {
  width: 100%;
  margin-bottom: 50px; }

.c-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  font-size: 0;
  vertical-align: middle; }
  .c-pagination > li {
    display: inline-block;
    font-size: 2.0rem;
    margin-right: 4px; }
    .c-pagination > li > a,
    .c-pagination > li > span {
      position: relative;
      float: left;
      padding: .1em .5em;
      text-decoration: none;
      color: #444444;
      background-color: #fff;
      border: none;
      margin-left: -1px; }
    .c-pagination > li:first-child > a,
    .c-pagination > li:first-child > span {
      margin-left: 0; }
  .c-pagination > li > a:hover, .c-pagination > li > a:focus,
  .c-pagination > li > span:hover,
  .c-pagination > li > span:focus {
    z-index: 2;
    color: #00afc0; }
  .c-pagination > .active > a, .c-pagination > .active > a:hover, .c-pagination > .active > a:focus,
  .c-pagination > .active > span,
  .c-pagination > .active > span:hover,
  .c-pagination > .active > span:focus {
    z-index: 3;
    color: #00afc0;
    font-weight: bold;
    cursor: default; }

.c-accordionBody,
.c-tabBody {
  display: none; }

.u-cursor--pointer {
  cursor: pointer; }

.c-basic_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 100%; }
  .c-basic_tabName > * {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1em 0 1em;
    background: #F4F4F4;
    border-radius: 5px 5px 0 0;
    color: #7f7f7f;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .c-basic_tabName > *.active, .c-basic_tabName > *:hover {
      background: #00afc0;
      color: #fff; }
  .c-basic_tabConent {
    display: none; }
    .c-basic_tabConent.active {
      display: block; }

.c-notice {
  position: relative;
  padding: 0 0 0 1em; }
  .c-notice:before {
    position: absolute;
    display: block;
    content: "※";
    top: 0;
    left: 0; }

.c-trim {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  width: 100%; }
  .c-trim > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto; }
  .c-trim-square {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    width: 100%; }
    .c-trim-square > img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: 100%;
      height: auto; }

.c-pageTop {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 30px; }
  .c-pageTop:before {
    content: '';
    width: 24px;
    height: 24px;
    border: 0px;
    border-top: solid 2px #00afc0;
    border-right: solid 2px #00afc0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    top: -57%;
    left: 45%; }

.dpn {
  display: none; }

.u-dispNoneMd,
.u-dispNoneXs {
  display: block; }

.u-dispNoneMd--inline,
.u-dispNoneXs--inline {
  display: inline-block; }

.u-dispMd,
.u-dispMd--inline,
.u-dispXs,
.u-dispXs--inline {
  display: none; }

.u-dispB {
  display: block; }

.u-dispinB {
  display: inline-block; }

/**
 * #Header
 */
.l-header {
  width: 100%;
  min-width: 1280px;
  background: #fff; }
  .l-header__inner {
    width: 1280px;
    min-height: 95px;
    margin: 0 auto; }

.l-bodyPc {
  min-width: 1300px; }

.u-btn-c > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #00afc0;
  border: 1px solid #00afc0;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  padding: 1em 0.8em;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff; }
  .u-btn-c > a:hover {
    background: #00afc0;
    color: #fff; }
    .u-btn-c > a:hover span::after {
      border-top: solid 2px #fff;
      border-right: solid 2px #fff; }
  .u-btn-c > a span {
    padding-right: 2em;
    position: relative;
    display: inline-block; }
    .u-btn-c > a span::after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      right: 10px;
      width: 6px;
      height: 6px;
      margin: -4px 0 0 0;
      border-top: solid 2px #00afc0;
      border-right: solid 2px #00afc0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.u-btn-c.arrow-out {
  position: relative; }
  .u-btn-c.arrow-out::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #00afc0;
    border-right: solid 2px #00afc0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .u-btn-c.arrow-out span::after {
    content: none; }
  .u-btn-c.arrow-out:hover::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff; }

.u-btn-c.-small > a {
  font-size: 1.4rem; }

.u-btn-c.-grey > a {
  background: #fff;
  border: 1px solid #7f7f7f;
  color: #7f7f7f; }
  .u-btn-c.-grey > a:hover {
    color: #fff;
    background: #7f7f7f;
    border: 1px solid #7f7f7f; }

.u-btn-b {
  display: flex;
  justify-content: center; }
  .u-btn-b > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-height: 55px;
    padding: 0 20px;
    color: #fff;
    border: 1px solid #00afc0;
    background: #00afc0;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative; }
    .u-btn-b > a:hover {
      background: #fff;
      color: #00afc0;
      border: 1px solid #00afc0; }
      .u-btn-b > a:hover span::after {
        border-top: solid 2px #00afc0;
        border-right: solid 2px #00afc0; }
    .u-btn-b > a span {
      padding-right: 2em;
      position: relative;
      display: inline-block; }
      .u-btn-b > a span::after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 6px;
        height: 6px;
        margin: -4px 0 0 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .u-btn-b > a.sbtn-bule {
      padding: 0.3em 0.4em;
      display: inline;
      font-size: small; }

.u-btn-b.arrow-out {
  position: relative; }
  .u-btn-b.arrow-out > a::after {
    display: block;
    content: "\e903";
    font-family: 'ssicon';
    position: absolute;
    top: 16%;
    right: 0;
    font-size: 2rem;
  }
  .u-btn-b.arrow-out > a span::after {
    content: none; }
  .u-btn-b.arrow-out > a:hover::after {
    border-top: solid 2px #00afc0;
    border-right: solid 2px #00afc0; }

.u-btn-b.-small > a {
  font-size: 1.4rem; }

.u-btn-b.-large > a {
  font-size: 1.8rem; }

.u-btn-b.-red > a {
  background: #e95f59;
  border: 1px solid #e95f59;
  width: 335px;
  font-size: 22px;}
  .u-btn-b.-red > a:after {
    font-family: 'ssicon' !important;
    -webkit-font-smoothing: antialiased;
    content: "\e91b";
    display: inline-block;
    font-size: 7vw;
    font-weight: normal;
    color: #fff;
    line-height: 1;
    position: absolute;
    left: -10vw;
    margin-top: 0.5vw; }
  .u-btn-b.-red > a:hover {
    color: #e95f59;
    background: #fff;
    border: 1px solid #e95f59; }
    .u-btn-b.-red > a:hover span::after {
      border-top: solid 2px #e95f59;
      border-right: solid 2px #e95f59; }

.u-btn-b.-red.arrow-out > a:hover::after {
  border-top: solid 2px #e95f59;
  border-right: solid 2px #e95f59; }

.u-btn-b.-blue > a {
  background: #0076c0;
  border: 1px solid #0076c0; }
  .u-btn-b.-blue > a:hover {
    color: #0076c0;
    background: #fff;
    border: 1px solid #0076c0; }
    .u-btn-b.-blue > a:hover span::after {
      border-top: solid 2px #0076c0;
      border-right: solid 2px #0076c0; }

.u-btn-b.-blue.arrow-out > a:hover::after {
  border-top: solid 2px #0076c0;
  border-right: solid 2px #0076c0; }

.u-btn-b.-purple > a {
  background: #4b4e94;
  border: 1px solid #4b4e94; }
  .u-btn-b.-purple > a:hover {
    background: #fff;
    border: 1px solid #4b4e94;
    color: #4b4e94; }
    .u-btn-b.-purple > a:hover span:after {
      border-top: solid 2px #4b4e94;
      border-right: solid 2px #4b4e94; }

.u-btn-b.-purple.arrow-out > a:hover:after {
  border-top: solid 2px #4b4e94;
  border-right: solid 2px #4b4e94; }

.u-btn-b.-purple > a {
  background: #4b4e94;
  border: 1px solid #4b4e94; }
  .u-btn-b.-purple > a:hover {
    background: #fff;
    border: 1px solid #4b4e94;
    color: #4b4e94; }
    .u-btn-b.-purple > a:hover span:after {
      border-top: solid 2px #4b4e94;
      border-right: solid 2px #4b4e94; }

.u-btn-b.-yellow > a {
  background: #fff462;
  color: #6b395f;
  border: 1px solid #fff462; }
  .u-btn-b.-yellow > a:hover {
    color: #6b395f;
    background: #fff;
    border: 1px solid #fff462; }
    .u-btn-b.-yellow > a:hover span::after {
      border-top: solid 2px #fff462;
      border-right: solid 2px #fff462; }

.u-btn-b.-yellow.arrow-out > a:hover::after {
  border-top: solid 2px #fff462;
  border-right: solid 2px #fff462; }

.u-btn-b.-emerald > a {
  background: #6ED4DA;
  color: #fff;
  border: 1px solid #6ED4DA; }
  .u-btn-b.-emerald > a:hover {
    color: #6ED4DA;
    background: #fff;
    border: 1px solid #6ED4DA; }
    .u-btn-b.-emerald > a:hover span::after {
      border-top: solid 2px #6ED4DA;
      border-right: solid 2px #6ED4DA; }

.u-btn-b.-emerald.arrow-out > a:hover::after {
  border-top: solid 2px #6ED4DA;
  border-right: solid 2px #6ED4DA; }

.u-btn-b.-indigo > a {
  background: #2C3E6B;
  border: 1px solid #2C3E6B; }
  .u-btn-b.-indigo > a:hover {
    color: #2C3E6B;
    background: #fff;
    border: 1px solid #2C3E6B; }
    .u-btn-b.-indigo > a:hover span::after {
      border-top: solid 2px #2C3E6B;
      border-right: solid 2px #2C3E6B; }

.u-btn-b.-indigo.arrow-out > a:hover::after {
  border-top: solid 2px #2C3E6B;
  border-right: solid 2px #2C3E6B; }

.u-btn-b.-indigo.-indigo-lighten > a {
  background: #6C9BD2;
  border: 1px solid #6C9BD2; }
  .u-btn-b.-indigo.-indigo-lighten > a:hover {
    color: #6C9BD2;
    background: #fff;
    border: 1px solid #6C9BD2; }
    .u-btn-b.-indigo.-indigo-lighten > a:hover span::after {
      border-top: solid 2px #6C9BD2;
      border-right: solid 2px #6C9BD2; }

.u-btn-b.-indigo.-indigo-lighten.arrow-out > a:hover::after {
  border-top: solid 2px #6C9BD2;
  border-right: solid 2px #6C9BD2; }

.u-btn-d > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  border: 1px solid #ff9900;
  background: #ff9900;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  padding: 1em 0.8em;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .u-btn-d > a:hover {
    background: #fff;
    color: #ff9900;
    border: 1px solid #ff9900; }
    .u-btn-d > a:hover span::after {
      border-top: solid 2px #ff9900;
      border-right: solid 2px #ff9900; }
  .u-btn-d > a span {
    padding-right: 2em;
    position: relative;
    display: inline-block; }
    .u-btn-d > a span::after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      right: 10px;
      width: 6px;
      height: 6px;
      margin: -4px 0 0 0;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .u-btn-d > a.sbtn-bule {
    padding: 0.3em 0.4em;
    display: inline;
    font-size: small; }

.u-btn-d.arrow-out {
  position: relative; }
  .u-btn-d.arrow-out > a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .u-btn-d.arrow-out > a span::after {
    content: none; }
  .u-btn-d.arrow-out > a:hover::after {
    border-top: solid 2px #00afc0;
    border-right: solid 2px #00afc0; }

.u-btn-d.-small > a {
  font-size: 1.4rem; }

.u-btn-d.-large > a {
  font-size: 1.8rem; }

.u-btn-disable.btn-thin > span {
  padding: 0.5em; }

.u-btn-b.btn-thin > a,
.u-btn-c.btn-thin > a,
.u-btn-d.btn-thin > a {
  padding: 0.5em; }

.u-btn-b.btn-inline > a,
.u-btn-c.btn-inline > a,
.u-btn-d.btn-inline > a {
  display: inline-block;
  width: auto; }

.u-btn-b.arrow-none a:hover span::after,
.u-btn-c.arrow-none a:hover span::after,
.u-btn-d.arrow-none a:hover span::after {
  content: none; }

.u-btn-b.arrow-none a::after,
.u-btn-c.arrow-none a::after,
.u-btn-d.arrow-none a::after {
  content: none; }

.u-btn-disable > span {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #7f7f7f;
  color: #7f7f7f;
  background: #c1c1c1;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  padding: 1em 0.8em;
  font-size: 1.6rem;
  text-align: center; }

.u-btn-disable.-small > span {
  font-size: 1.4rem; }

.u-btn-disable.-large > span {
  font-size: 1.8rem; }

.u-btn-cover--center {
  width: 380px;
  margin-left: auto;
  margin-right: auto; }

/*新TOPへ戻る 固定ボタン*/
.u-topReturn_btn a {
  display:block;
  position: fixed;
  z-index: 5;
  bottom: 1.8rem;   
  right: 1.8rem;    
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  background-color: #00afc0;
  opacity: 0.75;       
  text-align: center; 
  color:#fff;
  cursor: pointer;
  text-decoration: none;
}
.u-topReturn_btn a:before {
  content: "\e909";
  display: block;
  font-family: 'ssicon' !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-top: 0.8rem;
  font-size: 2rem;
}
.u-topReturn_btn a:hover {
  opacity: 1; 
}

.c-grid__flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .c-grid__flex-wrap.-space > * {
    margin-right: 1%; }
    .c-grid__flex-wrap.-space > *:last-child {
      margin-right: 0; }

.c-grid__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-grid__flex.-space > * {
    margin-right: 1%; }
    .c-grid__flex.-space > *:last-child {
      margin-right: 0; }

.c-grid__flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.c-grid__flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .c-grid__flex-center.-space > * {
    margin-right: 1%; }
    .c-grid__flex-center.-space > *:last-child {
      margin-right: 0; }

.c-grid__flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.c-grid__flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.-selfStretch {
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.-selfCenter {
  -ms-flex-item-align: center;
      align-self: center; }

.c-input,
.c-textarea {
  padding: .5em .8em;
  color: #000;
  background: #f4f4f4; }

.c-input.-size_full {
  width: 100%;
  height: 100%; }

.c-formError {
  background: #fdefef;
  padding: 2em 2em;
  margin-bottom: 30px; }
  .c-formError_item {
    color: #e95f59;
    list-style-type: disc;
    list-style-position: inside; }
  .c-formError_bg {
    background-color: #fdefef !important;
    color: #e95f59 !important; }
    .c-formError_bg .c-input,
    .c-formError_bg .c-textarea {
      background: #fafafa; }

.c-textarea {
  resize: vertical;
  width: 100%;
  min-height: 10em; }

.c-formBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #808080;
  min-height: 55px;
  margin: 0; }
  .c-formBox.top {
    border-top: 1px dotted #808080; }
  .c-formBox_ttl {
    width: 25%;
    font-weight: bold;
    padding: 0 15px;
    margin-right: 45px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1.5;
    background: #e2f0ec;
    font-size: 1.6rem;
    min-height: 54px; }
    .c-formBox_ttl--req:after {
      content: '必須';
      display: block;
      font-size: 1.2rem;
      font-weight: normal;
      color: #fff;
      background: #e95f59;
      padding: .4em 1.2em;
      border-radius: 4px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      line-height: 1.0;
      margin-right: .5em; }
  .c-formBox_body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1.8rem 1.3rem 1.8rem 0;
    line-height: 1.5;
    margin-left: 0; }

.c-formInline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-formInline > *.l-inputBtn {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px; }
    .c-formInline > *.l-inputBtn input.c-inputbtn {
      color: #00afc0;
      border: 1px solid #00afc0;
      border-radius: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 15px;
      font-weight: bold;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-size: 1.1rem; }
      .c-formInline > *.l-inputBtn input.c-inputbtn:hover {
        background: #00afc0;
        color: #fff; }
  .c-formInline.size-default {
    height: 42px; }

.c-formName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-formName_first > input,
  .c-formName_last > input {
    width: 10em; }
  .c-formName_last {
    margin-left: 2em; }

.c-formZip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-formZip_first > input {
    width: 4em; }
  .c-formZip_last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-formZip_last > input {
      width: 5em; }
    .c-formZip_last:before {
      content: '-';
      margin: 0 5px; }
  .c-formZip_btn {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px; }
    .c-formZip_btn a {
      width: 110px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 5px; }

.c-formYmd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-formYmd > * {
    padding-right: 20px; }
  .c-formYmd .c-select-wrap {
    display: inline-block; }

.c-select-wrap {
  position: relative;
  display: block;
  height: 42px; }
  .c-select-wrap:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 5px 5px 0 5px;
    border-top-color: #00afc0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
    pointer-events: none; }
  .c-select-wrap.c-select-wrap-inline {
    display: inline-block; }

.c-select {
  color: #000;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #d5d5d5;
  padding: .29em 1.8em .29em .8em;
  -webkit-transition: border-color 0.6s cubic-bezier(0.24, 1, 0.32, 1), background 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  transition: border-color 0.6s cubic-bezier(0.24, 1, 0.32, 1), background 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  cursor: pointer;
  background: #fff; }

.c-formPhone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-formPhone_first > input,
  .c-formPhone_middle > input,
  .c-formPhone_last > input {
    width: 5em; }
  .c-formPhone_middle:before, .c-formPhone_last:before {
    content: '-';
    margin: 0 5px; }

.c-formFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-formFlex > * {
    padding-right: 20px; }

.c-formPhone_ttl {
  font-size: 12px;
  font-size: 1.2rem; }

.c-check-box input[type=radio], .c-check-box input[type=checkbox] {
  -webkit-appearance: none;
  display: inline-block;
  margin-right: 6px; }

.c-check-box input[type=radio] + label,
.c-check-box input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 26px;
  cursor: pointer; }
  .c-check-box input[type=radio] + label[disabled],
  .c-check-box input[type=checkbox] + label[disabled] {
    color: #aab5b2;
    cursor: default; }

.c-check-box input[type=radio]:disabled, .c-check-box input[type=checkbox]:disabled {
  cursor: default; }
  .c-check-box input[type=radio]:disabled + label, .c-check-box input[type=checkbox]:disabled + label {
    color: #aaa;
    cursor: default; }

/**
 * #Footer
 */
.p-footer {
  width: 100%;
  min-width: 1100px;
  background: url(https://sumai-surfin.com/common/image/bg_footer.png) repeat-x bottom;
  padding-top: 35px;
  padding-bottom: 40px; }
  .p-footer__inner {
    width: 1300px;
    margin: 0 auto;
    min-height: 150px;
    max-width: 100%; }
  .p-footer .p-footerLinkCover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .p-footer .p-footerLinkCover > * {
      width: 24%;
      margin-right: 1.3%; }
      .p-footer .p-footerLinkCover > *:last-child {
        margin-right: 0; }
    .p-footer .p-footerLinkCover--sp {
      display: none; }
  .p-footer .p-footerList {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-left: 30px; }
    .p-footer .p-footerList .p-listItem {
      position: relative;
      margin: 0;
      padding: 3px 0 3px 22px;
      padding: 3px 0 3px 0;
      color: #444;
      line-height: 17px; }
      .p-footer .p-footerList .p-listItem a {
        position: relative;
        text-decoration: none;
        color: #444;
        font-size: 1.2rem; }
        .p-footer .p-footerList .p-listItem a:hover {
          color: #00818d; }
      .p-footer .p-footerList .p-listItem--ttl {
        font-weight: bold;
        margin-bottom: .5em; }
        .p-footer .p-footerList .p-listItem--ttl a {
          font-size: 1.4rem;
          text-decoration: none;}
      .p-footer .p-footerList--child .p-listItem:last-child::before {
        height: calc(1em + .25em); }
.p-footerSearch {
  margin-left: 30px; }
  .p-footerSearch.-sm {
    display: none; }
  .p-footerSearch__ttl {
    font-weight: bold;
    font-size: 1.4rem;
    padding-bottom: 1.5em; }
  .p-footerSearch__list .p-prefLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px; }
    .p-footerSearch__list .p-prefLink .pref-ttl {
      text-align: center;
      width: 10em; }
      .p-footerSearch__list .p-prefLink .pref-ttl .p_label {
        margin-bottom: 0.5px;
        padding-left: 0;
        font-weight: bold;
        font-size: 1.2rem; }
    .p-footerSearch__list .p-prefLink .pref-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%; }
      .p-footerSearch__list .p-prefLink .pref-item > * {
        padding-left: 0.5em;
        padding-right: 0.5em;
        position: relative;
        font-size: 1.2rem;
        width: 6em;
        text-align: center;
        margin-bottom: 4px; }
        .p-footerSearch__list .p-prefLink .pref-item > *::after {
          content: "";
          width: 1px;
          height: 0.8em;
          position: absolute;
          top: 0.2em;
          right: 0;
          background: #aaa; }
        .p-footerSearch__list .p-prefLink .pref-item > * a {
          text-decoration: none;
          color: #444; }
        .p-footerSearch__list .p-prefLink .pref-item > *:first-child::before {
          content: "";
          width: 1px;
          height: 0.8em;
          position: absolute;
          top: 0.2em;
          left: 0;
          background: #aaa;  }
.p-footerSearch_wrapper{
  margin-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;}

.p-copyright {
  text-align: center;
  margin-top: 100px; }


/**
 * #Header
 */
.p-logo {
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
      position: absolute;
      top:1.5rem;
      left: 0;}
  .p-logo__heading {
    display: inline-block;
    margin: 0;
    line-height: 1; }
  .p-logo__lead {
    font-size: 1.2rem;
    letter-spacing: -0.08em;
    font-weight: bold;
    margin: 0.67em 0;
    display: inline-block; }
  .p-logo__img {
    margin: 0; }
    .p-logo__img > a {
      text-decoration: none;
      color: #555;
      display: block;
      width: 100%;
      height: 100%;
      width: 220px;
      height: 60px; }

.p-gNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 1rem 0;}
  .p-gNavi__cover {
    -ms-flex-preferred-size: 980px;
        flex-basis: 980px; }
  .p-gNavi__sub {
    margin-top: 0; }
  .p-gNavi_item_main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    text-align: center; }
    .p-gNavi_item_main > a {
      font-size: 1.3rem;
      font-weight: bold;
      line-height: 1.4;
      color: #444;
      text-decoration: none;
      width: 100%;
      height: 100%;
      padding-top: 5px;
      padding-bottom: 5px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .p-gNavi_item_main > a.-first::before{
        position: absolute;
        content: "";
        width: 1px;
        height: 4.6rem;
        background-color: #707070;
        left: 0;
        top: 0; }
      .p-gNavi_item_main > a::after{
        position: absolute;
        content: "";
        width: 1px;
        height: 4.6rem;
        background-color: #707070;
        right: 0;
        top: 0; }
      .p-gNavi_item_main > a:hover {
        background: #00afc0;
        color: #fff;}
      .p-gNavi_item_main > a.is-current {
        color: #e95f59; }
    .p-gNavi_item_main .p-newIcon {
      right: 5%;
      top: 5%; }
  .p-gNavi_item_sub {
    display: inline-block;
    margin-right: 1.5em;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: left;
    max-height: 46px; }
    .p-gNavi_item_sub > a {
      font-size: 1.4rem;
      color: #00afc0;
      font-weight: bold;
      text-decoration: none;
      display: block;
      width: 100%;
      height: 100%;
      padding-top: 12px;
      padding-bottom: 12px; }
      .p-gNavi_item_sub > a:hover {
        color: #00afc0;
        text-decoration: underline; }
    .p-gNavi_item_sub:last-child {
      margin-right: 0; }
    .p-gNavi_item_sub.-username {
      font-size: 1.2rem;
      color: #444;
      max-width: 235px;
      word-break: break-all; }
      .p-gNavi_item_sub.-username > * {
        color: #00afc0;
        font-weight: bold; }
    .p-gNavi_item_sub-btn {
      width: 130px;
      height: 46px; }
      .p-gNavi_item_sub-btn > a {
        color: #fff;
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        text-align: center;
        font-size: 1.4rem;
        font-weight: normal;
        white-space: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: .3s all ease;
        transition: .3s all ease;
        padding-top: 12px;
        padding-bottom: 12px; }
      .p-gNavi_item.-sitemap > a {
        text-decoration: none;
        color:#444;
        font-size: 1.3rem;
        margin-right: 3.5rem;
        -webkit-transition: .3s all ease;
        transition: .3s all ease;}
      .p-gNavi_item.-sitemap > a:hover {color:#00afc0;}
      .p-gNavi_item_sub-btn.-signin > a {
        background: #CE3C35;
        border: 1px solid #CE3C35;
        border-radius: 0 0 0 5px; }
      .p-gNavi_item_sub-btn.-signin > a:hover {
        font-weight: bold;
        background: #fff;
        color:#CE3C35;}
      .p-gNavi_item_sub-btn.-signin i,.p-gNavi_item_sub-btn.-login i,.p-gNavi_item_sub-btn.-logout i,.p-gNavi_item_sub-btn.-mypage i{
        font-size: 2.5rem;
        margin-right: 0.5rem;
        margin-left: -1rem;}
      .p-gNavi_item_sub-btn.-mypage .p-newIcon {
        width: 17px;
        height: 17px;
        right: 2%;
        top: 6%; }
        .p-gNavi_item_sub-btn.-mypage .p-newIcon .p-letter {
          font-size: 1.0rem; }
      .p-gNavi_item_sub-btn.-mypage > a {
        border-radius: 0 0 0 5px;
        border: 1px solid #00afc0;
        color: #00afc0; }
      .p-gNavi_item_sub-btn.-login > a, .p-gNavi_item_sub-btn.-logout > a {
        background: #00afc0;
        border:1px solid #00afc0;
        border-radius: 0 0 5px 0; }
        .p-gNavi_item_sub-btn.-login a:hover, .p-gNavi_item_sub-btn.-logout a:hover {
          font-weight: bold;
          background: #fff;
          color:#00afc0;}
        .p-gNavi_item_sub-btn.-mypage a:hover {
          font-weight: bold;
          background: #00afc0;
          color:#fff;}  
  .p-gNavi_item.item__signin {
    border-radius: 0 0 0 10px;
    width: 140px;
    height: 46px; }
    .p-gNavi_item.item__signin a {
      color: #fff; }
  .p-gNavi_item.item__login {
    border-radius: 0 0 10px 0;
    margin-left: 0;
    width: 140px;
    height: 46px; }
    .p-gNavi_item.item__login a {
      color: #fff; }
  .p-gNavi_item-drop {
    position: relative; }
    .p-gNavi_item-drop__second-level {
      display: none;
      z-index: 11;
      position: absolute;
      top: 100%;
      left: 0;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      min-width: 200px;
      background: #fff; }
      .p-gNavi_item-drop__second-level > * {
        text-align: left; }
        .p-gNavi_item-drop__second-level > * a {
          text-decoration: none;
          color: #444;
          font-weight: bold;
          display: block;
          width: 100%;
          height: 100%;
          line-height: 1.6;
          padding: 10px;
          font-size: 1.3rem;
          border-bottom: 1px solid #ccc;
          white-space: nowrap; }
          .p-gNavi_item-drop__second-level > * a:hover {
            background: #00afc0;
            color: #fff; }
          .p-gNavi_item-drop__second-level.-last {right: 0; left: auto;}
    .p-gNavi_item-drop:hover > a {
      background:#00afc0;
        color: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: .3s all ease;
      transition: .3s all ease;}
    .p-gNavi_item-drop:hover .p-gNavi_item-drop__second-level {
      top: 100%;
      display: block; }
  .p-gNavi.p-gNavi_index.p-gNavi__sub {
    margin-top: 1em; }
  .p-gNavi_item_category {
      background: #C0E7EC;
      text-decoration: none;
      color: #444;
      font-weight: bold;
      display: block;
      width: 100%;
      height: 100%;
      line-height: 1.6;
      padding: 5px 10px;
      font-size: 1.3rem;
      white-space: nowrap; }

.p-laboNavi {
  background: #00afc0; }
  .p-laboNavi__menu {
    width: 1100px;
    height: 55px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .p-laboNavi__item {
    -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
    max-width: 220px;
    text-align: center;
    height: 100%;
    border-left: 1px solid #80d7e0; }
    .p-laboNavi__item:last-child {
      border-right: 1px solid #80d7e0; }
    .p-laboNavi__item a {
      text-decoration: none;
      color: #fff;
      font-weight: bold;
      display: block;
      width: 100%;
      height: 100%;
      line-height: 55px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .p-laboNavi__item a:hover {
        background: #ebebeb;
        color: #00afc0; }
    .p-laboNavi__item.menu__single {
      position: relative; }
      .p-laboNavi__item.menu__single .menu__second-level {
        visibility: hidden;
        opacity: 0;
        z-index: 11;
        position: absolute;
        top: 55px;
        width: 100%;
        background: #00afc0;
        -webkit-transition: all .2s ease;
        transition: all .2s ease; }
        .p-laboNavi__item.menu__single .menu__second-level > * {
          border-top: 1px dotted #ebebeb; }
          .p-laboNavi__item.menu__single .menu__second-level > * a {
            line-height: 1.6;
            padding: 18px 10px; }
      .p-laboNavi__item.menu__single:hover ul.menu__second-level {
        top: 55px;
        visibility: visible;
        opacity: 1; }

.c-crumb {
  width: 100%; }
  .c-crumb_inner {
    width: 1100px;
    margin: 0 auto;
    font-size: 1.2rem;
    padding: 1em 0; }
  .c-crumb_item {
    padding-right: 1em; }
    .c-crumb_item:after {
      font-family: 'ssicon';
      content: "\e903";
      position: relative;
      left: 7px;
      font-size: 2rem;
      line-height: 0;
      top: 5px; }
    .c-crumb_item:last-child:after {
      content: none; }

.c-heading {
  width: 100%;
  background: #00afc0; }
  .c-heading.-bg-none {
    background: none; }
  .c-heading_inner {
    width: 1100px;
    margin: 0 auto;
    text-align: center; }
  .c-heading_ttl {
    font-size: 3rem;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    color: #fff;
    margin: 0;
    letter-spacing: 0.1em; }
    .c-heading_ttl--small {
      font-size: 2.3rem; }
  .c-heading.p-heading_search {
    background: url(../image/bg_heading-wave.png) bottom center repeat-x, url(../image/bg_heading02.jpg) top center no-repeat;
    background-size: 380px 32px, cover;
    min-width: 1100px; }
    .c-heading.p-heading_searchIndex {
      background: url(../image/bg_heading-wave.png) bottom center repeat-x, url(../image/bg_heading.jpg) top center no-repeat;
      background-size: 380px 32px, cover; }
    .c-heading.p-heading_search .c-heading_ttl {
      padding-top: 0.5em;
      padding-bottom: 3em; }
      .c-heading.p-heading_search .c-heading_ttl--haslead {
        padding-bottom: 0.5em; }
    .c-heading.p-heading_search .c-heading_lead {
      font-size: 1.5rem;
      font-weight: normal;
      color: #fff;
      padding-bottom: 80px; }
    .c-heading.p-heading_search + .u-main {
      margin-top: -35px; }
    .c-heading.p-heading_search + .p-main_pt {
      margin-top: -35px; }
  .c-heading > .p-crumb_search {
    /*AAAA*/
    color: #fff; }
    .c-heading > .p-crumb_search a {
      color: #fff; }
  .c-heading .l-heading_searchIndex {
    padding-bottom: 50px; }
    .c-heading .l-heading_searchIndex .c-heading_ttl {
      font-size: 3.8rem;
      padding-top: 0.5em;
      padding-bottom: 0.8em; }
    .c-heading .l-heading_searchIndex .c-heading_lead {
      color: #fff;
      padding-bottom: 30px; }

.p-headingH1__tag {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 0 1em; }

/**
 * #Main
 */
.p-visual-bg {
  width: 100%;
  position: relative;
  height: auto;
  z-index: -1;
  overflow: hidden; }
  .p-visual-bg:before {
    content: "";
    display: block;
    padding-top: 740px; }
  .p-visual-bg #js-visual {
    position: absolute;
    height: 700px !important;
    width: 120%;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .p-visual-bg .vegas-slide {
    background-color: #F4F4F4; }
  .p-visual-bg .vegas-slide-inner {
    background-size: 2000px auto !important; }
  .p-visual-bg #canvas-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    content: "";
    display: block;
    background: url(../image/bg_heading-wave02.png) repeat-x bottom; }

.vegas-animation-kenburnsRev {
  -webkit-animation: kenburnsRev ease-out;
          animation: kenburnsRev ease-out; }

@-webkit-keyframes kenburnsRev {
  0% {
    -webkit-transform: scale(0.94) rotate(0.1deg);
            transform: scale(0.94) rotate(0.1deg); }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes kenburnsRev {
  0% {
    -webkit-transform: scale(0.94) rotate(0.1deg);
            transform: scale(0.94) rotate(0.1deg); }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

.p-visual {
  width: 1100px;
  margin: 0 auto;
  height: 480px;
  margin-top: -735px;
  z-index: 1; }
  .p-visual__login {
    width: 194px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right; }
    .p-visual__login > * {
      width: 97px;
      height: 97px;
      text-align: center; }
      .p-visual__login > * a {
        padding-top: 60px;
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        text-decoration: none;
        font-weight: bold; }
    .p-visual__login .item__signin {
      background: #e95f59 url(../image/icon_signin.png) no-repeat center 20px;
      background-size: 30px;
      border-radius: 10px 0 0 10px; }
    .p-visual__login .item__login {
      background: #00afc0 url(../image/icon_login.png) no-repeat center 20px;
      background-size: 30px;
      border-radius: 0 10px 10px 0; }
    .p-visual__login .item__mypage {
      background: #fff url(../image/icon_signin_green.png) no-repeat center 20px;
      background-size: 30px;
      border-radius: 10px 0 0 10px; }
      .p-visual__login .item__mypage a {
        color: #00afc0; }
    .p-visual__login .item__logout {
      background: #00afc0 url(../image/icon_logout.png) no-repeat center 20px;
      background-size: 30px;
      border-radius: 0 10px 10px 0; }
  .p-visual-wrapper__ttl {
    clear: both;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 47px;
    width: 521px;
    height: auto; }
  .p-visual-wrapper__marker {
    clear: both;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold; }
    .p-visual-wrapper__marker > span {
      background: #00afc0;
      display: inline-block;
      color: #fff;
      padding-left: 0.15em;
      padding-right: 0.15em;
      line-height: 1.1;
      letter-spacing: 0.1em; }
      .p-visual-wrapper__marker > span.marker-lead {
        font-size: 1.6rem;
        font-weight: normal;
        line-height: 1.4;
        letter-spacing: 0.16em; }
  .p-visual__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    height: 70px; }
    .p-visual__search > * {
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
      padding: 1em; }
      .p-visual__search > * .input-note {
        font-size: 1.3rem;
        font-weight: bold;
        color: #00afc0;
        display: block; }
    .p-visual__search__input {
      width: 100%;
      border: none;
      outline: none; }
    .p-visual__search__select-wrap {
      position: relative;
      width: 100%;
      z-index: 5;
      display: block;
      height: 100%;
      padding-top: 1.4em;
      padding-left: 1em; }
    .p-visual__search__select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      outline: none;
      width: 100%;
      cursor: pointer; }
    .p-visual__search__area {
      border-right: 1px solid #b9b9b9;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .p-visual__search__key {
      border-right: 1px solid #b9b9b9;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .p-visual__search__room, .p-visual__search__area, .p-visual__search__price, .p-visual__search__prefc {
      border-right: 1px solid #b9b9b9;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      position: relative;
      padding: 0;
      height: 100%; }
      .p-visual__search__room > .input-note, .p-visual__search__area > .input-note, .p-visual__search__price > .input-note, .p-visual__search__prefc > .input-note {
        position: absolute;
        top: 1em;
        left: 1em; }
      .p-visual__search__room .p-visual__search__select, .p-visual__search__area .p-visual__search__select, .p-visual__search__price .p-visual__search__select, .p-visual__search__prefc .p-visual__search__select {
        height: 100%;
        position: relative; }
      .p-visual__search__room:after, .p-visual__search__area:after, .p-visual__search__price:after, .p-visual__search__prefc:after {
        position: absolute;
        top: 10px;
        right: 16px;
        bottom: 0;
        width: 0;
        height: 0;
        margin: auto;
        content: '';
        border-top: 4px solid #00afc0;
        border-right: 3px solid transparent;
        border-left: 3px solid transparent;
        z-index: 1; }
    .p-visual__search__prefc {
      border-right: none; }
      .p-visual__search__prefc .p-visual__search__select-wrap {
        padding-top: 0.4em; }
      .p-visual__search__prefc:after {
        position: absolute;
        top: 5px; }
    .p-visual__search__searchWrap {
      -ms-flex-preferred-size: 100px;
          flex-basis: 100px;
      padding: 0;
      -ms-flex-item-align: stretch;
          align-self: stretch; }
    .p-visual__search__search-btn {
      border: 0px;
      width: 100%;
      height: 100%;
      background: #00afc0 url(../image/txt_visual_search-btn.png) center no-repeat; }
      .p-visual__search__search-btn .submit_btn:hover {
        cursor: pointer;
        background: #00ddf3;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }

.l-column2__main {
  width: 72.7%;
  width: 800px;
  float: left; }

.l-column2__side {
  width: 23.6%;
  width: 260px;
  float: left; }

.l-column2__main + .l-column2__side,
.l-column2__side + .l-column2__main {
  margin-left: 3.7%;
  margin-left: 40px; }

.u-main {
  width: 1300px;
  margin: 0 auto;
  background: #fff;
  padding: 3% 7.6%;
  padding: 40px 100px;
  overflow: hidden; }
  .u-main--short {
    width: 1280px;
    padding: 40px 90px; }
    .u-main--short .l-column2__main {
      width: 650px; }
    .u-main--short .l-column2__side {
      width: 280px; }
  .u-main--noBox {
    padding: 5% 7.6% 3%;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }

.p-section--topLine {
  border-top: 3px solid #00afc0; }

.p-section__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  border-left: 6px solid #00afc0;
  padding: 0 0 0 0.9em;
  margin: 0 0 1.3em;
  clear: both;
  line-height: 1.8; }
  .p-section__ttl-sub {
    font-size: 1.6rem;
    font-weight: bold;
    color: #00afc0;
    margin-top: 26px;
    margin-bottom: 24px; }
  .p-section__ttl-line {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #c1c1c1;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 20px; }

.swiper-button-next,
.swiper-button-prev {
  width: 10px;
  height: 17px;
  background-size: 10px 17px;
  top: 98%;
  z-index: 19; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../image/icon_arrow_prev.png); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../image/icon_arrow_next.png); }

.swiper-pagination-bullet-active {
  background: #00afc0; }

.p-recommend .slide-recom .caption-img {
  margin: 0; }

.p-recommend .slide-recom .caption-note {
  color: #666666;
  font-size: 1.6rem;
  padding: 1.5em 1.8em 40px;
  font-weight: bold;
  line-height: 1.9; }

.p-recommend .slide-recom .swiper-pagination {
  position: relative; }

.p-recommend .slide-recom .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px !important; }

.p-recommend .p-slider-controller {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .p-recommend .p-slider-controller__bullet {
    position: relative;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .p-recommend .p-slider-controller__bullet > * {
      width: 10%;
      margin-right: 2%; }
    .p-recommend .p-slider-controller__bullet .swiper-pagination-bullet {
      margin: 10px 1.25%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      background: none; }
      .p-recommend .p-slider-controller__bullet .swiper-pagination-bullet::after {
        content: "";
        width: 11px;
        height: 11px;
        background: #000;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .p-recommend .p-slider-controller__bullet .swiper-pagination-bullet-active::after {
      background: #00afc0; }
  .p-recommend .p-slider-controller__prev {
    position: relative;
    margin: 0;
    left: 0;
    right: 0;
    width: 10%; }
  .p-recommend .p-slider-controller__next {
    position: relative;
    margin: 0;
    left: 0;
    right: 0;
    width: 10%; }

.p-labo__body {
  width: 100%;
  border-top: 5px solid #00afc0;
  padding: 15px 5%; }

.p-labo__ttl {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .p-labo__ttl .ttl_wrap {
    margin-top: 10px; }
  .p-labo__ttl .ttl_main {
    font-size: 2.0rem;
    font-weight: bold;
    display: block;
    margin-top: 0.3em; }
  .p-labo__ttl .ttl_logo {
    float: right;
    margin-right: 0;
    margin-top: 0; }

.p-labo__list {
  -ms-flex-line-pack: stretch;
      align-content: stretch; }
  .p-labo__list > * {
    width: 50%; }
    .p-labo__list > *:nth-child(even) {
      padding-left: 20px; }

.p-labo__item .item-fig {
  width: 100%;
  overflow: hidden; }
  .p-labo__item .item-fig > figure {
    margin: 0 20px 20px 0;
    float: left; }
  .p-labo__item .item-fig > p {
    margin: 0 1em 1em 0;
    font-size: 1.6rem;
    font-weight: bold; }

.p-labo__item .item-caption {
  width: 100%;
  margin: 0 0 1em 0; }
  .p-labo__item .item-caption > p {
    padding-right: 1em; }

.p-articleList__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #444444; }

.p-articleList__item .item-fig {
  float: left; }
  .p-articleList__item .item-fig > figure {
    margin: 0 1em 1em 0;
    float: left; }
  .p-articleList__item .item-fig .p-articleCard_img {
    width: 127px;
    height: 127px; }

.p-articleList__item .item-caption {
  margin: 0 0 1em 0; }
  .p-articleList__item .item-caption > p {
    padding-right: 1em;
    margin-bottom: 1em; }
  .p-articleList__item .item-caption .p-articleCard_ttl {
    font-weight: bold;
    font-size: 1.6rem; }

.p-ranking__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 0;
  width: 100%; }
  .p-ranking__tab-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    position: relative; }
    .p-ranking__tab-item:last-child {
      margin: 0 0 0 0px; }
    .p-ranking__tab-item p {
      display: block;
      width: 100%;
      height: 100%;
      padding: 1.2em 0 1.0em 2.9em;
      background: #dbdbdb url(../image/icon_document2.png) no-repeat 39px 23px;
      border-radius: 10px 10px 0 0;
      color: #7f7f7f;
      font-size: 1.8rem;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
      cursor: pointer;
      margin: 0;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .p-ranking__tab-item p.active {
        background: #00afc0 url(../image/icon_document.png) no-repeat 39px 23px;
        color: #fff; }
      .p-ranking__tab-item p:hover {
        background: #00afc0 url(../image/icon_document.png) no-repeat 39px 23px;
        color: #fff; }
    .p-ranking__tab-item.tab-members {
      position: relative; }
      .p-ranking__tab-item.tab-members p {
        padding: 1.2em 0 1.0em 0em; }
      .p-ranking__tab-item.tab-members .icon-members {
        position: absolute;
        right: 10px;
        top: 5px; }

.p-ranking__box {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  background: #fff;
  position: relative; }

.p-ranking .js-tab_content {
  display: none; }
  .p-ranking .js-tab_content.active {
    display: block; }

.p-ranking__list {
  width: 100%; }
  .p-ranking__list > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #444444;
    text-decoration: none; }

.p-ranking__item {
  width: 100%;
  margin: 0;
  border-bottom: 1px dotted #dbdbdb;
  background: #fcf8f2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 75px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .p-ranking__item-1, .p-ranking__item-2, .p-ranking__item-3 {
    height: 85px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .p-ranking__item:hover {
    background: #fff; }
  .p-ranking__item > * {
    -ms-flex-item-align: center;
        align-self: center; }
  .p-ranking__item .rank-num {
    text-align: center;
    white-space: nowrap;
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    max-width: 70px; }
  .p-ranking__item .rank-name {
    text-align: left;
    -ms-flex-preferred-size: 580px;
        flex-basis: 580px;
    max-width: 580px; }
  .p-ranking__item .rank-price {
    font-size: 1.6rem;
    font-weight: bold;
    padding-right: 40px; }
    .p-ranking__item .rank-price span {
      color: #ff4a40;
      font-size: 2.2rem; }
  .p-ranking__item-1 .rank-name, .p-ranking__item-2 .rank-name, .p-ranking__item-3 .rank-name {
    font-weight: bold; }
  .p-ranking__item-1 .rank-price, .p-ranking__item-2 .rank-price, .p-ranking__item-3 .rank-price {
    font-size: 1.8rem; }
    .p-ranking__item-1 .rank-price span, .p-ranking__item-2 .rank-price span, .p-ranking__item-3 .rank-price span {
      font-size: 2.6rem; }

.p-rankLink__list {
  -ms-flex-line-pack: stretch;
      align-content: stretch; }
  .p-rankLink__list > * {
    width: 50%;
    margin-bottom: 1em;
    padding-right: 20px; }
    .p-rankLink__list > *:nth-child(even) {
      padding-right: 0;
      padding-left: 20px; }
  .p-rankLink__list .item__txt {
    padding: 2em 0;
    color: #7f7f7f; }
  .p-rankLink__list .item__link {
    font-size: 1.6rem;
    letter-spacing: 0; }

.p-guide__list {
  -ms-flex-line-pack: stretch;
      align-content: stretch; }
  .p-guide__list > * {
    width: 25%;
    margin-bottom: 20px;
    padding-right: 20px; }
    .p-guide__list > *:nth-child(4n) {
      padding-right: 0; }

.p-guide__item a {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

#slide-side {
  padding-bottom: 0;
  margin-bottom: 0;
  background: #fdefef; }
  #slide-side .caption-img {
    margin: 0;
    border: 3px solid #e95f59; }
  #slide-side .caption-cover {
    padding: 26px 15px 20px;
    background: #fdefef;
    text-align: center; }
  #slide-side .caption-note {
    margin-bottom: 0px; }
  #slide-side .caption-ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1em; }

.p-slider-sideCover {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .p-slider-sideCover .p-slider-controller {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .p-slider-sideCover .p-slider-controller__bullet {
      position: relative;
      width: 80%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .p-slider-sideCover .p-slider-controller__bullet > * {
        width: 10%;
        margin-right: 2%; }
      .p-slider-sideCover .p-slider-controller__bullet .swiper-pagination-bullet {
        margin: 7px 1.25%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        background: none; }
        .p-slider-sideCover .p-slider-controller__bullet .swiper-pagination-bullet::after {
          content: "";
          width: 8px;
          height: 8px;
          background: #000;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .p-slider-sideCover .p-slider-controller__bullet .swiper-pagination-bullet-active::after {
        background: #e95f59; }
    .p-slider-sideCover .p-slider-controller__prev {
      position: relative;
      margin: 0;
      left: 0;
      right: 0;
      width: 10%; }
    .p-slider-sideCover .p-slider-controller__next {
      position: relative;
      margin: 0;
      left: 0;
      right: 0;
      width: 10%; }

.p-news__list {
  border-bottom: 1px dotted #7f7f7f; }

.p-news__item-date {
  padding: 1em 2em; }

.p-news__item-ttl {
  padding: 1em; }
  .p-news__item-ttl > a {
    text-decoration: none;
    font-weight: bold; }
    .p-news__item-ttl > a:hover {
      text-decoration: underline; }

.p-logoCover {
  width: 220px;
  height: 60px;
  display: inline-block; }

.p-btn-parallel > * {
  margin-right: 30px !important; }
  .p-btn-parallel > *:last-child {
    margin: 0 !important; }
  .p-btn-parallel > *.-first {
    margin-right: auto; }

.p-sns__list {
  -ms-flex-line-pack: stretch;
      align-content: stretch; }
  .p-sns__list > * {
    width: 50%;
    margin-bottom: 1em;
    padding-right: 20px; }
    .p-sns__list > *:nth-child(even) {
      padding-right: 0;
      padding-left: 20px; }

.p-sns__item {
  border: 1px solid #eee; }

.p-sns .ttl_fb {
  color: #355b9e;
  border-left-color: #355b9e; }

.p-sns .ttl_tw {
  color: #55acee;
  border-left-color: #55acee; }

.p-userCountIndex {
  margin-bottom: 15px;
  background: #fdefef;
  padding: 30px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold; }
  .p-userCountIndex > * {
    margin-bottom: 0; }
    .p-userCountIndex > * ~ .p-userCountIndex > * {
      margin-top: 0.25em; }
  .p-userCountIndex .decimal {
    font-size: 2.6rem;
    color: #e95f59; }

/**
 * #Mypage
 */
.p-mypageNavi {
  z-index: 1;
  position: relative; }
  .p-mypageNavi_inner {
    width: 1100px;
    margin: 0 auto; }
  .p-mypageNavi_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center; }
    .p-mypageNavi_list .p-newIcon {
      right: 5%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .p-mypageNavi_item {
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(61, 55, 0, 0.24);
            box-shadow: 0px 0px 6px 0px rgba(61, 55, 0, 0.24);
    -ms-flex-preferred-size: 170px;
        flex-basis: 170px;
    max-width: 170px;
    -ms-flex-item-align: center;
        align-self: center; }
    .p-mypageNavi_item > a {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none;
      font-size: 1.6rem;
      font-weight: bold;
      padding-top: 12px;
      padding-bottom: 12px;
      position: relative; }
      .p-mypageNavi_item > a .icon-new {
        display: none;
        position: absolute;
        left: 8px;
        top: 8px;
        width: 34px;
        height: 34px;
        background: url(../image/icon_new.png) no-repeat;
        background-size: 100%; }
        .p-mypageNavi_item > a .icon-new.is-active {
          display: block;
          overflow: hidden;
          text-indent: 100%;
          white-space: nowrap; }
    .p-mypageNavi_item.is-current, .p-mypageNavi_item:hover {
      background: #00afc0;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .p-mypageNavi_item.is-current > a, .p-mypageNavi_item:hover > a {
        color: #fff; }
  .p-mypageNavi + .l-contents {
    z-index: 2;
    position: relative; }

.p-form__myPoint .c-formBox_body > .decimal {
  font-size: 2.0rem; }

.p-form_steps {
  margin-bottom: 40px; }

.p-multiSteps {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .p-multiSteps_item {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .p-multiSteps_item > * {
      width: 100%;
      height: 100%;
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #e2f0ec;
      -webkit-box-shadow: 0px 0px 6px 0px rgba(61, 55, 0, 0.24);
              box-shadow: 0px 0px 6px 0px rgba(61, 55, 0, 0.24);
      position: relative;
      font-size: 1.4rem;
      color: #00afc0;
      line-height: 1.5; }
      .p-multiSteps_item > *:after {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        content: '';
        height: 0;
        width: 0;
        border: 24px solid transparent;
        border-right-width: 0;
        border-left-width: 20px;
        z-index: 2;
        border-left-color: #e2f0ec;
        border-top-width: 30px;
        border-bottom-width: 30px; }
      .p-multiSteps_item > *:before {
        content: '';
        position: absolute;
        top: -13px;
        left: 100%;
        content: '';
        height: 0;
        width: 0;
        border: 30px solid transparent;
        border-right-width: 0;
        border-left-width: 28px;
        z-index: 1;
        border-left-color: #fff;
        border-top-width: 43px;
        border-bottom-width: 43px; }
    .p-multiSteps_item:last-child > *:after {
      content: none; }
  .p-multiSteps .is-current > * {
    color: #fff;
    background: #00afc0;
    border-color: #00afc0; }
    .p-multiSteps .is-current > *:after {
      border-left-color: #00afc0; }

.p-multisteps--sp {
  display: none; }

.p-news__mypage .p-news__list.top {
  border-top: 1px dotted #7f7f7f; }

.p-news__mypage .p-news__item-date {
  background: url(../image/icon_megaphone.png) no-repeat left center;
  background-size: 24px;
  padding-left: 50px;
  padding-top: 26px;
  padding-bottom: 26px; }

.p-news__mypage .p-news__item-ttl {
  padding-top: 26px;
  padding-bottom: 26px; }

.p-myLatest .p-roomPrice_list {
  margin-bottom: 40px; }
  .p-myLatest .p-roomPrice_list thead th {
    color: #444444;
    background: #e2f0ec;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    width: auto; }
    .p-myLatest .p-roomPrice_list thead th:first-child {
      width: 45%; }
  .p-myLatest .p-roomPrice_list tbody td {
    border-top: none;
    font-size: 1.4rem;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px; }
    .p-myLatest .p-roomPrice_list tbody td a {
      text-decoration: none; }
    .p-myLatest .p-roomPrice_list tbody td .stars {
      font-size: 1.4rem;
      margin-right: 0px; }

.alert {
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px; }

.alert-success {
  border: 1px solid #008d4c;
  background: #d8fbd8; }

.line-through {
  text-decoration: line-through; }

.ui-datepicker-trigger {
  vertical-align: middle; }

.p-myModel {
  padding-top: 20px; }
  .p-myModel .p-MR-MsgList .-unread > a {
    font-weight: bold; }
  .p-myModel .p-MR-list .p-btn-parallel {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .p-myModel .p-MR-list .p-btn-parallel > * {
      margin-right: 2% !important;
      position: relative; }
  .p-myModel-MsgTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 2px solid #00afc0;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px; }
    .p-myModel-MsgTitle .p-postTitle {
      font-weight: bold;
      color: #00afc0;
      font-size: 1.2em; }
  .p-myModel-MsgList {
    margin-bottom: 40px; }
    .p-myModel-MsgList .p-from {
      color: #7f7f7f;
      font-weight: bold;
      margin-bottom: 20px; }
    .p-myModel-MsgList .p-message p ~ p {
      margin-top: 1em; }

.p-newIconCover {
  position: relative; }

.p-newIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  vertical-align: top;
  background: #ea222b;
  color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -5px;
  top: -10px; }

.p-letter {
  font-size: 1.2rem;
  line-height: 1.5em; }

.p-myUpdate .p_label {
  font-size: 1.2rem;
  width: 92px;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.p-myPoint_item {
  -ms-flex-preferred-size: 48.5%;
      flex-basis: 48.5%;
  max-width: 48.5%; }
  .p-myPoint_item--inner {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 190px; }
  .p-myPoint_item--action {
    margin-top: 20px; }
    .p-myPoint_item--action > * {
      -ms-flex-preferred-size: 48.5%;
          flex-basis: 48.5%;
      max-width: 48.5%; }
    .p-myPoint_item--action.-single > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }

.p-myPoint_list {
  padding: 40px;
  text-align: center;
  font-size: 1.6rem; }
  .p-myPoint_list .decimal {
    font-size: 4.0rem;
    color: #e95f59;
    font-weight: bold; }

.p-myPoint_about-link a {
  width: 235px; }

.p-myPoint_about-ttl {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 2.5em; }

.p-myPoint_about-steps {
  max-width: 24%;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  background: #fcf8f2;
  text-align: center;
  padding: 15px 10px; }
  .p-myPoint_about-steps .decimal {
    font-size: 2.8rem;
    color: #00afc0; }

.p-myPoint_passbook .p-passbook-entryBtn {
  width: 300px;
  max-width: 100%; }

.p-modal-actionAlert {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }

.p-myAccount_list > * {
  padding-right: 0; }
  .p-myAccount_list > *:nth-child(even) {
    padding-left: 0; }
  .p-myAccount_list > *:nth-child(3n) {
    margin-right: 3.5%; }

.p-myList .p-bukken_dataCover,
.p-myFavorite .p-bukken_dataCover,
.p-myHistory .p-bukken_dataCover,
.p-reSearch .p-bukken_dataCover {
  width: 1040px; }
  .p-myList .p-bukken_dataCover .p-tag-ttl,
  .p-myFavorite .p-bukken_dataCover .p-tag-ttl,
  .p-myHistory .p-bukken_dataCover .p-tag-ttl,
  .p-reSearch .p-bukken_dataCover .p-tag-ttl {
    width: 591px;
    max-width: 591px; }
  .p-myList .p-bukken_dataCover .p-grade-point,
  .p-myFavorite .p-bukken_dataCover .p-grade-point,
  .p-myHistory .p-bukken_dataCover .p-grade-point,
  .p-reSearch .p-bukken_dataCover .p-grade-point {
    margin-left: auto;
    margin-bottom: 0;
    width: 225px;
    max-width: 225px;
    padding-left: 14px; }
  .p-myList .p-bukken_dataCover .p-action-delete,
  .p-myFavorite .p-bukken_dataCover .p-action-delete,
  .p-myHistory .p-bukken_dataCover .p-action-delete,
  .p-reSearch .p-bukken_dataCover .p-action-delete {
    padding-left: 14px;
    width: 190px;
    max-width: 190px;
    text-align: right;
    -ms-flex-item-align: center;
        align-self: center;
    white-space: nowrap; }
  .p-myList .p-bukken_dataCover .p-detail_overview--data,
  .p-myFavorite .p-bukken_dataCover .p-detail_overview--data,
  .p-myHistory .p-bukken_dataCover .p-detail_overview--data,
  .p-reSearch .p-bukken_dataCover .p-detail_overview--data {
    width: 720px; }
    .p-myList .p-bukken_dataCover .p-detail_overview--data .ranker-box,
    .p-myFavorite .p-bukken_dataCover .p-detail_overview--data .ranker-box,
    .p-myHistory .p-bukken_dataCover .p-detail_overview--data .ranker-box,
    .p-reSearch .p-bukken_dataCover .p-detail_overview--data .ranker-box {
      line-height: 3;
      display: inline-block; }
  .p-myList .p-bukken_dataCover .p-bukken_status,
  .p-myFavorite .p-bukken_dataCover .p-bukken_status,
  .p-myHistory .p-bukken_dataCover .p-bukken_status,
  .p-reSearch .p-bukken_dataCover .p-bukken_status {
    width: 720px;
    float: right; }

.p-myList .p-result_pager,
.p-myHistory .p-result_pager {
  margin-bottom: 20px; }

.p-choiceBlock {
  margin-bottom: 40px; }
  .p-choiceBlock__tab-item {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    position: relative; }
  .p-choiceBlock__tab > a {
    text-decoration: none; }
  .p-choiceBlock__tab-item > * {
    cursor: pointer;
    background: #F4F4F4;
    padding: 10px 15px 5px;
    height: 100%;
    border-radius: 3px 3px 0 0;
    margin-right: 3px;
    color: #7f7f7f;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .p-choiceBlock__tab-item > *.active, .p-choiceBlock__tab-item > *:hover {
      background: #e2f0ec;
      color: #444444; }
    .p-choiceBlock__tab-item > * .tab-date {
      font-size: 1.1rem;
      display: block; }
    .p-choiceBlock__tab-item > * .tab-note {
      font-size: 1.3rem;
      display: block;
      font-weight: bold; }
    .p-choiceBlock__tab-item > * .tab-ttl {
      font-size: 1.6rem;
      font-weight: bold;
      display: block;
      min-width: 120px; }
    .p-choiceBlock__tab-item > * .p_label {
      position: absolute;
      top: 10px;
      right: 1em;
      font-size: 1.0rem;
      border-radius: 3px;
      padding: 0.1em 0.7em; }
    .p-choiceBlock__tab-item > *.active {
      background: #e2f0ec; }
      .p-choiceBlock__tab-item > *.active .tab-ttl {
        color: #00afc0; }

.p-choiceList {
  display: none;
  padding: 30px 20px 18px;
  border-top: 8px #e2f0ec solid;
  background: #fff6ee;
  overflow: hidden; }
  .p-choiceList.active {
    display: block; }
  .p-choiceList .p-choiseConditions {
    width: auto;
    display: inline-block;
    min-width: 23%;
    margin-right: 2%;
    margin-bottom: 10px; }
    .p-choiceList .p-choiseConditions .label {
      background: #FDE7DF;
      color: #e95f59;
      font-weight: bold;
      padding: 10px; }
    .p-choiceList .p-choiseConditions .tags {
      padding: 10px;
      font-weight: bold; }
    .p-choiceList .p-choiseConditions_action {
      float: right;
      width: 180px;
      margin-top: 42px; }

.p-myAccount_item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3.99%; }
  .p-myAccount_item:nth-child(3n) {
    margin-right: 0; }

.p-myAccount_action {
  margin-bottom: 3.99%; }

.p-myAccount .unset {
  color: #7f7f7f; }

.p-myAccount_reqeList > * {
  width: 50%; }

.p-heading_style2 {
  color: #444444;
  border-left: 3px solid #444444;
  font-size: 1.8rem;
  padding:10px 15px;
  margin: 0 0 30px; }

.p-side_mypage {
  padding-top: 10px; }
  .p-side_mypage-point {
    padding: 20px 10px;
    text-align: center; }
    .p-side_mypage-point .decimal {
      font-size: 3.0rem;
      color: #e95f59;
      font-weight: bold; }
  .p-side_mypage-link {
    line-height: 1.8; }

.p-myPriceList_index {
  width: 80%;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .p-myPriceList_index > li {
    border: 1px dotted #7f7f7f;
    border-right: none;
    margin-left: 0;
    margin-right: 0;
    width: 25%;
    text-align: center; }
    .p-myPriceList_index > li:last-child {
      border-right: 1px solid #dfdbd8; }
    .p-myPriceList_index > li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 1.5em;
      text-decoration: none;
      font-weight: bold; }
      .p-myPriceList_index > li a:hover {
        text-decoration: underline; }
      .p-myPriceList_index > li a::before {
        font-family: "FontAwesome";
        content: "\f0da";
        margin-right: .5em; }

.p-myPriceList-step .step-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 14px 0 6px; }
  .p-myPriceList-step .step-ttl:first-child {
    padding: 0 0 6px; }

.p-myPriceList-step .step-txt {
  padding: 0 0 14px 100px; }

.p-myPriceList-step .p_label {
  margin-right: .8em; }

.p-myPriceList_listSave {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  text-align: center;
  margin-bottom: 30px; }
  .p-myPriceList_listSave li {
    display: table-cell;
    background: #F6F4ED;
    padding: 8px 5px;
    border-radius: 5px; }
    .p-myPriceList_listSave li span {
      color: #00afc0;
      font-size: 1.2em;
      font-weight: bold; }
  .p-myPriceList_listSave .hKijun {
    font-weight: bold;
    color: #666; }

.p-myPriceList .p-postTo {
  width: 50%; }

.p-myCompare .c-pagination {
  margin-left: 20px; }

.p-myCompare .p-result_sorter {
  margin: 20px 20px 20px 0; }

.p-myCompare_pager {
  background: #fdefef;
  margin-bottom: 30px; }

.p-myCompare--tbl .active {
  background: #fdefef; }

.p-myCompare--tbl .decimal {
  color: #e95f59;
  font-size: 2.0rem;
  font-weight: bold; }

.p-myCompare--tbl .stars {
  font-size: 1.8rem; }

.p-myCompare--tbl .body-ttl {
  background: #fff6ee;
  color: #444444; }

.p-myFlow {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .p-myFlow .p-item {
    width: 25%;
    margin-right: 1%; }
    .p-myFlow .p-item .p-itemArrow {
      padding: 14px 10% 10px 14px;
      max-width: 100%;
      text-align: center;
      position: relative;
      background: #e2f0ec url(/common/image/mypage/report/bg_flow.png) no-repeat right center;
      background-size: contain;
      position: relative; }
      .p-myFlow .p-item .p-itemArrow .p_label {
        position: absolute;
        left: 3%;
        top: 5%; }
    .p-myFlow .p-item:last-child {
      width: 22%;
      margin-right: 0%; }
      .p-myFlow .p-item:last-child .p-itemArrow {
        padding-right: 10px;
        background: #e2f0ec; }
    .p-myFlow .p-item-action {
      margin-top: 10px; }
    .p-myFlow .p-item__ttl {
      font-weight: bold;
      color: #00afc0;
      font-size: 1.6rem; }
    .p-myFlow .p-item__txt {
      font-weight: bold; }
    .p-myFlow .p-item__fig {
      padding-top: 10px;
      padding-bottom: 10px; }
      .p-myFlow .p-item__fig > img {
        max-width: 90px; }

.txt-arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px; }
  .txt-arrow::before, .txt-arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle; }
  .txt-arrow::before {
    left: 2px;
    width: 8px;
    height: 3px;
    background: #00afc0; }
  .txt-arrow.right::after {
    left: 2px;
    width: 6px;
    height: 6px;
    border-top: 3px solid #00afc0;
    border-right: 3px solid #00afc0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .txt-arrow.left::before {
    left: 0;
    right: 2px; }
  .txt-arrow.left::after {
    left: 2px;
    width: 6px;
    height: 6px;
    border-top: 3px solid #00afc0;
    border-left: 3px solid #00afc0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.p-basic_table {
  width: 100%;
  margin-bottom: 40px; }
  .p-basic_table-head th,
  .p-basic_table-head td {
    color: #444444;
    background: #e2f0ec;
    padding-top: 1em;
    padding-bottom: 1em;
    border: none;
    width: auto; }
  .p-basic_table-body th,
  .p-basic_table-body td {
    border-top: none;
    font-size: 1.4rem;
    text-align: left;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: .75em;
    padding-left: .75em;
    border-bottom: 1px dotted #7f7f7f;
    border-right: 1px dotted #7f7f7f; }
    .p-basic_table-body th:first-child,
    .p-basic_table-body td:first-child {
      border-left: 1px dotted #7f7f7f; }
    .p-basic_table-body th .stars,
    .p-basic_table-body td .stars {
      font-size: 1.4rem;
      margin-right: 0; }

/**
* #Mypage_mq
 */
.p-myFlow-list {
  border: 2px solid #e2f0ec;
  padding: 20px;
  width: 100%;
  margin-bottom: 40px;
  position: relative; }
  .p-myFlow-list::after {
    position: absolute;
    left: 50%;
    bottom: -50px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 25px 25px;
    border-top-color: #e2f0ec; }
  .p-myFlow-list.-finish::after {
    content: none; }
  .p-myFlow-list .p-item {
    position: relative; }
    .p-myFlow-list .p-item__compMark {
      position: absolute;
      right: 4px;
      top: 4px; }
    .p-myFlow-list .p-item__ttl {
      font-size: 1.8rem;
      font-weight: bold; }
      .p-myFlow-list .p-item__ttl .p_label {
        background: #e2f0ec;
        padding: 0 20px;
        color: #00afc0; }
    .p-myFlow-list .p-item__flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 20px; }
      .p-myFlow-list .p-item__flex .p-itemFig {
        max-width: 400px;
        -ms-flex-preferred-size: 400px;
            flex-basis: 400px;
        padding-right: 25px; }
        .p-myFlow-list .p-item__flex .p-itemFig img {
          border: 1px solid #e2f0ec; }
      .p-myFlow-list .p-item__flex .p-itemTxt {
        max-width: 620px;
        -ms-flex-preferred-size: 620px;
            flex-basis: 620px;
        font-size: 1.6rem; }

.p-reportPR {
  background: #e2f0ec;
  padding: 20px;
  font-weight: bold; }
  .p-reportPR__point > * {
    width: 32%;
    margin-right: 2%;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    padding: 16px 10px; }
    .p-reportPR__point > *:last-child {
      margin-right: 0; }
  .p-reportPR__point.-end {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 16px 10px; }
    .p-reportPR__point.-end > * {
      background: none; }

.p-reportAnotherContent > * {
  max-width: 100%;
  width: 340px; }

.p-gray {
  background: #d3d3d3; }

.p-myPointExList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .p-myPointExList .p-exItem {
    width: 32%;
    border: 1px #00afc0 solid;
    padding: 30px 20px 20px;
    margin-top: 30px;
    margin-right: 2%;
    position: relative;
    text-align: center; }
    .p-myPointExList .p-exItem:nth-child(3n) {
      margin-right: 0; }
    .p-myPointExList .p-exItem .p_label {
      position: absolute;
      top: 0;
      left: 0; }
    .p-myPointExList .p-exItem .p-name {
      font-weight: bold;
      color: #00afc0;
      font-size: 1.5rem; }
    .p-myPointExList .p-exItem .p-pts {
      font-size: 2.0rem; }
    .p-myPointExList .p-exItem--long {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 0; }
      .p-myPointExList .p-exItem--long .p-bankList {
        padding-left: 40px;
        text-align: left;
        font-size: 1.3rem; }
        .p-myPointExList .p-exItem--long .p-bankList li {
          padding-right: 30px; }
          .p-myPointExList .p-exItem--long .p-bankList li > * {
            margin-top: 0.5em; }

.p-search_popular {
  background: #feecef;
  border-top: 4px solid #e95f59;
  padding: 20px 40px;
  font-size: 1.8rem;
  margin-bottom: 40px; }
  .p-search_popular > * {
    -ms-flex-preferred-size: 270px;
        flex-basis: 270px; }

.ttl_size-small {
  font-size: 1.8rem;
  font-weight: normal; }
  .ttl_size-small .ttl-large {
    font-size: 2rem;
    font-weight: bold; }
  .ttl_size-small .ttl-small {
    font-size: 1.4rem; }

.p-search_filter-sb {
  background: #fff6ee;
  width: 100%; }
  .p-search_filter-sb.-size_3 > * {
    -ms-flex-preferred-size: 340px;
        flex-basis: 340px; }

.p-select_min-to-max {
  padding: 30px 14px 40px; }
  .p-select_min-to-max .item-center {
    text-align: center;
    -ms-flex-item-align: center;
        align-self: center; }
  .p-select_min-to-max .c-select {
    width: 134px; }
  .p-select_min-to-max.-side {
    padding: 0; }
    .p-select_min-to-max.-side .c-select {
      width: 94px; }

.p-search_area-box {
  width: 100%;
  margin: 0; }

.p-search_area-head {
  width: 100%;
  background: #cfeeea;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 20px 40px; }

.p-search_area-body {
  width: 100%;
  background: #fff6ee;
  padding: 35px 40px 25px; }
  .p-search_area-body > * {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    margin-bottom: 10px; }

.p-searchMore {
  margin-top: 30px; }
  .p-searchMore-body > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }

.p-result_topBox {
  padding-top: 30px;
  margin-bottom: 40px; }
  .p-result_topBox-heading {
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 0; }
    .p-result_topBox-heading .ttl-large {
      font-size: 2.0rem;
      font-weight: bold; }
  .p-result_topBox-data {
    padding: 40px 40px 20px;
    margin-bottom: 0;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8; }
    .p-result_topBox-data .p-dataConditions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .p-result_topBox-data .p-dataConditions > * {
        width: auto;
        min-width: 33%;
        max-width: 100%;
        padding-right: 2%;
        margin-bottom: 10px; }
  .p-result_topBox .data-tags {
    font-size: 1.4rem;
    margin-bottom: 1em;
    color: #444444;
    margin-left: 1em; }
  .p-result_topBox .data-ttl {
    font-weight: bold;
    font-size: 1.6rem;
    color: #e95f59;
    margin-bottom: 0.5em; }
    .p-result_topBox .data-ttl::before {
      font-family: "FontAwesome";
      content: "\f00c";
      margin-right: 5px;
      color: #e95f59; }
  .p-result_topBox-store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px 30px; }
    .p-result_topBox-store > * {
      margin: auto;
      -ms-flex-preferred-size: 180px;
          flex-basis: 180px;
      max-width: 180px; }

.p-result_sorter {
  margin: 20px 0 40px; }
  .p-result_sorter li > * {
    -ms-flex-item-align: center;
        align-self: center; }
    .p-result_sorter li > *:first-child {
      padding-right: 1em; }
  .p-result_sorter .c-select {
    width: 280px; }
  .p-result_sorter--check {
    display: block; }
    .p-result_sorter--check input[type=radio] + label {
      background: #F4F4F4;
      color: #7f7f7f;
      padding: 10px 20px !important;
      border-radius: 5px;
      font-weight: bold; }
      .p-result_sorter--check input[type=radio] + label::before, .p-result_sorter--check input[type=radio] + label::after {
        content: none !important; }
    .p-result_sorter--check input[type=radio]:checked + label,
    .p-result_sorter--check input[type=radio] + label:hover {
      background: #00afc0;
      color: #fff;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .p-result_sorter--check input[type=radio]:checked + label::before, .p-result_sorter--check input[type=radio]:checked + label::after,
      .p-result_sorter--check input[type=radio] + label:hover::before,
      .p-result_sorter--check input[type=radio] + label:hover::after {
        content: none !important; }

.p-result_pager {
  background: #fdefef;
  padding: 20px 30px; }
  .p-result_pager .pager-item {
    -ms-flex-item-align: center;
        align-self: center; }
    .p-result_pager .pager-item .pager-count {
      font-size: 1.6rem;
      font-weight: bold; }
    .p-result_pager .pager-item .pager-decimal {
      font-size: 2.6rem;
      color: #e95f59; }
    .p-result_pager .pager-item .pager-area {
      font-size: 1.2rem;
      font-weight: normal; }
  .p-reNew .p-result_pager,
  .p-reUpdate .p-result_pager,
  .p-pricelistDetail .p-result_pager {
    margin-bottom: 40px; }

.p-search_result {
  width: 100%;
  margin-top: 60px; }
  .p-search_result-inner {
    width: 1100px;
    margin: 0 auto;
    border: 2px solid #00afc0;
    background: #fff6ee;
    padding: 35px 325px 25px; }
  .p-search_result-list {
    font-size: 1.6rem;
    border-bottom: 2px solid #00afc0;
    padding-top: 20px;
    padding-bottom: 10px; }
    .p-search_result-list > .flexend {
      -ms-flex-item-align: end;
          align-self: flex-end; }
  .p-search_result .item-ttl {
    font-weight: bold;
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px; }
  .p-search_result .item-data {
    font-weight: bold; }

.-bg-cream {
  background: #fff6ee; }

.-bg-pink {
  background: #fdefef; }

.-bg-white {
  background: #fff; }

.-bg-grey {
  background: #F4F4F4; }

.ranker-box {
  font-size: 1.2rem;
  color: #2bc67f;
  font-weight: bold; }
  .ranker-box img {
    float: left;
    vertical-align: middle;
    padding-top: 5px;
    padding-right: 5px; }

.l-bukken_cover {
  margin-bottom: 60px; }

.p-bukken_wrap {
  background: #e2f0ec;
  overflow: hidden; }

.p-bukken_check {
  font-size: 1.2rem;
  color: #00afc0;
  width: 60px;
  padding-top: 15px;
  float: left;
  text-align: center; }
  .p-bukken_check > label {
    white-space: nowrap;
    display: block;
    letter-spacing: -0.05em;
    padding: 0 0 24px !important;
    text-align: center;
    width: 100%; }
    .p-bukken_check > label::before {
      left: 35% !important;
      bottom: 0; }
    .p-bukken_check > label::after {
      left: 47% !important;
      bottom: 0;
      top: 78% !important; }

.p-bukken_dataCover {
  width: 740px;
  float: left;
  background: #fff; }
  .p-bukken_dataCover > * {
    padding-left: 20px; }
  .p-bukken_dataCover .p-grade-point {
    display: inline-block;
    float: right;
    white-space: nowrap;
    margin-bottom: 0;
    -ms-flex-item-align: center;
        align-self: center; }
    .p-bukken_dataCover .p-grade-point .stars {
      font-size: 1.8rem;
      margin-right: 18px;
      vertical-align: middle; }
    .p-bukken_dataCover .p-grade-point .points .decimal {
      font-size: 2.4rem; }
  .p-bukken_dataCover .p-detail_overview--data {
    width: 420px;
    margin-bottom: 20px; }
    .p-bukken_dataCover .p-detail_overview--data .data-price-list {
      overflow: hidden;
      margin-bottom: 20px; }
    .p-bukken_dataCover .p-detail_overview--data .data-price-item {
      min-width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      float: left;
      margin-bottom: 3px; }
      .p-bukken_dataCover .p-detail_overview--data .data-price-item .p_label {
        font-size: 1.3rem;
        min-width: 96px;
        padding: 0.4em 0.5em;
        text-align: center;
        margin-right: 4px;
        -ms-flex-item-align: start;
            align-self: start; }
      .p-bukken_dataCover .p-detail_overview--data .data-price-item > p {
        display: inline-block;
        -ms-flex-item-align: center;
            align-self: center; }
      .p-bukken_dataCover .p-detail_overview--data .data-price-item .note {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.2rem;
        line-height: 1.1;
        color: #444444; }
    .p-bukken_dataCover .p-detail_overview--data.-used {
      width: 100%; }
      .p-bukken_dataCover .p-detail_overview--data.-used .data-price-item {
        min-width: 33%; }
        .p-bukken_dataCover .p-detail_overview--data.-used .data-price-item .p_label {
          vertical-align: top; }

.p-bukken_status {
  background: #F4F4F4;
  color: #00afc0;
  width: 100%;
  clear: both;
  padding: 20px;
  margin-bottom: 20px;
  margin-left: 20px; }
  .p-bukken_status-ttl {
    font-weight: bold;
    display: block;
    float: left;
    width: 110px;
    padding-left: 10px;
    line-height: 3.5em; }
  .p-bukken_status .p-sellStatus {
    width: 570px; }
    .p-bukken_status .p-sellStatus .item-step {
      border: 1px solid #7f7f7f;
      color: #7f7f7f;
      background: #c1c1c1;
      position: relative;
      margin-right: 15px;
      -ms-flex-preferred-size: 105px;
          flex-basis: 105px; }
      .p-bukken_status .p-sellStatus .item-step > p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        height: 3.5em;
        line-height: 1; }
      .p-bukken_status .p-sellStatus .item-step.is-fin {
        border: 1px solid #00afc0;
        color: #00afc0;
        background: #fff; }
        .p-bukken_status .p-sellStatus .item-step.is-fin::after {
          border-left-color: #fff; }
        .p-bukken_status .p-sellStatus .item-step.is-fin::before {
          border-left-color: #00afc0; }
      .p-bukken_status .p-sellStatus .item-step.is-now {
        border: 1px solid #00afc0;
        color: #fff;
        background: #00afc0; }
        .p-bukken_status .p-sellStatus .item-step.is-now::after {
          border-left-color: #00afc0; }
        .p-bukken_status .p-sellStatus .item-step.is-now::before {
          border-left-color: #00afc0; }
      .p-bukken_status .p-sellStatus .item-step:last-child::after, .p-bukken_status .p-sellStatus .item-step:last-child::before {
        content: none; }

.p-bukken_action {
  margin-bottom: 20px;
  width: 100%;
  clear: both; }
  .p-bukken_action > * {
    width: 100%;
    margin-left: 10px; }
    .p-bukken_action > *:first-child {
      margin-left: 0; }
    .p-bukken_action > *.u-btn-b > a,
    .p-bukken_action > *.u-btn-c > a,
    .p-bukken_action > *.u-btn-disable > span {
      font-weight: normal;
      padding: 0.5em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.p-select_shadow {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 5px; }

.p-select_arrow--pink:after {
  border-top-color: #e95f59; }

.p-bukkenList_action.fbox {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 10px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #00afc0;
  margin: 5px 5px 30px 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
  .p-bukkenList_action.fbox:after, .p-bukkenList_action.fbox:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0; }
  .p-bukkenList_action.fbox:after {
    top: 99%;
    left: 16px;
    border: 10px solid transparent;
    border-top: 10px solid #ffffff;
    /*10px*/ }
  .p-bukkenList_action.fbox:before {
    top: 100%;
    left: 15px;
    border: 11px solid transparent;
    border-top: 11px solid #00afc0;
    /*13px*/ }

.p-bukkenList_action .item_action-ttl {
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-preferred-size: 328px;
      flex-basis: 328px;
  max-width: 328px; }

.p-bukkenList_action .item_action-inquiry {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  max-width: 220px;
  margin-left: 10px;
  margin-left: auto; }

.fbox-bottom .p-bukkenList_action.fbox {
  margin-bottom: 20px;
  margin-top: 15px; }
  .fbox-bottom .p-bukkenList_action.fbox:before {
    top: -38%;
    border: 11px solid transparent;
    border-bottom: 11px solid #00afc0; }
  .fbox-bottom .p-bukkenList_action.fbox:after {
    top: -33%;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffffff; }

.p-roomPrice {
  width: 100%; }
  .p-roomPrice_head {
    background: #00afc0;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    padding: 1em;
    cursor: pointer; }
    .p-roomPrice_head::after {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      content: "";
      vertical-align: middle;
      right: 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 8px;
      height: 8px;
      border: 2px solid transparent;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .p-roomPrice_head .head-open {
      display: block; }
    .p-roomPrice_head .head-close {
      display: none; }
    .p-roomPrice_head.is-active {
      display: block; }
      .p-roomPrice_head.is-active .head-open {
        display: none; }
      .p-roomPrice_head.is-active .head-close {
        display: block; }
      .p-roomPrice_head.is-active::after {
        border: 2px solid transparent;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .p-roomPrice_body {
    display: none;
    background: #e2f0ec;
    padding: 40px 50px; }
  .p-roomPrice_list {
    width: 100%;
    font-size: 1.6rem; }
    .p-roomPrice_list thead th {
      color: #00afc0;
      font-weight: bold;
      text-align: center;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      border: 1px dotted #7f7f7f;
      background: #fff;
      width: 10%; }
      .p-roomPrice_list thead th.asc {
        background: #ffeaf4; }
      .p-roomPrice_list thead th.desc {
        background: #eaeaff; }
    .p-roomPrice_list tbody td {
      text-align: center;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      border: 1px dotted #7f7f7f;
      background: #fff; }

.p-pricelistDetail .p-roomPrice_body {
  display: block;
  margin-bottom: 30px; }

.p-pricelistDetail a.p-btn-move {
  padding: 0.5em 1em; }

.p-dataBox {
  min-height: 43px; }
  .p-dataBox.top {
    border-top: 1px dotted #808080; }
  .p-dataBox_ttl {
    background: #fff6ee;
    margin-right: 10px;
    width: 20%;
    padding: 0 10px;
    font-size: 1.4rem;
    min-height: 43px; }
  .p-dataBox_body {
    padding: 0.5em 0.5em 0.5em 0; }

.p-markerBox {
  border: 2px solid #00afc0;
  width: 100%;
  padding: 1.8em; }
  .p-markerBox--red {
    border: 2px solid #e95f59;
    color: #e95f59; }
  .p-markerBox--grey {
    border: 2px solid #dfdbd8; }
  .p-markerBox--size_m {
    width: 530px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.p-colorBox {
  background: #e2f0ec;
  width: 100%;
  padding: 1.8em; }
  .p-colorBox--red {
    background: #fdefef; }
  .p-colorBox--beige {
    background: #fcf8f2; }

.p-searchTop_block-inner {
  width: 1100px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 40px; }

.p-searchTop_block-ttl {
  color: #00afc0;
  -ms-flex-item-align: center;
      align-self: center;
  font-weight: bold;
  font-size: 1.8rem; }

.p-searchTop_block-input {
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-preferred-size: 850px;
      flex-basis: 850px; }

.p-searchTop_block__search {
  width: 850px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }

.p-searchTop_block__input-wrap {
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
  border-left: 1px solid #b9b9b9;
  -ms-flex-item-align: stretch;
      align-self: stretch; }
  .p-searchTop_block__input-wrap .p-visual__search__input {
    height: 45px; }

.p-searchTop_block__searchWrap {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  padding: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.p-searchTop_block__search-btn {
  border: 0px;
  width: 100%;
  height: 100%;
  background: #00afc0 url(../image/txt_visual_search-btn.png) center no-repeat; }
  .p-searchTop_block__search-btn .submit_btn:hover {
    cursor: pointer;
    background: #00ddf3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.p-headingSearch-ttl {
  color: #444444;
  -ms-flex-item-align: center;
      align-self: center;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  padding: .4em 1.8em .4em 1.2em;
  text-align: center;
  background-color: #fff100;
  margin: 5px 5px 10px 50px;
  border-radius: 10px; }
  .p-headingSearch-ttl:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0; }
  .p-headingSearch-ttl:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 100%;
    left: 30%;
    border: 8px solid transparent;
    border-top: 8px solid #fff100; }
  .p-headingSearch-ttl:after {
    top: 98%;
    left: 30%;
    border: 6px solid transparent;
    border-top: 6px solid #fff100; }

.p-searchIndex_tab-list {
  width: 100%;
  margin-bottom: 15px; }

.p-searchIndex_tab-item {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  position: relative;
  padding: 20px 30px 20px 70px;
  cursor: pointer;
  color: #00afc0;
  font-weight: bold;
  font-size: 1.8rem; }
  .p-searchIndex_tab-item::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -8px;
    top: 50%;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; }
  .p-searchIndex_tab-item::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -8px;
    top: 51%;
    border-left: 8px solid #7f7f7f;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; }
  .p-searchIndex_tab-item:hover, .p-searchIndex_tab-item.is-active {
    background: #00afc0;
    color: #fff; }
    .p-searchIndex_tab-item:hover::before, .p-searchIndex_tab-item.is-active::before {
      border-left-color: #00afc0; }
    .p-searchIndex_tab-item:hover::after, .p-searchIndex_tab-item.is-active::after {
      border-left-color: transparent; }
  .p-searchIndex_tab-item.tab-fromArea {
    background: #fff url(../image/icon/icon_map.png) 30px center no-repeat; }
    .p-searchIndex_tab-item.tab-fromArea:hover, .p-searchIndex_tab-item.tab-fromArea.is-active {
      background: #00afc0 url(../image/icon/icon_map_on.png) 30px center no-repeat; }
  .p-searchIndex_tab-item.tab-fromStation {
    background: #fff url(../image/icon/icon_train.png) 30px center no-repeat; }
    .p-searchIndex_tab-item.tab-fromStation:hover, .p-searchIndex_tab-item.tab-fromStation.is-active {
      background: #00afc0 url(../image/icon/icon_train_on.png) 30px center no-repeat; }
  .p-searchIndex_tab-item.tab-fromSchool {
    background: #fff url(../image/icon/icon_school.png) 30px center no-repeat; }
    .p-searchIndex_tab-item.tab-fromSchool:hover, .p-searchIndex_tab-item.tab-fromSchool.is-active {
      background: #00afc0 url(../image/icon/icon_school_on.png) 30px center no-repeat; }

.p-searchIndex-cardList {
  width: 1100px;
  margin: 0 auto; }

.p-searchIndex-cardItem {
  -ms-flex-preferred-size: 530px;
      flex-basis: 530px; }
  .p-searchIndex-cardItem > * {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.p-searchIndex-cardttl {
  -ms-flex-preferred-size: 215px;
      flex-basis: 215px;
  color: #e95f59;
  font-weight: bold; }
  .p-searchIndex-cardttl img {
    vertical-align: middle; }

.p-searchIndex__links {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  width: 100%; }
  .p-searchIndex__links-text {
    color: #00afc0;
    margin-bottom: 40px; }
    .p-searchIndex__links-text > * {
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%; }
      .p-searchIndex__links-text > * a {
        line-height: 2; }
  .p-searchIndex__links-banner > * {
    border-top: 5px solid #e95f59; }

.p-searchIndex__ranking {
  padding-top: 30px;
  margin-bottom: 40px; }
  .p-searchIndex__ranking-list {
    margin-left: 40px;
    margin-right: 40px; }
    .p-searchIndex__ranking-list > * {
      -ms-flex-preferred-size: 310px;
          flex-basis: 310px;
      position: relative; }
      .p-searchIndex__ranking-list > * .icon-members {
        position: absolute;
        left: -25px;
        top: 5px;
        z-index: 2; }
      .p-searchIndex__ranking-list > * .u-btn-b > a {
        font-size: 1.8rem; }
      .p-searchIndex__ranking-list > * .u-btn-b > a.btn-thin {
        padding-top: .5em;
        padding-bottom: .5em; }
      .p-searchIndex__ranking-list > * .item__txt {
        margin-top: 28px;
        margin-bottom: 36px; }

.p-searchIndex_block-inner {
  width: 1100px;
  margin: 0 auto;
  background: #fff6ee;
  padding: 35px 25px; }

.p-searchIndex_block-left {
  width: 280px;
  float: left; }

.p-searchIndex_block-right {
  background: #cfeeea;
  width: 740px;
  border-top: 2px solid #00afc0;
  padding: 20px;
  float: right; }

.p-searchIndex_block .p-prefBlock__tab {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px; }
  .p-searchIndex_block .p-prefBlock__tab-item {
    cursor: pointer;
    color: #c1c1c1;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 14px; }
    .p-searchIndex_block .p-prefBlock__tab-item.is-active, .p-searchIndex_block .p-prefBlock__tab-item:hover {
      color: #00afc0; }

.p-searchIndex_block .p-prefBlock__body.active {
  display: block; }

.p-searchIndex_block .grid {
  width: 700px; }

.p-searchIndex_block .p-tile-item > * a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  padding: 20px;
  text-decoration: none;
  color: #444444; }
  .p-searchIndex_block .p-tile-item > * a:hover {
    background: #fff6ee; }

.p-searchIndex_block .p-tile-item .grid-itemStyle {
  margin-bottom: 8px;
  width: 169px; }
  .p-searchIndex_block .p-tile-item .grid-itemStyle-width50 {
    width: 346px; }
  .p-searchIndex_block .p-tile-item .grid-itemStyle-width75 {
    width: 523px; }

.p-searchIndex_block .p-tile-item .p-tile-ttl {
  color: #00afc0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em; }

.p-searchIndex_block .p-prefLink-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px; }

.p-searchIndex_block .p-prefLink-ttl {
  width: 110px; }
  .p-searchIndex_block .p-prefLink-ttl > * {
    font-size: 1.3rem;
    padding: 0.5em 0.25em; }
    .p-searchIndex_block .p-prefLink-ttl > *.p_label {
      background: #2bc67f;
      background: #aa73c4;
      background: #7896e2;
      color: #fff;
      width: 95%;
      text-align: center; }

.p-searchIndex_block .p-prefLink-item {
  width: 70px;
  margin-right: 4px; }
  .p-searchIndex_block .p-prefLink-item > a {
    padding: 0.5em 0.75em;
    font-size: 1.3rem; }
  .p-searchIndex_block .p-prefLink-item:last-child {
    margin-right: 0; }

.p_label {
  display: inline-block;
  padding: 0.1em 1em; }
  .p_label--red {
    background: #e95f59;
    color: #fff; }
  .p_label--skeleton {
    background: #fff;
    color: #00afc0;
    border: 1px solid #00afc0; }
  .p_label--green {
    background: #8ac633;
    color: #fff; }
  .p_label--mizu {
    background: #54b9d1;
    color: #fff; }
  .p_label--orange {
    background: #f19537;
    color: #fff; }
  .p_label--violet {
    background: #4c33a1;
    color: #fff; }
  .p_label--purple {
    background: #a13398;
    color: #fff; }
  .p_label--thin {
    padding: .1em .45em .08em;
    font-size: xx-small; }

.p-detail_overview {
  overflow: hidden; }
  .p-detail_overview .p-section__ttl-line a > *,
  .p-detail_overview .p-section__ttl-line h2 {
    display: inline;
    font-size: inherit; }
  .p-detail_overview--photo {
    width: 280px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .p-detail_overview--photo .item-photo_main {
      width: 100%;
      margin-bottom: 5px; }
      .p-detail_overview--photo .item-photo_main .p-object-fit {
        width: 100%;
        height: 210px; }
    .p-detail_overview--photo .item-photo_sub {
      width: 49%;
      margin-right: 0; }
      .p-detail_overview--photo .item-photo_sub:nth-child(2n) {
        margin-right: 2%; }
      .p-detail_overview--photo .item-photo_sub .p-object-fit {
        width: 100%;
        height: 100px; }
    .p-detail_overview--photo .p-object-fitCover {
      position: relative; }
    .p-detail_overview--photo .p-object-fit {
      -o-object-fit: contain;
         object-fit: contain;
      font-family: 'object-fit: contain;';
      /*IE対策*/ }
    .p-detail_overview--photo .item-photo_sub + .item-photo_main {
      padding-top: 5px; }
  .p-detail_overview--data {
    width: 480px;
    float: right; }

.p-detail_actionBox {
  background: #F4F4F4;
  margin-top: 20px;
  padding: 30px;
  color: #00afc0; }
  .p-detail_actionBox-list > li {
    margin-bottom: 10px; }
    .p-detail_actionBox-list > li:last-child {
      margin-bottom: 0; }
  .p-detail_actionBox-ttl {
    font-size: 1.6rem;
    color: #00afc0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.5em; }

.item-userRating > * {
  width: 263px;
  margin-right: 30px; }
  .item-userRating > *:nth-child(3n) {
    margin-right: 0; }

.p-grade-point {
  margin-bottom: 20px; }
  .p-grade-point .p_label {
    width: 136px;
    text-align: center;
    margin-right: 20px; }

.stars {
  display: inline-block;
  margin-right: 20px;
  font-size: 0; }
  .stars span {
    width: 20px;
    height: 17.6px;
    display: inline-block;
    background: url(../image/icon/icon_star_full_m.png) no-repeat center;
    background-size: 100%;
    margin-right: 2px;
    vertical-align: top; }
  .stars.star-rank-0 span {
    background: url(../image/icon/icon_star_blank_m.png) no-repeat center;
    background-size: 100%; }
  .stars.star-rank-1 span:nth-child(2),
  .stars.star-rank-1 span:nth-child(3),
  .stars.star-rank-1 span:nth-child(4),
  .stars.star-rank-1 span:nth-child(5) {
    background: url(../image/icon/icon_star_blank_m.png) no-repeat center;
    background-size: 100%; }
  .stars.star-rank-2 span:nth-child(3),
  .stars.star-rank-2 span:nth-child(4),
  .stars.star-rank-2 span:nth-child(5) {
    background: url(../image/icon/icon_star_blank_m.png) no-repeat center;
    background-size: 100%; }
  .stars.star-rank-3 span:nth-child(4),
  .stars.star-rank-3 span:nth-child(5) {
    background: url(../image/icon/icon_star_blank_m.png) no-repeat center;
    background-size: 100%; }
  .stars.star-rank-4 span:nth-child(5) {
    background: url(../image/icon/icon_star_blank_m.png) no-repeat center;
    background-size: 100%; }
  .stars.star-rank-0-5 span:nth-child(1) {
    background: url(../image/icon/icon_star_half_m.png) no-repeat center;
    background-size: 100%; }
  .stars.star-rank-0-5 span:nth-child(2),
  .stars.star-rank-0-5 span:nth-child(3),
  .stars.star-rank-0-5 span:nth-child(4),
  .stars.star-rank-0-5 span:nth-child(5) {
    background: url(../image/icon/icon_star_blank_m.png) no-repeat center;
    background-size: 100%; }
  .stars.star-rank-1-5 span:nth-child(2) {
    background: url(../image/icon/icon_star_half_m.png) no-repeat center;
    background-size: 100%; }
  .stars.star-rank-1-5 span:nth-child(3),
  .stars.star-rank-1-5 span:nth-child(4),
  .stars.star-rank-1-5 span:nth-child(5) {
    background: url(../image/icon/icon_star_blank_m.png) no-repeat center;
    background-size: 100%; }
  .stars.star-rank-2-5 span:nth-child(3) {
    background: url(../image/icon/icon_star_half_m.png) no-repeat center;
    background-size: 100%; }
  .stars.star-rank-2-5 span:nth-child(4),
  .stars.star-rank-2-5 span:nth-child(5) {
    background: url(../image/icon/icon_star_blank_m.png) no-repeat center;
    background-size: 100%; }
  .stars.star-rank-3-5 span:nth-child(4) {
    background: url(../image/icon/icon_star_half_m.png) no-repeat center;
    background-size: 100%; }
  .stars.star-rank-3-5 span:nth-child(5) {
    background: url(../image/icon/icon_star_blank_m.png) no-repeat center;
    background-size: 100%; }
  .stars.star-rank-4-5 span:nth-child(5) {
    background: url(../image/icon/icon_star_half_m.png) no-repeat center;
    background-size: 100%; }
  .stars.stars--sizeL span {
    width: 25px;
    height: 22px;
    background: url(../image/icon/icon_star_full.png) no-repeat center;
    background-size: 100%;
    vertical-align: text-bottom; }
  .stars.stars--sizeL.star-rank-0 span {
    background: url(../image/icon/icon_star_blank.png) no-repeat center;
    background-size: 100%; }
  .stars.stars--sizeL.star-rank-1 span:nth-child(2),
  .stars.stars--sizeL.star-rank-1 span:nth-child(3),
  .stars.stars--sizeL.star-rank-1 span:nth-child(4),
  .stars.stars--sizeL.star-rank-1 span:nth-child(5) {
    background: url(../image/icon/icon_star_blank.png) no-repeat center;
    background-size: 100%; }
  .stars.stars--sizeL.star-rank-2 span:nth-child(3),
  .stars.stars--sizeL.star-rank-2 span:nth-child(4),
  .stars.stars--sizeL.star-rank-2 span:nth-child(5) {
    background: url(../image/icon/icon_star_blank.png) no-repeat center;
    background-size: 100%; }
  .stars.stars--sizeL.star-rank-3 span:nth-child(4),
  .stars.stars--sizeL.star-rank-3 span:nth-child(5) {
    background: url(../image/icon/icon_star_blank.png) no-repeat center;
    background-size: 100%; }
  .stars.stars--sizeL.star-rank-4 span:nth-child(5) {
    background: url(../image/icon/icon_star_blank.png) no-repeat center;
    background-size: 100%; }
  .stars.stars--sizeL.star-rank-0-5 span:nth-child(1) {
    background: url(../image/icon/icon_star_half.png) no-repeat center;
    background-size: 100%; }
  .stars.stars--sizeL.star-rank-0-5 span:nth-child(2),
  .stars.stars--sizeL.star-rank-0-5 span:nth-child(3),
  .stars.stars--sizeL.star-rank-0-5 span:nth-child(4),
  .stars.stars--sizeL.star-rank-0-5 span:nth-child(5) {
    background: url(../image/icon/icon_star_blank.png) no-repeat center;
    background-size: 100%; }
  .stars.stars--sizeL.star-rank-1-5 span:nth-child(2) {
    background: url(../image/icon/icon_star_half.png) no-repeat center;
    background-size: 100%; }
  .stars.stars--sizeL.star-rank-1-5 span:nth-child(3),
  .stars.stars--sizeL.star-rank-1-5 span:nth-child(4),
  .stars.stars--sizeL.star-rank-1-5 span:nth-child(5) {
    background: url(../image/icon/icon_star_blank.png) no-repeat center;
    background-size: 100%; }
  .stars.stars--sizeL.star-rank-2-5 span:nth-child(3) {
    background: url(../image/icon/icon_star_half.png) no-repeat center;
    background-size: 100%; }
  .stars.stars--sizeL.star-rank-2-5 span:nth-child(4),
  .stars.stars--sizeL.star-rank-2-5 span:nth-child(5) {
    background: url(../image/icon/icon_star_blank.png) no-repeat center;
    background-size: 100%; }
  .stars.stars--sizeL.star-rank-3-5 span:nth-child(4) {
    background: url(../image/icon/icon_star_half.png) no-repeat center;
    background-size: 100%; }
  .stars.stars--sizeL.star-rank-3-5 span:nth-child(5) {
    background: url(../image/icon/icon_star_blank.png) no-repeat center;
    background-size: 100%; }
  .stars.stars--sizeL.star-rank-4-5 span:nth-child(5) {
    background: url(../image/icon/icon_star_half.png) no-repeat center;
    background-size: 100%; }

.points {
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block; }
  .points .decimal {
    font-size: 3.0rem;
    color: #e95f59; }

.p-userRating-btn {
  width: 263px;
  display: inline-block; }

.p-userRating-bubble {
  position: relative;
  min-width: 90px;
  height: 40px;
  background: #FFFFFF;
  color: #e95f59;
  padding: 0 10px;
  text-align: left;
  border: 2px solid #e95f59;
  font-weight: bold;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  text-align: center; }
  .p-userRating-bubble:after, .p-userRating-bubble:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%; }
  .p-userRating-bubble:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 5px;
    border-right-width: 5px;
    margin-top: -6px;
    border-right-color: #FFFFFF; }
  .p-userRating-bubble:before {
    border-color: rgba(233, 95, 89, 0);
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 6px;
    border-right-width: 6px;
    margin-top: -8px;
    margin-right: 2px;
    border-right-color: #e95f59; }

.p-resvPriceList .reserved-cov {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .p-resvPriceList .reserved-cov .reserved {
    width: 49%;
    margin-right: 2%;
    border: 2px solid #dfdbd8;
    padding: 10px; }
    .p-resvPriceList .reserved-cov .reserved:nth-child(2n) {
      margin-right: 0; }
    .p-resvPriceList .reserved-cov .reserved dt {
      margin-top: 10px;
      border-bottom: 1px solid #dfdbd8;
      font-size: 1.2em; }
      .p-resvPriceList .reserved-cov .reserved dt:before {
        font-family: "FontAwesome";
        content: "\f046";
        color: #00afc0;
        margin-right: .3em; }
    .p-resvPriceList .reserved-cov .reserved dd {
      padding: 5px; }
      .p-resvPriceList .reserved-cov .reserved dd:nth-child(2n) {
        background: #F9F8F5; }

.p-resvPriceList .p-notice_list .notice-item {
  counter-increment: cnt;
  padding: 0 0 0 30px; }
  .p-resvPriceList .p-notice_list .notice-item:before {
    content: "※" counters(cnt, ".") " "; }

.p-searchSakidori div.title {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  border-bottom: 1px #999 solid; }

.p-searchSakidori div.left {
  float: left; }

.p-searchSakidori div.right {
  float: right;
  text-align: right; }

.p-searchSakidori div.clear {
  clear: both; }

.p-searchSakidori div.page_navi {
  margin: 5px 0;
  padding: 0; }
  .p-searchSakidori div.page_navi div.rec_counter {
    float: left; }
  .p-searchSakidori div.page_navi div.paging {
    text-align: right; }

.p-searchSakidori table.re_sakidori {
  clear: both;
  margin: 5px 0;
  width: 100%;
  font-size: 0.9em; }
  .p-searchSakidori table.re_sakidori .s80 {
    font-size: 0.85em; }
  .p-searchSakidori table.re_sakidori .s70 {
    font-size: 0.7em; }
  .p-searchSakidori table.re_sakidori tr.title {
    background-color: #057; }
    .p-searchSakidori table.re_sakidori tr.title td {
      padding: 4px 2px;
      color: #fff;
      text-align: center; }
    .p-searchSakidori table.re_sakidori tr.title a {
      color: #9cf; }
  .p-searchSakidori table.re_sakidori tr.data {
    background-color: #fff; }
    .p-searchSakidori table.re_sakidori tr.data td {
      padding: 2px 4px;
      color: #333;
      border-bottom: 1px dotted #ddd;
      border-right: 1px dotted #ddd; }
      .p-searchSakidori table.re_sakidori tr.data td:first-child {
        border-left: 1px dotted #ddd; }
      .p-searchSakidori table.re_sakidori tr.data td.r {
        text-align: right; }
      .p-searchSakidori table.re_sakidori tr.data td.c {
        text-align: center; }
      .p-searchSakidori table.re_sakidori tr.data td.reserve {
        background-color: #fee;
        text-align: center; }
      .p-searchSakidori table.re_sakidori tr.data td.check {
        padding: 0; }
        .p-searchSakidori table.re_sakidori tr.data td.check label {
          display: block; }

.p-searchSakidori span.unit {
  padding-left: 2px;
  font-size: 0.7em;
  color: #666; }

.p-searchSakidori div.comment {
  font-size: 0.8em; }

.p-searchSakidori form.form2 input[type="submit"] {
  padding: 6px 15px;
  border: #aaa 2px solid;
  border-bottom-color: #666;
  border-right-color: #666;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.p-searchSakidori form.form2 input[type="image"]:hover.m_over {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)"; }

.p-section--searchContract #crct_prc_list2 {
  margin: 10px 0 0;
  padding: 0; }

.p-section--searchContract .crct_prc_pref2 {
  padding: 0;
  margin: 5px 0 0;
  clear: none;
  width: 100%; }
  .p-section--searchContract .crct_prc_pref2 > table > tbody > tr > td {
    padding-bottom: 1em; }

.p-section--searchContract td.p-cell-subArea {
  width: 150px;
  padding-right: 1em; }

.p-section--searchContract ul.contract_city2 {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .p-section--searchContract ul.contract_city2 li {
    float: left;
    margin: 0 8px 5px 0;
    padding: 0;
    min-width: 120px;
    line-height: 1.2em; }
  .p-section--searchContract ul.contract_city2 span {
    color: #444444;
    padding-left: 2px; }

.p-sakidori .ss_title .p-pageTtl {
  font-size: 1.8em;
  font-weight: 700;
  padding: 15px 10px 10px;
  text-align: center;
  color: #00a3b6;
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.7); }
  .p-sakidori .ss_title .p-pageTtl span {
    color: #FFA32A; }

.p-sakidori .p-greyLabel {
  padding: .5em .75em;
  background-color: #f6f6f6;
  border-radius: 6px;
  margin-bottom: 10px; }

.p-sakidori .normalSection {
  padding: 20px; }

.p-sakidori .bg {
  background: url(/common/image/pc/contentbg.png) top no-repeat; }
  .p-sakidori .bg section {
    background-color: #fff; }
    .p-sakidori .bg section:nth-child(1) {
      background-color: rgba(255, 255, 255, 0.4); }
    .p-sakidori .bg section:nth-child(2) {
      background-color: rgba(255, 255, 255, 0.8); }

.p-sakidori .btn.sw {
  display: block;
  float: right;
  padding: 15px 20px;
  margin: 20px;
  background: #FAFDFD;
  background: -moz-linear-gradient(top, #fff, #EEFAF9);
  background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#EEFAF9));
  border: 1px solid #ccc;
  text-decoration: none; }

.p-sakidori .p-ttl-search {
  margin-top: 5px;
  line-height: 1.2;
  border: none;
  width: 115px;
  background: url(/common/image/g3/icon/icon_search.png) 5px 0 no-repeat;
  padding: 0 5px 0 40px;
  font-size: 1.3rem;
  float: left; }

.p-sakidori .p-ttl-check {
  display: inline-block;
  font-size: 1.3rem;
  min-height: 33px; }

.p-sakidori .searchBox {
  border-radius: 4px;
  border: 1px solid #00a3b6;
  width: 730px;
  float: right;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .p-sakidori .searchBox form {
    width: 730px; }
  .p-sakidori .searchBox input[type=text] {
    border: 0;
    font-size: 14px;
    padding: 10px;
    margin: 0;
    width: 590px;
    display: block;
    background: #fff; }
  .p-sakidori .searchBox button {
    display: block;
    background: #00a3b6;
    color: #fff;
    border: 0;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
    width: 140px; }
    .p-sakidori .searchBox button span {
      line-height: 1;
      display: block;
      margin: 0 auto;
      width: auto;
      height: 1em; }

.p-sakidori p.kome {
  font-size: 12px;
  color: #8F8F8F; }

.p-sakidori p.dot_line {
  border-top: dotted 1px #ccc;
  padding-top: 5px; }

.p-sakidori .cf:after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden; }

.p-sakidori .p-listFig {
  width: 22.4%;
  float: left;
  padding: 0; }
  .p-sakidori .p-listFig img {
    width: 100%; }

.p-sakidori .p-listTtl {
  width: 76%;
  float: right; }

.p-sakidori .p-listInfo {
  width: 76%;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.p-sakidori .p-listDetail {
  width: 57%;
  background: #fff;
  padding: 10px 0;
  margin-bottom: 10px;
  margin-top: 10px; }
  .p-sakidori .p-listDetail dt,
  .p-sakidori .p-listDetail th {
    float: left;
    clear: left;
    width: 95px;
    padding: 3px 5px; }
  .p-sakidori .p-listDetail dd,
  .p-sakidori .p-listDetail td {
    float: left;
    width: 295px;
    padding: 3px 5px; }
  .p-sakidori .p-listDetail tr:nth-of-type(2n-1) {
    background-color: #ebebe5; }

.p-sakidori .p-listLinks {
  width: 42%;
  padding: 10px 0; }
  .p-sakidori .p-listLinks .link1 {
    border-radius: 5px;
    background: #2890e9;
    margin-bottom: 10px;
    padding: 12px 10px 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    float: left;
    margin-right: 1%;
    border-right: 2px solid #1576CB;
    border-bottom: 2px solid #1576CB; }

.p-sakidori .link1 {
  width: 32.3%;
  line-height: 34px;
  font-weight: 700;
  text-decoration: none;
  text-align: center; }

.p-sakidori .p-listLinks .link1:nth-child(1) {
  background: #f6ac4b;
  border-right: 2px solid #bea324;
  border-bottom: 2px solid #bea324; }

.p-sakidori .p-listLinks .link1:nth-child(2) {
  background: #ea5854;
  border-right: 2px solid #c03923;
  border-bottom: 2px solid #c03923; }

.p-sakidori .p-listLinks .link1:nth-child(3) {
  line-height: 20px;
  margin-right: 0; }

.p-sakidori .p-listLinks .link1.link_gray {
  background: #666;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  color: #ccc; }

.p-sakidori .link3 {
  width: 99%; }

.p-sakidori h3.p-listTtl {
  position: relative;
  padding: .75em 1em .75em 1.5em;
  border: 1px solid #ccc;
  margin: 0; }
  .p-sakidori h3.p-listTtl a {
    text-decoration: none; }
  .p-sakidori h3.p-listTtl::after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 6px;
    height: calc(100% - 1em);
    background-color: #076abf;
    border-radius: 4px; }
  .p-sakidori h3.p-listTtl span {
    padding: 1px 10px;
    border-radius: 5px;
    color: #FFF;
    font-weight: 700;
    float: right; }

.p-sakidori .p-linkTable {
  width: 100%;
  display: table;
  border: 1px solid #ccc;
  padding: 5px; }
  .p-sakidori .p-linkTable h4.p-linkTableTtl {
    width: 100%;
    display: table-caption;
    padding: 5px;
    font-weight: 700;
    font-size: 1.2em;
    color: #fff;
    background: #00a3b6;
    margin: 0;
    text-align: center; }
  .p-sakidori .p-linkTable .tr {
    display: table-row; }
  .p-sakidori .p-linkTable .td {
    display: table-cell;
    border-bottom: 1px dashed #eee;
    padding: 5px 2px; }
    .p-sakidori .p-linkTable .td:last-child {
      border-bottom: none; }

.p-sakidori .type-tower {
  background: #71a22b;
  background: -moz-linear-gradient(top, #86bc38, #5B8026);
  background: -webkit-gradient(linear, center top, center bottom, from(#86bc38), to(#5B8026)); }

.p-sakidori .type-compact {
  background: #e58c18;
  background: -moz-linear-gradient(top, #f6ac4b, #C37510);
  background: -webkit-gradient(linear, center top, center bottom, from(#f6ac4b), to(#C37510)); }

.p-sakidori .type-large {
  background: #e2251e;
  background: -moz-linear-gradient(top, #ea5854, #B81812);
  background: -webkit-gradient(linear, center top, center bottom, from(#ea5854), to(#B81812)); }

.p-sakidori .type-investment {
  background: #cb298d;
  background: -moz-linear-gradient(top, #DD68B0, #AC2277);
  background: -webkit-gradient(linear, center top, center bottom, from(#DD68B0), to(#AC2277)); }

.p-sakidori .type-designers {
  background: #188cd9;
  background: -moz-linear-gradient(top, #98d1f4, #147EC5);
  background: -webkit-gradient(linear, center top, center bottom, from(#98d1f4), to(#147EC5)); }

.p-sakidori .p-mtype {
  margin-left: 5px;
  font-size: .8em; }

.p-sakidori .p-comment {
  width: 100%;
  text-align: right; }
  .p-sakidori .p-comment:before {
    content: '※ '; }

.p-sakidori .p-listLinks .link1.disabled {
  pointer-events: none;
  cursor: default;
  background: #666;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  color: #ccc; }

.p-sakidori .mtype {
  margin-left: 5px;
  font-size: .8em; }

.p-sakidori .link4 {
  border-radius: 5px;
  background: #2890e9;
  padding: 45px 40px;
  height: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left; }

.p-sakidori a:link.link-color-white {
  color: #fff; }

.p-sakidori a:visited.link-color-white {
  color: #ECECEC; }

.p-sakidori .link-color-white:hover {
  opacity: .5;
  text-decoration: none !important; }

.p-sakidori .p-listLinks .link1.link_gray:hover {
  opacity: 1 !important; }

.p-sakidori .pd2015 {
  padding: 20px 15px; }

.p-sakidori .border-hr {
  border-bottom: 1px dotted #CCC;
  padding-bottom: 10px;
  margin-bottom: 30px; }

.p-bottom {
  width: 100%;
  clear: both;
  padding-top: 60px; }
  .p-bottom__description {
    background: #F4F4F4;
    padding: 1.5em 2.5em;
    width: 100%;
    clear: both;
    font-size: 1.3rem; }
  .p-bottom__empha {
    text-align: right;
    width: 100%;
    margin-top: 10px;
    font-size: 1.2rem; }
    .p-bottom__empha em {
      font-style: normal; }

.p-reportBukken {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px; }
  .p-reportBukken__picture {
    width: 25%; }
  .p-reportBukken__name {
    width: 75%;
    padding-left: 20px; }

.c-iconList-item {
  padding-left: 30px;
  font-weight: bold;
  line-height: 26px; }
  .c-iconList-item.i-home {
    background: url(../image/icon/icon_home.png) left center no-repeat;
    background-size: 24px; }
  .c-iconList-item.i-yen {
    background: url(../image/icon/icon_yen.png) left center no-repeat;
    background-size: 24px; }
  .c-iconList-item.i-chart {
    background: url(../image/icon/icon_chart.png) left center no-repeat;
    background-size: 24px; }

.adjustment-mask {
  letter-spacing: -0.01em; }

.modal-content .box-body {
  background: #fff; }

.layer_board {
  text-align: center; }

.p-iconLink a {
  padding-left: 13px;
  background: url(/common/image/g3/icon/icon_arrow_blue.png) no-repeat 0 5px;
  display: inline-block; }

table.-layout-fixed {
  table-layout: fixed; }

.registration-mail-area,
.member-mail-area {
  display: table;
  width: 100%; }
  .registration-mail-area h2,
  .member-mail-area h2 {
    font-weight: 700;
    margin-bottom: 15px; }

.registration-mail,
.member-mail {
  width: 50%;
  display: table-cell;
  padding-right: 40px;
  border-right: 2px solid #dfdbd8; }

.registration-sns,
.member-sns {
  width: 50%;
  display: table-cell;
  padding-left: 40px; }

.sns-login-list.-sp {
  display: none; }

.sns-login-list li {
  margin-bottom: 12px; }

[class*=" btn-sns-"] a,
[class^=btn-sns-] a {
  display: block;
  text-align: left;
  color: #fff;
  padding: 10px 5px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center; }

[class*=" btn-sns-"] a:hover,
[class^=btn-sns-] a:hover {
  opacity: .8;
  text-decoration: none; }

.btn-sns-facebook a {
  background: #305097; }
  .btn-sns-facebook a span {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 25px;
    background: url(../image/icon_login_facebook.png) no-repeat center; }

.btn-sns-yahoo a {
  background: #f60e0b; }
  .btn-sns-yahoo a span {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 25px;
    background: url(../image/icon_login_yahoo.png) no-repeat center; }

.btn-sns-google a {
  background: #4285f4; }
  .btn-sns-google a span {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 25px;
    background: url(../image/icon_login_google.png) no-repeat center; }

.btn-sns-twitter a {
  background: url(../image/icon_login_twitter.png) 33px 50% no-repeat #00aced;
  border-bottom: 1px solid #008abe; }

.u-btn_share_twitter.-sp,.u-btn_share_instagram.-sp{display: none;}
.u-btn_share_twitter a{
  display: block;
  font-size: 6rem;
  text-decoration: none;
  margin-right: 2rem;
  color:#888;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.u-btn_share_instagram a{
  display: block;
  font-size: 6rem;
  text-decoration: none;
  margin-right: 4rem;
  color:#888;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.u-btn_share_twitter a:hover{
  color:#00ACEE;
}
.u-btn_share_instagram a:hover{
  color:#CF2E92;
}

.p-regist-areaOther {
  margin-bottom: 10px; }

.p-registMemberPrefBox {
  height: auto; }
  .p-registMemberPrefBox:after {
    content: none; }
  .p-registMemberPrefBox > .c-select {
    background: #F4F4F4;
    border: none;
    padding: .5em .8em;
    color: #777; }

.p-regist_reqestArrow {
  position: relative;
  width: 100%;
  text-align: center;
  background: #47bdcb;
  color: #fff;
  font-size: 1.3em;
  font-weight: 700;
  padding: .4em;
  letter-spacing: .1em;
  margin-bottom: 26px; }
  .p-regist_reqestArrow::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    border-top: 14px solid #47bdcb;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.p-targetLabel {
  width: 100%;
  background: #F4F4F4;
  padding: 4px 1em 4px 30px;
  cursor: pointer;
  position: relative; }
  .p-targetLabel:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 5px 5px 0 5px;
    border-top-color: #00afc0;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -2px;
    pointer-events: none; }

.p-targetItem {
  padding: 1em; }

.p-targetItem_head {
  display: block;
  width: 100% !important;
  margin-bottom: 5px; }
  .p-targetItem_head a {
    cursor: pointer; }

.p-regist_privacyArea {
  margin-bottom: 30px; }
  .p-regist_privacyArea h2 span {
    font-weight: 400; }
  .p-regist_privacyArea span.required {
    background-color: #ea5854;
    color: #fff;
    font-size: .75em;
    padding: 3px 4px;
    line-height: 1.1;
    white-space: nowrap;
    border-radius: 3px; }
  .p-regist_privacyArea .p-regist_privacyDetail {
    height: 200px;
    border: 1px solid #dfdbd8;
    padding: 20px;
    overflow: auto;
    margin-bottom: 40px; }

.p-regist_reqeList > *,
.p-myAccount_areaList > * {
  width: 25%; }

.p-regist_reqeList--zenkoku > *,
.p-myAccount_areaList--zenkoku > * {
  width: 20%; }

.p-regist_reqest2merit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .p-regist_reqest2merit > * {
    width: 51%;
    margin-right: 2%;
    margin-bottom: 40px;
    -ms-flex-item-align: center;
        align-self: center; }
    .p-regist_reqest2merit > *:nth-child(2n) {
      width: 29%;
      margin-right: 0; }
  .p-regist_reqest2merit .merit-ttl .p_label {
    margin-right: 1em; }
  .p-regist_reqest2merit .merit-figure {
    text-align: center; }

.list_recoList {
  background: #fcf8f2;
  padding: 20px;
  position: relative;
  margin-bottom: 2em; }
  .list_recoList.-bg-pink, .list_recoList.is-bgChecked {
    background: #FFD88B; }
  .list_recoList.-bg-suumo {
    background: #E3EE82; }

.p-ribbon_registReco {
  position: absolute;
  left: -15px;
  top: 14px; }
  .p-ribbon_registReco span {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    padding: 0 40px 0 14px;
    font-size: 2.3rem;
    background: #ED6103;
    color: #FFF; }
    .p-ribbon_registReco span:after {
      position: absolute;
      content: '';
      width: 0px;
      height: 0px;
      z-index: 1;
      top: 0;
      right: 0;
      border-width: 20px 10px 20px 0px;
      border-color: transparent #fff transparent transparent;
      border-style: solid; }
    .p-ribbon_registReco span:before {
      position: absolute;
      content: '';
      top: 100%;
      left: 0;
      border: none;
      border-bottom: solid 10px transparent;
      border-right: solid 15px #CD3D43; }

.p-ribbon_registRecoSuumo {
  position: absolute;
  left: -15px;
  top: 14px; }
  .p-ribbon_registRecoSuumo span {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    padding: 0 40px 0 14px;
    font-size: 2.3rem;
    background: #6EB92B;
    color: #FFF; }
    .p-ribbon_registRecoSuumo span:after {
      position: absolute;
      content: '';
      width: 0px;
      height: 0px;
      z-index: 1;
      top: 0;
      right: 0;
      border-width: 20px 10px 20px 0px;
      border-color: transparent #fff transparent transparent;
      border-style: solid; }
    .p-ribbon_registRecoSuumo span:before {
      position: absolute;
      content: '';
      top: 100%;
      left: 0;
      border: none;
      border-bottom: solid 10px transparent;
      border-right: solid 15px #6EB92B; }

.item-recoList {
  width: 100%;
  padding: 10px 20px 0;
  background: #fff; }
  .item-recoList ~ .item-recoList {
    padding: 0 20px; }
  .item-recoList:last-child {
    padding: 0 20px 20px; }
  .item-recoList_checkLabel {
    width: 100%;
    height: 100%;
    padding-top: 36px !important; }
    .item-recoList_checkLabel > p {
      margin-bottom: 0.5em;
      font-size: 1.5rem; }
    .item-recoList_checkLabel::after {
      top: 46px !important; }
  .item-recoList .p-regist_recomTable {
    margin-bottom: 0; }
    .item-recoList .p-regist_recomTable .p-basic_table-head th {
      border-right: 1px solid #fff;
      padding-top: 5px;
      padding-bottom: 5px; }
    .item-recoList .p-regist_recomTable .p-basic_table-body tr.-showPC {
      display: table-row;
      border-bottom: 2px solid #fdefef; }
    .item-recoList .p-regist_recomTable .p-basic_table-body tr.-showTab {
      display: none; }
    .item-recoList .p-regist_recomTable .p-basic_table-body td {
      text-align: center;
      padding-top: 5px;
      padding-bottom: 5px;
      border: none; }
      .item-recoList .p-regist_recomTable .p-basic_table-body td .decimal {
        font-size: 3.0rem;
        color: #e95f59;
        font-weight: bold; }

.-bg-suumo .item-recoList .p-regist_recomTable .p-basic_table-body tr.-showPC {
  border-bottom: 2px solid #E3EE82; }

a.seikyupushpop {
  position: relative;
  z-index: auto; }
  a.seikyupushpop .box {
    position: absolute;
    width: 500px;
    height: auto;
    top: -60px;
    right: 100px;
    border-radius: 10px;
    background: #f6f4ed;
    display: none;
    padding: .6em .8em .4em;
    color: #444;
    text-align: left;
    -webkit-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000; }
    a.seikyupushpop .box h3 {
      font-size: 1.2em;
      font-weight: 700;
      border-bottom: 1px solid #ea5854;
      margin-bottom: 1em;
      color: #ea5854;
      text-align: center; }
  a.seikyupushpop:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 1; }
    a.seikyupushpop:hover .box {
      z-index: 2;
      display: block; }
  a.seikyupushpop .list-points dt {
    position: relative;
    padding-left: 100px;
    font-weight: 700;
    color: #00a3b6; }
  a.seikyupushpop .list-points .thmb {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0; }
  a.seikyupushpop .list-points dd {
    margin-bottom: 10px;
    padding-left: 100px;
    min-height: 65px; }

.p-regist_reqList {
  width: 100%;
  display: table;
  color: #333; }
  .p-regist_reqList li {
    width: 100%;
    display: table-row;
    background: #FFFEF9;
    position: relative; }
    .p-regist_reqList li.th div,
    .p-regist_reqList li.td div {
      display: table-cell;
      border: 2px solid #fff;
      text-align: center;
      vertical-align: middle;
      padding: 10px 5px;
      line-height: 1.2em;
      cursor: pointer; }
    .p-regist_reqList li:nth-child(2n+1) {
      background: #F4F4F4; }
    .p-regist_reqList li div:nth-child(1) {
      width: 5%; }
    .p-regist_reqList li div:nth-child(2) {
      width: 30%;
      text-align: left; }
    .p-regist_reqList li div:nth-child(3) {
      width: 10%;
      font-weight: 700;
      color: #ea5854; }
    .p-regist_reqList li div:nth-child(4) {
      width: 15%; }
    .p-regist_reqList li div:nth-child(5) {
      width: 15%; }
    .p-regist_reqList li div:nth-child(6) {
      width: 25%; }
    .p-regist_reqList li div p {
      margin: 0;
      padding: 5px 10px; }
    .p-regist_reqList li div label {
      text-indent: 0;
      padding-left: 0;
      left: 15%; }
    .p-regist_reqList li.th div {
      background: #e2f0ec;
      font-weight: 700; }
    .p-regist_reqList li.is-bgChecked {
      background: #fdefef; }
  .p-regist_reqList input[type=checkbox] + label:before {
    background: #fff; }

.p-regist_external-bnrs {
  width: 610px;
  margin: 0 auto 30px; }
  .p-regist_external-bnrs ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 10px 0; }
    .p-regist_external-bnrs ul li:nth-child(2n) {
      margin-right: 0; }

.p-regist_content-box {
  margin-bottom: 30px; }
  .p-regist_content-box h3 {
    margin-top: 0; }
  .p-regist_content-box .p-contentCover {
    padding: 1em; }
  .p-regist_content-box .point {
    padding: 2px 3px;
    background-color: #f63;
    text-align: center;
    vertical-align: middle;
    font-size: .7em;
    color: #fff; }

.p-adList > * {
  margin-bottom: .5em;
  font-size: 1.3rem; }

.p-member-registBtn {
  vertical-align: middle; }
  .p-member-registBtn i {
    font-size: 1.5em; }

.p-readSorter {
  margin-bottom: 30px; }
  .p-readSorter > * {
    -ms-flex-item-align: center;
        align-self: center;
    margin-right: 10px; }
    .p-readSorter > *:last-child {
      margin-left: auto;
      margin-right: 0; }

.p-readRanking-tab {
  margin-bottom: 30px; }
  .p-readRanking-tab > * {
    width: 50%;
    font-weight: bold; }

.p-ratingList__lead {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.p-ratingList-action {
  margin-bottom: 30px; }
  .p-ratingList-action > * {
    margin-right: 15px; }
    .p-ratingList-action > *:last-child {
      margin-right: 0; }

.p-ratingList .p-rating-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .p-ratingList .p-rating-block--left {
    width: 71.8%; }
    .p-ratingList .p-rating-block--left .p-ratingUser {
      margin-bottom: 10px; }
      .p-ratingList .p-rating-block--left .p-ratingUser-time {
        text-align: right; }
  .p-ratingList .p-rating-block--right {
    width: 28.1%;
    padding-left: 3.1%; }

.p-ratingList .p-rating_table {
  margin: 5px 0 10px;
  width: 100%;
  background-color: #bbb; }
  .p-ratingList .p-rating_table tr {
    background-color: #fff; }
  .p-ratingList .p-rating_table th {
    font-weight: normal;
    background-color: #efefef; }
    .p-ratingList .p-rating_table th.sum {
      background-color: #777;
      color: #fff;
      font-weight: bold; }
  .p-ratingList .p-rating_table td,
  .p-ratingList .p-rating_table th {
    padding: 0.5em 1em;
    vertical-align: top;
    border: 1px solid #cdcdcd;
    word-break: break-all; }
  .p-ratingList .p-rating_table td.point {
    background-color: #ffefe0;
    text-align: center; }
  .p-ratingList .p-rating_table td.point_sum {
    background-color: #fdd8d8;
    text-align: center;
    font-size: 1.2em;
    color: #000; }
  .p-ratingList .p-rating_table .w1 {
    width: 120px; }
  .p-ratingList .p-rating_table .w2 {
    width: 80px; }
  .p-ratingList .p-rating_table .w3 {
    width: 160px; }

.p-ratingList span.unit {
  margin-left: .2em;
  font-size: 0.85em; }

.p-ratingList .warning_note {
  margin: 10px 0;
  font-size: .9em;
  color: #c33; }

.p-ratingList--com .p-rating-block {
  display: block; }
  .p-ratingList--com .p-rating-block .rating_block {
    margin-top: 30px; }
  .p-ratingList--com .p-rating-block--left {
    width: 100%; }
    .p-ratingList--com .p-rating-block--left .p-ratingUser > * {
      margin-right: 20px; }

.p-ratingComList .p-ratingtable {
  width: 100%; }
  .p-ratingComList .p-ratingtable td,
  .p-ratingComList .p-ratingtable th {
    padding: 10px; }

.c-check-box.-label-none input[type=checkbox] + label {
  padding: 0;
  width: 20px;
  height: 20px;
  margin-right: 0; }

.c-check-box.-label-none input[type=radio] + label {
  padding: 0; }

.p-gojitakuSatei-resultTbl {
  min-width: 600px; }

.p-gojitakuSatei .p-basic_table-body tr.is-bgChecked {
  background: #e2f0ec; }

.p-gojitakuSatei .satei_result {
  width: 600px;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px auto;
  padding: 15px 10px;
  text-align: center;
  border: 2px dotted #ccc;
  background: #fcf8f2;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }

.p-gojitakuSatei .satei_resultNotice {
  width: 100%; }

.p-gojitakuSatei .satei_item {
  width: 170px;
  height: 170px;
  margin: 10px;
  background: #fff;
  border-radius: 170px; }
  .p-gojitakuSatei .satei_item h3 {
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-top: 40px;
    background: url(/common/image/g3/icon/icon_ranking.png) center 18px no-repeat; }
    .p-gojitakuSatei .satei_item h3 span {
      border-bottom: 2px solid #00afc0;
      padding: 5px 0;
      letter-spacing: -0.05em; }

.p-gojitakuSatei a.jitakusatei {
  background: #00a3b6;
  color: #fff;
  text-decoration: none; }
  .p-gojitakuSatei a.jitakusatei:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    text-decoration: none;
    color: #ffffb8; }
  .p-gojitakuSatei a.jitakusatei h3 span {
    border-bottom: 2px solid #fff; }

.p-gojitakuSatei .zika {
  width: 275px;
  margin: 10px 25px 10px 25px;
  font-size: 1.8em;
  background: #fff;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px; }
  .p-gojitakuSatei .zika h3 {
    font-weight: 700;
    margin-bottom: 10px;
    padding-top: 40px;
    margin-top: 0;
    background: url(/common/image/g3/icon/icon_ranking.png) center 22px no-repeat; }
  .p-gojitakuSatei .zika img {
    height: 30px;
    vertical-align: top; }

.p-gojitakuSatei .nextStage {
  width: 600px;
  max-width: 100%;
  margin: 30px auto; }

.p-gojitakuSatei .roomlist caption,
.p-gojitakuSatei .roomlist td,
.p-gojitakuSatei .roomlist th {
  font-size: 1.2em;
  line-height: 1.2;
  text-align: center; }

.p-gojitakuSatei .zika h3 span {
  border-bottom: 2px solid #00afc0;
  padding: 5px 0; }

.p-gojitakuSatei .satei_item p,
.p-gojitakuSatei .zika p {
  padding: 8px 0;
  line-height: 1.2; }

.p-gojitakuSatei .result li {
  border-bottom: 1px dashed #ccc;
  padding: 7px 0; }
  .p-gojitakuSatei .result li a {
    display: block;
    padding: 7px 0;
    color: #00afc0; }
  .p-gojitakuSatei .result li:hover {
    background: #F4F4F4; }
    .p-gojitakuSatei .result li:hover a {
      color: #00afc0; }
  .p-gojitakuSatei .result li.ttl:hover {
    background: #fff; }
  .p-gojitakuSatei .result li span {
    float: left;
    display: block;
    text-align: center;
    color: #00a3b6; }
    .p-gojitakuSatei .result li span.dtm {
      width: 120px;
      margin-right: 20px; }
    .p-gojitakuSatei .result li span.reName {
      width: 310px;
      margin-right: 20px; }
    .p-gojitakuSatei .result li span.roomNo {
      width: 80px; }
  .p-gojitakuSatei .result li.ttl span {
    color: #666; }

.p-gojitakuSatei .p-featureList li {
  padding-left: 130px;
  border-top: 1px dotted #dfdbd8;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 10px; }
  .p-gojitakuSatei .p-featureList li h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0;
    padding-top: 0; }
  .p-gojitakuSatei .p-featureList li .imgIcon {
    position: absolute;
    left: 0;
    top: 15px; }

.p-gojitakuSatei .p-promoBlock ul.p-promoResult {
  display: table;
  width: 100%;
  margin-bottom: 1em; }
  .p-gojitakuSatei .p-promoBlock ul.p-promoResult li {
    display: table-row; }
  .p-gojitakuSatei .p-promoBlock ul.p-promoResult div {
    display: table-cell;
    border-bottom: 1px dotted #dfdbd8;
    padding: 3px 5px;
    vertical-align: middle; }
  .p-gojitakuSatei .p-promoBlock ul.p-promoResult .rank {
    width: 80px; }
    .p-gojitakuSatei .p-promoBlock ul.p-promoResult .rank span {
      color: #ff604b; }
  .p-gojitakuSatei .p-promoBlock ul.p-promoResult .title {
    font-size: 12px; }
    .p-gojitakuSatei .p-promoBlock ul.p-promoResult .title a {
      display: block;
      font-weight: 700;
      font-size: 14px; }
  .p-gojitakuSatei .p-promoBlock ul.p-promoResult .detail {
    text-align: right;
    white-space: nowrap; }
    .p-gojitakuSatei .p-promoBlock ul.p-promoResult .detail .price {
      color: #ff604b;
      font-size: 16px;
      display: block;
      font-weight: 700; }
    .p-gojitakuSatei .p-promoBlock ul.p-promoResult .detail .date {
      font-size: 12px;
      color: #999; }

.p-gojitakuSatei .p-promoBlock .p-logo-promo {
  width: 264px;
  display: inline-block;
  float: right;
  margin: 0 0 20px 20px; }

.p-icon--notice {
  position: relative;
  padding: 0 0 0 15px;
  margin-bottom: .8em; }
  .p-icon--notice:before {
    position: absolute;
    display: block;
    content: "※";
    top: 0;
    left: 0; }

.p-mReq .p-mReq_table {
  width: 100%;
  border-top: 1px #cbcbcb dotted; }
  .p-mReq .p-mReq_table th,
  .p-mReq .p-mReq_table td {
    border: 1px #cbcbcb dotted; }
  .p-mReq .p-mReq_table th {
    padding: 5px;
    line-height: 150%;
    background-color: #F4F4F4;
    border-top: none;
    text-align: center;
    font-weight: normal; }
  .p-mReq .p-mReq_table td {
    padding: 4px 8px; }
    .p-mReq .p-mReq_table td.check {
      width: 160px;
      text-align: center;
      padding: 0; }
    .p-mReq .p-mReq_table td.title {
      background-color: #e0f4b0;
      color: #333;
      padding: 8px 6px;
      line-height: 150%;
      font-weight: bold;
      vertical-align: middle;
      border-bottom: none;
      border-top: none; }
    .p-mReq .p-mReq_table td.c-check-box.-label-none input[type=checkbox] + label {
      padding: 0 20px;
      margin: 0; }
      .p-mReq .p-mReq_table td.c-check-box.-label-none input[type=checkbox] + label::before {
        left: 10px; }
      .p-mReq .p-mReq_table td.c-check-box.-label-none input[type=checkbox] + label::after {
        left: 17px; }
    .p-mReq .p-mReq_table td .p-afsitename {
      color: #7f7f7f;
      font-size: 1.2rem; }

.p-mReq .p-success {
  color: #e95f59;
  font-weight: bold;
  display: inline-block;
  padding-left: 10px; }

.p-mReq .-size_MRitme {
  width: 300px;
  max-width: 100%; }

.p-rating-orange {
  color: #e08d1e; }

.p-ratingForm .tab1 {
  margin: 0; }
  .p-ratingForm .tab1 .label {
    display: inline-block;
    padding: 8px 20px;
    background-color: #00818d;
    color: #fff;
    font-weight: bold;
    border-radius: 5px 5px 0 0; }
  .p-ratingForm .tab1 .comment {
    padding: 5px 10px; }

.p-ratingForm table {
  table-layout: fixed; }
  .p-ratingForm table.p-ratingTable1 {
    background-color: #999;
    border-collapse: separate;
    border-spacing: 1px; }
    .p-ratingForm table.p-ratingTable1 td {
      padding: 2px 4px;
      text-align: center; }
    .p-ratingForm table.p-ratingTable1 th {
      padding: 2px 4px;
      text-align: center;
      background-color: #eee;
      font-weight: normal; }
    .p-ratingForm table.p-ratingTable1 td {
      background-color: #fff;
      min-width: 80px; }
    .p-ratingForm table.p-ratingTable1 th.title {
      padding: 2px 10px;
      background-color: #39c;
      color: #fff; }
  .p-ratingForm table.table2 td.title .p_label {
    font-size: 1.2rem;
    color: #fff;
    font-weight: normal;
    padding: 0 .5em;
    margin-left: 1em;
    vertical-align: text-bottom; }
    .p-ratingForm table.table2 td.title .p_label--any {
      background: #444444; }
    .p-ratingForm table.table2 td.title .p_label--req {
      background: #e95f59; }
  .p-ratingForm table.p-ratingTable2 td {
    vertical-align: top;
    padding: 3px 8px; }
    .p-ratingForm table.p-ratingTable2 td.point {
      text-align: center;
      /*white-space: nowrap;
                	min-width: 50px;*/
      width: 206px; }
      .p-ratingForm table.p-ratingTable2 td.point b {
        font-size: 1.3em; }
    .p-ratingForm table.p-ratingTable2 td.title {
      text-align: right;
      width: 258px;
      font-weight: bold; }
      .p-ratingForm table.p-ratingTable2 td.title .p_label--req {
        background: #e95f59;
        font-size: 1.2rem;
        color: #fff;
        font-weight: normal;
        padding: 0 .5em;
        margin-left: 1em;
        vertical-align: text-bottom; }
      .p-ratingForm table.p-ratingTable2 td.title .weak {
        color: #7f7f7f; }
  .p-ratingForm table.radio_point {
    margin: 0;
    border-collapse: separate;
    border-spacing: 0; }
    .p-ratingForm table.radio_point td {
      padding: 0;
      text-align: center; }
      .p-ratingForm table.radio_point td.-rated {
        text-align: left; }
      .p-ratingForm table.radio_point td.c-check-box input[type=radio] + label {
        padding: 24px 10px 0 12px;
        margin-right: 8px; }
        .p-ratingForm table.radio_point td.c-check-box input[type=radio] + label::before {
          left: 6px;
          top: 0; }
        .p-ratingForm table.radio_point td.c-check-box input[type=radio] + label::after {
          left: 10px;
          margin-top: -6px; }

.p-ratingForm .input_block {
  margin: 0 0 25px;
  border: solid #00818d 2px; }
  .p-ratingForm .input_block .comment_area,
  .p-ratingForm .input_block .input_area {
    margin: 0;
    padding: 20px; }
    .p-ratingForm .input_block .comment_area textarea,
    .p-ratingForm .input_block .input_area textarea {
      width: 500px;
      max-width: 100%;
      height: 90px;
      font-size: 14px; }
  .p-ratingForm .input_block .comment_area {
    background-color: #e2f0ec; }

.p-ratingForm .countArea {
  display: none;
  margin: 5px 0 0 0; }
  .p-ratingForm .countArea span {
    color: #e95f59; }

.p-ratingForm .p-hintText {
  display: none;
  margin: 5px 0 10px 0;
  font-size: 12px;
  background: #e2f0ec;
  width: 500px;
  max-width: 100%;
  padding: 20px; }
  .p-ratingForm .p-hintText ul {
    padding: 0;
    list-style-position: inside; }

.u-btn-b a.btnRelative {
  background-color: #f5eac2;
  border: none;
  color: #444; }

.u-btn-b a.btnRelative::before {
  font-family: "FontAwesome";
  content: "\f138";
  margin-right: .3em;
  color: #e5ba1e; }

.p-guide-aboutUs {
  /* mainvisial */
  /* block sub */ }
  .p-guide-aboutUs .p-fMincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; }
  .p-guide-aboutUs .p-f-xxl {
    font-size: 24px; }
  .p-guide-aboutUs .p-f-xl {
    font-size: 20px; }
  .p-guide-aboutUs .p-ttl-main {
    margin-bottom: 1.5em;
    font-weight: bold; }
    .p-guide-aboutUs .p-ttl-main::after {
      display: block;
      margin: .5em auto 0 auto;
      content: "";
      width: 60%;
      border-top: 3px solid #d6e7e8;
      margin-bottom: .5em; }
  .p-guide-aboutUs .p-block-article p {
    padding-bottom: 15px; }
  .p-guide-aboutUs .p-block-narrow {
    padding: 0 100px; }
  .p-guide-aboutUs .cp-mainv {
    background: url(/common/image/guide/aboutus/mainv-bg.jpg) no-repeat 50% 100%;
    color: #fff;
    text-align: center;
    border-top: 3px solid #00a3b6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .p-guide-aboutUs .cp-mainv span {
      display: block; }
    .p-guide-aboutUs .cp-mainv .cp-mainv-title-main {
      font-size: 42px;
      line-height: 1.2; }
    .p-guide-aboutUs .cp-mainv .cp-mainv-points {
      background: rgba(255, 255, 255, 0.6);
      padding: 20px 0;
      text-align: center; }
  .p-guide-aboutUs .cp-case_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 3px solid #d6e7e8;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .p-guide-aboutUs .cp-case_cases {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px; }
    .p-guide-aboutUs .cp-case_cases .col {
      width: 384px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 20px 10px 20px 0;
      border-right: 1px solid #d6e7e8;
      border-bottom: 1px solid #d6e7e8; }
      .p-guide-aboutUs .cp-case_cases .col:nth-child(even) {
        padding-left: 10px;
        border-right-width: 0;
        text-align: right; }
      .p-guide-aboutUs .cp-case_cases .col:nth-last-child(-n+2) {
        border-bottom-width: 0;
        padding-bottom: 0; }
  .p-guide-aboutUs .cp-link-relative {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .p-guide-aboutUs .cp-link-relative .col {
      width: 24%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .p-guide-aboutUs .cp-link-relative .item-thmb {
      text-align: center;
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center; }
      .p-guide-aboutUs .cp-link-relative .item-thmb img {
        width: 50px;
        margin: 0 auto; }
  .p-guide-aboutUs .block-joinus {
    background: #f6f4ed;
    border-radius: 10px;
    margin: 0 40px 60px;
    padding: 20px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .p-guide-aboutUs .block-joinus-text {
      width: 55%;
      text-align: center; }
    .p-guide-aboutUs .block-joinus-btn {
      width: 40%; }
      .p-guide-aboutUs .block-joinus-btn a.btn {
        border-radius: 10px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.5);
        padding: .3rem 1rem;
        text-align: center;
        display: block;
        font-weight: bold;
        background-image: url(/common/image/lp/aboutus/icon-ya.svg);
        background-repeat: no-repeat;
        background-position: right 10px top 50%;
        background-size: 7px;
        background-color: #e95f59;
        text-decoration: none;
        color: #fff; }
        .p-guide-aboutUs .block-joinus-btn a.btn span {
          display: inline-block;
          background: #fff;
          border-radius: 20px;
          color: #ea5854;
          font-size: 12px;
          padding: 10px 0;
          width: 40px;
          margin-right: 1em; }
  .p-guide-aboutUs .block-point {
    border: 10px solid #d6e7e8;
    padding: 50px; }
  .p-guide-aboutUs .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .p-guide-aboutUs .row-col2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .p-guide-aboutUs .row-col3 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .p-guide-aboutUs .row-col3 > .col {
      width: 30%; }
  .p-guide-aboutUs .row-col2 > .col {
    width: 48%; }
  .p-guide-aboutUs .p-fig-right {
    float: right;
    margin: 0 0 20px 20px; }
  .p-guide-aboutUs .p-w100 {
    width: 100px; }
  .p-guide-aboutUs .d-pc-block {
    display: block; }
  .p-guide-aboutUs .d-pc-none {
    display: none; }

.p-guidefaq .p-contentsTtl {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: 30px;
  padding-left: 60px;
  margin-bottom: 30px; }

.p-guidefaq .p-guideHeader {
  padding: 20px;
  border-bottom: 2px solid #f6f4ed;
  position: relative; }
  .p-guidefaq .p-guideHeader a {
    text-decoration: none;
    color: #333; }
  .p-guidefaq .p-guideHeader-ttl {
    font-size: 16px;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka;
    font-weight: bold;
    color: #bfb8b3 !important; }
  .p-guidefaq .p-guideHeader nav {
    position: absolute;
    width: 500px;
    right: 20px;
    top: 20px;
    text-align: right; }
    .p-guidefaq .p-guideHeader nav li,
    .p-guidefaq .p-guideHeader nav a {
      display: inline-block; }
    .p-guidefaq .p-guideHeader nav li a {
      border-bottom: 3px solid #d05b8f;
      padding: 0 10px; }
      .p-guidefaq .p-guideHeader nav li a:hover {
        opacity: .6; }
    .p-guidefaq .p-guideHeader nav li.is-current a {
      opacity: .6; }
    .p-guidefaq .p-guideHeader nav li.nStart a {
      border-color: #e5703c; }
    .p-guidefaq .p-guideHeader nav li.nManual a {
      border-color: #5b90ad; }

.p-guidefaq .p-guideBody .listContents {
  margin: 10px 0 10px 0;
  background: #f6f4ed;
  border-radius: 10px;
  padding: 10px; }
  .p-guidefaq .p-guideBody .listContents ul {
    padding: 0;
    margin: 0; }
  .p-guidefaq .p-guideBody .listContents li {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-weight: bold; }
    .p-guidefaq .p-guideBody .listContents li:last-child {
      margin-bottom: 0; }
    .p-guidefaq .p-guideBody .listContents li a {
      text-decoration: none; }
      .p-guidefaq .p-guideBody .listContents li a:hover {
        text-decoration: underline; }
    .p-guidefaq .p-guideBody .listContents li ul {
      margin: 5px 0 0 20px; }
    .p-guidefaq .p-guideBody .listContents li li {
      background: none;
      padding: 0;
      display: inline-block;
      width: 290px;
      font-weight: normal; }
    .p-guidefaq .p-guideBody .listContents li a::before {
      font-family: "FontAwesome";
      content: "\f138";
      margin-right: 5px;
      color: #999; }
    .p-guidefaq .p-guideBody .listContents li li a::before {
      content: "\f0da"; }

.p-guidefaq .p-guideBody .listSave {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  text-align: center; }
  .p-guidefaq .p-guideBody .listSave li {
    display: table-cell;
    background: #F6F4ED;
    padding: 5px;
    border-radius: 5px; }
  .p-guidefaq .p-guideBody .listSave .hKijun {
    font-weight: bold;
    color: #666; }

.p-guidefaq .p-guideBody ul.listPoint {
  margin-left: 20px; }
  .p-guidefaq .p-guideBody ul.listPoint li {
    text-indent: -1.3em;
    margin: .5em 0;
    margin-left: 20px; }
    .p-guidefaq .p-guideBody ul.listPoint li::before {
      font-family: "FontAwesome";
      content: "\f05d";
      color: #dfdbd8;
      margin-right: 5px; }

.p-guidefaq .p-guideBody dl.listPoint {
  margin: 1em 10px; }
  .p-guidefaq .p-guideBody dl.listPoint dt {
    font-weight: bold;
    color: #333;
    border-top: 1px dotted #dfdbd8;
    padding-top: .8em; }
  .p-guidefaq .p-guideBody dl.listPoint dd {
    margin-bottom: .8em;
    margin-left: 1.3em; }
  .p-guidefaq .p-guideBody dl.listPoint dt::before {
    font-family: "FontAwesome";
    content: "\f05d";
    color: #dfdbd8;
    margin-right: 5px;
    font-weight: normal; }

.p-guidefaq .p-guideBody .minibox {
  background: #F6F4ED;
  padding: 20px;
  border-radius: 10px; }
  .p-guidefaq .p-guideBody .minibox p:last-child {
    margin-bottom: 0; }

.p-guidefaq .p-guideBody .miniboxPoint {
  padding-left: 70px;
  position: relative; }
  .p-guidefaq .p-guideBody .miniboxPoint::before {
    font-family: "FontAwesome";
    content: "\f06a";
    color: #fff;
    font-size: 40px;
    text-shadow: -1px -1px 1px #b4b0ac;
    position: absolute;
    left: 20px;
    top: 20px;
    line-height: 1; }

.p-guidefaq .p-guideBody .p-marker {
  font-weight: bold;
  background-color: #b6f0fc;
  font-size: 15px; }
  .p-guidefaq .p-guideBody .p-marker--yellow {
    background-color: #FFEE07; }

.p-guidefaq .p-guideBody .p-pointBox {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  background: #ABE7E8;
  border-radius: 10px; }

.p-guidefaq .p-guideBody .listPages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .p-guidefaq .p-guideBody .listPages > * {
    width: 33%;
    padding: 5px; }
    .p-guidefaq .p-guideBody .listPages > * a {
      display: block;
      padding: 20px;
      color: #444;
      background: #F6F4ED;
      border-radius: 5px;
      text-decoration: none;
      height: 100%; }
      .p-guidefaq .p-guideBody .listPages > * a:hover {
        background: #EFEBDF;
        text-decoration: none; }
    .p-guidefaq .p-guideBody .listPages > * .p-ttl-guideSub {
      font-weight: bold;
      margin-bottom: .5em;
      font-size: 16px;
      margin-top: 0; }
      .p-guidefaq .p-guideBody .listPages > * .p-ttl-guideSub::before {
        content: "";
        display: block;
        width: 25%;
        border-top: 3px #5b90ad solid;
        margin-bottom: .5em; }

.p-guidefaq .p-step {
  margin-bottom: 2em; }
  .p-guidefaq .p-step > * {
    margin-bottom: 5px; }
    .p-guidefaq .p-step > * span {
      margin-right: 5px; }
  .p-guidefaq .p-step .p-step-ttl {
    float: left;
    background: #83ABC1;
    border-radius: 10px;
    padding: 0px 2px 0px 5px;
    color: white;
    font-weight: bold;
    width: 100px;
    text-align: center; }
  .p-guidefaq .p-step .p-step-content {
    margin: 0px 0px 10px 120px; }

.p-guidefaq .p_label {
  padding: 0.1em 0.6em; }

.p-guidefaq--Index {
  background: url(/common/image/guide/bg-ssmark.png) 100% 0 no-repeat; }
  .p-guidefaq--Index .p-ttlCover {
    padding: 50px 0; }
  .p-guidefaq--Index .p-contentsTtl {
    font-size: 48px;
    letter-spacing: -1px;
    font-weight: 400;
    padding-left: 0; }
    .p-guidefaq--Index .p-contentsTtl .u-small {
      font-size: 32px; }
  .p-guidefaq--Index .p-guideNavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .p-guidefaq--Index .p-guideNavi li {
      width: 320px;
      margin: 0 20px 20px 20px;
      text-align: center;
      position: relative; }
      .p-guidefaq--Index .p-guideNavi li a {
        display: block;
        border-radius: 5px 5px 0 5px;
        padding: 150px 0 20px 0;
        background: #fff url(/common/image/guide/icon-ya03.png) 100% 100% no-repeat;
        text-decoration: none;
        color: #333;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
      .p-guidefaq--Index .p-guideNavi li .p-cate-ttl {
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0; }
      .p-guidefaq--Index .p-guideNavi li a .icon {
        position: absolute;
        top: 20px;
        left: 30%;
        width: 120px;
        -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
      .p-guidefaq--Index .p-guideNavi li a:hover .icon {
        -webkit-transform: scale(1.2) translateY(-20px);
                transform: scale(1.2) translateY(-20px); }
  .p-guidefaq--Index .guideSubnavi {
    clear: both;
    background: #F4F4F4;
    border-radius: 5px;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px; }
    .p-guidefaq--Index .guideSubnavi li {
      display: inline-block;
      border-right: 1px solid #dfdbd8;
      padding: 0 10px; }
      .p-guidefaq--Index .guideSubnavi li:last-child {
        border: 0; }

.p-guidefaq--manualIndex .p-contentsTtl {
  background-image: url(/common/image/guide/icon-manual.png); }

.p-guidefaq--manualIndex #pageTitle::before {
  color: #5b90af; }

.p-guidefaq--manualIndex .p-ttl-category {
  font-size: 20px;
  margin-bottom: 10px; }
  .p-guidefaq--manualIndex .p-ttl-category::before {
    content: "\f111";
    font-family: "FontAwesome";
    color: #d6db39;
    margin-right: 5px; }

.p-guidefaq--manualDetail .p-ttl-category, .p-guidefaq--faqDetail .p-ttl-category {
  font-size: 16px;
  margin: 1em 0;
  background: #F6F4ED;
  padding: 5px 10px;
  border-bottom: 2px solid #dfdbd8;
  font-weight: bold; }
  .p-guidefaq--manualDetail .p-ttl-category::before, .p-guidefaq--faqDetail .p-ttl-category::before {
    content: "";
    border-left: 5px solid #DFDBD8;
    margin-right: .5em; }

.p-guidefaq--manualDetail .p-ttl-sub, .p-guidefaq--faqDetail .p-ttl-sub {
  font-size: 1.8rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: bold; }

.p-guidefaq--manualDetail .p-note-ttl, .p-guidefaq--faqDetail .p-note-ttl {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: bold; }

.p-guidefaq--manualDetail .p-guide2clm-body, .p-guidefaq--faqDetail .p-guide2clm-body {
  width: 700px;
  float: right; }

.p-guidefaq--manualDetail .p-guide2clm-nav, .p-guidefaq--faqDetail .p-guide2clm-nav {
  width: 220px;
  float: left;
  border-radius: 5px;
  border: #DFDBD8 2px solid; }
  .p-guidefaq--manualDetail .p-guide2clm-nav .p-navTtl, .p-guidefaq--faqDetail .p-guide2clm-nav .p-navTtl {
    background: #DFDBD8;
    padding: 5px 10px;
    margin: 0;
    font-size: 1.4rem; }
  .p-guidefaq--manualDetail .p-guide2clm-nav .p-navTtlSub, .p-guidefaq--faqDetail .p-guide2clm-nav .p-navTtlSub {
    padding: 10px 10px 0 10px;
    font-weight: bold;
    margin: 0;
    font-size: 1.4rem; }
    .p-guidefaq--manualDetail .p-guide2clm-nav .p-navTtlSub::before, .p-guidefaq--faqDetail .p-guide2clm-nav .p-navTtlSub::before {
      content: "";
      border-top: 2px solid #DFDBD8;
      width: 25%;
      display: block;
      margin-bottom: .5em; }
  .p-guidefaq--manualDetail .p-guide2clm-nav ul, .p-guidefaq--faqDetail .p-guide2clm-nav ul {
    padding: 10px;
    margin: 0; }
  .p-guidefaq--manualDetail .p-guide2clm-nav li a, .p-guidefaq--faqDetail .p-guide2clm-nav li a {
    text-decoration: none;
    display: block;
    padding: 5px;
    color: #444; }
    .p-guidefaq--manualDetail .p-guide2clm-nav li a::before, .p-guidefaq--faqDetail .p-guide2clm-nav li a::before {
      font-family: "FontAwesome";
      content: "\f0da";
      color: #b4b0ac;
      display: inline-block;
      width: 1em; }
    .p-guidefaq--manualDetail .p-guide2clm-nav li a:hover::before, .p-guidefaq--faqDetail .p-guide2clm-nav li a:hover::before {
      color: #e1e52e; }
  .p-guidefaq--manualDetail .p-guide2clm-nav li.is-current, .p-guidefaq--faqDetail .p-guide2clm-nav li.is-current {
    opacity: .6; }
  .p-guidefaq--manualDetail .p-guide2clm-nav li:first-child a, .p-guidefaq--faqDetail .p-guide2clm-nav li:first-child a {
    border: none; }
  .p-guidefaq--manualDetail .p-guide2clm-nav li a:hover, .p-guidefaq--faqDetail .p-guide2clm-nav li a:hover {
    text-decoration: underline; }
  .p-guidefaq--manualDetail .p-guide2clm-nav ul ul, .p-guidefaq--faqDetail .p-guide2clm-nav ul ul {
    padding: 0 0 0 15px; }
    .p-guidefaq--manualDetail .p-guide2clm-nav ul ul li a, .p-guidefaq--faqDetail .p-guide2clm-nav ul ul li a {
      border: 0; }

.p-guidefaq--manualDetail .p-contentsTtl {
  background-image: url(/common/image/guide/icon-manual.png); }

.p-guidefaq--manualDetail .p-themeTtl {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #DFDBD8;
  margin-bottom: 30px;
  margin-top: 0; }
  .p-guidefaq--manualDetail .p-themeTtl::before {
    font-family: "FontAwesome";
    content: "\f111";
    margin-right: 5px;
    font-weight: normal;
    color: #5b90af; }
  .p-guidefaq--manualDetail .p-themeTtl > .p_label {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 1.2rem;
    vertical-align: middle; }

.p-guidefaq--manualDetail .tableBukkenhyoka {
  width: 100%;
  margin: 20px 0; }
  .p-guidefaq--manualDetail .tableBukkenhyoka th {
    font-weight: bold;
    background: #eee;
    padding: 5px;
    border: 1px solid #dfdbd8; }
  .p-guidefaq--manualDetail .tableBukkenhyoka td {
    padding: 5px;
    border: 1px solid #dfdbd8; }
  .p-guidefaq--manualDetail .tableBukkenhyoka .cellPoint {
    background: #f7f0cd;
    text-align: center; }
  .p-guidefaq--manualDetail .tableBukkenhyoka td {
    width: 70%; }
  .p-guidefaq--manualDetail .tableBukkenhyoka .damepoint {
    border-radius: 5px;
    padding: 5px;
    background: #F9F8E0;
    font-size: .8em; }
    .p-guidefaq--manualDetail .tableBukkenhyoka .damepoint::before {
      font-family: "FontAwesome";
      content: "\f071";
      color: #F1A537;
      margin-right: 5px; }

.p-guidefaq--faqIndex .p-contentsTtl {
  background-image: url(/common/image/guide/icon-faq.png); }

.p-guidefaq--faqIndex .p-ttl-category {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #dfdbd8;
  margin-bottom: .8em;
  margin-top: 0; }

.p-guidefaq--faqIndex .p-listPickup {
  margin-bottom: 0; }
  .p-guidefaq--faqIndex .p-listPickup > * {
    display: inline-block;
    width: 48%;
    margin: 3px 2% 3px 0;
    vertical-align: top; }
    .p-guidefaq--faqIndex .p-listPickup > *:nth-child(2n) {
      margin-right: 0; }
    .p-guidefaq--faqIndex .p-listPickup > *::before {
      font-family: "FontAwesome";
      content: "\f0da";
      margin-right: 8px;
      color: #b4b0ac; }

.p-guidefaq--faqIndex .p-listCtg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .p-guidefaq--faqIndex .p-listCtg > * {
    width: 32%;
    margin-right: 2%; }
    .p-guidefaq--faqIndex .p-listCtg > *:nth-child(3n) {
      margin-right: 0; }
    .p-guidefaq--faqIndex .p-listCtg > * a {
      display: block;
      text-decoration: none;
      color: #333;
      background: #f6f4ed;
      padding: 10px;
      margin-bottom: 12px;
      border-radius: 5px; }
      .p-guidefaq--faqIndex .p-listCtg > * a::before {
        font-family: "FontAwesome";
        content: "\f0da";
        color: #b4b0ac;
        margin-right: 8px; }
      .p-guidefaq--faqIndex .p-listCtg > * a:hover {
        background-color: #EFEBDF; }

.p-guidefaq--faqDetail .p-contentsTtl {
  background-image: url(/common/image/guide/icon-faq.png); }

.p-guidefaq--faqDetail .p-themeTtl {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #DFDBD8;
  margin-bottom: 30px;
  margin-top: 0; }
  .p-guidefaq--faqDetail .p-themeTtl::before {
    font-family: "FontAwesome";
    content: "\f111";
    margin-right: 5px;
    font-weight: normal;
    color: #d05b8f; }

.p-guidefaq--faqDetail .p-listFaq dt {
  padding: 10px 30px 10px 10px;
  margin-bottom: 5px;
  position: relative;
  border-radius: 5px;
  background: #F6F4ED;
  cursor: pointer; }
  .p-guidefaq--faqDetail .p-listFaq dt:hover {
    background: #EFEBDF; }
  .p-guidefaq--faqDetail .p-listFaq dt::before {
    content: "Q";
    line-height: 1;
    background-color: #d05b8f;
    color: #fff;
    margin-right: 8px;
    font-weight: bold;
    border-radius: 12px;
    display: inline-block;
    padding: 5px;
    width: 14px;
    text-align: center; }
  .p-guidefaq--faqDetail .p-listFaq dt::after {
    font-family: "FontAwesome";
    content: "\f0fe";
    position: absolute;
    font-size: 20px;
    line-height: 1;
    top: 12px;
    right: 10px;
    color: #b4b0ac; }
  .p-guidefaq--faqDetail .p-listFaq dt.is-active::after {
    content: "\f146"; }

.p-guidefaq--faqDetail .p-listFaq dd {
  position: relative;
  padding: 10px 10px 1em 50px;
  display: none; }
  .p-guidefaq--faqDetail .p-listFaq dd::before {
    content: "A";
    line-height: 1;
    background-color: #b4b0ac;
    color: #fff;
    margin-right: 8px;
    font-weight: bold;
    border-radius: 12px;
    display: inline-block;
    padding: 5px;
    width: 14px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px; }
  .p-guidefaq--faqDetail .p-listFaq dd > p {
    margin-bottom: 10px; }

.p-guidefaq--faqDetail .p-steptitle {
  display: inline-block;
  border-bottom: #F3D6E3 2px solid;
  margin: 10px 0;
  font-weight: bold;
  color: #d05b8f; }

.p-guidefaq .p-pa10 {
  padding: 10px; }

.p-priceLoanHead {
  background: url(/common/image/price/loan/sim_title00.png);
  padding: 10px 5px 0px 0px;
  height: 57px;
  text-align: right; }

.p-priceLoan .lc_wrap * {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.p-priceLoan form#lc_form {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .p-priceLoan form#lc_form * {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

.p-priceLoan .lc_wrap {
  margin: 0px 0px 0px 0px;
  padding: 10px 30px 30px 30px;
  border-radius: 8px;
  font-size: 1.4em;
  text-align: center; }

.p-priceLoan form#lc_form input[type=submit],
.p-priceLoan form.form_block input[type=submit] {
  padding: .35em 1.2em .15em;
  min-width: 200px;
  margin: 5px auto;
  font-size: 1.2em;
  font-weight: 400;
  border-radius: 5px;
  background: #ea5854;
  color: #fff;
  border-top: none;
  border-left: none; }
  .p-priceLoan form#lc_form input[type=submit]:hover,
  .p-priceLoan form.form_block input[type=submit]:hover {
    opacity: .8;
    cursor: pointer; }

.p-priceLoan form#lc_form input[type=text],
.p-priceLoan form.form_block input[type=text] {
  width: 200px;
  font-size: 2em;
  border: 2px solid #dfdbd8;
  text-align: center;
  margin: 0;
  border-radius: 5px; }

.p-priceLoan .lc_wrap small {
  font-size: 0.8em; }
  .p-priceLoan .lc_wrap small span {
    font-size: 1.4em;
    font-weight: bold; }

.p-priceLoan .table_block {
  display: table;
  margin: 0 auto 15px;
  border-spacing: 26px 0; }
  .p-priceLoan .table_block .row {
    display: table-row; }
  .p-priceLoan .table_block .col {
    display: table-cell;
    vertical-align: middle;
    padding: 14px 18px 2px;
    background: #fff;
    border: 2px solid #00a3b6; }
    .p-priceLoan .table_block .col i {
      font-size: 30px;
      display: block;
      color: #dfdbd8; }
  .p-priceLoan .table_block .row:nth-child(1) .col {
    padding: 14px 18px 2px;
    border-bottom: 0; }
  .p-priceLoan .table_block .row:nth-child(2) .col {
    padding: 6px 18px 14px;
    border-top: 0; }

.p-priceLoan #lc_result span span {
  font-size: 2em;
  font-weight: 700; }

.p-priceLoan #lc_result .table_block .row:nth-child(n+2) .col:nth-child(n+3) span span {
  color: #ff0000; }

.p-priceLoan #lc_result span.req span {
  color: #ea5854; }

.p-priceLoan #lc_result .table_block .col {
  border: 0;
  padding: 14px 18px;
  border-bottom: 1px solid #dfdbd8; }

.p-priceLoan #lc_result .table_block .row:first-child .col {
  background: 0 0;
  border: 0; }

.p-priceLoan #lc_result .table_block .row:last-child .col {
  border: 0; }
  .p-priceLoan #lc_result .table_block .row:last-child .col span {
    font-weight: 700; }

.p-priceLoan #lc_result .table_block .row:first-child .col:nth-child(2) {
  background: #00a3b6;
  color: #fff; }

.p-priceLoan #lc_result .table_block .row:first-child .col:nth-child(3) {
  background: #ea5854;
  color: #fff; }

.p-priceLoan .num_of_Pables {
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 20px;
  position: relative; }
  .p-priceLoan .num_of_Pables table {
    text-align: left;
    margin: 0 auto;
    width: 500px; }
  .p-priceLoan .num_of_Pables h2 {
    margin-bottom: .3em;
    border-width: 1px; }
  .p-priceLoan .num_of_Pables div.arrow_block {
    width: 180px;
    font-size: 1em;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 100px; }
    .p-priceLoan .num_of_Pables div.arrow_block strong {
      font-size: 26px;
      color: #00a3b6;
      border-bottom: 2px solid #f6f4ed;
      margin-bottom: .2em;
      display: inline-block; }
    .p-priceLoan .num_of_Pables div.arrow_block span {
      color: #ea5854;
      font-size: 1.2em; }

.p-priceLoan .arrow_box {
  position: relative;
  border: 4px solid #c2e1f5;
  padding: 10px;
  border-radius: 17px; }
  .p-priceLoan .arrow_box:after, .p-priceLoan .arrow_box:before {
    right: 100%;
    top: 58%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .p-priceLoan .arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #fff;
    border-width: 14px;
    margin-top: -14px; }
  .p-priceLoan .arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #c2e1f5;
    border-width: 20px;
    margin-top: -20px; }

.p-priceLoan .num_of_Pables h2 span {
  font-size: 38px;
  color: #ea5854; }

.p-priceLoan .num_of_Pables table a {
  display: block; }

.p-priceLoan .sim_regPush {
  margin: 10px auto;
  padding: 5px;
  font-size: 1.1em;
  background: rgba(230, 226, 241, 0.3); }
  .p-priceLoan .sim_regPush a {
    font-size: 1.2em; }

.p-priceLoan .arrow_box,
.p-priceLoan .num_of_Pables table a:hover {
  background: #fff; }

.p-priceLoan #lc_result .table_block .row:nth-child(n+2) .col:nth-child(3) {
  border-left: 2px solid #ea5854;
  border-right: 2px solid #ea5854; }

.p-priceLoan #lc_result .table_block .row:last-child .col:nth-child(3) {
  border-bottom: 2px solid #ea5854; }

.p-priceLoan .block_result {
  background-color: #edf6dd; }

.p-priceLoan .step2_title {
  background-color: #00afc0;
  background-image: url(/common/image/price/loan/step2a.png);
  background-repeat: no-repeat;
  text-align: center;
  background-size: 100% auto;
  height: auto;
  padding: 2% 0px 4% 0px; }
  .p-priceLoan .step2_title a {
    text-decoration: none;
    color: #fff;
    font-size: 1.8em; }

.p-priceLoan .pickupContents a {
  width: 276.5px;
  display: block;
  float: left;
  border: 1px solid #f9f9f9;
  padding: 5px 8px;
  color: #444;
  margin-right: 20px; }
  .p-priceLoan .pickupContents a:hover {
    text-decoration: none;
    opacity: 0.8; }
  .p-priceLoan .pickupContents a:last-child {
    margin-right: 0; }
  .p-priceLoan .pickupContents a img {
    width: 276.5px;
    padding: 0;
    margin: 0 0 5px; }

.p-priceLoan .pickupContents strong {
  color: #00a3b6; }

.p-priceLoan .pickupContents .strong {
  color: #ea5854; }

.p-priceLoan .error li {
  color: red; }

.p-priceLoan .tableKanogaku .usr_val {
  border: 2px solid #ccc; }

.p-priceLoan #lc_result div.lc_wrap:nth-of-type(1) {
  position: relative; }

.p-priceLoan .coverBlock {
  position: absolute;
  bottom: 60;
  left: 50%; }

.p-priceLoan .animation_arrow_scroll {
  padding-top: 80px;
  position: relative;
  text-align: center;
  margin-top: 0; }
  .p-priceLoan .animation_arrow_scroll a {
    padding-top: 80px;
    font-size: 1.8em; }
    .p-priceLoan .animation_arrow_scroll a span {
      position: absolute;
      top: 0;
      left: 50%;
      width: 24px;
      height: 24px;
      margin-left: -12px;
      border-left: 2px solid #00a3b6;
      border-bottom: 2px solid #00a3b6;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-animation: sdb 2s infinite;
      animation: sdb 2s infinite;
      opacity: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .p-priceLoan .animation_arrow_scroll a span:nth-of-type(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s; }
      .p-priceLoan .animation_arrow_scroll a span:nth-of-type(2) {
        top: 16px;
        -webkit-animation-delay: .15s;
        animation-delay: 0.15s; }
      .p-priceLoan .animation_arrow_scroll a span:nth-of-type(3) {
        top: 32px;
        -webkit-animation-delay: .3s;
        animation-delay: 0.3s; }

@-webkit-keyframes sdb {
  0%,
  100% {
    opacity: 0; }
  50% {
    opacity: 1; } }

@keyframes sdb {
  0%,
  100% {
    opacity: 0; }
  50% {
    opacity: 1; } }

.p-priceLoan .p-dispTab {
  display: block !important; }

.p-priceLoan .p-dispSp {
  display: none !important; }

.p-serviceResearch__visual {
  background-image: url(/common/image/service/research/title.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  padding-top: 28%;
  position: relative; }

.p-serviceResearch__btn {
  position: absolute;
  width: 45%;
  height: 40%;
  border: 0;
  right: 4.5%;
  top: 50%; }

.p-serviceResearch__points {
  background-color: #f7f7f7;
  padding: 5% 3%;
  text-align: center; }

.p-serviceResearch__cover {
  padding: 5% 3%;
  font-size: 1.2em;
  line-height: 160%; }

.p-serviceResearch .p-point1 {
  width: 100%;
  margin-bottom: 5%; }
  .p-serviceResearch .p-point1 img.p-point1__fig {
    max-width: 40%;
    height: auto;
    float: left;
    margin: 0 20px 20px 0; }

.p-serviceResearch .p-point3 {
  width: 100%;
  margin-bottom: 5%; }
  .p-serviceResearch .p-point3 img.p-point3__fig {
    max-width: 30%;
    height: auto;
    float: right;
    margin: 0 0 20px 20px; }

.p-serviceResearch .cell_title2 {
  border: 1px #cccccc solid;
  background-color: #444444555;
  color: #ffffff;
  padding: 5px 5px 5px 5px;
  line-height: 150%;
  text-align: center; }

.p-serviceResearch .cell {
  padding: 5px;
  line-height: 150%;
  padding: 5px 5px 5px 5px;
  border: 1px #cccccc solid; }

.p-serviceMeister .p-ttl-brown {
  border: 1px solid #cccccc;
  background-color: #784718;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
  margin: 25px 0px 10px 0px;
  padding: 5px 15px 5px 15px;
  clear: both; }

.p-serviceMeister .example1 {
  width: 100%; }
  .p-serviceMeister .example1 .cell_meister01 {
    border: 1px #aaaaaa solid;
    background-color: #ad7743;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
    font-size: 1.2em;
    line-height: 150%;
    text-align: center;
    font-weight: bold; }
  .p-serviceMeister .example1 .cell_meister02 {
    border: 1px #aaaaaa solid;
    background-color: #fcf9ca;
    padding: 5px 15px 5px 15px;
    font-size: 1.2em;
    line-height: 150%;
    text-align: right; }
  .p-serviceMeister .example1 .cell_meister03 {
    border: 1px #aaaaaa solid;
    background-color: #ffffff;
    padding: 5px 15px 5px 15px;
    font-size: 1.2em;
    line-height: 150%; }

.p-serviceMeister .p-meisterPoint > * {
  width: 50%; }

.p-serviceMeister .p-meisterPoint > .p-meisterPoint__note {
  padding-left: 20px; }

.p-serviceNenga .p-ttl-yen {
  background: url(/common/image/service/nenga/icon_en.png) left no-repeat;
  padding: 12px 0px 12px 50px;
  border: none;
  font-size: 20px;
  font-weight: bold; }

.p-serviceNenga .p-bg--grey {
  background: #F0F0F0;
  text-align: center; }

.p-serviceNenga .p-ttl-sub {
  font-size: 18px;
  font-weight: bold;
  padding: .5em .75em;
  border-radius: 6px;
  margin-bottom: 10px; }
  .p-serviceNenga .p-ttl-sub.step1 {
    background: url(/common/image/service/nenga/01.png) left no-repeat;
    padding: 12px 0px 12px 50px; }
  .p-serviceNenga .p-ttl-sub.step2 {
    background: url(/common/image/service/nenga/02.png) left no-repeat;
    padding: 12px 0px 12px 50px; }
  .p-serviceNenga .p-ttl-sub.step3 {
    background: url(/common/image/service/nenga/03.png) left no-repeat;
    padding: 12px 0px 12px 50px; }
  .p-serviceNenga .p-ttl-sub.step4 {
    background: url(/common/image/service/nenga/04.png) left no-repeat;
    padding: 12px 0px 12px 50px; }
  .p-serviceNenga .p-ttl-sub.step5 {
    background: url(/common/image/service/nenga/05.png) left no-repeat;
    padding: 12px 0px 12px 50px; }
  .p-serviceNenga .p-ttl-sub.step6 {
    background: url(/common/image/service/nenga/06.png) left no-repeat;
    padding: 12px 0px 12px 50px; }

.p-serviceNenga .img100w {
  width: 100%; }

.p-serviceNenga .p-title_area {
  background-color: #ebebeb;
  color: #444444;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0px 11px 0px 18px; }

.p-serviceNenga .p-last-regist {
  text-align: center;
  color: #444444;
  font-size: 1.2em;
  font-weight: bold; }

.p-serviceNenga .p-text_area {
  background-color: #ffffff;
  color: #444444;
  font-size: 1.1em;
  padding: 30px 40px 20px 40px; }

.p-serviceNenga .bg-nenga {
  color: #fff;
  background-image: url(/common/image/service/nenga/2018/bg-report.png);
  text-align: center;
  padding-top: 20px; }

.p-serviceNenga--lp {
  /*--------------------------------------*/
  /*----------------------------------------------------------------*/ }
  .p-serviceNenga--lp button {
    color: #454545;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #454545;
    position: relative;
    margin: 1em;
    display: inline-block;
    padding: 0.5em 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-weight: bold;
    font-size: 18px; }
    .p-serviceNenga--lp button:before, .p-serviceNenga--lp button:after {
      content: '';
      display: block;
      position: absolute;
      border-color: #454545;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-style: solid;
      width: 1em;
      height: 1em;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .p-serviceNenga--lp button:before {
      top: -6px;
      left: -6px;
      border-width: 2px 0 0 2px;
      z-index: 5; }
    .p-serviceNenga--lp button:after {
      bottom: -6px;
      right: -6px;
      border-width: 0 2px 2px 0; }
    .p-serviceNenga--lp button:hover {
      color: #353535;
      background-color: #fff;
      border-color: #fff; }
      .p-serviceNenga--lp button:hover:before, .p-serviceNenga--lp button:hover:after {
        width: calc(100% + 12px);
        height: calc(100% + 12px);
        border-color: #fff; }
  .p-serviceNenga--lp .panel {
    max-width: 960px;
    text-align: center;
    position: relative;
    margin: auto; }
  .p-serviceNenga--lp .white button {
    color: #FFF;
    border-color: #FFF; }
    .p-serviceNenga--lp .white button:before, .p-serviceNenga--lp .white button:after {
      border-color: #FFF; }
    .p-serviceNenga--lp .white button:hover {
      color: #9e2521;
      background-color: #FFF;
      border-color: #FFF; }
      .p-serviceNenga--lp .white button:hover:before, .p-serviceNenga--lp .white button:hover:after {
        border-color: #FFF; }
  .p-serviceNenga--lp .white .panel {
    max-width: 960px;
    text-align: center;
    position: relative;
    margin: auto; }
  .p-serviceNenga--lp .mansion h3 {
    margin: 30px 0;
    text-align: center; }
  .p-serviceNenga--lp .two-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .p-serviceNenga--lp .one-box {
    width: 50%; }
    .p-serviceNenga--lp .one-box img {
      width: 100%;
      margin-bottom: 30px; }
  .p-serviceNenga--lp .pad30-r {
    padding-right: 30px; }
  .p-serviceNenga--lp .border-dashed {
    border: 1px dashed #ab2723;
    margin: 30px 0 60px 0; }
  .p-serviceNenga--lp .margin-t50 {
    margin-top: 50px; }
  .p-serviceNenga--lp .bg-border {
    background-image: url(/common/image/service/nenga/2018/bg-report.png);
    height: 30px; }
  .p-serviceNenga--lp .fuwa_btn {
    text-align: center;
    margin-bottom: 30px; }
  .p-serviceNenga--lp .fuwa {
    position: relative;
    display: inline-block; }
    .p-serviceNenga--lp .fuwa span {
      position: relative;
      display: inline-block;
      padding: .65em 4em;
      background: #ab2723;
      border: 1px solid #801D1A;
      border-radius: 4px;
      color: #fff;
      text-decoration: none;
      text-align: center;
      -webkit-animation: 3s float ease-in-out infinite;
      animation: 3s float ease-in-out infinite; }
    .p-serviceNenga--lp .fuwa::after {
      position: absolute;
      bottom: -15px;
      left: 50%;
      z-index: -1;
      content: '';
      width: 100%;
      height: 24px;
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-animation: 3s shadow ease-in-out infinite;
      animation: 3s shadow ease-in-out infinite; }

@-webkit-keyframes float {
  50% {
    -webkit-transform: translateY(-10px); } }

@keyframes float {
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }

@-webkit-keyframes shadow {
  50% {
    width: 70%;
    height: 18px; } }

@keyframes shadow {
  50% {
    width: 70%;
    height: 18px; } }
  .p-serviceNenga--lp .satei {
    font-size: 18px;
    font-weight: bold;
    color: #3a1514;
    text-align: center;
    position: relative;
    padding: 1em 0;
    margin-bottom: 10px; }
    .p-serviceNenga--lp .satei::before, .p-serviceNenga--lp .satei::after {
      position: absolute;
      left: 0;
      content: '';
      width: 100%;
      height: 6px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .p-serviceNenga--lp .satei::before {
      top: 0;
      border-top: 2px solid #3a1514;
      border-bottom: 1px solid #3a1514; }
    .p-serviceNenga--lp .satei::after {
      bottom: 0;
      border-top: 1px solid #3a1514;
      border-bottom: 2px solid #3a1514; }
  .p-serviceNenga--lp .heart {
    display: block;
    padding: .65em 8.7em;
    background: #ab2723;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    margin-top: 20px; }
    .p-serviceNenga--lp .heart span {
      padding: 10px 0;
      position: relative;
      display: inline-block;
      padding-left: 1.6em; }
      .p-serviceNenga--lp .heart span::before {
        position: absolute;
        top: 12px;
        left: 0;
        content: '\002764';
        color: #fff;
        font-size: 20px;
        line-height: 1;
        -webkit-animation: icon 1.5s ease-in-out infinite;
        animation: icon 1.5s ease-in-out infinite; }

@-webkit-keyframes icon {
  50% {
    -webkit-transform: scale(1.2); } }

@keyframes icon {
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }
  .p-serviceNenga--lp a.heart:link {
    color: #FFF; }
  .p-serviceNenga--lp a.heart:hover {
    background: #C05D5A; }
  .p-serviceNenga--lp .middle {
    border-bottom: 1px dashed #ab2723;
    margin: 20px 0 50px 0;
    padding-bottom: 20px; }

.p-serviceNenga .pcImg {
  display: block !important; }

.p-serviceNenga .spImg {
  display: none !important; }

.p-whatsnew .p-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #ccc;
  padding: 15px 0 0; }
  .p-whatsnew .p-row:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }

.p-whatsnew .news_day {
  width: 60px;
  font-size: 12px;
  line-height: 1.4;
  font-family: Verdana;
  padding-right: 0.5em; }
  .p-whatsnew .news_day span {
    display: block;
    font-size: 18px;
    font-weight: 500; }

.p-whatsnew .news {
  width: 900px;
  max-width: 100%;
  word-break: break-all;
  font-size: 1.4rem;
  padding: 0px 7px 25px; }
  .p-whatsnew .news span {
    display: block;
    clear: both;
    margin-bottom: 5px; }
    .p-whatsnew .news span em {
      display: inline-block;
      padding: 0px 12px;
      color: #fff;
      font-size: 12px;
      margin-right: 8px;
      border-radius: 18px;
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px;
      font-style: normal; }

.p-whatsnew .p-cat1 {
  background: #00a3b6; }

.p-whatsnew .p-cat2 {
  background: #86bc38; }

.p-whatsnew .p-cat3 {
  background: #f6ac4b; }

.p-whatsnew .p-cat4 {
  background: #ea5854; }

.p-whatsnew .p-cat5 {
  background: #dd68b0; }

.p-whatsnew .p-cat6 {
  background: #98d1f4; }

.p-whatsnew .p-cat7 {
  background: #0866b8; }

.l-press .l-column2__main {
  width: 710px; }

.l-press .l-column2__side {
  width: 220px; }

.p-kiyaku--kojin .p-ruleList > p {
  margin-bottom: 1em; }
  .p-kiyaku--kojin .p-ruleList > p.p-text {
    font-size: 13px;
    text-indent: 1em;
    margin: 10px 0 10px 10px;
    word-break: break-all; }

.p-list-note > * {
  text-indent: -1.3em;
  margin-left: 20px;
  color: #8A8A8A;
  font-size: 1.3rem; }
  .p-list-note > *::before {
    font-family: "FontAwesome";
    content: "\f05d";
    color: #8A8A8A;
    margin-right: 5px; }

.p-priceMarket-table tbody td {
  padding: 4px 8px 12px; }

.p-priceMarket div.p-priceMarket-table--area {
  float: left; }

.p-priceMarket div.right_railroad_list_area {
  float: right;
  margin: 0;
  width: 180px; }

.p-priceMarket div.clear {
  clear: both; }

.p-priceMarket table.price_table {
  width: 760px;
  background-color: #ccc;
  border-collapse: separate;
  border-spacing: 1px; }
  .p-priceMarket table.price_table tr {
    background-color: #fff; }
    .p-priceMarket table.price_table tr.title1 {
      background-color: #b7ebf1;
      text-align: center;
      color: #555; }
    .p-priceMarket table.price_table tr.title2 {
      background-color: #09c;
      text-align: center;
      color: #fff; }
  .p-priceMarket table.price_table td {
    padding: 4px 4px 4px; }
    .p-priceMarket table.price_table td.name {
      background-color: #F4F4F4;
      min-width: 120px; }
    .p-priceMarket table.price_table td.aflink {
      min-width: 180px; }
      .p-priceMarket table.price_table td.aflink a {
        font-size: 0.9em; }
    .p-priceMarket table.price_table td.data {
      width: 80px;
      text-align: right; }
    .p-priceMarket table.price_table td.c {
      text-align: center; }
    .p-priceMarket table.price_table td.r {
      text-align: right; }

.p-priceMarket div.right_railroad_list {
  margin: 5px 0 10px;
  padding: 10px;
  border: 1px solid #ccc; }
  .p-priceMarket div.right_railroad_list ul {
    margin: 0;
    padding: 0; }
  .p-priceMarket div.right_railroad_list li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .p-priceMarket div.right_railroad_list li a {
      padding: 8px;
      text-decoration: none; }
      .p-priceMarket div.right_railroad_list li a::before {
        font-family: "FontAwesome";
        content: "\f105";
        border: none;
        margin-right: 5px;
        color: #555; }
      .p-priceMarket div.right_railroad_list li a:hover {
        text-decoration: underline; }

.p-priceMarket span.railroad_name {
  font-size: 1.5em; }

.p-productIndexPickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .p-productIndexPickup > * {
    width: 49%; }
  .p-productIndexPickup a {
    border: 1px solid #eee;
    padding: 8px 10px;
    color: #444;
    text-decoration: none; }
    .p-productIndexPickup a:hover {
      text-decoration: none;
      opacity: 0.8; }
    .p-productIndexPickup a img {
      width: 100%x;
      padding: 0;
      margin: 0;
      margin-bottom: 5px; }

.p-linkPage .p-heading_style2 {
  color: #444; }

.p-linkPage-list {
  margin-bottom: 40px; }

.p-linkPage-item {
  line-height: 1.8;
  margin-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 0.8em; }
  .p-linkPage-item::before {
    font-family: "FontAwesome";
    content: "\f152";
    margin-right: .5em;
    color: #e95f59; }
  .p-linkPage-item img {
    vertical-align: middle; }
  .p-linkPage-item .p_label {
    margin-left: 0.5em; }
  .p-linkPage-item .p_label--dlink {
    background: #a13398;
    color: #fff;
    border-radius: 1em;
    text-indent: 0;
    font-size: 0.7em;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle; }
    .p-linkPage-item .p_label--dlink:before {
      content: "Direct Link"; }
  .p-linkPage-item .p_label--popular {
    background: #fd3783;
    color: #fff;
    border-radius: 1em;
    text-indent: 0;
    font-size: 0.7em;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle; }
    .p-linkPage-item .p_label--popular:before {
      content: "人気コンテンツ"; }
  .p-linkPage-item .p_label--strong {
    background: #e95f59;
    color: #fff;
    border-radius: 1em;
    text-indent: 0;
    font-size: 0.7em;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle; }

.p-sitemap .p-sitemapNav {
  background: #fcf8f2;
  padding: 20px; }

.p-sitemap .p-sitemap--guide .sitemap-item {
  line-height: 2; }
  .p-sitemap .p-sitemap--guide .sitemap-item a {
    font-weight: bold; }
  .p-sitemap .p-sitemap--guide .sitemap-item::before {
    font-family: "FontAwesome";
    content: "\f152";
    margin-right: .5em;
    color: #8ac633; }

.p-sitemap .p-sitemapList {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .p-sitemap .p-sitemapList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-left: 30px; }
    .p-sitemap .p-sitemapList ul:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 0;
      border-left: 1px dotted #666; }
  .p-sitemap .p-sitemapList li {
    position: relative;
    margin: 0;
    padding: 3px 0 3px 22px;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 20px; }
    .p-sitemap .p-sitemapList li a {
      position: relative;
      text-decoration: none;
      font-weight: bold;
      line-height: 20px; }
      .p-sitemap .p-sitemapList li a:hover {
        text-decoration: underline;
        color: #00818d; }
  .p-sitemap .p-sitemapList > li {
    padding: 3px 0 3px 0; }
  .p-sitemap .p-sitemapList > li > ul > li {
    padding-left: 42px; }
    .p-sitemap .p-sitemapList > li > ul > li::after {
      position: absolute;
      left: 24px;
      top: 2px;
      font-family: "FontAwesome";
      content: "\f152";
      margin-right: .5em;
      color: #8ac633; }
  .p-sitemap .p-sitemapList ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 18px;
    height: 0;
    border-top: 1px dotted #666; }
  .p-sitemap .p-sitemapList ul li:last-child:before {
    top: 10px;
    bottom: 0;
    height: auto;
    background: #fcf8f2; }
  .p-sitemap .p-sitemapList:first-child > li > ul > li::after {
    color: #8ac633; }
  .p-sitemap .p-sitemapList:nth-child(2) > li > ul > li::after {
    color: #f19537; }

.p-sitemap .p-sitemapSearch {
  margin-left: 0;
  margin-top: 10px; }
  .p-sitemap .p-sitemapSearch__list .p-prefLink .pref-item > * a {
    color: #00afc0;
    text-decoration: none; }

.p-pointMvp-best5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-align: center;
  margin-bottom: 4px; }
  .p-pointMvp-best5 > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-right: 4px;
    font-size: 1.6rem; }
    .p-pointMvp-best5 > *:last-child {
      margin-right: 0; }
    .p-pointMvp-best5 > * > * {
      padding: 0.5em 0.5em;
      background: #fff; }
      .p-pointMvp-best5 > * > *:first-child {
        background: #EBE4DA; }
    .p-pointMvp-best5 > *.p-best5-1st > *:first-child {
      color: #fff;
      background: #D1B279; }
    .p-pointMvp-best5 > *.p-best5-2nd > *:first-child {
      color: #fff;
      background: #94A2AB; }
    .p-pointMvp-best5 > *.p-best5-3rd > *:first-child {
      color: #fff;
      background: #D2A192; }

.p-pointMvp .p-section__ttl--uline {
  border-left: none;
  text-align: center;
  border-bottom: 3px solid #00afc0;
  display: inline-block;
  max-width: 770px;
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 1em; }

.p-pointMvp-block {
  width: 100%;
  max-width: 770px;
  margin: 0 auto; }

.p-pointMvp .p-tableList {
  width: 100%;
  max-width: 770px;
  margin: 0 auto; }
  .p-pointMvp .p-tableList > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    text-align: center;
    margin-bottom: 4px; }
    .p-pointMvp .p-tableList > * > * {
      background: #F4F4F4;
      color: #444444;
      margin-right: 4px;
      width: 100%;
      padding: 1em 0.5em; }
      .p-pointMvp .p-tableList > * > *:last-child {
        margin-right: 0; }
  .p-pointMvp .p-tableList__thead > * {
    background: #00afc0;
    color: #fff; }
  .p-pointMvp .p-tableList__tbody.-bg-1st > * {
    background: #fff6ee; }
    .p-pointMvp .p-tableList__tbody.-bg-1st > *:first-child {
      background: #D1B279;
      color: #fff; }
  .p-pointMvp .p-tableList__tbody.-bg-2nd > * {
    background: #fff6ee; }
    .p-pointMvp .p-tableList__tbody.-bg-2nd > *:first-child {
      background: #94A2AB;
      color: #fff; }
  .p-pointMvp .p-tableList__tbody.-bg-3rd > * {
    background: #fff6ee; }
    .p-pointMvp .p-tableList__tbody.-bg-3rd > *:first-child {
      background: #D2A192;
      color: #fff; }
  .p-pointMvp .p-tableList__tbody.-bg-next > * {
    background: #fff6ee; }
    .p-pointMvp .p-tableList__tbody.-bg-next > *:first-child {
      background: #EBE4DA; }

.ui-datepicker-calendar th:first-child.ui-datepicker-week-end > span {
  color: #e95f59; }

.ui-datepicker-calendar th:last-child.ui-datepicker-week-end > span {
  color: #78b5d4; }

.ui-datepicker-calendar tbody .ui-state-hover,
.ui-datepicker-calendar tbody .ui-widget-content .ui-state-hover,
.ui-datepicker-calendar tbody .ui-widget-header .ui-state-hover,
.ui-datepicker-calendar tbody .ui-state-focus,
.ui-datepicker-calendar tbody .ui-widget-content .ui-state-focus,
.ui-datepicker-calendar tbody .ui-widget-header .ui-state-focus {
  border: 1px solid #00afc0;
  background: #e2f0ec;
  font-weight: normal;
  color: #00afc0; }

.ui-datepicker-calendar tbody .ui-state-active,
.ui-datepicker-calendar tbody .ui-widget-content .ui-state-active,
.ui-datepicker-calendar tbody .ui-widget-header .ui-state-active,
.ui-datepicker-calendar tbody a.ui-button:active,
.ui-datepicker-calendar tbody .ui-button:active,
.ui-datepicker-calendar tbody .ui-button.ui-state-active:hover {
  border: 1px solid #00afc0;
  background: #00afc0;
  font-weight: normal;
  color: #fff; }

.ui-icon {
  background-image: url("/common/image/ui/ui-icons_444444_256x240.png"); }

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

.p-mrReq .p-mrReq-mailArea {
  width: 40%; }

.regist-notice {
  background: #ffe5e5;
  padding: 2px; }

.reflection-img {
  position: relative;
  overflow: hidden; }

.reflection {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite; }

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0; } }

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }

.p-userCount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .p-userCount > * {
    margin-bottom: 0; }
  .p-userCount__data {
    background: #fdefef;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 2em; }
    .p-userCount__data .decimal {
      font-size: 2.6rem;
      color: #e95f59; }

.p-legist__merit-lead {
  font-size: 2.0rem;
  color: #00afc0;
  border: 1px solid #00afc0;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  font-weight: bold;
  margin-bottom: 30px; }

.p-regist__merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .p-regist__merit > * {
    width: 49.5%;
    margin-right: 1%;
    margin-top: 10px;
    border-radius: 5px;
    background: #fcf8f2;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .p-regist__merit > *:nth-child(2n) {
      margin-right: 0; }
  .p-regist__merit .merit-ttl {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.17em;
    font-weight: bold;
    width: 100%; }
    .p-regist__merit .merit-ttl .p-small {
      font-size: 1.4rem;
      font-weight: normal; }
  .p-regist__merit .merit-figure {
    width: 80px;
    margin: 0 10px 0 0; }
    .p-regist__merit .merit-figure img {
      width: 80px; }

.p-regist-dispSp {
  display: none; }

.p-gReport-frame01 {
  text-align: left;
  position: relative;
  width: 100%;
  margin-bottom: 5px; }
  .p-gReport-frame01 img {
    z-index: 1; }
  .p-gReport-frame01 div {
    position: absolute;
    width: 40%;
    top: 40px;
    left: 20px;
    z-index: 3; }
    .p-gReport-frame01 div .p-lead {
      font-size: 1.28em;
      color: #2c3e6b;
      font-weight: bold;
      margin-bottom: 1em; }

.p-gReport-frame02 {
  text-align: left;
  position: relative;
  width: 100%;
  margin-bottom: 30px; }
  .p-gReport-frame02 img {
    z-index: 1; }
  .p-gReport-frame02 div {
    position: absolute;
    width: 37%;
    top: 40px;
    right: 20px;
    z-index: 3; }
    .p-gReport-frame02 div .p-lead {
      font-size: 1.28em;
      color: #2c3e6b;
      font-weight: bold;
      margin-bottom: 1em; }

.p-floatClear {
  overflow: hidden; }

/**
 * #Sidebar
 */
.p-side__block {
  width: 100%;
  padding: 0;
  margin-bottom: 30px; }
  .p-side__blockInner {
    padding: 26px 22px; }
  .p-side__block-plain {
    border-top: none; }

.p-side__ttl-icon {
  font-weight: bold;
  padding: 10px;
  font-size: 1.4rem;
  color: #fff;
  background: #00a3b6;
  border-radius: 5px 5px 0 0; }
  .p-side__ttl-icon > img {
    vertical-align: middle;
    padding-right: 5px; }

.p-side_inner {
  padding: 0 20px 20px; }

.p-sideSearch_ttl {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 12px; }
  .p-sideSearch_ttl.-white {
    background: #fff;
    padding: 25px 20px; }
  .p-sideSearch_ttl.-pink {
    background: #FDE7DF;
    color: #e95f59;
    text-align: center;
    padding: 0.8em; }

.p-sideSearch_bubble {
  position: relative;
  width: 62px;
  height: 28px;
  font-size: 1.4rem;
  background: #e95f59;
  color: #FFFFFF;
  padding: 1px;
  text-align: center;
  border: 2px solid #e95f59;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px; }
  .p-sideSearch_bubble:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    right: -10px;
    top: 50%; }
  .p-sideSearch_bubble:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 5px;
    border-right-width: 5px;
    margin-top: -6px;
    border-left-color: #e95f59; }

.p-sideSearch_inputBox {
  margin-bottom: 35px; }
  .p-sideSearch_inputBox .c-input {
    background: #fff;
    width: 100%;
    border: none;
    outline: none;
    -webkit-box-shadow: 0px 0px 4px -2px #202036;
            box-shadow: 0px 0px 4px -2px #202036; }
  .p-sideSearch_inputBox input::-webkit-input-placeholder {
    font-size: 1.1rem; }
  .p-sideSearch_inputBox input:-moz-placeholder {
    font-size: 1.1rem; }
  .p-sideSearch_inputBox input::-moz-placeholder {
    font-size: 1.1rem; }
  .p-sideSearch_inputBox input:-ms-input-placeholder {
    font-size: 1.1rem; }
  .p-sideSearch_inputBox input::-ms-input-placeholder {
    font-size: 1.1rem; }

.p-side__ttl.-series, .p-side__ttl.-mr {
  border-bottom: 1px solid #dfdbd8;
  margin-bottom: 10px; }

.p-side__ttl.-search {
  margin-bottom: 10px;
 }

.p-side--series ul li {
  padding: 0;
  margin-bottom: 10px }
  .p-side--series ul li .p-side-ttl--series {
    background: #F4F4F4;
    font-weight: bold;
    font-weight: bold;
    height: 30px;
    padding: 0 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center; }
  .p-side--series ul li .authordetail {
    display: flex; }
    .p-side--series ul li .authordetail p {
      margin: 0;
      line-height: 1.2; }
      .p-side--series ul li .authordetail p {
        line-height: 1.6;}
    .p-side--series ul li .authordetail .thumb {
      width: 80px;
      height: 80px;
      margin-right: 10px; }
    .p-side--series ul li .authordetail span.date {
      display: block;
      margin: 5px 0;
      font-size: 1.2rem; }

.p-side--ranking .p-ranking__list > * {
  padding: 1em;
  height: auto;
  background: #fcf8f2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .p-side--ranking .p-ranking__list > *:hover {
    color: #00a3b6;
    background: #fff; }

.p-side--popular .p-ranking__list > * {
  padding: 1em;
  height: auto;
  background: #fcf8f2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .p-side--popular .p-ranking__list > *:hover {
    color: #00a3b6;
    background: #fff; }

.p-side--columnSearch {
  padding: 0;
  margin-bottom: 40px; }

.p-ranking__item-side.rank-plain {
  padding: 15px;
  color: #7f7f7f;
  font-weight: bold; }

.p-ranking__item-side .rank-num {
  padding-left: 0em;
  padding-right: 0em;
  white-space: nowrap;
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
  text-align: center; }

.p-ranking__item-side .rank-name {
  text-align: left;
  color: #7f7f7f;
  padding-right: 0.5em;
  -ms-flex-preferred-size: 190px;
      flex-basis: 190px; }

.p-ranking__item-side-1 .rank-name, .p-ranking__item-side-2 .rank-name, .p-ranking__item-side-3 .rank-name {
  font-weight: bold;
  color: #444444; }

.p-parts-cover {
  width: 100%;
  background: #F4F4F4;
  padding: 40px;
  margin-top: 40px;
  clear: both; }
  #sidebar .p-parts-cover,
  .l-column2__side .p-parts-cover {
    padding: 20px;
    margin-top: 30px; }

.p-parts-searchbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #sidebar .p-parts-searchbox,
  .l-column2__side .p-parts-searchbox {
    display: block; }
  .p-parts-searchbox__heading {
    color: #00afc0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold; }
    #sidebar .p-parts-searchbox__heading,
    .l-column2__side .p-parts-searchbox__heading {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 10px; }
    .p-parts-searchbox__heading i {
      font-size: 42px;
      font-size: 4.2rem; }
      #sidebar .p-parts-searchbox__heading i,
      .l-column2__side .p-parts-searchbox__heading i {
        font-size: 38px;
        font-size: 3.8rem; }
  .p-parts-searchbox__catch {
    font-size: 18px;
    font-size: 1.8rem;
    white-space: nowrap;
    padding-right: 1em; }
    #sidebar .p-parts-searchbox__catch,
    .l-column2__side .p-parts-searchbox__catch {
      font-size: 16px;
      font-size: 1.6rem; }
    .p-parts-searchbox__catch .p-strong {
      font-size: 24px;
      font-size: 2.4rem;
      color: #FECC04; }
      #sidebar .p-parts-searchbox__catch .p-strong,
      .l-column2__side .p-parts-searchbox__catch .p-strong {
        font-size: 20px;
        font-size: 2rem; }
  .p-parts-searchbox__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 79%;
    max-width: 100%;
    height: 70px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px 0 0 10px; }
    #sidebar .p-parts-searchbox__form,
    .l-column2__side .p-parts-searchbox__form {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 0; }
  .p-parts-searchbox__prefc {
    border-right: none;
    background: #fff;
    width: 100%;
    border-radius: 10px 0 0 10px;
    border-right: 1px solid #c1c1c1; }
    #sidebar .p-parts-searchbox__prefc,
    .l-column2__side .p-parts-searchbox__prefc {
      border-radius: 6px 6px 0 0;
      border-right: none;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
      padding-left: 7em;
      position: relative;
      border-bottom: 1px solid #c1c1c1; }
      #sidebar .p-parts-searchbox__prefc::after,
      .l-column2__side .p-parts-searchbox__prefc::after {
        content: "都道府県";
        position: absolute;
        top: 50%;
        left: 1em;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #00afc0;
        font-weight: bold; }
      #sidebar .p-parts-searchbox__prefc::before,
      .l-column2__side .p-parts-searchbox__prefc::before {
        content: "×";
        display: block;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -0.9em;
        font-size: 18px;
        font-weight: bold;
        color: #00afc0;
        z-index: 1; }
    .p-parts-searchbox__prefc .p-select {
      height: 100%;
      position: relative;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      outline: none;
      width: 100%;
      cursor: pointer; }
    .p-parts-searchbox__prefc .p-select-label {
      position: relative;
      width: 100%;
      z-index: 5;
      display: block;
      height: 100%;
      padding: 0.4em 0 0 1em; }
      #sidebar .p-parts-searchbox__prefc .p-select-label,
      .l-column2__side .p-parts-searchbox__prefc .p-select-label {
        padding: 1em 0 1em 1.5em; }
      .p-parts-searchbox__prefc .p-select-label::after {
        position: absolute;
        top: 5px;
        right: 16px;
        bottom: 0;
        width: 0;
        height: 0;
        margin: auto;
        content: '';
        border-top: 4px solid #00afc0;
        border-right: 3px solid transparent;
        border-left: 3px solid transparent;
        z-index: 1; }
  .p-parts-searchbox__keyword {
    background: #fff;
    width: 100%; }
    #sidebar .p-parts-searchbox__keyword,
    .l-column2__side .p-parts-searchbox__keyword {
      padding-left: 7em;
      position: relative;
      border-radius: 0 0 6px 6px;
      border-right: none;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }
      #sidebar .p-parts-searchbox__keyword::after,
      .l-column2__side .p-parts-searchbox__keyword::after {
        content: "フリーワード";
        position: absolute;
        top: 50%;
        left: 1em;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #00afc0;
        font-weight: bold; }
    .p-parts-searchbox__keyword .p-input-key {
      padding: 2em 2em;
      width: 100%;
      border: none;
      outline: none;
      height: 100%; }
      #sidebar .p-parts-searchbox__keyword .p-input-key,
      .l-column2__side .p-parts-searchbox__keyword .p-input-key {
        padding: 1em 1.5em; }
  .p-parts-searchbox__btn {
    border: 0px;
    width: 20%;
    height: 100%;
    background: #00afc0 url(../image/txt_visual_search-btn.png) center no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 83px; }
    #sidebar .p-parts-searchbox__btn,
    .l-column2__side .p-parts-searchbox__btn {
      margin-top: 15px;
      height: 40px;
      width: 100%;
      min-width: 100%;
      color: #fff;
      background: #00afc0 url(../image/sp/txt_visual_search-btn.png) center no-repeat;
      background-size: 50px auto;
      border-radius: 6px;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }

.p-parts-searchCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #sidebar .p-parts-searchCard,
  .l-column2__side .p-parts-searchCard {
    margin-top: 20px;
    display: block; }
  .p-parts-searchCard__item {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    padding: 20px;
    width: 48%;
    margin-right: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .p-parts-searchCard__item:nth-child(2n) {
      margin-right: 0; }
    #sidebar .p-parts-searchCard__item,
    .l-column2__side .p-parts-searchCard__item {
      padding: 15px;
      width: 100%;
      margin-right: 0;
      margin-top: 5px; }
  .p-parts-searchCard__header {
    color: #e95f59;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .p-parts-searchCard__header .p-cardNum {
      padding-right: 5px; }
    .p-parts-searchCard__header .p-cardTitle {
      padding-right: 10px; }
    #sidebar .p-parts-searchCard__header,
    .l-column2__side .p-parts-searchCard__header {
      font-size: 12px;
      font-size: 1.2rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 90px; }
      #sidebar .p-parts-searchCard__header .p-cardNum,
      .l-column2__side .p-parts-searchCard__header .p-cardNum {
        padding-right: 15px; }
      #sidebar .p-parts-searchCard__header .p-cardTitle,
      .l-column2__side .p-parts-searchCard__header .p-cardTitle {
        padding-right: 15px;
        padding-top: 15px;
        white-space: nowrap; }
  #sidebar .p-parts-searchCard__body,
  .l-column2__side .p-parts-searchCard__body {
    font-size: 12px;
    font-size: 1.2rem; }

.l-column2__main .p-parts-searchbox,
.main-content .p-parts-searchbox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .l-column2__main .p-parts-searchbox__heading,
  .main-content .p-parts-searchbox__heading {
    margin-bottom: 10px; }
  .l-column2__main .p-parts-searchbox__form,
  .main-content .p-parts-searchbox__form {
    width: 100%; }

.p-categoriesLabel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px; }

.p-categoriesLabel__item {
  margin-right: 8px;
  margin-top: 5px; }
  .p-categoriesLabel__item a {
    color: #7f7f7f;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #c1c1c1;
    padding: 1px 0.5em;
    border-radius: 2px;
    font-size: 12px;
    background-color: #fff;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .p-categoriesLabel__item a:hover {
      color: #fff;
      background-color: #9c9c9c; }

.p-categoriesAll {
  background: #fcf8f2;
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 10px; }
  #sidebar .p-categoriesAll,
  .l-column2__side .p-categoriesAll {
    margin-top: 30px; }
  .p-categoriesAll__title {
    color: #e95f59;
    border-bottom: 2px solid #e95f59;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 10px; }
  .p-categoriesAll__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px; }
  .p-categoriesAll__item {
    width: calc(33% - 20px);
    margin-top: 5px;
    margin-right: 30px;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem; }
    #sidebar .p-categoriesAll__item,
    .l-column2__side .p-categoriesAll__item {
      display: block;
      width: 100%;
      margin-right: 0; }
    .p-categoriesAll__item:nth-child(3n) {
      margin-right: 0; }
    .p-categoriesAll__item a {
      display: inline-block;
      color: #444;
      position: relative;
      vertical-align: middle;
      text-decoration: none;
      padding-left: 15px; }
      .p-categoriesAll__item a::before {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
        left: 3px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: 4px solid transparent;
        border-left: 4px solid #444; }
      .p-categoriesAll__item a:hover {
        text-decoration: underline; }

.p-categoriesRelated {
  margin-top: 50px;
  margin-bottom: 10px; }
  .p-categoriesRelated__title {
    border-bottom: 2px solid #00afc0;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 10px; }
  .p-categoriesRelated__title-sub {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px; }
  .p-categoriesRelated__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px; }
  .p-categoriesRelated__image {
    text-align: center; }
  .p-categoriesRelated__theme {
    font-weight: bold;
    padding: 8px 0 10px; }
  .p-categoriesRelated__item {
    width: calc(33.3% - 20px);
    margin-top: 5px;
    margin-right: 30px; }
    .p-categoriesRelated__item:nth-child(3n) {
      margin-right: 0; }
    .p-categoriesRelated__item a {
      display: block; }

.p-contentsSearch-404 {
  background: #FBF0EF;
  width: 100%;
  padding: 1.8em; }

.p-contentsSearch {
  background: #FBF0EF;
  padding: 20px;
  margin-bottom: 30px; }
  .p-contentsSearch__title {
    color: #E53020;
    border-bottom: 2px solid #E53020;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 10px; }
  .p-contentsSearch__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff; }
  .p-contentsSearch__keyword {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .p-contentsSearch__keyword > input {
      background: #fff;
      width: 100%;
      padding: 9px 10px; }
  .p-contentsSearch__btn {
    padding: 5px;
    background: #fff;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .p-contentsSearch__btn > button {
      color: #fff;
      background: #e95f59;
      padding: 4px 10px;
      border: 0px;
      width: 100%;
      height: 100%; }
  .p-contentsSearch__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5px; }
  .p-contentsSearch__item {
    margin-right: 5px;
    margin-top: 5px; }
    .p-contentsSearch__item a {
      color: #e95f59;
      text-decoration: none;
      display: inline-block;
      border: 1px solid #fad28e;
      padding: 2px 0.5em;
      border-radius: 4px;
      font-size: 13px;
      background-color: white;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
      .p-contentsSearch__item a:hover {
        color: #fff;
        border: 1px solid #e95f59;
        background-color: #e95f59; }

.modal-content {
  position: fixed;
  display: none;
  z-index: 12;
  width: 88%;
  margin: 0; }

.modal-large {
  width: 80%; }

.modal-content p {
  margin: 0;
  padding: 0; }

.modal-overlay {
  z-index: 11;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75); }

.modal-open:hover {
  cursor: pointer; }

.close-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  display: inline-block; }

.modal-close {
  color: #5e493d;
  /*text-decoration:underline;*/ }

.modal-close:hover {
  cursor: pointer;
  color: #00C0EF; }

.modal-content .box-header {
  background-color: #f0eae0;
  text-align: center;
  padding: 2em 1em 1em;
  color: #50443d;
  position: relative;
  border-radius: 3px 3px 0 0; }

.modal-content p.ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0 !important; }

.modal-content .box-body {
  background-color: #f0eae0;
  padding: 15px 15px 10px;
  max-height: 600px;
  overflow: auto;
  color: #50443d; }

.modal-content .box-body p.box-body-txt {
  width: 95%;
  margin: 0 auto 1em;
  font-size: 1.3rem;
  margin-bottom: 10px; }

.modal-content table {
  border-collapse: collapse; }

.modal-content table td {
  padding: 0.8em 1em;
  border-right: solid 1px #ded2ca;
  border-bottom: solid 1px #ded2ca;
  font-size: 1.3rem; }

.modal-content table thead td {
  background: #f3efe8; }

.modal-content table td:last-child {
  border-right: none; }

/* for Reiwa setup  add 20190423 */
.u-sakura {
  color: #F6D9DD; }

.u-sumire {
  color: #524362; }

.u-ume {
  color: #E2A8B7; }

.-bg-sakura {
  background: #F6D9DD; }

.-bg-sumire {
  background: #524362; }

.-bg-ume {
  background: #E2A8B7; }

.u-btn-c.-sakura > a {
  background: #fff;
  border: 1px solid #F6D9DD;
  color: #F6D9DD; }

.u-btn-c.-sakura > a:hover {
  color: #fff;
  border: 1px solid #F6D9DD;
  background: #F6D9DD; }

.u-btn-b.-sakura > a {
  color: #fff;
  border: 1px solid #F6D9DD;
  background: #F6D9DD; }

.u-btn-b.-sakura > a:hover {
  background: #fff;
  border: 1px solid #F6D9DD;
  color: #F6D9DD; }

.u-btn-b.-sakura.arrow-out > a:hover::after {
  border-top: solid 2px #F6D9DD;
  border-right: solid 2px #F6D9DD; }

.u-btn-c.-sumire > a {
  background: #fff;
  border: 1px solid #524362;
  color: #524362; }

.u-btn-c.-sumire > a:hover {
  color: #fff;
  border: 1px solid #524362;
  background: #524362; }

.u-btn-b.-sumire > a {
  color: #fff;
  border: 1px solid #524362;
  background: #524362; }

.u-btn-b.-sumire > a:hover {
  background: #fff;
  border: 1px solid #524362;
  color: #524362; }

.u-btn-b.-sumire.arrow-out > a:hover::after {
  border-top: solid 2px #524362;
  border-right: solid 2px #524362; }

.u-btn-c.-ume > a {
  background: #fff;
  border: 1px solid #E2A8B7;
  color: #E2A8B7; }

.u-btn-c.-ume > a:hover {
  color: #fff;
  border: 1px solid #E2A8B7;
  background: #E2A8B7; }

.u-btn-b.-ume > a {
  color: #fff;
  border: 1px solid #E2A8B7;
  background: #E2A8B7; }

.u-btn-b.-ume > a:hover {
  background: #fff;
  border: 1px solid #E2A8B7;
  color: #E2A8B7; }

.u-btn-b.-ume.arrow-out > a:hover::after {
  border-top: solid 2px #E2A8B7;
  border-right: solid 2px #E2A8B7; }

.u-btn-c.-orange > a {
  background: #fff;
  border: 1px solid #E87C23;
  color: #E87C23; }

.u-btn-c.-orange > a:hover {
  color: #fff;
  border: 1px solid #E87C23;
  background: #E87C23; }

.u-btn-b.-orange > a {
  color: #fff;
  border: 1px solid #E87C23;
  background: #E87C23; }

.u-btn-b.-orange > a:hover {
  background: #fff;
  border: 1px solid #E87C23;
  color: #E87C23; }

.u-btn-b.-orange.arrow-out > a:hover::after {
  border-top: solid 2px #E87C23;
  border-right: solid 2px #E87C23; }




@media (min-width: 1px) {
  .c-check-box input[type=radio], .c-check-box input[type=checkbox] {
    display: none;
    margin: 0; }
  .c-check-box input[type=radio] + label,
  .c-check-box input[type=checkbox] + label {
    padding: 0 0 0 24px; }
  .c-check-box input[type=radio] + label::before,
  .c-check-box input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    background: #FFF; }
  .c-check-box input[type=radio] + label::before {
    border: 1px solid #00afc0;
    border-radius: 30px; }
  .c-check-box input[type=checkbox] + label::before {
    border: 1px solid #00afc0; }
  .c-check-box input[type=radio]:disabled + label::before,
  .c-check-box input[type=checkbox]:disabled + label::before {
    border: 1px solid #c1c1c1; }
  .c-check-box input[type=radio]:checked + label::after,
  .c-check-box input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block; }
  .c-check-box input[type=radio]:checked + label::after {
    left: 4px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: #00afc0;
    border-radius: 12px; }
  .c-check-box input[type=checkbox]:checked + label::after {
    position: absolute;
    display: block;
    content: "";
    width: 7px;
    height: 12px;
    top: 10px;
    left: 7px;
    border: solid 2px #00afc0;
    border-left: 0;
    border-top: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
  .p-sideSearch_condition .c-check-box input[type=radio]:checked + label,
  .p-sideSearch_condition .c-check-box input[type=checkbox]:checked + label {
    background: #e2f0ec;
    color: #00afc0;
    font-weight: bold; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-gNavi__cover .p-gNavi_submenu .sp-submenuInner {
    overflow: hidden; }
  .p-gNavi__cover .p-gNavi_submenu .sp-submenuBtn > * {
    margin-bottom: 20px; }
  .p-gNavi__cover .p-gNavi_submenu .sp-submenuBanner,
  .p-gNavi__cover .p-gNavi_submenu .sp-submenuLink {
    width: 48%;
    float: left;
    margin: 20px 1% 40px 1%; }
  .p-gNavi__cover .p-gNavi_submenu .sp-submenuPanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .p-gNavi__cover .p-gNavi_submenu .sp-submenuPanel > * {
      width: 49%;
      margin-bottom: 2%;
      margin-left: 1%; }
  .p-gReport-frame01 div .p-lead,
  .p-gReport-frame02 div .p-lead {
    font-size: 1.5rem; } }

@media only screen and (min-width: 1025px) {
  #p-naviPC {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  #p-naviSP {
    display: none; } }

@media only screen and (max-width: 768px) and (min-width: 1px) and (max-width: 480px) {
    .c-check-box input[type=radio] + label {
      font-size: 13px;
      font-size: 3.46667vw; } }

@media only screen and (max-width: 1100px) {
  .c-crumb_inner {
    width: 100%;
    padding-left: 20px; }
  .l-header {
    min-width: 100%; }
  .l-header__inner {
    width: 100%;
    height: auto; }
  .c-heading.p-heading_search {
    min-width: 100%; }
  .c-heading_inner {
    width: 100%; }
  .p-footer {
    padding-top: 0;
    min-width: 100%; }
  .p-footer__inner {
    width: 100%; }
  .p-logo {
    width: 30%; }
  .p-logo__lead {
    font-size: 1rem; }
  .p-gNavi__cover {
    -ms-flex-preferred-size: 76%;
    flex-basis: 76%; }
  .p-mypageNavi_inner {
    width: 100%;
    padding: 1%; }
  .p-mypageNavi_item {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%; }
    .p-mypageNavi_item > a {
      font-size: 1.3rem; }
  .p-mReq .p-form-MRitme {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px dotted #7f7f7f; }
    .p-mReq .p-form-MRitme:last-child {
      border-bottom: none; }
    .p-mReq .p-form-MRitme > * {
      margin-bottom: 10px; }
    .p-mReq .p-form-MRitme > *:nth-child(odd) {
      width: 25%; }
    .p-mReq .p-form-MRitme > *:nth-child(even) {
      width: 75%; } }

@media screen and (max-width: 1100px) {
  .p-ratingForm .input_block .comment_area textarea,
  .p-ratingForm .input_block .input_area textarea {
    width: 400px; } }

@media only screen and (max-width: 1060px) {
          .p-gNavi_item_main > a::after {
            right: -0.25em; }
  .u-main .l-column2__main {
    width: 75%; }
  .u-main .l-column2__side {
    width: 23%;
    margin-left: 2%; }
  .u-main--short {
    width: 100%; }
    .u-main--short .l-column2__main {
      width: 75%; }
    .u-main--short .l-column2__side {
      width: 23%;
      margin-left: 2%; } }

@media only screen and (max-width: 1024px) {
  .l-header__inner {
    min-height: auto; }
  /**
 * #Header
 */
  .l-header {
    width: 100%;
    background: #fff;
    z-index: 20;
    position: relative; }
    .l-header__inner {
      margin: 0 auto; }
  .bg-overlay {
    z-index: 3;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 340%;
    background-color: rgba(0, 0, 0, 0.75); }
  #js-bg-overlay.bg-overlay {
    position: fixed; }
  #js-bg-overlay-spSearch.bg-overlay {
    position: absolute; }
  .p-logo {
    top:0;
    border-left: none !important; }
    .p-logo__heading {
      display: block;
      margin: 0;
      line-height: 1; }
    .p-logo__lead {
      display: block;
      background: #EDF9FB;
      color: #00AFC0;
      text-align: center;
      letter-spacing: 0;
      margin: 0;
}
    .p-logo__img {
      margin: 0; }
      .p-logo__img > a {
        display: block;
        position: relative;
        height: 100%;
        padding: 40% 0 0; }
        .p-logo__img > a img {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  .p-gNavi__cover {
    width: 100%; }
  .p-gNavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: space-between;
    border-bottom: 1px solid #c1c1c1;
    margin: 0;}
    .p-gNavi__sub {
      margin-top: 0; }
    .p-gNavi_submenu .submenu_item {
      border-left: 1px solid #c1c1c1; }
      .p-gNavi_submenu .submenu_item.first {
        border-left: none; }
      .p-gNavi_submenu .submenu_item > a {
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 5%;
        padding-bottom: 5%;
        text-align: center; }
        .p-gNavi_submenu .submenu_item > a > img {
          width: 75%; }
      .p-gNavi_item_main {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        -ms-flex-item-align: center;
            align-self: center;
        text-align: center; }
        .p-gNavi_item_main > a,
        .p-gNavi_item_main > span {
          display: block;
          width: 100%;
          height: 100%;
          padding-top: 14%;
          padding-bottom: 14%; }
          .p-gNavi_item_main > a > img,
          .p-gNavi_item_main > span > img {
            width: 50%; }
      .p-gNavi_item_main_sp{
        color:#00afc0;
        text-decoration: none;
        text-align: center; }
      .p-gNavi_item_main_sp a{
        text-decoration: none; }
  .p-gNavi_item_main_sp{
    padding: 0.8rem 0;
    width: 5.5rem;}
  .p-gNavi_item_main_sp i{
    display: block;
    font-size: 2.3rem;  }
  .p-gNavi_item_trigger.p-gNavi_item_main_sp i{font-size: 2.8rem;}
  .p-gNavi_item_main_sp span{
    font-size: 1rem;
    font-weight: bold;
    color:#444;}
  .p-gNavi_item.p-menu_ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;  }
      .p-gNavi_item_trigger > * {
        display: none !important; }
        .p-gNavi_item_trigger > *.is-active {
          display: block !important; }
      .p-gNavi_item.item__signin {
        background: #00afc0 url(../image/icon_signin.png) no-repeat center 20px;
        background-size: 30px;
        border-radius: 0 0 0 10px;
        width: 140px;
        height: 46px; }
        .p-gNavi_item.item__signin a {
          color: #fff; }
      .p-gNavi_item.item__login {
        background: #e95f59 url(../image/icon_login.png) no-repeat center 20px;
        background-size: 30px;
        border-radius: 0 0 10px 0;
        margin-left: 0;
        width: 140px;
        height: 46px; }
        .p-gNavi_item.item__login a {
          color: #fff; }
    .p-gNavi.p-gNavi_index.p-gNavi__sub {
      margin-top: 1em; }
    .p-gNavi_submenu {
      display: none;
      width: 92%;
      position: absolute;
      z-index: 999;
      right: 0px;
      padding: 0;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      overflow: scroll; }
      .p-gNavi_submenu .sp-submenuInner {
        position: relative;
        padding: 0;
        background-color: #fff;
        margin-bottom: 20px; }
        .p-gNavi_submenu .sp-submenuInner > .p-heading_style2:first-child {
          margin-top: 0; }
      .p-gNavi_submenu .sp-submenuTitle {
        color: #00afc0;
        border-bottom: 2px solid #00afc0;
        font-size: 1.6rem;
        padding-bottom: 0.5em;
        font-weight: bold;
        margin-top: 1em;
        margin-bottom: 1em; }
      .p-gNavi_submenu .sp-submenuBtn {
        width: 100%; }
        .p-gNavi_submenu .sp-submenuBtn > * {
          width: 49%;
          margin-right: 2%;
          margin-bottom: 4%; }
          .p-gNavi_submenu .sp-submenuBtn > *:nth-child(2n) {
            margin-right: 0; }
      .p-gNavi_submenu .sp-submenuPanel > * {
        width: 100%;
        margin-bottom: 2%; }
        .p-gNavi_submenu .sp-submenuPanel > * a {
          display: block;
          width: 100%;
          height: 100%;
          padding: 3% 15% 3% 5%;
          background: #fff;
          text-decoration: none;
          position: relative; }
          .p-gNavi_submenu .sp-submenuPanel > * a::after {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            content: "";
            vertical-align: middle;
            right: 30px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            width: 8px;
            height: 8px;
            border: 2px solid transparent;
            border-top: 2px solid #00afc0;
            border-right: 2px solid #00afc0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
      .p-gNavi_submenu .sp-submenuLink {
        overflow: hidden;
        margin-bottom: 8%;
        margin-top: 5%; }
        .p-gNavi_submenu .sp-submenuLink > * {
          min-width: 50%;
          float: left;
          margin-bottom: 0.6em; }
          .p-gNavi_submenu .sp-submenuLink > * > a {
            padding-right: 1em;
            color: #7f7f7f;
            text-decoration: none; }
  .p-spMenu-line-red {
    color: #e95f59;
    text-decoration: underline; }
  .p-spMenu-user {
    margin: 0; }
    .p-spMenu-user__trigger {
      background: #CE3C35;
      font-size: 1.8rem;
      color: #fff;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 2rem 1rem;}
    .p-spMenu-user__regist a{
      background: #CE3C35;
      text-decoration: none;
      font-size: 1.8rem;
      color: #fff;
      position: relative;
      display: block;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 2rem 1rem;
      padding: 1rem;}
    .p-spMenu-user__trigger.-reserve{
      background: #fff;
      color: #444;
      font-size: 1.3rem;
      padding: 1rem 1rem 1rem 4rem;
      }
      .p-spMenu-user__trigger::after {
        display: block;
        content: "\e908";
        color:#FFF268;
        font-family: 'ssicon' !important;
        font-size: 2rem;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 50%;
        right: 1.5rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .p-spMenu-user__trigger.-reserve::after{
        color: #444;
        margin-right: 0.5rem;
        font-size: 1.4rem;}
      .p-spMenu-user__trigger.is-active::after {
        font-size: 4rem;
        margin-right: -1rem;
        content: "\e900";}
    .p-spMenu-user__trigger-icon {
      width: 30px;
      height: 1em;
      font-size: 22px;
      line-height: 1;
      text-align: center; }
    .p-spMenu-user__trigger-name {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .p-spMenu-user__trigger-name span{
      display: inline-block;
      margin:0 0.5rem 0 1rem; }
    .p-spMenu-user__item {
      background: #fff;
      font-weight: bold;
      border-bottom: 1px solid #888;
      position: relative; }
      .p-spMenu-user__item a {
        color: #444;
        font-size: 1.3rem;
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        padding: 0.75em 1em 0.75em 40px; }
      .p-spMenu-user__item.-reserve{
        border-bottom: none;
      }
  .p-spMenu-user__item.u-red a{color:#CE3C35;}
  .p-spMenu-user__item_doubleMenu{
    border-bottom: 1px solid #888;  }
  .p-spMenu-user__innerList{
    background:#EDEDED;  }
  .p-spMenu-user__innerList a{
    display: block;
    color:#444;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 1rem 1rem 1rem 4rem;
    border-top: 1px solid #888;
  }
  .p-spMenu-InnerBox {
    background: #CE3C35;}
  .p-spMenu-regist{
    line-height: 1.5;
    -webkit-box-align:
    center;-ms-flex-align:
    center;align-items: center;}
  .p-spMenu-InnerBox .icon-plus{color:#FFF268;}
  .p-spMenu-regist span{
    display: block;
    font-size: 1.4rem;
    color:#FFF268;}
  .p-spMenu-user__trigger i{
    display: block;
    font-size: 3rem;
    margin-top: -0.5rem;
    margin-right: 1rem;}
  .p-spMenu-user__regist i{
    display: block;
    font-size: 3rem;
    margin-top: -0.5rem;
    margin-right: 1rem;}
  .p-spMenu-common {
    margin: 0;
    padding: 0;
    background: #EDF9FB;
    border-top: 1px solid #C1C1C1; }
    .p-spMenu-common__list {
      width: 100%;
      position: relative;
      border-bottom: 1px solid #00afc0; }
      .p-spMenu-common__list--child {
        border-bottom: 1px solid #888; 
        background: #fff; }
        .p-spMenu-common__list--child.-last {
          border-bottom: none; }
        .p-spMenu-common__list--child:last-child{border-bottom: none; }
      .p-spMenu-common__list--child::before{
        display: block;
        content: "\e903";
        color: #444;
        font-family: 'ssicon' !important;
        font-size: 2.2rem;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 50%;
        left: 1rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.5s;  }
      .p-spMenu-common__list > a {
        color: #444;
        font-weight: bold;
        font-size: 1.3rem;
        text-decoration: none; }
    .p-spMenu-common__label {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .p-spMenu-common__icon {
      width: 30px;
      height: 1em;
      font-size: 22px;
      line-height: 1;
      text-align: center; }
    .p-spMenu-common__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px;
      white-space: nowrap; }
    .p-spMenu-common__subTrigger-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px; }
    .p-spMenu-common__subTrigger-icon {
      width: 35px;
      height: 1em;
      font-size: 2.5rem;
      color:#00afc0;
      margin-right: 0.5rem;
      line-height: 1;
      text-align: center; }
    .p-spMenu-common__subTrigger {
      width: 100%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .p-spMenu-common__subTrigger::after {
        display: block;
        content: "\e908";
        color: #00afc0;
        font-family: 'ssicon' !important;
        font-size: 2rem;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 50%;
        right: 1.5rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);}
  .p-spMenu-common__subTrigger.is-active::after{
    font-size: 3.7rem;
    margin-right: -0.8rem;
    content: "\e900";  }
      .p-spMenu-common__subTrigger.is-activae::before {
        display: none; }
  .p-gNavi_submenu .sp-submenuInner a {
    pointer-events: none; }
  .p-gNavi_submenu.is-touchable .sp-submenuInner a {
    pointer-events: auto; }
  .p-spMenu-user__item::before{
    display: block;
    content: "\e903";
    color: #444;
    font-family: 'ssicon' !important;
    font-size: 2.2rem;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s 
  }
  .p-spMenu-user__item.u-red::before{color:#CE3C35;}
  .c-crumb {
    width: 100%;
    background: #F4F4F4; }
    .c-crumb_inner {
      width: 96%;
      margin: 0 auto;
      font-size: 1.2rem;
      padding: 0.5em 0; }
    .c-crumb_item {
      padding-right: 0.4em;
      white-space: nowrap;
      font-size: 1.0rem; }
      .c-crumb_item:after {
        font-family: 'ssicon';
        content: "\e903";
        position: relative;
        left: 3px;
        font-size: 1.6rem;
        line-height: 0;
        top: 4px; }
      .c-crumb_item:last-child:after {
        content: none; }
  .c-heading {
    width: 100%;
    background: #00afc0; }
    .c-heading_inner {
      width: 100%;
      margin: 0 auto;
      text-align: center; }
    .c-heading_ttl {
      font-size: 1.6rem;
      padding-top: 2em;
      padding-bottom: 2em;
      color: #fff;
      margin: 0;
      letter-spacing: 0.1em; }
      .c-heading_ttl .update {
        font-size: 1.2rem;
        font-weight: normal; }
    .c-heading.p-heading_search {
      background: url(/common/image/sp/bg_heading.jpg) top center no-repeat;
      background-size: cover; }
      .c-heading.p-heading_searchIndex {
        background: url(/common/image/sp/bg_heading.jpg) top center no-repeat;
        background-size: cover; }
      .c-heading.p-heading_search .c-heading_ttl {
        padding-top: 0.8em;
        padding-bottom: 0.8em; }
      .c-heading.p-heading_search + .u-main {
        margin-top: -35px; }
    .c-heading > .p-crumb_search {
      color: #fff;
      /*aa444a*/ }
      .c-heading > .p-crumb_search a {
        color: #fff; }
    .c-heading .l-heading_searchIndex {
      padding-top: 0.8em;
      padding-bottom: 0.8em; }
      .c-heading .l-heading_searchIndex .c-heading_ttl {
        font-size: 1.6rem;
        padding-top: 0.5em;
        padding-bottom: 0.3em; }
      .c-heading .l-heading_searchIndex .c-heading_lead {
        color: #fff;
        padding-bottom: 30px; }
  .scroll-prevent {
    z-index: -1;
    width: 100%;
    height: 100%; }
    .scroll-prevent.-isFixed {
      position: fixed !important; }
  /*layout/SP import*/
          .p-gNavi_item_main > a::after {
            content: none !important; }
  .c-heading.p-heading_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .c-heading.p-heading_search .c-heading_lead {
      font-size: 1.2rem;
      padding-bottom: 20px !important; }
    .c-heading.p-heading_search + .u-main {
      margin-top: 0; }
    .c-heading.p-heading_search + .p-main_pt {
      margin-top: 0; }
  .c-heading > .p-crumb_search {
    width: 100%;
    margin: 0;
    padding: 1em;
    background: #F4F4F4;
    /*comm*/
    color: #555; }
    .c-heading > .p-crumb_search a {
      color: #555; }
  .c-crumb_inner .c-crumb_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto; }
    .c-crumb_inner .c-crumb_list::-webkit-scrollbar {
      display: none; }
    .c-crumb_inner .c-crumb_list .c-crumb_item {
      white-space: nowrap; }
      .c-crumb_inner .c-crumb_list .c-crumb_item a {
        color: #00afc0; }
  .member .c-crumb_inner,
  .regist .c-crumb_inner {
    display: block; }
  .p-ratingForm table.p-ratingTable2.-confSubinfo td.subinfo {
    width: 100%; }
    .p-parts-searchbox {
      display: block; }
      .p-parts-searchbox__heading {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 10px; }
      .p-parts-searchbox__form {
        width: 100%; }
  .p-logo {
    position: relative;
    margin-right: 0; }
  .p-logo__img > a {
    padding: 18% 0 0; }
  .p-mq_spScroll {
    width: 100%;
    height: 400px;
    overflow-y: scroll;
    margin-bottom: 5%; }
    .p-mq_spScroll::-webkit-scrollbar {
      height: 10px; }
    .p-mq_spScroll::-webkit-scrollbar-thumb {
      background: #999;
      border-radius: 5px; }
    .p-mq_spScroll::-webkit-scrollbar-track-piece {
      background: #efefef; }
  .p-mq_spScrollX {
    width: 100%;
    height: auto;
    overflow-x: scroll;
    margin-bottom: 5%; }
    .p-mq_spScrollX::-webkit-scrollbar {
      height: 10px; }
    .p-mq_spScrollX::-webkit-scrollbar-thumb {
      background: #999;
      border-radius: 5px; }
    .p-mq_spScrollX::-webkit-scrollbar-track-piece {
      background: #efefef; }
  .p-mq_table9 {
    width: 100%; }
  .p-mq_table8 {
    width: 100%; }
  .p-mq_table7 {
    width: 100%; }
  .p-mq_table6 {
    width: 100%; }
  #p-naviPC {
    display: none; }
  #p-naviSP {
    position: relative;
    z-index: 4;
    display: block;
    background: #fff; }
    #p-naviSP.is-fixed {
      position: fixed; }
  img {
    height: auto;
    max-width: 100%; }
  .u-main {
    width: 100%;
    padding: 2% 4%; }
  table {
    width: 100%; }
  .p-section__ttl {
    font-size: 2.0rem; }
  .p-heading_style2 {
    font-size: 1.6rem; }
  .p-priceMarket-table tbody td {
    display: block;
    text-align: left; }
  .p-priceMarket div.p-priceMarket-table--area {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 5%; }
  .p-priceMarket div.right_railroad_list_area {
    width: 100%; }
  .p-priceMarket div.right_railroad_list > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .p-serviceMeister .p-ttl-brown {
    font-size: 1.2em; }
  .p-serviceMeister .p-linksHowTo {
    display: block;
    text-align: center; }
    .p-serviceMeister .p-linksHowTo > * {
      display: inline-block;
      margin-bottom: 1em; }
  .p-serviceMeister .p-meisterPoint {
    display: block; }
    .p-serviceMeister .p-meisterPoint > * {
      width: 100%; }
    .p-serviceMeister .p-meisterPoint > .p-meisterPoint__note {
      padding-left: 0px; }
  .p-ratingComList .p-ratingtable thead td,
  .p-ratingComList .p-ratingtable thead th {
    white-space: nowrap; }
  .p-guidefaq--manualDetail .p-guide2clm-nav, .p-guidefaq--faqDetail .p-guide2clm-nav {
    width: 23%; }
  .p-guidefaq--manualDetail .p-guide2clm-body, .p-guidefaq--faqDetail .p-guide2clm-body {
    width: 75%;
    margin-left: 2%; }
  .p-sakidori .searchBox {
    width: 73%; }
  .p-sakidori .p-ttl-search {
    padding-bottom: 10px; }
  .p-sakidori .p-listDetail {
    width: 48%; }
  .p-sakidori .p-listLinks {
    width: 50%; }
    .p-sakidori .p-listLinks .link1 {
      padding: 8px 5px 6px; }
  .p-sakidori .p-listDetail th,
  .p-sakidori .p-listDetail td {
    display: block;
    float: none;
    width: 100%;
    text-align: left; }
  .p-myAccount_item .item__link {
    font-size: 1.4rem; }
  .search .p-roomPrice_body {
    padding: 20px 25px; }
    .search .p-roomPrice_body .p-roomPrice_list {
      font-size: 1.5rem; }
  .p-searchPrice .p-searchPrice-counter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .p-ratingList-action {
    margin-bottom: 30px; }
    .p-ratingList-action > * {
      margin-right: 15px; }
      .p-ratingList-action > *:last-child {
        margin-right: 0; }
  .p-ratingList .p-rating-block--left {
    width: 65%; }
  .p-ratingList .p-rating-block--right {
    width: 35%;
    padding-left: 3%; } }

@media screen and (max-width: 1024px) {
  .p-ratingForm table.p-ratingTable2.-confSubinfo td.subinfo {
    width: 100%; } }

@media screen and (max-width: 770px) {
  .p-guide-aboutUs .p-f-xl {
    font-size: 1em; }
  .p-guide-aboutUs .p-f-xxl {
    font-size: 1.2em; }
  .p-guide-aboutUs .cp-mainv {
    background-size: cover;
    padding-bottom: 40px; }
    .p-guide-aboutUs .cp-mainv .xx-large,
    .p-guide-aboutUs .cp-mainv .x-large {
      font-size: 1rem; }
    .p-guide-aboutUs .cp-mainv .cp-mainv-title-main {
      font-size: 1.4em; }
    .p-guide-aboutUs .cp-mainv h1 {
      margin: 10px; }
    .p-guide-aboutUs .cp-mainv .cp-mainv-points {
      padding: 10px; }
  .p-guide-aboutUs .p-block-narrow {
    padding: 0 10px; }
  .p-guide-aboutUs .cp-link-relative .col {
    width: 100%;
    border-bottom: 1px solid #dfdbd8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .p-guide-aboutUs .cp-link-relative .item-thmb {
    width: 50px; }
  .p-guide-aboutUs .cp-link-relative .col:last-child {
    border-bottom: 0; }
  .p-guide-aboutUs .cp-link-relative .item-text {
    padding-left: 15px; }
  .p-guide-aboutUs .float-sp-none {
    float: none;
    margin-bottom: 1rem; }
  .p-guide-aboutUs .img-sp-center {
    margin: auto;
    text-align: center;
    display: block;
    margin-bottom: 10px; }
  .p-guide-aboutUs .block-joinus {
    display: block;
    margin: 10px;
    padding: 10px; }
    .p-guide-aboutUs .block-joinus .block-joinus-text {
      width: auto; }
  .p-guide-aboutUs .block-joinus-btn {
    width: auto; }
  .p-guide-aboutUs .block-point {
    padding: 10px;
    border-width: 3px; }
  .p-guide-aboutUs .row {
    display: block; }
    .p-guide-aboutUs .row .col {
      width: 100%;
      margin-bottom: .3rem; }
  .p-guide-aboutUs .d-pc-none,
  .p-guide-aboutUs .d-sp-block {
    display: block; }
  .p-guide-aboutUs .d-sp-none {
    display: none; } }

@media only screen and (max-width: 768px) {
  .p-dispPC {
    display: none; }
  .p-dispSP {
    display: block; }
  .u-dispMd {
    display: block; }
  .u-dispMd--inline {
    display: inline-block; }
  .u-dispNoneMd,
  .u-dispNoneMd--inline {
    display: none; }
  .c-grid__flex.-dispBlock--md,
  .c-grid__flex-center.-dispBlock--md,
  .c-grid__flex-end.-dispBlock--md,
  .c-grid__flex-around.-dispBlock--md,
  .c-grid__flex-between.-dispBlock--md {
    display: block; }
    .c-grid__flex.-dispBlock--md > *,
    .c-grid__flex-center.-dispBlock--md > *,
    .c-grid__flex-end.-dispBlock--md > *,
    .c-grid__flex-around.-dispBlock--md > *,
    .c-grid__flex-between.-dispBlock--md > * {
      margin-bottom: 1em; }
      .c-grid__flex.-dispBlock--md > *:last-child,
      .c-grid__flex-center.-dispBlock--md > *:last-child,
      .c-grid__flex-end.-dispBlock--md > *:last-child,
      .c-grid__flex-around.-dispBlock--md > *:last-child,
      .c-grid__flex-between.-dispBlock--md > *:last-child {
        margin-bottom: 0; }
  .p-footer{padding-top: 0;}
  .p-footerSearch{margin-left: 3%;}
  .p-footerSearch_wrapper{
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
     }
  .p-footerSearch__ttl{text-align: center;}
  .u-btn_share_twitter a,.u-btn_share_instagram a{margin:3rem 0.5rem 2rem;}
  .p-myFlow .p-item {
    width: 49%;
    margin-top: 20px; }
    .p-myFlow .p-item:last-child {
      width: 50%; }
    .p-myFlow .p-item .p-itemArrow > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .p-myFlow .p-item .p-itemArrow .p_label {
      left: 24%;
      top: 8%;
      font-size: 1.3rem; }
    .p-myFlow .p-item__ttl {
      text-align: left; }
    .p-myFlow .p-item__fig {
      padding-right: 10px; }
      .p-myFlow .p-item__fig > img {
        max-width: 60px; }
    .p-myFlow .p-item__txt {
      text-align: left; }
    .p-parts-cover {
      padding: 30px; }
      .p-parts-searchbox__form {
        border-radius: 6px 0 0 6px; }
      .p-parts-searchbox__prefc {
        border-radius: 6px 0 0 6px; }
        .p-parts-searchbox__keyword .p-input-key {
          padding: 2em 1em; }
    .p-parts-searchCard {
      margin-top: 20px; }
      .p-parts-searchCard__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .p-parts-searchCard__header .p-cardNum {
          padding-right: 15px; }
        .p-parts-searchCard__header .p-cardTitle {
          padding-right: 15px;
          padding-top: 15px;
          white-space: nowrap; }
    .p-parts-searchCard__body {
      font-size: 13px;
      font-size: 1.3rem; }
  .p-categoriesAll__item {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-top: 0.5em; }
  .p-categoriesAll__item:nth-child(3n) {
    margin-right: 30px; }
  .p-categoriesAll__item:nth-child(2n) {
    margin-right: 0; }
  #sidebar .p-categoriesAll__item,
  .l-column2__side .p-categoriesAll__item {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-top: 0.5em; }
  #sidebar .p-categoriesAll__item:nth-child(3n),
  .l-column2__side .p-categoriesAll__item:nth-child(3n) {
    margin-right: 30px; }
  #sidebar .p-categoriesAll__item:nth-child(2n),
  .l-column2__side .p-categoriesAll__item:nth-child(2n) {
    margin-right: 0; }
  .p-categoriesRelated__item {
    width: calc(50% - 15px);
    margin-right: 30px; }
  .p-categoriesRelated__item:nth-child(3n) {
    margin-right: 30px; }
  .p-categoriesRelated__item:nth-child(2n) {
    margin-right: 0; }
  .u-large-m {
    font-size: 1.22em; }
  .p-mq_table9 {
    width: 900px; }
  .p-mq_table8 {
    width: 800px; }
  .p-logo {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;}
  .p-logo__heading {
    width: auto; }
  .p-footer .p-footerLinkCover {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: none;}
    .p-footer .p-footerLinkCover > * {
      width: 48%;
      margin-right: 2%; }
      .p-footer .p-footerLinkCover > *:last-child {
        margin-right: 2%; }
  .p-footer .p-footerLinkCover--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .p-footer .p-footerLinkCover--sp .p-footerList{
    text-align: center;
    border-bottom:2px solid #fff;
    margin-left: 0;}
  .p-footer .p-footerLinkCover--sp li:first-child,.p-footer .p-footerLinkCover--sp li:nth-child(2){border-top: 2px solid #fff; }
  .p-footer .p-footerLinkCover--sp li:nth-child(odd){
    border-right: 2px solid #fff;  }
  .p-footer .p-footerLinkCover.p-footerLinkCover--sp > *{
    margin-right: 0;
    width:50%;  }
  .p-footer .p-footerLinkCover--sp .p-footerList .p-listItem--ttl a{font-size: 1.1rem;}
  .p-footer .p-footerLinkCover--sp .p-footerList .p-listItem--ttl{
    margin-bottom: 0;
    padding: 0.7rem 0;
    font-weight: normal;}
  .p-basic_table-body th,
  .p-basic_table-body td {
    font-size: 1.3rem; }
  .p-basic_table--res tr,
  .p-basic_table--res td {
    display: block;
    width: auto; }
  .p-basic_table--res .p-basic_table-head {
    display: none; }
  .p-basic_table--res tr {
    border: 1px solid #dbe1e8;
    margin-bottom: 20px;
    padding: 8px 8px 0; }
  .p-basic_table--res tr > * {
    border: none;
    border-bottom: 1px dotted #444444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    text-align: left; }
    .p-basic_table--res tr > *:first-child {
      border-left: none; }
    .p-basic_table--res tr > *:last-child {
      border-bottom: none; }
    .p-basic_table--res tr > *::before {
      content: attr(aria-label);
      display: inline-block;
      font-weight: bold;
      float: left;
      text-align: left;
      padding-right: 20px;
      white-space: nowrap;
      color: #00afc0; }
    .p-basic_table--res tr > *.p-table__btnBlock {
      display: block;
      border: none; }
      .p-basic_table--res tr > *.p-table__btnBlock::before {
        display: none; }
      .p-basic_table--res tr > *.p-table__btnBlock + .p-table__btnBlock {
        padding-top: 0; }
  .c-formBox {
    display: block;
    border: none; }
    .c-formBox.top {
      border: none; }
  .c-formBox_ttl {
    width: 100%;
    padding: 4px 8px;
    border-right: 0;
    margin: 0;
    line-height: 1.0;
    font-size: 1.4rem;
    min-height: 34px;
    border: none; }
    .c-formBox_ttl--req:before {
      font-size: 1.1rem; }
  .c-formBox_body {
    padding: 1.0rem 0.2rem 1.5rem; }
  .c-formZip_btn a {
    font-size: 12px;
    font-size: 1.2rem; }
  .c-formPhone_ttl {
    font-size: 12px;
    font-size: 3.75vw; }
  .c-formPhone_first > input,
  .c-formPhone_middle > input,
  .c-formPhone_last > input {
    width: 5.5em; }
  .c-formBtnBox_item {
    margin-right: 15px; }
  .u-btn-cover--center {
    width: auto; }
  .c-select-wrap {
    height: 36px; }
  .c-select-wrap,
  .c-input {
    max-width: 100%; }
  .c-select-wrap + .c-input {
    margin-top: 0.5em; }
  .c-input + .c-input {
    margin-top: 0.5em; }
  .c-formName_first > input,
  .c-formName_last > input {
    width: 100%; }
  .c-formName_last {
    margin-left: 1em; }
  .c-formError {
    padding: 1.4em; }
  .c-formError_item {
    font-size: 0.857em; }
  .c-formYmd {
    display: block;
    overflow: hidden; }
    .c-formYmd > * {
      padding-right: 0;
      float: left;
      width: 50%; }
      .c-formYmd > * .c-select-wrap {
        display: inline-block;
        width: 7em; }
        .c-formYmd > * .c-select-wrap .c-select {
          width: 7em; }
      .c-formYmd > *:first-child {
        width: 100%;
        margin-bottom: 14px; }
        .c-formYmd > *:first-child .c-select-wrap {
          width: 14em; }
          .c-formYmd > *:first-child .c-select-wrap .c-select {
            width: 14em; }
  .c-formYmd--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .c-formYmd--horizontal > * {
      margin: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 1%; }
      .c-formYmd--horizontal > * .c-select-wrap {
        width: 100%; }
        .c-formYmd--horizontal > * .c-select-wrap .c-select {
          width: 100%; }
      .c-formYmd--horizontal > *:first-child {
        margin: 0;
        padding-left: 0; }
        .c-formYmd--horizontal > *:first-child .c-select-wrap {
          width: 100%; }
          .c-formYmd--horizontal > *:first-child .c-select-wrap .c-select {
            width: 100%; }
  .c-formFlex > * {
    padding-right: 10px; }
    .c-formFlex > *.-half {
      width: 50%; }
    .c-formFlex > *:last-child {
      padding-right: 0; }
  .c-formFlex .c-select-wrap + .c-input {
    margin-top: 0; }
  .p-section__ttl {
    font-size: 1.8rem; }
  .u-main .l-column2__main,
  .u-main .l-column2__side {
    width: 100%;
    margin-left: 0; }
  .u-main--short .l-column2__main,
  .u-main--short .l-column2__side {
    width: 100%;
    margin-left: 0; }
  .u-btn-cover--center {
    max-width: 100%; }
  .p-mq_spBlock {
    display: block; }
    .p-mq_spBlock > * {
      width: 100% !important; }
  .p-markerBox,
  .p-colorBox {
    padding: 1em; }
  .p-guidefaq .p-contentsTtl {
    font-size: 18px;
    font-size: 4vw;
    padding-left: 10%; }
  .p-guidefaq--Index {
    background-size: 50% auto; }
    .p-guidefaq--Index .p-ttlCover {
      padding: 6% 0; }
    .p-guidefaq--Index .p-contentsTtl {
      font-size: 30px;
      font-size: 6vw; }
      .p-guidefaq--Index .p-contentsTtl .u-small {
        font-size: 18px;
        font-size: 4vw; }
    .p-guidefaq--Index .p-guideNavi li {
      width: 48%;
      margin: 0 1% 1% 2%; }
      .p-guidefaq--Index .p-guideNavi li .p-cate-ttl {
        font-size: 18px;
        font-size: 4vw; }
      .p-guidefaq--Index .p-guideNavi li a {
        height: 100%; }
        .p-guidefaq--Index .p-guideNavi li a p {
          padding-right: 1em;
          padding-left: 1em;
          font-size: 0.9em; }
          .p-guidefaq--Index .p-guideNavi li a p br {
            display: none; }
        .p-guidefaq--Index .p-guideNavi li a .icon {
          top: 12%;
          width: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          max-width: 120px; }
  .p-guidefaq .p-guideBody .listPages > * {
    width: 50%; }
  .p-guidefaq--faqIndex .p-listCtg > * {
    margin-bottom: 12px; }
    .p-guidefaq--faqIndex .p-listCtg > * a {
      height: 100%;
      margin-bottom: 0; }
  .p-guidefaq--manualDetail .p-contentsTtl, .p-guidefaq--faqDetail .p-contentsTtl {
    display: block;
    width: 100%; }
  .p-guidefaq--manualDetail .p-guide2clm-nav, .p-guidefaq--faqDetail .p-guide2clm-nav {
    width: 100%;
    display: block;
    margin-bottom: 30px; }
  .p-guidefaq--manualDetail .p-guide2clm-body, .p-guidefaq--faqDetail .p-guide2clm-body {
    width: 100%;
    display: block;
    margin-bottom: 20px; }
  .p-result_pager {
    padding: 15px 15px 0; }
    .p-result_pager > * {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .p-result_pager .pager-item {
      -ms-flex-item-align: center;
          align-self: center; }
      .p-result_pager .pager-item .p-paginationMain {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .p-result_pager .pager-item .page-item {
        font-size: 1.6rem;
        margin-bottom: 15px; }
  .p-sakidori .ss_title .p-pageTtl {
    font-size: 1.3em;
    font-weight: 700;
    padding: 5px 5px 5px 35px;
    text-indent: -13px;
    text-align: left; }
  .p-sakidori #search {
    padding: 5px 10px 10px; }
  .p-sakidori .p-ttl-check {
    padding-top: 5px; }
    .p-sakidori .p-ttl-check br {
      display: none; }
  .p-sakidori .searchBox {
    width: 100%; }
  .p-sakidori .p-greyLabel {
    font-size: 16px; }
  .p-sakidori .border-hr > section {
    position: relative; }
  .p-sakidori .p-listInfo {
    width: 100%;
    display: block; }
  .p-sakidori .p-listDetail {
    width: 100%; }
  .p-sakidori .p-listLinks {
    width: 100%; }
  .table-rank .tbl-th,
  .table-rank .tbl-td {
    min-width: 5em;
    font-size: 1.2rem;
    padding: 0.25em 0.4em; }
    .table-rank .tbl-th.u-btn-b > a span,
    .table-rank .tbl-td.u-btn-b > a span {
      min-width: 6em; }
  .p-rankingTbl {
    min-width: 700px; }
  .p-readSorter {
    display: block; }
    .p-readSorter > p {
      display: inline-block; }
    .p-readSorter > label {
      display: block;
      margin-bottom: 10px; }
    .p-readSorter > .c-formInline.size-default {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 20px; }
  .p-priceLoan .lc_wrap {
    padding: 10px 10px 30px 10px; }
  .p-priceLoan .table_block {
    border-spacing: 3px 0; }
  .p-priceLoan form#lc_form input[type=text] {
    width: 100%; }
  .p-priceLoan .step2_title a {
    font-size: 2.5vw; }
  .p-regist_floatList {
    text-align: left; }
    .p-regist_floatList > * {
      width: 100%;
      margin-bottom: 15px;
      border-radius: 5px;
      background: #fcf8f2;
      padding: 15px; }
      .p-regist_floatList > *.last {
        padding: 15px; }
    .p-regist_floatList .merit-ttl {
      margin-top: 0;
      font-size: 1em;
      font-size: 1.3rem; }
      .p-regist_floatList .merit-ttl .p_label {
        margin-right: 1em;
        float: left;
        overflow: hidden; }
    .p-regist_floatList .merit-figure {
      display: inline-block;
      float: left;
      margin: 0 15px 0 0; }
  .p-regist_reqest2merit {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .p-regist_reqest2merit > * {
      width: 70%; }
  .p-regist_reqList {
    min-width: 670px; }
    .p-regist_reqList li div:nth-child(2) {
      width: 25%; }
    .p-regist_reqList li.th div,
    .p-regist_reqList li.td div {
      font-size: 1.2rem; }
    .p-regist_reqList li.td .c-check-box input[type=radio] + label, .p-regist_reqList li.td .c-check-box input[type=checkbox] + label {
      margin-right: 0; }
  .p-regist_external-bnrs {
    width: 100%; }
    .p-regist_external-bnrs ul li {
      display: block;
      vertical-align: top;
      margin: 0 0 20px; }
  .p-myLatest .p-roomPrice_list tbody tr {
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5px; }
    .p-myLatest .p-roomPrice_list tbody tr td {
      padding: 8px;
      font-size: 1.2rem;
      width: 50%;
      border: none;
      border-left: 1px dotted #7f7f7f;
      border-bottom: 1px dotted #7f7f7f; }
      .p-myLatest .p-roomPrice_list tbody tr td:nth-child(odd) {
        border-right: 1px dotted #7f7f7f; }
      .p-myLatest .p-roomPrice_list tbody tr td:first-child {
        font-size: 1.4rem;
        border-top: 1px dotted #7f7f7f;
        border-left: 1px dotted #7f7f7f;
        background: #e2f0ec;
        padding: 15px 8px;
        width: 100%; }
        .p-myLatest .p-roomPrice_list tbody tr td:first-child::before {
          color: #444444; }
        .p-myLatest .p-roomPrice_list tbody tr td:first-child a {
          text-decoration: underline; }
      .p-myLatest .p-roomPrice_list tbody tr td .stars span {
        width: 15px; }
    .p-myLatest .p-roomPrice_list tbody tr > *:last-child {
      border-bottom: 1px dotted #7f7f7f; }
  .p-myModel .p-MR-list tbody tr {
    padding: 0; }
    .p-myModel .p-MR-list tbody tr > *:first-child {
      background: #e2f0ec; }
    .p-myModel .p-MR-list tbody tr > *::before {
      width: 25%; }
  .p-myModel .p-MR-list .p-btn-parallel {
    width: 75%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .p-myModel .p-MR-list .p-btn-parallel > * {
      margin-bottom: 4px; }
  .p-mypageNavi_inner {
    padding: 7px 1%; }
  .p-mypageNavi_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .p-mypageNavi_item {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    max-width: 32%; }
    .p-mypageNavi_item:nth-child(n+4) {
      margin-top: 7px; }
    .p-mypageNavi_item > a {
      padding-top: 8px;
      padding-bottom: 8px;
      font-size: 1.2rem; }
  .p-myPoint_list {
    padding: 15px;
    display: block; }
    .p-myPoint_list .decimal {
      font-size: 2.2rem; }
  .p-myPoint_item {
    max-width: 100%;
    width: 100%;
    margin-top: 20px; }
    .p-myPoint_item:first-child {
      margin-top: 0; }
    .p-myPoint_item--action {
      margin-top: 10px; }
    .p-myPoint_item--inner {
      height: auto;
      padding-top: 15px;
      padding-bottom: 15px; }
  .p-myPoint_about-lead {
    display: block; }
    .p-myPoint_about-lead > * {
      display: block;
      width: 100%; }
  .p-myPoint_about-step {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px; }
  .p-myPoint_about-steps {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    max-width: 49%;
    margin-right: 2%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 1.2rem; }
    .p-myPoint_about-steps .u-bold {
      font-size: 1.2rem; }
    .p-myPoint_about-steps:nth-child(2n) {
      margin-right: 0; }
  .p-myPoint_about-link a {
    width: 100%; }
  .p-myPriceList_index {
    width: 100%;
    margin-top: 20px; }
    .p-myPriceList_index > li a {
      padding: 1em 0.8em; }
  .p-myPriceList .p-postTo {
    width: 100%; }
  .p-myPriceList-step .step-ttl {
    font-size: 1.4rem; }
  .p-myPriceList-step .step-txt {
    padding-left: 0; }
  .p-ranking__tab-item p {
    font-size: 1.4rem;
    padding: 1em 0.5em 1em 20% !important;
    font-weight: normal;
    border-radius: 5px 5px 0 0;
    background-size: 21px auto;
    background-position: 5% center; }
    .p-ranking__tab-item p.active {
      background-size: 21px auto;
      background-position: 5% center; }
  .p-ranking__tab-item.tab-members .icon-members {
    display: none; }
  .p-ranking__item {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px; }
    .p-ranking__item .rank-num {
      width: 17%;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .p-ranking__item .rank-name {
      width: 61%;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .p-ranking__item .rank-price {
      width: 22%;
      font-size: 1.6rem;
      padding-right: 2%;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      text-align: right; }
      .p-ranking__item .rank-price span {
        font-size: 2.0rem; }
  .p-recommend .slide-recom .caption-note {
    font-size: 1.4rem;
    padding: 1em 1em 2.5em; }
  .p-recommend .slide-recom .swiper-button-prev,
  .p-recommend .slide-recom .swiper-container-rtl .swiper-button-next {
    left: 15%; }
  .p-recommend .slide-recom .swiper-button-next,
  .p-recommend .slide-recom .swiper-container-rtl .swiper-button-prev {
    right: 15%; }
  .p-recommend .slide-recom .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 3%; }
  .p-side_mypage-point {
    padding: 10px; }
    .p-side_mypage-point .decimal {
      font-size: 2.0rem; }
  .p-mrReq .p-mrReq-mailArea {
    width: 80%; }
    .p-mrReq .p-mrReq-mailArea h2 {
      font-size: 1.7rem; }
  .p-mReq .p-mReq_table {
    min-width: 700px;
    font-size: 1.2rem; }
    .p-mReq .p-mReq_table--list {
      min-width: 100%; }
  .p-searchPrice .p-roomPrice_body {
    padding: 15px 15px; }
    .p-searchPrice .p-roomPrice_body .p-roomPrice_list {
      font-size: 1.2rem;
      min-width: 700px; }
      .p-searchPrice .p-roomPrice_body .p-roomPrice_list tbody td {
        padding: 3px 5px; }
  .p-searchPrice .p-searchPrice-counter > * {
    margin-bottom: 10px; }
  .p-searchPrice .p-searchPrice-counter .c-input {
    width: 5em; }
  .p-gojitakuSatei .p-satei_data {
    display: block; }
    .p-gojitakuSatei .p-satei_data .zika {
      width: 100%;
      margin: 20px 0; }
      .p-gojitakuSatei .p-satei_data .zika h3 {
        padding-top: 40px;
        font-size: 1.8rem; }
  .p-gojitakuSatei .satei_result {
    width: 100%; }
  .p-ratingList .p-rating-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .p-ratingList .p-rating-block--left {
      width: 100%; }
    .p-ratingList .p-rating-block--right {
      width: 100%;
      padding-left: 0%; }
  .p-gReport-frame01 div .p-lead,
  .p-gReport-frame02 div .p-lead {
    font-size: 1.4rem; }
  .p-gReport-spflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px; }
  .p-gReport-frame01 {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5px;
    background: #fcf8f2 url(/common/image/guide/marketingReport/fig_wariyasu01_sp.jpg) no-repeat center top;
    background-size: contain; }
    .p-gReport-frame01 img {
      display: none; }
    .p-gReport-frame01 div {
      position: relative;
      width: 100%;
      padding-top: 36%;
      top: auto;
      left: auto;
      padding-left: 5%;
      padding-right: 5%;
      padding-bottom: 6%; }
      .p-gReport-frame01 div .p-lead {
        font-size: 1.4rem; }
  .p-gReport-frame02 {
    width: 49%;
    margin-right: 0;
    margin-bottom: 5px;
    background: #fcf8f2 url(/common/image/guide/marketingReport/fig_wariyasu02_sp.jpg) no-repeat center top;
    background-size: contain; }
    .p-gReport-frame02 img {
      display: none; }
    .p-gReport-frame02 div {
      position: relative;
      width: 100%;
      padding-top: 36%;
      top: auto;
      right: auto;
      padding-left: 5%;
      padding-right: 5%;
      padding-bottom: 6%; }
      .p-gReport-frame02 div .p-lead {
        font-size: 1.4rem; }
  .p-regist_reqestLead {
    font-size: 17px;
    font-size: 1.7rem; } }

@media only screen and (max-width: 768px) and (min-width: 1px) {
  .c-check-box input[type=radio] + label {
    line-height: 24px; }
  .c-check-box input[type=radio] + label::before {
    width: 16px;
    height: 16px; }
  .c-check-box input[type=radio]:checked + label::after {
    left: 3px;
    width: 10px;
    height: 10px;
    margin-top: -7px; } }

@media screen and (max-width: 768px) {
  .l-press .l-column2__main {
    width: 100%; }
  .l-press .l-column2__side {
    width: 100%; }
  .p-userCount__data {
    background: #fdefef;
    padding: 10px 20px;
    font-size: 1.4rem; }
    .p-userCount__data .decimal {
      font-size: 2.4rem; }
  .p-regist_privacyArea .p-regist_privacyDetail {
    height: 140px;
    margin-bottom: 20px; }
  .p-ratingList__lead > * {
    width: 100%; }
  .p-ratingSample-Sp {
    width: 100%; }
    .p-ratingSample-Sp > dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 2px;
      width: 100%;
      font-size: 1.3rem; }
      .p-ratingSample-Sp > dl dt {
        background: #d3e0dc;
        width: 15%;
        margin-right: 2px;
        text-align: center;
        padding-top: 3px;
        padding-bottom: 3px; }
      .p-ratingSample-Sp > dl dd {
        background: #e2f0ec;
        width: 85%;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 10px; }
  .p-ratingForm .c-select-wrap {
    width: 100% !important; }
  .p-ratingForm table.table2 > tbody > tr {
    display: block; }
  .p-ratingForm table.table2 td {
    padding: 3px 0;
    display: block;
    width: 100%; }
    .p-ratingForm table.table2 td.title {
      display: block;
      width: 100% !important;
      background: #e2f0ec;
      text-align: left;
      padding: 0.5em 0 0.5em 2em;
      margin-top: 1em;
      position: relative; }
      .p-ratingForm table.table2 td.title::after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0.5em;
        content: '';
        width: 4px;
        height: 80%;
        background-color: #00afc0; }
    .p-ratingForm table.table2 td.point {
      display: block;
      width: 100%; }
    .p-ratingForm table.table2 td .c-input {
      width: 100%; }
      .p-ratingForm table.table2 td .c-input--note {
        width: 50%; }
  .p-ratingForm table.p-ratingTable2 .u-dispNoneMd {
    display: none; }
  .p-ratingForm table.p-ratingTable2 > tbody > tr {
    display: block; }
  .p-ratingForm table.p-ratingTable2 td {
    display: block;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0; }
    .p-ratingForm table.p-ratingTable2 td.title {
      display: block;
      width: 100%;
      background: #e2f0ec;
      text-align: left;
      padding: 0.5em 0 0.5em 2em;
      margin-top: 1em;
      position: relative; }
      .p-ratingForm table.p-ratingTable2 td.title::after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0.5em;
        content: '';
        width: 4px;
        height: 80%;
        background-color: #00afc0; }
      .p-ratingForm table.p-ratingTable2 td.title .p_label--req {
        font-size: 1.0rem; }
    .p-ratingForm table.p-ratingTable2 td.point {
      display: block;
      width: 100%;
      padding: 1em 0 0; }
    .p-ratingForm table.p-ratingTable2 td.comme {
      display: block;
      width: 100%;
      padding: 1em 0 0; }
  .p-ratingForm table.p-ratingTable2.-conf td.point {
    text-align: left; }
  .p-ratingForm table.radio_point {
    display: block;
    width: 100%; }
    .p-ratingForm table.radio_point tbody {
      display: block;
      width: 100%; }
      .p-ratingForm table.radio_point tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .p-ratingForm .input_block .comment_area textarea,
  .p-ratingForm .input_block .input_area textarea {
    width: 100%;
    min-height: 9em; }
  .p-ratingForm .p-hintText {
    max-width: 100%; }
  .list_recoList {
    border: 2.66667vw solid #FFD88B;
    padding: 9.33333vw 2.66667vw 0;
    margin-bottom: 4vw; }
    .list_recoList.-bg-pink {
      background: #fff; }
    .list_recoList .item-recoList {
      padding: 2.66667vw;
      border-bottom: 2px solid #fdefef; }
      .list_recoList .item-recoList ~ .list_recoList .item-recoList {
        padding: 0 2.66667vw 2.66667vw; }
      .list_recoList .item-recoList:last-child {
        border-bottom: none; }
      .list_recoList .item-recoList:first-child .item-recoList_checkLabel {
        padding-top: 106px !important; }
    .list_recoList.-bg-suumo {
      border: 2.66667vw solid #E3EE82;
      background: #fff; }
      .list_recoList.-bg-suumo .item-recoList {
        border-bottom: 2px solid #E3EE82; }
    .list_recoList .item-recoList_checkLabel {
      padding: 0 !important; }
      .list_recoList .item-recoList_checkLabel::after {
        top: 10px !important; }
      .list_recoList .item-recoList_checkLabel > p {
        padding-left: 24px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 0; }
    .list_recoList .p-regist_recomTable .p-basic_table-body tr {
      margin-bottom: 0;
      border: none; }
      .list_recoList .p-regist_recomTable .p-basic_table-body tr.-showPC {
        display: none; }
      .list_recoList .p-regist_recomTable .p-basic_table-body tr.-showTab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .list_recoList .p-regist_recomTable .p-basic_table-body tr > *::before {
        content: none; }
    .list_recoList .p-regist_recomTable tbody tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 8px 0; }
      .list_recoList .p-regist_recomTable tbody tr > td {
        border: none; }
        .list_recoList .p-regist_recomTable tbody tr > td:first-child {
          display: block;
          width: 40%; }
          .list_recoList .p-regist_recomTable tbody tr > td:first-child > * {
            display: block;
            width: 100%;
            text-align: left; }
          .list_recoList .p-regist_recomTable tbody tr > td:first-child .decimal {
            margin-top: 5px; }
        .list_recoList .p-regist_recomTable tbody tr > td:last-child {
          width: 60%;
          line-height: 1.8;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          text-align: left; } }

@media only screen and (max-width: 600px) {
  .p-myPointExList .p-exItem {
    width: 48%;
    padding: 30px 15px 15px;
    margin-right: 2%; }
    .p-myPointExList .p-exItem:nth-child(3n) {
      margin-right: 2%; }
    .p-myPointExList .p-exItem:nth-child(2n) {
      margin-right: 0; }
    .p-myPointExList .p-exItem .p-pts {
      font-size: 1.6rem; }
    .p-myPointExList .p-exItem .p_label {
      font-size: 12px;
      font-size: 3.2vw; }
    .p-myPointExList .p-exItem--long {
      width: 100%;
      display: block;
      margin-right: 0; }
      .p-myPointExList .p-exItem--long .p-bankList {
        padding-top: 20px;
        padding-left: 0; }
        .p-myPointExList .p-exItem--long .p-bankList li {
          padding-top: 1em;
          padding-right: 0; } }

@media screen and (max-width: 568px) {
  .p-serviceNenga--lp .panel {
    max-width: 560px; }
  .p-serviceNenga--lp button {
    width: 80%; }
  .p-serviceNenga--lp h3 img {
    width: 70%; }
  .p-serviceNenga--lp .fuwa span {
    font-size: 20px;
    padding: 1em; }
  .p-serviceNenga--lp .one-box {
    padding: 0 20px; }
  .p-serviceNenga--lp .fuwa span {
    width: 80%; }
  .p-serviceNenga--lp .two-box {
    display: block; }
  .p-serviceNenga--lp .one-box {
    width: 100%; }
  .p-serviceNenga--lp .heart {
    display: block;
    width: 100%; }
  .p-serviceNenga--lp .sp {
    border-bottom: 1px dashed #ab2723;
    margin: 50px 0;
    padding-bottom: 40px; }
  .p-serviceNenga--lp .middle {
    border: none;
    margin: 0;
    padding-bottom: 0; }
  .p-serviceNenga--lp .one-box p {
    font-size: 18px; } }

@media only screen and (max-width: 480px) {
  .p-footerSearch.-lg {
    display: none; }
  .p-footerSearch.-sm {
    display: block;
    margin-top: 8vw;
    margin-left: 0px; }
  .p-footerSearch__ttl {
    margin: 0;
    border-bottom: 2px solid #fff;
    text-align: center;
    color: #444;
    font-size: 1.2rem; }
  .p-footerSearch__list .p-prefLink {
    display: block; }
    .p-footerSearch__list .p-prefLink .pref-ttl {
      position: relative;
      text-align: left;
      border-bottom:2px solid #fff ;
      padding: .5em 2em .5em 1em;
      width: 100%;}
      .p-footerSearch__list .p-prefLink .pref-ttl .p_label {
        font-weight: normal;
        margin-left: 1rem;
        margin-bottom: 0;
        white-space: nowrap; }
      .p-footerSearch__list .p-prefLink .pref-item > *:first-child::before{
        content: none;  }
  .p-footerSearch__list .p-prefLink .pref-item p:nth-child(even){
    border-right: none;  }
      .p-footerSearch__list .p-prefLink .pref-ttl:after {
        display: block;
        content: "\e908";
        color: #444;
        font-family: 'ssicon' !important;
        font-size: 1.5rem;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 50%;
        right: 1.5rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .p-footerSearch__list .p-prefLink .pref-ttl.is-active:after {
        font-size: 3rem;
        margin-right: -0.7rem;
        content: '\e900'; }
    .p-footerSearch__list .p-prefLink .pref-item {
      background: #fff;
      display: none;
      border-top: none;
      margin-bottom: 0; }
      .p-footerSearch__list .p-prefLink .pref-item .p-prefLink-item {
        font-size: 1.3rem;
        display: inline-block;
        width: 50%;
        float: left;
        margin-bottom: 0;
        padding: 0;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff; }
        .p-footerSearch__list .p-prefLink .pref-item .p-prefLink-item:nth-child(2n) {
          margin-right: 0; }
        .p-footerSearch__list .p-prefLink .pref-item .p-prefLink-item::after {
          content: none; }
        .p-footerSearch__list .p-prefLink .pref-item .p-prefLink-item > * {
          display: inline-block;
          height: 100%;
          width: 100%;
          text-decoration: none;
          background: #F4F4F4;
          padding: 0.5em 0.5em; }
    .p-parts-cover {
      padding: 4vw;
      margin-top: 6.66667vw; }
        .p-parts-searchbox__heading i {
          font-size: 38px;
          font-size: 10.13333vw; }
          #sidebar .p-parts-searchbox__heading i,
          .l-column2__side .p-parts-searchbox__heading i {
            font-size: 38px;
            font-size: 10.13333vw; }
      .p-parts-searchbox__catch {
        font-size: 16px;
        font-size: 4.26667vw;
        line-height: 1.5; }
        .p-parts-searchbox__catch .p-strong {
          font-size: 20px;
          font-size: 5.33333vw; }
          #sidebar .p-parts-searchbox__catch .p-strong,
          .l-column2__side .p-parts-searchbox__catch .p-strong {
            font-size: 20px;
            font-size: 5.33333vw; }
      .p-parts-searchbox__form {
        height: auto;
        display: block;
        border-radius: 0;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .p-parts-searchbox__prefc {
        border-radius: 6px 6px 0 0;
        border-right: none;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
        padding-left: 7em;
        position: relative;
        border-bottom: 1px solid #c1c1c1; }
        .p-parts-searchbox__prefc::after {
          content: "都道府県";
          position: absolute;
          top: 50%;
          left: 1em;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          color: #00afc0;
          font-weight: bold; }
        .p-parts-searchbox__prefc::before {
          content: "×";
          display: block;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          bottom: -0.9em;
          font-size: 18px;
          font-weight: bold;
          color: #00afc0;
          z-index: 1; }
        .p-parts-searchbox__prefc .p-select-label {
          padding: 1em 0 1em 1.5em; }
      .p-parts-searchbox__keyword {
        padding-left: 7em;
        position: relative;
        border-radius: 0 0 6px 6px;
        border-right: none;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }
        .p-parts-searchbox__keyword::after {
          content: "フリーワード";
          position: absolute;
          top: 50%;
          left: 1em;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          color: #00afc0;
          font-weight: bold; }
        .p-parts-searchbox__keyword .p-input-key {
          padding: 1em 1.5em; }
      .p-parts-searchbox__btn {
        margin-top: 15px;
        height: 40px;
        width: 100%;
        min-width: 100%;
        color: #fff;
        background: #00afc0 url(../image/sp/txt_visual_search-btn.png) center no-repeat;
        background-size: 50px auto;
        border-radius: 6px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }
    .p-parts-searchCard {
      display: block; }
      .p-parts-searchCard__item {
        padding: 4vw;
        width: 100%;
        margin-right: 0;
        margin-top: 1.33333vw; }
      .p-parts-searchCard__header {
        font-size: 12px;
        font-size: 3.2vw;
        width: 24vw; }
        .p-parts-searchCard__header .p-cardNum {
          padding-right: 5.33333vw; }
        .p-parts-searchCard__header .p-cardTitle {
          padding-right: 5.33333vw; }
    .p-parts-searchCard__body {
      font-size: 11px;
      font-size: 2.93333vw; }
      .p-categoriesLabel__item a {
        font-size: 12px;
        font-size: 3.2vw; }
  .p-categoriesLabel__item a {
    font-size: 12px;
    font-size: 3.2vw; }
  .p-categoriesAll {
    margin-top: 10.66667vw;
    margin-bottom: 0;
    padding: 20px 10px; }
  .p-categoriesAll__item {
    display: block;
    width: 100%;
    margin-right: 0; }
  .p-categoriesAll__item:nth-child(3n) {
    margin-right: 0; }
  .p-categoriesAll__item:nth-child(2n) {
    margin-right: 0; }
  #sidebar .p-categoriesAll__item,
  .l-column2__side .p-categoriesAll__item {
    display: block;
    width: 100%;
    margin-right: 0; }
  #sidebar .p-categoriesAll__item:nth-child(3n),
  .l-column2__side .p-categoriesAll__item:nth-child(3n) {
    margin-right: 0; }
  #sidebar .p-categoriesAll__item:nth-child(2n),
  .l-column2__side .p-categoriesAll__item:nth-child(2n) {
    margin-right: 0; }
  .p-categoriesRelated {
    margin-top: 10.66667vw;
    margin-bottom: 0; }
  .p-categoriesRelated__title {
    font-size: 16px;
    font-size: 4.26667vw; }
  .p-categoriesRelated__title-sub {
    font-size: 14px;
    font-size: 3.73333vw; }
  .p-categoriesRelated__list {
    display: block; }
  .p-categoriesRelated__item {
    display: block;
    width: 100%;
    margin-right: 0; }
  .p-categoriesRelated__item:nth-child(3n) {
    margin-right: 0; }
  .p-categoriesRelated__item:nth-child(2n) {
    margin-right: 0; }
  .p-categoriesRelated__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .p-categoriesRelated__image {
    width: 70%; }
  .p-categoriesRelated__text {
    width: 100%; }
  .p-categoriesRelated__theme {
    padding: 0 0 10px 15px; }
    .p-contentsSearch {
      padding: 20px 10px; }
  .p-spMenu-user,
  .p-spMenu-common {
    font-weight: 400;
    font-size: 14px; }
    
  .p-footerSearch.p-sitemapSearch {
    margin: 5vw 0; }
  .regist .u-small--xs {
    font-size: 9px;
    font-size: 2.4vw; }
  .p-regist-dispSp {
    display: block; }
  .p-regist__merit > * {
    width: 100%;
    margin-right: 0;
    margin-top: 1.33333vw; }
  .p-regist__merit .merit-ttl {
    font-size: 14px;
    font-size: 3.73333vw;
    width: 100%; }
    .p-regist__merit .merit-ttl .p-small {
      font-size: 11px;
      font-size: 2.93333vw; }
  .p-regist__merit .merit-figure {
    width: 16vw; }
    .p-regist__merit .merit-figure img {
      width: 13.33333vw; }
  .p-userCount {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .p-userCount > * {
      width: 100%; }
    .p-userCount__data {
      margin-top: 10px;
      padding: 10px 30px;
      font-size: 15px;
      font-size: 4vw;
      text-align: center;
      margin-left: 0; }
      .p-userCount__data .decimal {
        font-size: 18px;
        font-size: 4.8vw; }
  .sns-login-list {
    display: none; }
  .sns-login-list.-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sns-login-list.-sp > * {
      width: 32%;
      margin-right: 2%; }
      .sns-login-list.-sp > *:nth-child(3n) {
        margin-right: 0; }
    .sns-login-list.-sp .id_link_btn img {
      width: 13.33333vw; }
    .sns-login-list.-sp .btn-sns-yahoo a {
      background: #fff; }
    .sns-login-list.-sp .btn-sns-facebook a {
      background: #fff; }
    .sns-login-list.-sp .btn-sns-google a {
      background: #fff; }
  .p-regist_reqest2merit .merit-ttl {
    margin-top: 0;
    margin-bottom: 0.3em; }
    .p-regist_reqest2merit .merit-ttl .p_label {
      margin-bottom: 0.25em; }
  .p-ribbon_registReco,
  .p-ribbon_registRecoSuumo {
    top: 1.86667vw; }
    .p-ribbon_registReco span,
    .p-ribbon_registRecoSuumo span {
      font-size: 20px;
      font-size: 5.33333vw;
      height: 8vw;
      line-height: 8vw; }
      .p-ribbon_registReco span:after,
      .p-ribbon_registRecoSuumo span:after {
        border-width: 4vw 10px 4vw 0px; }
  .item-recoList .p-regist_recomTable .p-basic_table-body tr td {
    font-size: 12px;
    font-size: 3.2vw; }
    
  .u-btn_share_twitter,.u-btn_share_instagram{display: none;}
  .p-footer-sns_wrapper{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .u-btn_share_twitter.-sp,.u-btn_share_instagram.-sp{
    display: block;
    text-align: right;
  }
  .u-btn_share_twitter.-sp a,.u-btn_share_instagram.-sp a{
    display: block;
    line-height: 1;
    font-size: 3.5rem;
    color: #ABABAB;
    margin-right: 1rem;
    margin-top: 2rem;
  }
  
  .u-topReturn_btn a {
      bottom: 65px;
  }
}

@media only screen and (max-width: 425px) {
  .p-logo__img > a{
    width:150px;
    padding:32px 0 0;}
  .u-dispXs {
    display: block; }
  .u-dispXs--inline {
    display: inline-block; }
  .c-input--XsFull {
    width: 100% !important; }
  .u-dispNoneXs,
  .u-dispNoneXs--inline {
    display: none; }
  .c-grid__flex.-dispBlock--xs,
  .c-grid__flex-center.-dispBlock--xs,
  .c-grid__flex-end.-dispBlock--xs,
  .c-grid__flex-around.-dispBlock--xs,
  .c-grid__flex-between.-dispBlock--xs {
    display: block; }
    .c-grid__flex.-dispBlock--xs > *,
    .c-grid__flex-center.-dispBlock--xs > *,
    .c-grid__flex-end.-dispBlock--xs > *,
    .c-grid__flex-around.-dispBlock--xs > *,
    .c-grid__flex-between.-dispBlock--xs > * {
      margin-bottom: 1em; }
      .c-grid__flex.-dispBlock--xs > *:last-child,
      .c-grid__flex-center.-dispBlock--xs > *:last-child,
      .c-grid__flex-end.-dispBlock--xs > *:last-child,
      .c-grid__flex-around.-dispBlock--xs > *:last-child,
      .c-grid__flex-between.-dispBlock--xs > *:last-child {
        margin-bottom: 0; }
  .p-headingH1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #e2f0ec; }
    .p-headingH1__tag {
      font-size: 1.0rem;
      font-weight: normal;
      margin: 5px;
      padding: 0;
      color: #00afc0; }
  .c-crumb_inner .c-crumb_list .c-crumb_item {
    font-size: 1.0rem; }
  .p-myFlow .p-item {
    width: 100%;
    margin-right: 0; }
    .p-myFlow .p-item:last-child {
      width: 100%;
      padding-right: 0%; }
    .p-myFlow .p-item .p-itemArrow {
      background: #e2f0ec;
      padding-right: 14px; }
      .p-myFlow .p-item .p-itemArrow .p_label {
        left: 4%;
        font-size: 12px;
        font-size: 3.2vw; }
    .p-myFlow .p-item__ttl {
      font-size: 14px;
      font-size: 3.73333vw;
      text-align: center;
      border-bottom: 1px dotted #00afc0; }
  .p-myPointExList .p-exItem .p-name {
    font-size: 12px;
    font-size: 3.2vw; }
  .p-myFlow-list {
    padding: 2.66667vw; }
    .p-myFlow-list::after {
      right: 50%;
      bottom: -40px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      border-width: 20px 20px; }
    .p-myFlow-list .p-item__ttl {
      font-size: 16px;
      font-size: 4.26667vw; }
    .p-myFlow-list .p-item__compMark {
      position: relative;
      right: 0;
      float: right;
      top: 0; }
      .p-myFlow-list .p-item__compMark.-absolute {
        position: absolute;
        top: 4px; }
    .p-myFlow-list .p-item__flex {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .p-myFlow-list .p-item__flex .p-itemFig {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        padding-right: 0; }
      .p-myFlow-list .p-item__flex .p-itemTxt {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        font-size: 14px;
        font-size: 3.73333vw; }
  .p-reportPR {
    padding: 2.66667vw; }
    .p-reportPR__point > li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.33333vw; }
      .p-reportPR__point > li:last-child {
        margin-bottom: 0; }
  .p-reportBukken__picture {
    width: 43%; }
  .p-reportBukken__name {
    width: 57%; }
    .p-reportBukken__name .p-ttl {
      font-size: 14px;
      font-size: 3.73333vw; }
  .p-bottom {
    padding-top: 30px; }
    .p-bottom__description {
      font-size: 11px;
      font-size: 2.93333vw; }
    .p-bottom__empha {
      font-size: 11px;
      font-size: 2.93333vw; }
  .p-mq_table7 {
    width: 700px; }
  .p-mq_table6 {
    width: 600px; }
  .u-strong-l {
    font-size: 1.27em; }
  .u-strong-m {
    font-size: 1.18em; }
  .u-large-m {
    font-size: 1.18em; }
  .u-btn-b > a,
  .u-btn-c > a,
  .u-btn-d > a,
  .u-btn-disable span {
    font-size: 0.9375em; }
  .u-btn-b.-large a,
  .u-btn-c.-large a,
  .u-btn-d.-large a,
  .u-btn-disable span.-large a {
    font-size: 1.5rem; }
  .u-btn-b.-small a,
  .u-btn-c.-small a,
  .u-btn-d.-small a,
  .u-btn-disable span.-small a {
    font-size: 1.2rem; }
  .p-footer .p-footerLinkCover {
    display: none; }
    .p-footer .p-footerLinkCover--sp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .u-main {
    width: 100%;
    padding: 4% 6%; }
  .p-logo {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
    margin-right: 0; }
  .c-heading_inner {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%; }
  .p-section__ttl {
    font-size: 1.6rem;
    border-left: 4px solid #00afc0; }
  .p-btn-parallel.p-spFlexWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .p-btn-parallel.p-spFlexWrap > * {
      margin: 5px; }
  .p-form_steps {
    display: none; }
  .p-multisteps--sp {
    margin: 0 0 5.32%;
    padding: 0;
    counter-reset: step;
    z-index: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .p-multisteps--sp li {
      list-style-type: none;
      width: 100%;
      font-size: 1.1rem;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      color: #aaa; }
      .p-multisteps--sp li:before {
        width: 30px;
        height: 30px;
        content: counter(step);
        counter-increment: step;
        line-height: 30px;
        display: block;
        text-align: center;
        margin: 0 auto 10px auto;
        border-radius: 50%;
        background-color: #eee; }
      .p-multisteps--sp li:after {
        width: 100%;
        height: 2px;
        content: '';
        position: absolute;
        background-color: #eee;
        top: 15px;
        left: -50%;
        z-index: -1; }
      .p-multisteps--sp li:first-child:after {
        content: none; }
      .p-multisteps--sp li .item-step {
        padding-right: 0.5em; }
        .p-multisteps--sp li .item-step:last-child {
          padding-right: 0; }
      .p-multisteps--sp li.is-current {
        color: #00afc0; }
        .p-multisteps--sp li.is-current:before {
          background-color: #00afc0;
          color: #fff; }
        .p-multisteps--sp li.is-current + li:after {
          background-color: #00afc0; }
  .registration-mail-area,
  .member-mail-area {
    display: block;
    width: 100%; }
    .registration-mail-area h2,
    .member-mail-area h2 {
      font-weight: 700;
      margin-bottom: 1em;
      font-size: 1.5rem;
      color: #00afc0; }
  .registration-mail,
  .member-mail {
    width: 100%;
    display: block;
    margin-bottom: 14%;
    padding-right: 0;
    border: none; }
  .registration-sns,
  .member-sns {
    width: 100%;
    display: block;
    margin-bottom: 14%;
    padding-left: 0; }
  .p-regist_reqeList > * {
    min-width: 50%; }
  .p-regist_reqeList--zenkoku > * {
    min-width: 50%; }
  .p-regist_reqestArrow {
    font-size: 14px;
    font-size: 3.73333vw; }
  .p-regist_reqestLead {
    font-size: 15px;
    font-size: 4vw; }
  .p-regist_reqest2merit {
    display: block; }
    .p-regist_reqest2merit > * {
      width: 100% !important;
      margin-bottom: 30px; }
    .p-regist_reqest2merit .merit-ttl {
      font-size: 1.4rem; }
  .p-guidefaq .p-guideHeader {
    padding: 15px 0; }
    .p-guidefaq .p-guideHeader nav {
      position: relative;
      width: 100%;
      right: 0;
      top: auto;
      margin-top: 5%; }
  .p-guidefaq .p-guideBody .listPages > * {
    width: 100%; }
  .p-guidefaq--faqIndex .p-listPickup > * {
    width: 100%;
    margin-right: 0; }
  .p-guidefaq--faqIndex .p-listCtg > * {
    width: 49%;
    margin-right: 2%; }
    .p-guidefaq--faqIndex .p-listCtg > *:nth-child(3n) {
      margin-right: 2%; }
    .p-guidefaq--faqIndex .p-listCtg > *:nth-child(2n) {
      margin-right: 0; }
  .p-guidefaq--faqDetail .p-themeTtl, .p-guidefaq--manualDetail .p-themeTtl {
    font-size: 18px;
    font-size: 4.5vw; }
  .p-guidefaq .p-step {
    margin-bottom: 0; }
    .p-guidefaq .p-step .p-step-ttl {
      float: none; }
    .p-guidefaq .p-step .p-step-content {
      margin: 10px 0px 20px 0; }
  .p-priceLoan .p-priceLoanHead {
    background: none;
    padding: 0;
    height: auto;
    text-align: center; }
  .p-priceLoan .lc_wrap h2 {
    font-size: 1.8rem; }
  .p-priceLoan .lc_step1_input .table_block {
    display: block;
    margin: 0 auto 15px;
    border-spacing: 0; }
    .p-priceLoan .lc_step1_input .table_block .row {
      display: inline; }
    .p-priceLoan .lc_step1_input .table_block .col {
      display: block;
      vertical-align: middle;
      padding: 14px 18px 2px;
      background: #fff;
      border: none; }
      .p-priceLoan .lc_step1_input .table_block .col i {
        font-size: 20px;
        display: block;
        color: #dfdbd8; }
    .p-priceLoan .lc_step1_input .table_block .row:nth-child(1) .col {
      padding: 14px 18px 2px;
      border-bottom: 0; }
    .p-priceLoan .lc_step1_input .table_block .row:nth-child(2) .col {
      padding: 6px 18px 14px;
      border-top: 0; }
  .p-priceLoan .rbn_title {
    background: #00afc0;
    padding: .6em .4em .4em;
    height: 65px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px; }
    .p-priceLoan .rbn_title h2 {
      font-size: 1.6rem;
      margin-bottom: .3rem;
      margin-top: 0; }
    .p-priceLoan .rbn_title > p.arrow_down_large {
      width: 0px;
      border-color: #00afc0;
      border-style: solid;
      border-width: 25px;
      border-left-color: transparent;
      border-bottom-color: transparent;
      border-right-color: transparent;
      margin: 0 auto;
      padding: 0 auto; }
  .p-priceLoan #lc_result .col_title {
    font-weight: 700;
    color: #666; }
  .p-priceLoan #lc_result span span {
    font-size: 2em;
    font-weight: 700; }
  .p-priceLoan #lc_result .table_block {
    width: 90%;
    margin: 0px 5% .3em;
    margin-top: 1rem;
    font-size: 1.4rem; }
    .p-priceLoan #lc_result .table_block span.req span {
      color: #ea5854; }
    .p-priceLoan #lc_result .table_block .col {
      border: 0;
      padding: 12px;
      border-bottom: 1px solid #dfdbd8; }
    .p-priceLoan #lc_result .table_block .row:last-child .col span {
      font-weight: 700; }
    .p-priceLoan #lc_result .table_block .row:first-child .col {
      background: #00a3b6;
      color: #fff; }
    .p-priceLoan #lc_result .table_block .row:nth-child(n+2) .col {
      border-left: 2px solid #00a3b6;
      border-right: 2px solid #00a3b6; }
    .p-priceLoan #lc_result .table_block .row:last-child .col {
      border-bottom: 2px solid #00a3b6; }
  .p-priceLoan .num_of_Pables h2 {
    font-size: 1.6rem; }
    .p-priceLoan .num_of_Pables h2 span {
      font-size: 26px; }
  .p-priceLoan .p-dispTab {
    display: none !important; }
  .p-priceLoan .p-dispSp {
    display: block !important; }
  .p-myAccount_list {
    margin-bottom: 6.65%; }
  .p-myAccount_item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 5.32%;
    padding-right: 0; }
    .p-myAccount_item:nth-child(even) {
      padding-left: 0; }
    .p-myAccount_item:nth-child(3n) {
      margin-right: 4%; }
    .p-myAccount_item:nth-child(2n) {
      margin-right: 0; }
    .p-myAccount_item .item__link {
      font-size: 1.6rem;
      font-size: 0.9375em; }
    .p-myAccount_item .item__txt {
      font-size: 1.3rem;
      padding: 10px 0; }
  .p-myAccount_action {
    margin-bottom: 3.99%; }
  .p-news__list {
    display: block;
    width: 100%; }
    .p-news__list .p-news__item-date {
      width: 100%;
      padding: 10px 0 10px 12%; }
    .p-news__list .p-news__item-ttl {
      padding: 0 0 10px 0; }
  .p-myPoint_passbook .p-passbook-entryBtn {
    width: 100%; }
  .p-myPoint_passbook .p-basic_table-body th,
  .p-myPoint_passbook .p-basic_table-body td {
    font-size: 1.2rem; }
  .p-myPriceList_index {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .p-myPriceList_index > li {
      border: none;
      border-bottom: 1px dotted #7f7f7f;
      border-left: 1px dotted #7f7f7f;
      width: 50%; }
      .p-myPriceList_index > li:nth-child(2n) {
        border-right: 1px dotted #7f7f7f; }
      .p-myPriceList_index > li:nth-child(-n+2) {
        border-top: 1px dotted #7f7f7f; }
      .p-myPriceList_index > li a {
        font-size: 1.2rem;
        padding: 1em 0.25em; }
  .p-myRecommend .slide-recom {
    width: auto;
    padding-bottom: 11%;
    margin-bottom: 8%; }
    .p-myRecommend .slide-recom .p-recom__list {
      display: block; }
      .p-myRecommend .slide-recom .p-recom__list .p-recom__item {
        width: 100%;
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .p-myRecommend .slide-recom .p-recom__list .p-recom__item > * {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          max-width: 50%; }
        .p-myRecommend .slide-recom .p-recom__list .p-recom__item .caption-img {
          padding-bottom: 4%; }
        .p-myRecommend .slide-recom .p-recom__list .p-recom__item .caption-note {
          padding: 0 0 4% 3%;
          font-size: 1.2rem; }
  .p-myModel .p-MR-list .p-btn-parallel > * {
    width: 100%; }
  .p-ranking__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .p-ranking__item .rank-num {
      width: 20%;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .p-ranking__item .rank-name {
      width: 80%;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .p-ranking__item .rank-price {
      width: 100%;
      text-align: left;
      padding-left: 20%; }
      .p-ranking__item .rank-price span {
        font-size: 1.8rem; }
  .p-labo__list {
    display: block; }
    .p-labo__list > * {
      width: 100%;
      margin-bottom: 20px; }
      .p-labo__list > *:nth-child(even) {
        padding-left: 0; }
  .p-labo__item .item-fig > figure {
    max-width: 110px; }
  .p-labo__item .item-date {
    margin-bottom: 2.66%; }
    .p-labo__item .item-date .p_label {
      margin-right: 1em; }
    .p-labo__item .item-date .item-update {
      display: inline-block;
      float: right;
      font-size: 1.1rem; }
  .p-labo__item .item-caption {
    font-size: 1.2rem; }
  .p-serviceNenga .p-ttl-yen {
    font-size: 16px; }
  .p-serviceNenga .p-text_area {
    padding: 15px; }
  .p-serviceNenga .p-ttl-sub.step1, .p-serviceNenga .p-ttl-sub.step2, .p-serviceNenga .p-ttl-sub.step3, .p-serviceNenga .p-ttl-sub.step4, .p-serviceNenga .p-ttl-sub.step5, .p-serviceNenga .p-ttl-sub.step6 {
    background-size: 25px;
    font-size: 16px;
    padding: 8px 0px 8px 38px; }
  .ttl_size-small .ttl-large {
    font-size: 1.8rem; }
  .p-pointMvp-best5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4px; }
    .p-pointMvp-best5 > * {
      font-size: 1.4rem;
      width: 32%;
      margin-left: 2%;
      margin-right: 0;
      margin-bottom: 4px; }
      .p-pointMvp-best5 > *:first-child {
        margin-left: 0; }
  .p-pointMvp .p-tableList > * {
    display: block; }
    .p-pointMvp .p-tableList > * > * {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100% !important;
      text-align: right;
      padding: 0.75em 1em 0.75em 0.5em;
      word-break: break-all; }
      .p-pointMvp .p-tableList > * > *:first-child {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .p-pointMvp .p-tableList > * > *::before {
        content: attr(aria-label);
        display: inline-block;
        font-weight: bold;
        float: left;
        text-align: left;
        padding-left: 1em;
        white-space: nowrap; }
  .p-pointMvp .p-tableList__thead {
    display: none; }
  .p-pointMvp .p-tableList__tbody > *:first-child {
    background: #c1c1c1; }
  .p-resvPriceList .reserved-cov {
    display: block; }
    .p-resvPriceList .reserved-cov .reserved {
      width: 100%;
      margin-right: 0; }
      .p-resvPriceList .reserved-cov .reserved:last-child {
        margin-top: 10px; }
  #pl_help .p-colorBox.w50p {
    width: 100% !important; }
  .p-gojitakuSatei .satei_result {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .p-gojitakuSatei .p-promoBlock .p-logo-promo {
    width: 100%; }
  .p-gojitakuSatei .p-promoBlock ul.p-promoResult .rank {
    width: 10%; }
  .p-ratingList-action {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .p-ratingList-action > * {
      width: 48%;
      margin-top: 15px;
      margin-left: 1%;
      margin-right: 1%; }
  .p-ratingList .p-rating_table {
    font-size: 1.3rem; }
    .p-ratingList .p-rating_table .w1 {
      width: 25%; }
    .p-ratingList .p-rating_table .w2 {
      width: 15%; }
    .p-ratingList .p-rating_table .w3 {
      width: auto; }
    .p-ratingList .p-rating_table th.r {
      white-space: normal !important; }
  .p-gNavi_item_main .p-newIcon {
    width: 15px;
    height: 15px; }
    .p-gNavi_item_main .p-newIcon .p-letter {
      font-size: 12px;
      font-size: 1.2rem; }
  .p-mypageNavi_item .p-newIcon {
    width: 15px;
    height: 15px; }
    .p-mypageNavi_item .p-newIcon .p-letter {
      font-size: 12px;
      font-size: 3.2vw;
      font-weight: normal; } }

  .p-footer .p-footerLinkCover--sp .p-footerList .p-listItem--ttl a {
    font-size: 1.2rem; }

@media only screen and (max-width: 374px) {
  .p-footerSearch__list .p-prefLink .pref-item .p-prefLink-item {
    width: 30%; } }
.fl{
  float: left;
}
.fr{
  float: right;
}