@charset 'UTF-8';
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ 
      -ms-text-size-adjust: 100%; /* 2 */
}

/** Remove the margin in all browsers (opinionated). */
body {
  margin: 0;
}

/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */ display: block;
}

/** Add the correct display in IE 9-. */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template,
[hidden] {
  display: none;
}

/* Links ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline dotted; /* 2 */ 
  text-decoration: underline; /* 2 */
}

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {
  font-weight: inherit;
}

/** Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
  font-weight: bolder;
}

/** Add the correct font style in Android 4.3-. */
dfn {
  font-style: italic;
}

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/** Add the correct background and color in IE 9-. */
mark {
  background-color: #ff0;
  color: #000;
}

/** Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10-. */
img {
  border-style: none;
}

/** Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/** Add the correct margin in IE 8. */
figure {
  margin: 1em 40px;
}

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms ========================================================================== */
/** 1. Change font properties to `inherit` in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/** Restore the font weight unset by the previous rule. */
optgroup {
  font-weight: bold;
}

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button,
input {
  /* 1 */ overflow: visible;
}

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button,
select {
  /* 1 */ text-transform: none;
}

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 2 */
}

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/** Remove the default vertical scrollbar in IE. */
textarea {
  overflow: auto;
}

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/** Remove the inner padding and cancel buttons in Chrome and Safari on OS X. */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/** Correct the text style of placeholders in Chrome, Edge, and Safari. */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0; 
  vertical-align: top;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #555;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
  font-size: 14px;
  height: 100%;
  line-height: 1;
  position: relative; 
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  line-height: 1.5; 
  margin: 0;
}

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

img {
  height: auto; 
  max-width: 100%;
  width: auto;
}

ul,
ol {
  list-style: none; 
  padding: 0;
}

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

hr {
  border-color: #c3eff8;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 30px 0;
}

figure {
  margin: 0;
}

::-moz-selection {
  background: #09baf4; 
  color: white;
}

::selection {
  background: #09baf4; 
  color: white;
}

::-moz-selection {
  background: #09baf4; 
  color: white;
}

.l-breadcrumb-wrapper {
  background: #f3fdff; 
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}

.l-breadcrumb {
  background: url('../images/icon_home.png') no-repeat 10px 12px; 
  font-size: 0;
  padding: 15px;
}

.l-breadcrumb-item {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.1; 
  max-width: 300px;
  overflow: hidden;
  padding-left: 24px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.l-breadcrumb-item:not(:first-of-type) {
  margin-left: 20px;
}
.l-breadcrumb-item:not(:first-of-type)::before {
  border-color: transparent transparent transparent #09baf4;
  border-style: solid;
  border-width: 5px 8px;
  content: '';
  display: block;
  height: 10px;
  left: 0; 
  position: absolute;
  top: 2px;
  width: 16px;
}
.l-breadcrumb-item:last-of-type {
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  .l-breadcrumb-wrapper {
    display: none;
  }
}
.l-contents-blue {
  background: #d6d6d6;
  min-height: 100%; 
  padding: 100px 40px 40px;
}

.l-contents-white {
  background: white;
  min-height: 100%; 
  padding: 60px 0;
}
.l-contents-white .l-contents-blue {
  min-height: 100%; 
  padding: 40px;
}

.l-footer-tel-wrapper {
  border: 5px solid #405713;
  border-radius: 20px;
  margin: 50px auto; 
  padding: 10px 0;
  text-align: center;
  width: 600px;
}
.l-footer-tel-wrapper p {
  font-size: 2.6rem;
}
.l-footer-tel-wrapper .l-footer-tel {
  color: #555;
  font-size: 4.0rem;
  font-weight: bold;
  margin: 10px 0 0;
}

.l-footer-tel-logo {
  border-bottom: 1px solid #405713;
  padding-bottom: 10px; 
  text-align: center;
}

.l-footer-nav {
  margin: 50px 0;
}
.l-footer-nav li {
  display: inline-block;
}
.l-footer-nav li a {
  font-size: 1.8rem;
  color:#686868;
}
.l-footer-nav li:not(:first-of-type) {
  margin-left: 10px;
}

.l-footer-copy {
  font-size: 1.8rem;
}

.l-header {
  background: white; 
  border-bottom: 5px solid #f0f0f0;
  height: 60px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 900;
}
.l-header a {
  color: white;
}

.l-header-close {
  background: #f0f0f0;
  font-size: 2.0rem;
  height: 55px;
  line-height: 55px;
  padding: 0 15px; 
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.l-header-close a {
  color: #555555;
	text-decoration: none;
}
.l-header-close i {
  font-size: 1.6rem; 
  line-height: 55px;
  margin-right: 5px;
}

.l-header-page-title {
  color: #1a672c;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold; 
  line-height: 55px;
}

.c-container {
  margin: 0 auto;
  position: relative; 
  width: 1000px;
}

.c-border-container {
  border: 2px solid #f0f0f0;
  border-radius: 8px; 
  margin: 15px;
  padding: 15px;
}

.c-container-footnav {
  margin: 15px 15px 60px;
  min-width: 1000px;
}

.c-blue-container {
  background: #eceaea;
  min-width: 1000px;
  padding: 50px 0;
}

.c-light-blue-container {
  background: #f1f1f1;
  min-width: 1000px;
  padding: 50px 0;
}

.c-light-gray-container {
  background: #ffffff;
  min-width: 1000px;
  padding: 50px 0;
}

.c-white-container {
  background: white;
  border-radius: 8px; 
  margin: 0 auto;
  max-width: 900px;
  padding: 40px;
}

.c-inline-container {
  letter-spacing: -0.4em;
}
.c-inline-container > * {
  display: inline-block;
  letter-spacing: normal;
}

.c-form-container ::-moz-selection {
  background: #eee; 
  color: #999;
}

.c-form-container ::selection {
  background: #eee; 
  color: #999;
}
.c-form-container ::-moz-selection {
  background: #eee; 
  color: #999;
}
.c-form-container input[type='text'],
.c-form-container input[type='email'],
.c-form-container input[type='tel'],
.c-form-container input[type='password'],
.c-form-container input[type='submit'],
.c-form-container button,
.c-form-container textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-form-container input[type='text'],
.c-form-container input[type='email'],
.c-form-container input[type='tel'],
.c-form-container input[type='password'],
.c-form-container textarea,
.c-form-container select {
  border: 2px solid #d4d4d4;
  display: block;
  line-height: 1.5;
  padding: 10px;
  width: 100%;
}
.c-form-container select {
  padding: 0 5px; 
  position: relative;
  z-index: 0;
}
.c-form-container input[type='submit'],
.c-form-container button {
  cursor: pointer;
}

.block-label {
  cursor: pointer; 
  display: block;
}

.c-check {
  display: inline-block;
  line-height: 20px;
  margin: 0 10px;
}
.c-check label {
  cursor: pointer;
  font-weight: normal;
  line-height: 20px;
  padding-left: 25px; 
  position: relative;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-check label::before {
  background: white;
  border: 2px solid #d4d4d4; 
  content: '';
  display: block;
  height: 20px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.c-check input[type='checkbox'] {
  display: none;
}
.c-check input[type='checkbox']:checked + label::after {
  border-bottom: 3px solid black; 
  border-left: 3px solid black;
  content: '';
  display: block;
  height: 8px;
  left: 2px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 16px;
}

.c-check-button label {
  background: #09baf4;
  color: white;
  cursor: pointer; 
  display: block;
  font-size: 14;
  font-weight: bold;
  line-height: 1;
  padding: 20px 20px 20px 60px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-check-button label::before {
  background: white; 
  content: '';
  display: block;
  height: 20px;
  left: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.c-check-button input[type='checkbox'] {
  display: none;
}
.c-check-button input[type='checkbox']:checked + label::after {
  border-bottom: 3px solid #09baf4; 
  border-left: 3px solid #09baf4;
  content: '';
  display: block;
  height: 8px;
  left: 22px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 16px;
}
.c-check-button.c-check-button-fb label {
  background: #38589c;
}
.c-check-button.c-check-button-fb input:checked[type='checkbox'] + label::after {
  border-bottom: 3px solid #38589c; 
  border-left: 3px solid #38589c;
}
.c-check-button.c-check-button-tw label {
  background: #1da1f2;
}
.c-check-button.c-check-button-tw input:checked[type='checkbox'] + label::after {
  border-bottom: 3px solid #1da1f2; 
  border-left: 3px solid #1da1f2;
}

.c-radio {
  display: inline-block;
  font-size: 0; 
  line-height: 20px;
}
.c-radio label {
  cursor: pointer;
  font-size: 1.4rem;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}
.c-radio input[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  border: 2px solid #d4d4d4;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin-right: 10px; 
  position: relative;
  vertical-align: middle;
  width: 20px;
}
.c-radio input[type='radio']:checked {
  border: 8px solid #09baf4;
}

.c-link-arrow {
  display: inline-block; 
  line-height: 16px;
  padding-left: 15px;
  position: relative;
}
.c-link-arrow::after {
  border-color: transparent transparent transparent #555;
  border-style: solid;
  border-width: 4px 6px;
  content: '';
  display: block;
  height: 8px;
  left: 1px;
  margin-top: -4px; 
  position: absolute;
  top: 0.5em;
  width: 12px;
}

.c-link-btn,
.c-link-btn-red,
.c-link-btn-fb,
.c-link-btn-line,
.c-link-btn-mail,
.p-top-submit-btn {
  background: #f3fdff;
  border-radius: 20px;
  color: white;
  display: block;
  text-align: center;
  text-decoration: none;
}

.c-link-btn-red {
  background: #1C783B;
  border-bottom: 5px solid #134F27; 
  font-size: 1.8rem;
  font-weight: bold;
  padding: 25px;
}

.c-link-btn-fb {
  background: url(../images/icon_fb.png) 20px center no-repeat #38589c;
  background-size: 30px;
  border-bottom: 5px solid #2b4478;
  font-size: 1.8rem;
  font-weight: bold; 
  padding: 25px 25px 25px 65px;
  text-align: left;
}

.c-link-btn-line {
  background: url(../images/icon_line.png) 20px center no-repeat #00c300;
  background-size: 30px;
  border-bottom: 5px solid #009400;
  font-size: 1.8rem;
  font-weight: bold; 
  padding: 25px 25px 25px 65px;
  text-align: left;
}

.c-link-btn-mail {
  background: url(../images/icon_mail.png) 20px center no-repeat #ff5978;
  background-size: 30px;
  border-bottom: 5px solid #c72c49;
  font-size: 1.8rem;
  font-weight: bold; 
  padding: 25px 25px 25px 65px;
  text-align: left;
}

.c-link-btn-arrow {
  border: 2px solid #f0f0f0;
  border-radius: 8px;
  color: #555;
  display: block;
  line-height: 1.5; 
  padding: 15px 30px 15px 15px;
  position: relative;
  text-decoration: none;
}
.c-link-btn-arrow::after {
  content: '\f105';
  display: block;
  font-family: 'fontAwesome';
  font-size: 21px;
  line-height: 21px;
  margin-top: -11px; 
  position: absolute;
  right: 10px;
  top: 50%;
}
.c-link-btn-arrow.c-link-btn-arrow {
  margin-top: 10px;
}

.c-list li:not(:first-of-type) {
  margin-top: 10px;
}

.c-table {
  width: 100%;
}
.c-table th,
.c-table td {
  line-height: 1.5; 
  padding: 20px;
}
.c-table th {
  background: #a1a1a1;
  color: white;
  text-align: center;
  vertical-align: middle;
  width: 120px;
}
.c-table tr:not(:last-of-type) {
  border-bottom: 1px solid white;
}
.c-table tr:nth-of-type(2n) td {
  background: #eee;
}

.c-table-link {
  background: #ff5978;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 5px;
  padding: 5px 10px; 
  text-decoration: none;
}

.c-title-l {
  border-bottom: 3px double #aaa;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.c-title-l:not(:first-of-type) {
  margin-top: 30px;
}

.c-title-m {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.c-title-m:not(:first-of-type) {
  margin-top: 30px;
}

.p-chat-header-wrapper {
  background: url(../images/head_bg.png) no-repeat center bottom;
  background-size: 100%; 
  color: white;
  min-width: 1200px;
  padding-bottom: 15px;
  position: fixed;
  width: 100%;
  z-index: 900;
}
.p-chat-header-wrapper a {
  color: white;
}

.p-chat-header {
  padding: 10px 10px 45px;
}

.p-chat-header-logo {
  float: left;
}

.p-chat-header-text {
  color: #f6ff00;
  float: left; 
  font-weight: bold;
  line-height: 30px;
  margin-left: 20px;
}

.p-chat-header-nav {
  float: right;
}
.p-chat-header-nav li {
  float: left;
  text-align: center;
}
.p-chat-header-nav a {
  display: block; 
  font-size: 1.5rem;
  text-decoration: none;
}
.p-chat-header-nav a i {
  display: inline-block;
  font-size: 2.6rem;
  margin-right: 10px;
}

.p-chat-header-nav-title {
  display: inline-block;
  line-height: 26px;
  color: #686868;
  font-weight: bold;
}

.p-chat-wrapper {
  display: table;
  height: 100%;
  left: 0; 
  min-width: 1200px;
  position: fixed;
  top: 0;
  width: 100%;
}

.p-chat-left,
.p-chat-center,
.p-chat-right {
  display: table-cell;
  height: 100%; 
  position: relative;
}

.p-chat-left {
  background: #ececec; 
  padding: 80px 10px 10px;
  width: 240px;
}

.p-chat-left-title {
  border-bottom: 1px solid #1a672c;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
  padding-bottom: 5px;
  position: relative;
}
.p-chat-left-title a {
  color: #1a672c;
  font-size: 10px;
  padding: 2px 4px;
  position: absolute;
  right: 0;
  text-decoration: none; 
  top: 0;
}
.p-chat-left-title:not(:first-of-type) {
  margin-top: 20px;
}

.p-chat-tel {
  color: #1a672c; 
  font-size: 1.6rem;
  font-weight: bold;
}

.p-chat-inq {
  display: table;
  margin-top: 10px;
}
.p-chat-inq i {
  color: #1a672c;
  display: table-cell; 
  font-size: 2.8rem;
  font-weight: bold;
  width: 28px;
}
.p-chat-inq .p-chat-inq-text {
  display: table-cell;
  font-size: 1.2rem; 
  padding-left: 10px;
}
.p-chat-inq .p-chat-inq-text h3 {
  color: #8f8f8f;
}
.p-chat-inq .p-chat-inq-text p {
  font-weight: bold;
}

.p-chat-about li {
  border-bottom: 1px solid #cfd3d4;
}
.p-chat-about a {
  color: #555; 
  display: block;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
}
.p-chat-about a::after {
  content: '\f105';
  display: block;
  font-family: 'fontAwesome';
  font-size: 21px;
  line-height: 21px;
  margin-top: -11px;
  position: absolute;
  right: 10px;
  top: 50%;
}

.p-chat-terms th {
  color: #8f8f8f;
  font-size: 1.2rem;
  padding-top: 5px; 
  text-align: left;
  width: 50px;
}
.p-chat-terms td {
  padding-top: 5px;
}

.p-chat-center {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 80px 0 0;
}

.p-chat-right {
  padding: 60px 0 0; 
  width: 450px;
}

.p-chat-center-inner {
  height: calc(100% - 100px);
  overflow-x: auto;
  overflow-y: auto; 
  padding: 10px;
}

.p-chat-list-head {
  background: white; 
  border-bottom: 1px solid #aaa;
  height: 60px;
  padding: 8px 10px;
}

.p-chat-list-wrapper {
  background: #f0f0f0; 
  height: calc(100% - 60px);
  overflow-x: auto;
  overflow-y: auto;
  padding: 10px;
}

.p-chat-sort-title {
  display: inline-block;
  font-weight: bold;
  line-height: 44px;
  margin-right: 10px;
  color:#1a672c;
}

.p-chat-list > li:not(:first-of-type) {
  margin-top: 10px;
}

.p-chat-list-date {
  font-size: 1.2rem;
  margin-top: 5px; 
  text-align: right;
}

.p-chat-sort-btn {
  background: white; 
  border: 2px solid #09baf4;
  border-radius: 8px;
  color: #09baf4;
  display: inline-block;
  height: 44px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  width: 160px;
}
.p-chat-sort-btn i {
  line-height: 40px;
}
.p-chat-sort-btn .fa-caret-down {
  margin-left: 5px;
}
.p-chat-sort-btn .fa-exchange {
  color: #ff5978; 
  margin-right: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-chat-sort-btn .fa-trophy {
  color: #f59600; 
  margin-right: 5px;
}
.p-chat-sort-btn + .p-chat-sort-btn {
  margin-left: 5px;
}

.p-chat-item-left,
.p-chat-item-right {
  display: table; 
  width: 100%;
}
.p-chat-item-left + div[class^='p-chat-item'],
.p-chat-item-right + div[class^='p-chat-item'] {
  margin-top: 20px;
}
.p-chat-item-left .p-list,
.p-chat-item-right .p-list {
  display: table;
}

.p-chat-item-left {
  padding-right: 30px;
}

.p-chat-item-right {
  padding-left: 30px;
}

.p-chat-photo {
  display: table-cell;
  vertical-align: top;
  width: 35px;
}
.p-chat-photo img {
  border-radius: 50%;
  height: 35px;
  overflow: hidden; 
  width: 35px;
}
.p-chat-photo + .p-chat-fukidashi {
  padding: 0 5px 0 20px;
}
.p-chat-photo + .p-chat-fukidashi::before {
  border-color: transparent #eee transparent transparent;
  border-style: solid;
  border-width: 5px 10px;
  content: '';
  display: block;
  height: 10px;
  left: 0; 
  position: absolute;
  top: 15px;
  width: 20px;
}

.p-chat-fukidashi {
  display: table-cell;
  position: relative;
}
.p-chat-fukidashi p {
  background: #eee; 
  border-radius: 8px;
  line-height: 1.5;
  padding: 10px;
}

.p-chat-info {
  color: #aaa; 
  display: table-cell;
  font-size: 1.0rem;
  text-align: center;
  vertical-align: bottom;
  width: 35px;
}
.p-chat-info + .p-chat-fukidashi {
  padding: 0 10px 0 5px;
}
.p-chat-info + .p-chat-fukidashi p {
  background: #8BCF81;
  color: white;
}
.p-chat-info + .p-chat-fukidashi::before {
  border-color: transparent transparent transparent #8BCF81;
  border-style: solid;
  border-width: 5px 10px;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  right: -10px; 
  top: 15px;
  width: 20px;
}

.p-chat-link {
  display: table-cell;
  padding-right: 5px;
}

.p-chat-form {
  background: #eee;
  bottom: 0;
  height: 100px; 
  left: 0;
  position: absolute;
  width: 100%;
}
.p-chat-form form {
  display: table;
  width: 100%;
}

.p-chat-input {
  display: table-cell;
  padding: 5px;
}
.p-chat-input textarea {
  border: 0; 
  height: 90px;
  width: 100%;
}

.p-chat-submit {
  display: table-cell;
  padding: 5px 5px 5px 0; 
  vertical-align: top;
  width: 90px;
}
.p-chat-submit input {
  background: #a1a1a1;
  border: 0; 
  color: white;
  line-height: 90px;
  text-align: center;
  width: 100%;
}

.p-detail-head {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-top: -20px; 
  position: relative;
}

.p-detail-head-img {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.p-detail-head-img img {
  height: 300px;
  width: auto;
}

.p-detail-title {
  background: rgba(9, 186, 244, 0.6);
  bottom: 0;
  color: white;
  font-size: 1.6rem; 
  left: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
}

.p-detail-price {
  color: #ff5978; 
  font-size: 1.8rem;
  font-weight: bold;
}

.p-detail-nav {
  background: white;
  border-top: 2px solid #aaa; 
  bottom: 0;
  height: 62px;
  left: 0;
  position: fixed;
  width: 100%;
}
.p-detail-nav .p-list-btn {
  border: none;
  margin: 0 auto; 
  max-width: 800px;
}

.p-edit-radio-list li {
  float: left;
  margin-bottom: 10px; 
  min-width: 50%;
}
.p-edit-radio-list li:nth-of-type(2n-1) {
  clear: both;
}

.p-edit-submit {
  background: #ff5978;
  border: 0;
  border-radius: 8px;
  color: white;
  font-size: 1.6rem;
  margin-top: 20px; 
  padding: 14px 40px;
}

.p-edit-title {
  align-items: center;
  background: url(../images/edit_q.png) left top no-repeat; 
  border-bottom: 2px solid #1a672c;
  -webkit-box-align: center;
  color: #1a672c;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  -ms-flex-align: center;
  font-size: 2.0rem;
  height: 80px;
  margin-bottom: 20px;
  padding: 0 0 20px 80px;
}

.p-edit-return,
.p-edit-next {
  align-items: center;
  background: #ff5978 center 10px no-repeat;
  border: 0;
  border-bottom: 5px solid #c72c49;
  border-radius: 10px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: white;
  cursor: pointer; 
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 1.6rem;
  height: 80px;
  justify-content: center;
  margin-top: -40px;
  padding-top: 50px;
  position: absolute;
  top: 50%;
  width: 80px;
	text-decoration: none;
}

.p-edit-return {
  background-image: url(../images/edit_left.png); 
  left: -40px;
}

.p-edit-next {
  background-image: url(../images/edit_right.png); 
  right: -40px;
}

.p-edit-box-wrapper {
  background: url(../images/conditions_bg.png) center;
  height: 100%;
  padding: 100px;
  position: relative;
}

.p-edit-box-logo {
  left: 10px; 
  position: absolute;
  top: 10px;
}

.p-edit-box {
  background: white;
  border-radius: 20px;
  margin: 0 auto; 
  max-width: 900px;
  padding: 50px;
  position: relative;
}

.p-edit-box-list {
  font-size: 0;
  text-align: center;
}
.p-edit-box-list li {
  display: inline-block;
  font-size: 1.6rem;
  margin: 10px; 
  width: calc((100% - 60px) / 3);
}
.p-edit-box-list li .p-edit-box-item {
  align-items: center;
  background: #f2f2f2;
  border: 5px solid #d4d4d4;
  border-radius: 10px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  cursor: pointer;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 110px;
  justify-content: center;
  overflow: hidden; 
  position: relative;
}
.p-edit-box-list li .p-edit-box-item p {
  line-height: 1.2;
}
.p-edit-box-list li .p-edit-box-item::before {
  background: white;
  border: 5px solid #d4d4d4;
  border-radius: 0 0 10px;
  color: #d4d4d4;
  content: '\f00c';
  font-family: 'fontAwesome';
  left: -5px;
  line-height: 1; 
  padding: 2px;
  position: absolute;
  top: -5px;
}
.p-edit-box-list li .p-edit-box-item span {
  font-size: 2.0rem;
  font-weight: bold;
}
.p-edit-box-list li input {
  display: none;
}
.p-edit-box-list li input:checked + .p-edit-box-item {
  background: #09baf4;
  color: white;
}
.p-edit-box-list li input:checked + .p-edit-box-item::before {
  background: #f9ff56;
  color: #09baf4;
}

.p-edit-container {
  display: table;
  width: 100%;
}

.p-edit-nav-wrapper {
  display: table-cell; 
  width: 200px;
}
.p-edit-nav-wrapper a {
  display: block; 
  text-decoration: none;
}

.p-edit-nav:not(:last-of-type) {
  border-bottom: 1px solid #1a672c;
}
.p-edit-nav:not(:first-of-type) li {
  margin-top: 10px;
}
.p-edit-nav li {
  margin-bottom: 10px;
}

.p-edit-nav-btn {
  border-radius: 8px;
  color: #1a672c; 
  font-size: 1.6rem;
  padding: 10px;
}
.p-edit-nav-btn.p-edit-nav-select {
  background: #1a672c;
  color: white;
}

.p-edit-logout {
  color: #555; 
  font-size: 1.6rem;
  padding: 10px;
}

.p-edit-bye {
  color: #aaa; 
  font-size: 1.6rem;
  padding: 10px;
}

.p-edit-form {
  display: table-cell;
  padding-left: 40px;
}
.p-edit-form input[type='text'],
.p-edit-form textarea {
  border-radius: 8px;
}

.p-edit-input-set {
  display: inline-block;
}
.p-edit-input-set input[type='text'] {
  width: 280px;
}
.p-edit-input-set + .p-edit-input-set {
  margin-left: 20px;
}

.p-edit-label {
  color: #aaa; 
  display: block;
  margin-bottom: 5px;
  margin-top: 20px;
}
.p-edit-label:not(:first-of-type) {
  margin-top: 30px;
}

.p-edit-img {
  background-image: url(../images/noimage.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: inline-block; 
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
  width: 150px;
}

.p-edit-img-btn {
  display: inline-block; 
  text-align: center;
}
.p-edit-img-btn input {
  display: none;
}
.p-edit-img-btn label {
  background: #aaa;
  color: white;
  display: inline-block;
  line-height: 40px;
  margin: 55px 0 0 20px;
  padding: 0 20px;
}

.p-edit-bg {
  background: url(../images/hitode_bg.png) right bottom no-repeat #def7fc;
  background-size: 50%;
}

.p-edit-box-list-wide {
  text-align: center;
}
.p-edit-box-list-wide li {
  font-size: 1.6rem;
}
.p-edit-box-list-wide li:not(:first-of-type) {
  margin-top: 10px;
}
.p-edit-box-list-wide li .p-edit-box-item {
  background: #f2f2f2;
  border: 3px solid #d4d4d4;
  border-radius: 10px;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  overflow: hidden; 
  padding: 20px;
  position: relative;
}
.p-edit-box-list-wide li .p-edit-box-item::before {
  background: white;
  border: 3px solid #d4d4d4;
  border-radius: 0 0 10px;
  color: #d4d4d4;
  content: '\f00c';
  font-family: 'fontAwesome';
  left: -3px;
  line-height: 1; 
  padding: 2px;
  position: absolute;
  top: -3px;
}
.p-edit-box-list-wide li input {
  display: none;
}
.p-edit-box-list-wide li input:checked + .p-edit-box-item {
  background: #09baf4;
  color: white;
}
.p-edit-box-list-wide li input:checked + .p-edit-box-item::before {
  background: #f9ff56;
  color: #09baf4;
}

.p-list li + li {
  margin-top: 10px;
}

.p-list-item {
  background: white; 
  border: 2px solid #f0f0f0;
  border-radius: 8px 8px 0 0;
  color: #555;
  display: block;
  text-decoration: none;
}

.p-list-title {
  border-bottom: 2px solid #f0f0f0;
  font-weight: bold; 
  line-height: 1.5;
  padding: 5px 10px;
}

.p-list-detail {
  display: table;
  padding: 10px 30px 10px 10px;
  position: relative; 
  width: 100%;
}
.p-list-detail::after {
  content: '\f105';
  display: block;
  font-family: 'fontAwesome';
  font-size: 21px;
  line-height: 21px;
  margin-top: -11px; 
  position: absolute;
  right: 10px;
  top: 50%;
}

.p-list-photo {
  background-position: center;
  background-size: cover; 
  display: table-cell;
  height: 54px;
  vertical-align: top;
  width: 75px;
}

.p-list-info {
  display: table-cell;
  line-height: 1.5;
  padding-left: 10px; 
  vertical-align: top;
}

.p-list-price {
  color: #ff5978;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1;
}

.p-list-price-type {
  color: #ff5978;
  font-weight: bold;
  vertical-align: bottom;
}

.p-list-btn {
  background: white;
  border: solid #f0f0f0;
  border-radius: 0 0 8px 8px;
  border-width: 0 2px 2px 2px;
  display: table;
  font-size: 1.2rem; 
  padding: 10px;
  width: 100%;
}

.p-list-btn-title {
  color: #aaa; 
  display: table-cell;
  vertical-align: middle;
  width: 60px;
}

.p-list-btn-arrow {
  color: #aaa; 
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}

.p-list-btn-list {
  display: table-cell;
}
.p-list-btn-list li {
  float: left; 
  width: calc((100% - 10px) / 3);
}
.p-list-btn-list li:not(:first-of-type) {
  margin-left: 5px;
}
.p-list-btn-list li a {
  border: 2px solid;
  border-radius: 8px;
  display: block;
  height: 40px;
  padding: 12px 2px;
  text-align: center;
  text-decoration: none;
}
.p-list-btn-list li a i {
  margin-right: 2px;
}

.p-list-btn-heart {
  border-color: #f59600; 
  color: #f59600;
}
.p-list-btn-heart.p-list-btn-select {
  background: #f59600;
  color: white;
}

.p-list-btn-star {
  border-color: #ff5978; 
  color: #ff5978;
}
.p-list-btn-star.p-list-btn-select {
  background: #ff5978;
  color: white;
}

.p-list-btn-trash {
  border-color: #aaa; 
  color: #aaa;
}
.p-list-btn-trash.p-list-btn-select {
  background: #aaa;
  color: white;
}

.p-top-head {
  background: url('../images/top_head_bg.png') center bottom no-repeat #f1f1f1;
  background-size: cover; 
  text-align: center;
}

.p-top-head-inner {
  background: url('../images/hitode_bg.png') center 20px no-repeat;
  margin: 0 auto;
  padding: 50px 50px 100px;
  position: relative; 
  width: 1000px;
}

.p-top-head-logo {
  left: 10px; 
  position: absolute;
  top: 10px;
}

.p-top-head-btn-wrapper {
  background: white;
  border: 20px solid #b1b1b1;
  border-radius: 50%;
  float: left; 
  height: 450px;
  padding: 50px 35px;
  text-align: center;
  width: 450px;
}

.p-top-head-text {
  color: #4d4c4c;
  font-size: 2.0rem; 
  font-weight: bold;
  margin-top: 20px;
}

.p-top-btn-wrapper {
  float: right;
  margin-top: 35px; 
  width: 400px;
}

.p-top-text,
.p-top-text-white {
  color: #686868;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

* + .p-top-text,
* + .p-top-text-white {
  margin-top: 15px;
}

.p-top-text-white {
  color: white;
}

.p-top-caption,
.p-top-caption-red {
  color: #7b7b7b;
  font-weight: bold; 
  margin: 5px 0;
  text-align: center;
}

.p-top-caption-red {
  color: #ff5978;
}

.p-top-title {
  border-bottom: 3px solid #686868;
  color: #686868;
  display: inline-block;
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1; 
  margin: 0 0 50px 0;
  padding: 0 10px 16px 10px;
}

.p-top-step-list {
  margin: 0 5px; 
  padding: 20px 0 0 0;
}
.p-top-step-list li {
  background: white;
  border-radius: 20px;
  float: left;
  height: 360px;
  margin: 5px;
  padding: 10px;
  position: relative;
  text-align: center; 
  width: 320px;
}
.p-top-step-list li > * {
  position: relative;
  top: -50px;
}
.p-top-step-list li .p-top-step-arrow {
  position: absolute;
  right: -20px;
  top: 150px;
  z-index: 1;
}

.p-top-reason-list {
  list-style: none;
}
.p-top-reason-list img {
  float: left; 
  padding: 0 45px 25px 90px;
}
.p-top-reason-list .p-top-text,
.p-top-reason-list .p-top-text-white {
  float: left;
  font-size: 3.6rem;
  padding-top: 25px; 
  text-align: left;
}
.p-top-reason-list .p-top-caption,
.p-top-reason-list .p-top-caption-red {
  float: left;
  font-size: 2.4rem; 
  text-align: left;
}

.p-top-submit-btn {
  background: #ff5978;
  border-bottom: 5px solid #c72c49; 
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 25px;
  width: 540px;
}

.p-top-login-link {
  color: #5f5f5f;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.p-top-login-link a {
  color: white;
}

.p-top-faq dt {
  background: #1C783B;
  border-radius: 8px 8px 0 0;
  color: white;
  font-size: 2.8rem; 
  line-height: 1.5;
  padding: 10px 10px 10px 55px;
  position: relative;
}
.p-top-faq dt::before {
  content: 'Q';
  font-weight: bold;
  left: 15px;
  position: absolute; 
  top: 10px;
}
.p-top-faq dt:not(:first-of-type) {
  margin-top: 20px;
}
.p-top-faq dd {
  background: url(../images/qa_bg.png) 105% no-repeat white;
  background-position: bottom -10px right -10px;
  border-radius: 0 0 8px 8px;
  color: #8d8f8f;
  font-size: 2.2rem; 
  line-height: 1.5;
  padding: 20px 10px 20px 55px;
  position: relative;
}
.p-top-faq dd::before {
  color: #1C783B; 
  content: 'A';
  font-weight: bold;
  left: 15px;
  position: absolute;
  top: 20px;
}

.p-voice-wrapper {
  margin: 0 auto; 
  width: 580px;
}

.p-voice + .p-voice {
  margin-top: 20px;
}

.p-voice-img {
  float: left;
  width: 150px;
}
.p-voice-img + .p-voice-text {
  margin-left: 30px;
}

.p-voice-text {
  float: left;
  width: 400px;
}
.p-voice-text + .p-voice-img {
  margin-left: 30px;
}

.p-voice-caption {
  font-size: 1.8rem;
  font-weight: bold; 
  line-height: 1;
  margin-top: 5px;
  text-align: right;
}

.p-fukidashi-left,
.p-fukidashi-left-green {
  background: white;
  border: 5px solid #c3eff8;
  border-radius: 20px;
  color: #09baf4;
  font-size: 2.6rem;
  font-weight: bold;
  height: 140px;
  line-height: 1.2;
  margin: 10px 0; 
  padding: 20px 25px;
  position: relative;
}
.p-fukidashi-left::before,
.p-fukidashi-left-green::before {
  border-color: transparent transparent transparent #c3eff8;
  border-style: solid;
  border-width: 12px 25px;
  content: '';
  display: block;
  height: 24px;
  margin-top: -12px; 
  position: absolute;
  right: -50px;
  top: 50%;
  width: 50px;
}
.p-fukidashi-left::after,
.p-fukidashi-left-green::after {
  border-color: transparent transparent transparent white;
  border-style: solid;
  border-width: 12px 25px;
  content: '';
  display: block;
  height: 24px;
  margin-top: -12px; 
  position: absolute;
  right: -38px;
  top: 50%;
  width: 50px;
}

.p-fukidashi-right,
.p-fukidashi-right-pink,
.p-fukidashi-right-orange {
  background: white;
  border: 5px solid #c3eff8;
  border-radius: 20px;
  color: #09baf4;
  font-size: 2.6rem;
  font-weight: bold;
  height: 140px;
  line-height: 1.2;
  margin: 10px 0; 
  padding: 35px 25px;
  position: relative;
}
.p-fukidashi-right::before,
.p-fukidashi-right-pink::before,
.p-fukidashi-right-orange::before {
  border-color: transparent #c3eff8 transparent transparent;
  border-style: solid;
  border-width: 12px 25px;
  content: '';
  display: block;
  height: 24px;
  left: -50px;
  margin-top: -12px; 
  position: absolute;
  top: 50%;
  width: 50px;
}
.p-fukidashi-right::after,
.p-fukidashi-right-pink::after,
.p-fukidashi-right-orange::after {
  border-color: transparent white transparent transparent;
  border-style: solid;
  border-width: 12px 25px;
  content: '';
  display: block;
  height: 24px;
  left: -38px;
  margin-top: -12px; 
  position: absolute;
  top: 50%;
  width: 50px;
}

.p-fukidashi-right-pink {
  border: 5px solid #f4b8c0;
  color: #ff5978;
}
.p-fukidashi-right-pink::before {
  border-color: transparent #f4b8c0 transparent transparent;
  border-style: solid;
  border-width: 12px 25px;
  display: block; 
  height: 24px;
  width: 50px;
}

.p-fukidashi-left-green {
  border: 5px solid #9ce48d;
  color: #2bc255;
}
.p-fukidashi-left-green::before {
  border-color: transparent transparent transparent #9ce48d;
  border-style: solid;
  border-width: 12px 25px;
  display: block; 
  height: 24px;
  width: 50px;
}

.p-fukidashi-right-orange {
  border: 5px solid #f3ac7e;
  color: #f45c09;
}
.p-fukidashi-right-orange::before {
  border-color: transparent #f3ac7e transparent transparent;
  border-style: solid;
  border-width: 12px 25px;
  display: block; 
  height: 24px;
  width: 50px;
}

.p-top-search-title {
  display: block;
  margin: 0 auto 20px;
}

.p-top-foot-inner {
  background: url('../images/hitode_bg.png') center 20px no-repeat;
  margin: 0 auto;
  position: relative; 
  width: 1000px;
}

.p-top-foot-btn-wrapper {
  margin: 0 auto; 
  width: 540px;
}
.p-top-foot-btn-wrapper a[class^='c-link-btn'] {
  background-position: 30px center;
  background-size: auto;
  font-size: 2.6rem;
  font-weight: normal; 
  margin-top: 20px;
  padding: 30px 30px 30px 90px;
}
.p-top-foot-btn-wrapper .p-top-login-link {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 40px;
}

.u-text-c {
  text-align: center;
}

.u-text-l {
  text-align: left;
}

.u-text-r {
  text-align: right;
}

.l-breadcrumb,
.p-chat-header-wrapper,
.p-chat-header-nav,
.p-detail-nav,
.p-top-reason-list li,
.p-voice,
.u-clearfix {
  *zoom: 1;
}
.l-breadcrumb:after,
.p-chat-header-wrapper:after,
.p-chat-header-nav:after,
.p-detail-nav:after,
.p-top-reason-list li:after,
.p-voice:after,
.u-clearfix:after {
  clear: both; 
  content: '';
  display: table;
}

.u-clear {
  clear: both;
}

.u-block {
  display: block;
}

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

.u-inline {
  display: inline;
}

.u-none {
  display: none;
}

.u-float-l {
  float: left;
}

.u-float-r {
  float: right;
}

.u-float-none {
  float: none;
}

.u-m0 {
  margin: 0;
}

.u-p0 {
  padding: 0;
}

.u-mt0 {
  margin-top: 0;
}

.u-pt0 {
  padding-top: 0;
}

.u-mr0 {
  margin-right: 0;
}

.u-pr0 {
  padding-right: 0;
}

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

.u-pb0 {
  padding-bottom: 0;
}

.u-ml0 {
  margin-left: 0;
}

.u-pl0 {
  padding-left: 0;
}

.u-m5 {
  margin: 5px;
}

.u-p5 {
  padding: 5px;
}

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

.u-pt5 {
  padding-top: 5px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-pr5 {
  padding-right: 5px;
}

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

.u-pb5 {
  padding-bottom: 5px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-pl5 {
  padding-left: 5px;
}

.u-m10 {
  margin: 10px;
}

.u-p10 {
  padding: 10px;
}

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

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

.u-mr10 {
  margin-right: 10px;
}

.u-pr10 {
  padding-right: 10px;
}

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

.u-pb10 {
  padding-bottom: 10px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-m15 {
  margin: 15px;
}

.u-p15 {
  padding: 15px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-m20 {
  margin: 20px;
}

.u-p20 {
  padding: 20px;
}

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

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

.u-mr20 {
  margin-right: 20px;
}

.u-pr20 {
  padding-right: 20px;
}

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

.u-pb20 {
  padding-bottom: 20px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-m25 {
  margin: 25px;
}

.u-p25 {
  padding: 25px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-pr25 {
  padding-right: 25px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-pl25 {
  padding-left: 25px;
}

.u-m30 {
  margin: 30px;
}

.u-p30 {
  padding: 30px;
}

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

.u-pt30 {
  padding-top: 30px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-pr30 {
  padding-right: 30px;
}

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

.u-pb30 {
  padding-bottom: 30px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-m35 {
  margin: 35px;
}

.u-p35 {
  padding: 35px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-pr35 {
  padding-right: 35px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-pl35 {
  padding-left: 35px;
}

.u-m40 {
  margin: 40px;
}

.u-p40 {
  padding: 40px;
}

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

.u-pt40 {
  padding-top: 40px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-pr40 {
  padding-right: 40px;
}

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

.u-pb40 {
  padding-bottom: 40px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-m45 {
  margin: 45px;
}

.u-p45 {
  padding: 45px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-pr45 {
  padding-right: 45px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-pl45 {
  padding-left: 45px;
}

.u-m50 {
  margin: 50px;
}

.u-p50 {
  padding: 50px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-pr50 {
  padding-right: 50px;
}

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

.u-pb50 {
  padding-bottom: 50px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-m55 {
  margin: 55px;
}

.u-p55 {
  padding: 55px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-pt55 {
  padding-top: 55px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-pr55 {
  padding-right: 55px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-pb55 {
  padding-bottom: 55px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-pl55 {
  padding-left: 55px;
}

.u-m60 {
  margin: 60px;
}

.u-p60 {
  padding: 60px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-pr60 {
  padding-right: 60px;
}

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

.u-pb60 {
  padding-bottom: 60px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-m65 {
  margin: 65px;
}

.u-p65 {
  padding: 65px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-pr65 {
  padding-right: 65px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-pl65 {
  padding-left: 65px;
}

.u-m70 {
  margin: 70px;
}

.u-p70 {
  padding: 70px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-m75 {
  margin: 75px;
}

.u-p75 {
  padding: 75px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-pt75 {
  padding-top: 75px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-pr75 {
  padding-right: 75px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-pl75 {
  padding-left: 75px;
}

.u-m80 {
  margin: 80px;
}

.u-p80 {
  padding: 80px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-m85 {
  margin: 85px;
}

.u-p85 {
  padding: 85px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-pt85 {
  padding-top: 85px;
}

.u-mr85 {
  margin-right: 85px;
}

.u-pr85 {
  padding-right: 85px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-pb85 {
  padding-bottom: 85px;
}

.u-ml85 {
  margin-left: 85px;
}

.u-pl85 {
  padding-left: 85px;
}

.u-m90 {
  margin: 90px;
}

.u-p90 {
  padding: 90px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-m95 {
  margin: 95px;
}

.u-p95 {
  padding: 95px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-pt95 {
  padding-top: 95px;
}

.u-mr95 {
  margin-right: 95px;
}

.u-pr95 {
  padding-right: 95px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-pb95 {
  padding-bottom: 95px;
}

.u-ml95 {
  margin-left: 95px;
}

.u-pl95 {
  padding-left: 95px;
}

.u-m100 {
  margin: 100px;
}

.u-p100 {
  padding: 100px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-pr100 {
  padding-right: 100px;
}

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

.u-pb100 {
  padding-bottom: 100px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-pl100 {
  padding-left: 100px;
}

.u-m-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-w0 {
  width: 0;
}

.u-w10 {
  width: 10%;
}

.u-w20 {
  width: 20%;
}

.u-w30 {
  width: 30%;
}

.u-w40 {
  width: 40%;
}

.u-w50 {
  width: 50%;
}

.u-w60 {
  width: 60%;
}

.u-w70 {
  width: 70%;
}

.u-w80 {
  width: 80%;
}

.u-w90 {
  width: 90%;
}

.u-w100 {
  width: 100%;
}

.u-w50px {
  width: 50px;
}

.u-w100px {
  width: 100px;
}

.u-w150px {
  width: 150px;
}

.u-w200px {
  width: 200px;
}

.u-w250px {
  width: 250px;
}

.u-w300px {
  width: 300px;
}

.u-w350px {
  width: 350px;
}

.u-w400px {
  width: 400px;
}

.u-w450px {
  width: 450px;
}

.u-w500px {
  width: 500px;
}

.u-deco-none {
  text-decoration: none;
}

.u-deco-line {
  text-decoration: underline;
}

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

.u-red {
  color: #ff5978;
}
