@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: #313131;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
  font-size: 14px;
  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: #0d827a;
  text-decoration: underline;
}
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: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 30px 0;
}

figure {
  margin: 0;
}

::-moz-selection {
  background: #12b5ab; 
  color: white;
}

::selection {
  background: #12b5ab; 
  color: white;
}

::-moz-selection {
  background: #12b5ab; 
  color: white;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem; 
    font-size: 12px;
  }
}
.l-breadcrumb-wrapper {
  background: #f3f3f3; 
  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 #12b5ab;
  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 {
  margin-top: 40px;
}

.l-main-area {
  float: left; 
  width: 860px;
}

.l-sub-area {
  float: right; 
  width: 300px;
}

.l-sub-nav-wrapper {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.l-sub-nav-title {
  background:         linear-gradient(to bottom, white 0%, #f7f7f7 60%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, white 0%, #f7f7f7 60%, #f2f2f2 100%);
  border-bottom: 1px solid white;
  color: #313131; 
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  padding: 15px 15px 15px 35px;
  position: relative;
  text-decoration: none;
}
.l-sub-nav-title::before {
  background: #12b5ab;
  border-radius: 50%;
  content: '';
  height: 16px;
  left: 10px;
  margin-top: -8px; 
  position: absolute;
  top: 50%;
  width: 16px;
}
.l-sub-nav-title::after {
  border-color: transparent transparent transparent white;
  border-style: solid;
  border-width: 4px 5px;
  content: '';
  display: block;
  height: 8px;
  left: 16px;
  margin-top: -4px; 
  position: absolute;
  top: 50%;
  width: 10px;
}

.l-sub-nav {
  background: white;
  border-top: 1px solid #ccc; 
  padding: 15px;
}

.l-sub-nav-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.l-sub-nav-item:not(:last-of-type) ul {
  margin: 10px 0 0 15px;
}
.l-sub-nav-item:not(:last-of-type) ul li {
  margin-bottom: 10px; 
  padding: 0 0 0 15px;
  position: relative;
}
.l-sub-nav-item:not(:last-of-type) ul li::before {
  content: '-';
  left: 0; 
  position: absolute;
  top: 0;
}

@media screen and (max-width: 768px) {
  .l-contents {
    margin-top: 20px;
  }
  .l-main-area {
    float: none; 
    width: 100%;
  }
  .l-sub-area {
    float: none;
    margin-top: 30px; 
    width: 100%;
  }
  .l-sub-nav-wrapper {
    margin-bottom: 0;
  }
  .l-sub-nav-wrapper:not(:last-of-type) {
    border-bottom: 0;
  }
  .l-sub-nav-title {
    font-size: 1.4rem; 
    padding: 10px 10px 10px 25px;
  }
  .l-sub-nav-title::before {
    background: #12b5ab;
    border-radius: 50%;
    height: 14px;
    left: 5px; 
    width: 14px;
  }
  .l-sub-nav-title::after {
    border-color: transparent transparent transparent white;
    border-style: solid;
    border-width: 3px 4px;
    display: block;
    height: 6px;
    left: 11px; 
    width: 8px;
  }
}
.l-footer-wrapper {
  background: #f3f3f3;
  padding: 30px 0 20px; 
  position: relative;
}

.l-footer-title {
  border-bottom: 2px solid #0d827a;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px; 
  padding-bottom: 10px;
}

.l-footer-title-link {
  color: #313131;
}

.l-footer-pagetop {
  position: absolute;
  right: 0; 
  top: -68px;
}
.l-footer-pagetop a {
  background: #0d827a;
  border-radius: 4px 4px 0 0;
  color: white;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 20px 10px 40px;
  position: relative; 
  text-decoration: none;
}
.l-footer-pagetop a::after {
  border-color: transparent transparent white transparent;
  border-style: solid;
  border-width: 12.5px 7.5px;
  content: '';
  display: block;
  height: 25px;
  left: 15px; 
  position: absolute;
  top: 0;
  width: 15px;
}

.l-footer {
  margin-top: 78px;
}

.l-footer-nav {
  float: left;
  margin: 10px 0; 
  width: 25%;
}
.l-footer-nav:nth-of-type(4n-3) {
  clear: both;
}

.l-footer-nav-title {
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2; 
  margin-bottom: 10px;
  padding: 0 0 10px 25px;
  position: relative;
}
.l-footer-nav-title::before {
  background: #12b5ab;
  border-radius: 50%;
  content: '';
  height: 16px;
  left: 0; 
  position: absolute;
  top: 0;
  width: 16px;
}
.l-footer-nav-title::after {
  border-color: transparent transparent transparent white;
  border-style: solid;
  border-width: 4px 5px;
  content: '';
  display: block;
  height: 8px;
  left: 6px; 
  position: absolute;
  top: 4px;
  width: 10px;
}

.l-footer-nav-item {
  padding: 5px;
}

.l-footer-sub-nav {
  float: left;
}
.l-footer-sub-nav .l-footer-nav-item {
  float: left;
  padding: 30px 5px 0;
}

.l-footer-copyright {
  float: right;
}

.l-footer-information {
  float: left; 
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .l-footer-title {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .l-footer-nav {
    float: none;
    margin-top: 10px; 
    width: 100%;
  }
  .l-footer-nav-title {
    font-size: 1.4rem; 
    padding: 10px 10px 10px 20px;
  }
  .l-footer-nav-title::before {
    background: #12b5ab;
    border-radius: 50%;
    height: 14px;
    left: 0; 
    top: 10px;
    width: 14px;
  }
  .l-footer-nav-title::after {
    border-color: transparent transparent transparent white;
    border-style: solid;
    border-width: 3px 4px;
    display: block;
    height: 6px;
    left: 6px; 
    top: 14px;
    width: 8px;
  }
  .l-footer-pagetop {
    padding: 0 15px; 
    text-align: center;
    top: -62px;
    width: 100%;
  }
  .l-footer-pagetop a {
    font-size: 1.2rem;
  }
  .l-footer-pagetop a::after {
    border-color: transparent transparent white transparent;
    border-style: solid;
    border-width: 7.5px 5px;
    content: '';
    display: block;
    height: 15px;
    left: 50%;
    margin-left: -50px; 
    position: absolute;
    top: 5px;
    width: 10px;
  }
  .l-footer-copyright {
    padding: 20px 5px 0;
  }
  .l-footer-information {
    padding: 5px;
  }
}
.l-header-contents {
  padding: 30px 0;
}

.l-header-logo {
  float: left;
}

@media screen and (min-width: 769px) {
  .l-header-logo {
    margin: 1px 0;
  }
  .l-header-right {
    float: right;
    text-align: right;
  }
  .l-header-right .l-header-webspeech {
    background: url(../images/voice.png) no-repeat 1px center;
    background-size: contain;
    display: block; 
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .l-header-right .l-header-language {
    background: #313131;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: inline-block; 
    font-size: 1.3rem;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px 0 40px;
    position: relative;
    z-index: 0;
  }
  .l-header-right .l-header-language::before {
    background: url('../images/icon_fl.png') no-repeat center #12b5ab;
    content: '';
    display: block; 
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 1;
  }
  .l-header-nav-wrapper {
    background: #0a6962;
    height: 50px;
    margin: 20px 0 10px; 
    position: relative;
  }
  .l-header-nav {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1200px;
  }
  .l-header-nav-item,
  .l-header-nav-other {
    float: left;
    position: relative;
    top: -10px; 
    width: 200px;
  }
  .l-header-nav-item a,
  .l-header-nav-other a {
    background: #12b5ab;
    color: white;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    position: relative;
    text-align: center;
    text-decoration: none;
  }
  .l-header-nav-item a:hover,
  .l-header-nav-other a:hover {
    background: #0d827a;
  }
  .l-header-nav-item a::after,
  .l-header-nav-other a::after {
    border-color: #f3f3f3 transparent transparent transparent;
    border-style: solid;
    border-width: 8px 5px;
    bottom: 0;
    content: '';
    display: block;
    height: 16px;
    left: 50%;
    margin-left: -8px; 
    position: absolute;
    width: 10px;
  }
  .l-header-nav-item:not(:first-of-type) {
    border-left: 1px solid #0d8078;
  }
  .l-header-nav-item:not(:last-of-type) {
    border-right: 1px solid #15cfc2;
  }
  .l-header-nav-other {
    display: none;
  }
}
.l-header-menu-btn {
  background: url('../images/icon_menu.png') no-repeat center #12b5ab;
  background-size: contain;
  display: none; 
  float: right;
  height: 25px;
  width: 70px;
}

.l-header-nav-close {
  background: white;
  border-radius: 4px;
  cursor: pointer; 
  display: none;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 15px;
}

@media screen and (max-width: 768px) {
  .l-header-menu-btn {
    display: block;
  }
  .l-header-logo {
    height: 25px;
  }
  .l-header-logo img {
    height: 100%;
  }
  .l-header-contents {
    padding: 15px;
  }
  .l-header-right {
    display: none;
  }
  .l-header-nav-cover {
    background: rgba(255, 255, 255, 0.5); 
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  .l-header-nav {
    background: #12b5ab;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    right: -240px;
    top: 0;
    -webkit-transition: right 0.5s ease;
            transition: right 0.5s ease;
    width: 240px;
    z-index: 102;
  }
  .l-header-nav-item,
  .l-header-nav-other {
    border-bottom: 1px solid #0d8078;
    border-top: 1px solid #15cfc2;
    display: block; 
    position: relative;
  }
  .l-header-nav-item a,
  .l-header-nav-other a {
    color: white;
    display: block;
    font-size: 1.4rem;
    font-weight: bold; 
    padding: 20px 10px;
    position: relative;
    text-decoration: none;
  }
  .l-header-nav-open .l-header-nav-cover {
    display: block;
    z-index: 101;
  }
  .l-header-nav-open .l-header-nav {
    right: 0; 
    -webkit-transition: right 0.5s ease;
            transition: right 0.5s ease;
  }
  .l-header-nav-open .l-header-nav-close {
    display: block;
  }
}
.c-case-list li {
  counter-increment: cnt;
}
.c-case-list li:not(:last-of-type) {
  margin-bottom: 20px;
}

.c-case-list-link {
  background: #f3f3f3;
  padding: 15px 15px 15px 130px;
  position: relative;
}
.c-case-list-link::before {
  align-items: center; 
  background: #12b5ab;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: white;
  content: 'case.' counter(cnt);
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  width: 100px;
}
.c-case-list-link::after {
  border-color: transparent transparent transparent #12b5ab;
  border-style: solid;
  border-width: 5px 5px;
  content: ''; 
  display: block;
  height: 10px;
  left: 100px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.c-container {
  margin-left: auto;
  margin-right: auto;
  position: relative; 
  width: 1200px;
}

.c-text-container p:not(:last-of-type) {
  margin-bottom: 10px;
}

.c-box {
  border: 1px solid #ccc;
}

.c-box-title {
  background:         linear-gradient(to bottom, white 0%, #f7f7f7 60%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, white 0%, #f7f7f7 60%, #f2f2f2 100%);
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  line-height: 1.3; 
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .c-box-title {
    font-size: 1.3rem;
    padding: 10px;
  }
}

.c-box-title-link {
  background:         linear-gradient(to bottom, white 0%, #f7f7f7 60%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, white 0%, #f7f7f7 60%, #f2f2f2 100%);
  color: #313131; 
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  padding: 15px 15px 15px 35px;
  position: relative;
  text-decoration: none;
}
.c-box-title-link::before {
  background: #12b5ab;
  border-radius: 50%;
  content: '';
  height: 16px;
  left: 10px; 
  position: absolute;
  top: 15px;
  width: 16px;
}
.c-box-title-link::after {
  border-color: transparent transparent transparent white;
  border-style: solid;
  border-width: 4px 5px;
  content: '';
  display: block;
  height: 8px;
  left: 16px; 
  position: absolute;
  top: 19px;
  width: 10px;
}
.c-box-title-link + .c-box-contents {
  border-top: 1px solid #ccc;
}

.c-box-contents {
  line-height: 1.5;
  padding: 15px;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .c-box-contents {
    padding: 10px;
  }
}

.c-border-box {
  background: #ddd;
  padding: 10px;
}

.c-border-box-title-wrapper {
  background: #313131;
  color: white;
  padding: 15px;
}
.c-border-box-title-wrapper .c-link-btn {
  float: right;
}

.c-border-box-title {
  font-size: 2.4rem;
  line-height: 30px;
}

.c-border-box-sub-title {
  background: #0d827a;
  color: white; 
  font-size: 1.6rem;
  font-weight: bold;
  margin: 20px 0;
  padding: 10px;
}

.c-border-box-contents {
  background: white;
  padding: 20px;
}
.c-border-box-contents p + p {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .c-container {
    padding-left: 15px;
    padding-right: 15px; 
    width: 100%;
  }
  .c-border-box {
    padding: 5px;
  }
  .c-border-box-title {
    background-size: 20px; 
    float: left;
    font-size: 1.6rem;
    line-height: 20px;
    padding-left: 30px;
  }
  .c-border-box-contents {
    padding: 10px;
  }
}
.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: 1px solid #ccc;
  display: block;
  line-height: 1.5;
  padding: 5px;
  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 #ccc; 
  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: #12b5ab;
  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 #12b5ab; 
  border-left: 3px solid #12b5ab;
  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: #3765a3;
}
.c-check-button.c-check-button-fb input:checked[type='checkbox'] + label::after {
  border-bottom: 3px solid #3765a3; 
  border-left: 3px solid #3765a3;
}
.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;
  line-height: 20px;
}
.c-radio label {
  cursor: pointer;
  font-weight: normal;
  line-height: 1;
  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: 1px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  position: relative;
  vertical-align: middle; 
  width: 20px;
}
.c-radio input[type='radio']:checked::after {
  background: #12b5ab;
  border-radius: 8px;
  content: '';
  display: block;
  height: 14px;
  left: 2px; 
  position: absolute;
  top: 2px;
  width: 14px;
}

.c-link-arrow {
  display: inline-block; 
  line-height: 16px;
  padding-left: 15px;
  position: relative;
}
.c-link-arrow::after {
  border-color: transparent transparent transparent #313131;
  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-pdf-icon {
  background: url('../images/icon_pdf.png') no-repeat left center;
  background-size: 15px;
  padding: 0 0 0 20px;
}

.c-csv-icon {
  background: url('../images/icon_csv.png') no-repeat left center;
  background-size: 15px;
  margin-right: 10px; 
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .c-csv-icon {
    margin-right: 0;
  }
}

.c-link-icon {
  background: url('../images/icon_link.png') no-repeat left center;
  background-size: 15px;
  padding: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
  .c-link-btn {
    line-height: 20px; 
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .c-link-btn-wrapper > * {
    float: left;
    margin-bottom: 20px; 
    width: calc((100% - 40px) /3);
  }
  .c-link-btn-wrapper > *:nth-of-type(3n-1) {
    margin-left: 20px;
    margin-right: 20px;
  }
  .c-link-btn-wrapper > *:nth-of-type(3n-2) {
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .c-link-btn-wrapper > * {
    float: none;
    margin-bottom: 10px; 
    width: 100%;
  }
}

.c-link-btn {
  align-items: center;
  background: -webkit-linear-gradient(top, white 0%, #f7f7f7 60%, #f2f2f2 100%);
  background:         linear-gradient(to bottom, white 0%, #f7f7f7 60%, #f2f2f2 100%);
  border: 1px solid #ccc;
  -webkit-box-align: center;
  color: #313131;
  cursor: pointer; 
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  -ms-flex-align: center;
  font-size: 1.8rem;
  height: 100%;
  line-height: 1.3;
  padding: 15px 15px 15px 35px;
  position: relative;
  text-decoration: none;
}
.c-link-btn::before {
  background: #12b5ab;
  border-radius: 50%;
  content: '';
  height: 16px;
  left: 10px;
  margin-top: -8px; 
  position: absolute;
  top: 50%;
  width: 16px;
}
.c-link-btn::after {
  border-color: transparent transparent transparent white;
  border-style: solid;
  border-width: 4px 5px;
  content: '';
  display: block;
  height: 8px;
  left: 16px;
  margin-top: -4px; 
  position: absolute;
  top: 50%;
  width: 10px;
}
@media screen and (max-width: 768px) {
  .c-link-btn {
    font-size: 1.4rem; 
    padding: 10px 10px 10px 25px;
  }
  .c-link-btn::before {
    background: #12b5ab;
    border-radius: 50%;
    height: 14px;
    left: 5px;
    margin-top: -7px; 
    width: 14px;
  }
  .c-link-btn::after {
    border-color: transparent transparent transparent white;
    border-style: solid;
    border-width: 3px 4px;
    display: block;
    height: 6px;
    left: 11px;
    margin-top: -3px; 
    width: 8px;
  }
}

.c-link-simple-btn {
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  line-height: 1; 
  padding: 10px;
  text-decoration: none;
}

.c-list {
  line-height: 1.5;
  list-style: none;
  margin: 20px 0;
}
.c-list li:not(:first-of-type) {
  margin-top: 10px;
}

.c-text-list,
.c-text-list-double,
.c-text-list-link,
.c-text-list-number {
  line-height: 1.5;
  list-style: none;
  margin: 20px 0;
}
.c-text-list > li,
.c-text-list-double > li,
.c-text-list-link > li,
.c-text-list-number > li {
  padding-left: 1.5em;
}
.c-text-list li,
.c-text-list-double li,
.c-text-list-link li,
.c-text-list-number li {
  position: relative;
}
.c-text-list li:not(:first-of-type),
.c-text-list-double li:not(:first-of-type),
.c-text-list-link li:not(:first-of-type),
.c-text-list-number li:not(:first-of-type) {
  margin-top: 10px;
}
.c-text-list li > ul,
.c-text-list-double li > ul,
.c-text-list-link li > ul,
.c-text-list-number li > ul {
  list-style: disc;
  list-style-position: outside; 
  margin-left: 1.5em;
  margin-top: 10px;
}
.c-text-list li > ul.c-no-icon-list,
.c-text-list-double li > ul.c-no-icon-list,
.c-text-list-link li > ul.c-no-icon-list,
.c-text-list-number li > ul.c-no-icon-list {
  list-style: none;
}
.c-text-list li > ul ul,
.c-text-list-double li > ul ul,
.c-text-list-link li > ul ul,
.c-text-list-number li > ul ul {
  list-style: none; 
  margin-top: 10px;
}
.c-text-list li > ul ul.c-no-icon-list,
.c-text-list-double li > ul ul.c-no-icon-list,
.c-text-list-link li > ul ul.c-no-icon-list,
.c-text-list-number li > ul ul.c-no-icon-list {
  list-style: none;
}
.c-text-list li > ul ul li::before,
.c-text-list-double li > ul ul li::before,
.c-text-list-link li > ul ul li::before,
.c-text-list-number li > ul ul li::before {
  content: '－';
  left: -1.5em; 
  position: absolute;
  top: 0;
}

.c-text-list > li::before {
  content: '○';
  left: 0; 
  position: absolute;
  top: 0;
}

.c-text-list-double > li::before {
  content: '◎';
  left: 0; 
  position: absolute;
  top: 0;
}

.c-text-list-link > li::before {
  border-color: transparent transparent transparent #313131;
  border-style: solid;
  border-width: 5px 8px;
  content: '';
  display: block;
  height: 10px;
  left: 0; 
  position: absolute;
  top: 4px;
  width: 16px;
}

.c-text-list-number {
  list-style-type: decimal;
  margin-left: 2em;
}
.c-text-list-number > li {
  padding-left: 0.5em;
}
.c-text-list-number > li::before {
  content: '';
}

.c-float-list {
  margin: 20px 0;
}
@media screen and (min-width: 769px) {
  .c-float-list > li {
    float: left;
    margin-top: 20px;
    width: calc((100% - 40px) /3);
  }
  .c-float-list > li:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }
  .c-float-list > li:nth-of-type(3n-2) {
    clear: both;
  }
  .c-float-list > li:nth-of-type(1),
  .c-float-list > li:nth-of-type(2),
  .c-float-list > li:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-float-list > li:not(:first-of-type) {
    margin-top: 10px;
  }
}

.c-definition-list {
  margin: 20px 0;
}
.c-definition-list dt,
.c-definition-list dd {
  line-height: 1.5;
}
.c-definition-list dt {
  font-weight: bold;
}
.c-definition-list dt:not(:first-of-type) {
  margin-top: 15px;
}
.c-definition-list dd {
  margin-top: 10px;
}

.c-news-list {
  background: white; 
  padding: 10px;
}

.c-news-item {
  display: table;
  padding-bottom: 15px; 
  padding-top: 15px;
  width: 100%;
}
.c-news-item:not(:last-of-type) {
  border-bottom: 1px dashed #ccc;
}
.c-news-item > * {
  display: table-cell;
  padding: 0 15px; 
  vertical-align: middle;
}

.c-news-day {
  width: 145px;
}

.c-news-category {
  width: 120px;
}

.c-news-icon {
  background: #313131;
  border-radius: 4px;
  color: white; 
  display: block;
  padding: 10px;
  text-align: center;
}
.c-news-icon.c-news-info {
  background: #4db564;
}
.c-news-icon.c-news-announced {
  background: #f90;
}
.c-news-icon.c-news-caution {
  background: #e71f19;
}
.c-news-icon.c-news-other {
  background: #818181;
}

.c-news-type {
  width: 55px;
}

@media screen and (max-width: 768px) {
  .c-news-item {
    display: block;
    padding-bottom: 15px; 
    padding-top: 15px;
  }
  .c-news-item:not(:last-of-type) {
    border-bottom: 1px dashed #ccc;
  }
  .c-news-item > * {
    display: inline-block;
    padding: 0;
  }
  .c-news-day,
  .c-news-category,
  .c-news-type {
    margin-right: 5px; 
    width: auto;
  }
  .c-news-icon {
    padding: 5px;
  }
  .c-news-link {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-table-wrapper {
    overflow-x: scroll;
    overflow-y: auto;
  }
}

.c-table {
  min-width: 100%;
}
@media screen and (max-width: 768px) {
  .c-table {
    white-space: nowrap;
  }
}
.c-table th,
.c-table td {
  border: 1px solid #ccc;
  font-size: 1.2rem;
  line-height: 1.3; 
  padding: 10px;
}
.c-table th .c-table-textbox,
.c-table td .c-table-textbox {
  white-space: normal;
}
.c-table th {
  background: #f3f3f3;
  text-align: center;
}

.c-table-wide {
  width: 100%;
}
.c-table-wide th,
.c-table-wide td {
  border: 1px solid #ccc;
  font-size: 1.2rem;
  line-height: 1.3; 
  padding: 10px;
}
.c-table-wide th {
  background: #f3f3f3;
  text-align: center;
}
.c-table-wide td {
  background: white;
}

.c-main-title {
  background:         linear-gradient(to bottom, white 0%, #f7f7f7 60%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, white 0%, #f7f7f7 60%, #f2f2f2 100%);
  border: 1px solid #ccc;
  border-bottom: 2px solid #12b5ab;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3; 
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-main-title {
    font-size: 1.4rem;
    padding: 10px;
  }
}

.c-simple-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .c-simple-title {
    font-size: 1.4rem;
    margin: 20px 0;
  }
}

.c-title-l {
  background-color: #f3f3f3;
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3; 
  margin: 30px 0;
  padding: 0.5em 0.75em;
}
@media screen and (max-width: 768px) {
  .c-title-l {
    font-size: 1.4rem;
    margin: 20px 0;
  }
}

.c-title-m {
  border-bottom: 3px double #ccc;
  border-top: 3px double #ccc;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3; 
  margin: 25px 0;
  padding: 0.5em 0.25em;
}
@media screen and (max-width: 768px) {
  .c-title-m {
    font-size: 1.3rem;
    margin: 20px 0;
  }
}

.c-title-s {
  border-bottom: 1px solid #12b5ab;
  border-left: 6px solid #12b5ab;
  font-weight: bold;
  line-height: 1.3; 
  margin: 20px 0;
  padding: 0.25em 0 0.5em 0.75em;
}
@media screen and (max-width: 768px) {
  .c-title-s {
    margin: 20px 0;
  }
}

.c-title-xs {
  border-left: 6px solid #ccc;
  line-height: 1.3; 
  margin: 20px 0;
  padding: 0.25em 0 0.25em 0.75em;
}
@media screen and (max-width: 768px) {
  .c-title-xs {
    margin: 20px 0;
  }
}

.c-type {
  margin-top: 20px;
}

.c-type-head {
  border: solid #ccc;
  border-width: 01px 1px 0 1px;
  padding: 15px;
}

.c-type-list {
  border: 1px solid #ccc; 
  padding: 0 15px 15px;
}

.c-type-item {
  border: 1px solid #ccc;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .c-type-item {
    float: left; 
    width: 266px;
  }
  .c-type-item:nth-of-type(3n-1) {
    margin-left: 15px;
    margin-right: 15px;
  }
  .c-type-item:nth-of-type(3n-2) {
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .c-type-item {
    width: 100%;
  }
}

.c-type-title {
  align-items: center;
  background: -webkit-linear-gradient(top, white 0%, #f7f7f7 60%, #f2f2f2 100%);
  background:         linear-gradient(to bottom, white 0%, #f7f7f7 60%, #f2f2f2 100%);
  border-bottom: 2px solid #12b5ab;
  -webkit-box-align: center;
  color: #313131; 
  display: -webkit-box;
  display: block;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 15px 15px 15px 35px;
  position: relative;
  text-decoration: none;
}
.c-type-title::before {
  background: #12b5ab;
  border-radius: 50%;
  content: '';
  height: 16px;
  left: 10px;
  margin-top: -8px; 
  position: absolute;
  top: 50%;
  width: 16px;
}
.c-type-title::after {
  border-color: transparent transparent transparent white;
  border-style: solid;
  border-width: 4px 5px;
  content: '';
  display: block;
  height: 8px;
  left: 16px;
  margin-top: -4px; 
  position: absolute;
  top: 50%;
  width: 10px;
}

.c-type-img {
  padding-top: 10px; 
  text-align: center;
}

.c-type-text {
  padding: 10px;
}

.c-voice-select {
  border: 1px solid #ccc;
  padding: 10px;
}

.c-voice-btn-wrapper {
  float: right;
}

.c-voice-btn:not(.c-voice-set) {
  cursor: pointer;
}
.c-voice-btn:not(.c-voice-set):hover {
  text-decoration: underline;
}

.c-voice-set {
  font-weight: bold;
}

.c-voice-alert {
  display: none;
}

.c-voice-block {
  display: block;
  font-size: 0; 
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #voiceSelect {
    display: none;
  }
}
.p-top-news {
  background: #ddd;
  padding: 10px;
}

.p-top-news-title-wrapper {
  background: #313131;
  color: white;
  padding: 15px;
}
.p-top-news-title-wrapper .c-link-btn {
  float: right;
}

.p-top-news-title {
  background: url('../images/icon_pen.png') no-repeat left center; 
  float: left;
  font-size: 2.4rem;
  line-height: 30px;
  padding-left: 40px;
}

.p-top-news-more {
  background: #f3f3f3;
  border-radius: 4px;
  display: inline-block;
  float: right; 
  line-height: 30px;
  padding: 0 20px;
  text-decoration: none;
}

.p-sub-link-wrapper {
  clear: both;
  margin-top: 40px;
}

.p-sub-link {
  background: #ddd;
  padding: 0 16px 16px;
}

.p-sub-link-item {
  float: left;
  height: 115px;
  margin-top: 16px; 
  overflow: hidden;
  padding: 0;
  width: calc((100% - 48px) / 4);
}
.p-sub-link-item a {
  background: white; 
  display: block;
}
@media screen and (min-width: 769px) {
  .p-sub-link-item:not(:nth-of-type(4n)) {
    margin-right: 16px;
  }
}

@media screen and (max-width: 768px) {
  .p-top-news {
    padding: 5px;
  }
  .p-top-news-title {
    background-size: 20px; 
    float: left;
    font-size: 1.6rem;
    line-height: 20px;
    padding-left: 30px;
  }
  .p-top-news-more {
    line-height: 20px;
  }
  .p-top-know-head {
    border: solid #ccc;
    border-width: 01px 1px 0 1px;
    padding: 5px;
  }
  .p-top-know-list {
    border: 1px solid #ccc; 
    padding: 0 5px 5px;
  }
  .p-top-know-item {
    float: none;
    margin-top: 5px; 
    width: 100%;
  }
  .p-top-know-title {
    font-size: 1.4rem; 
    padding: 10px 10px 10px 25px;
  }
  .p-top-know-title::before {
    background: #12b5ab;
    border-radius: 50%;
    height: 14px;
    left: 5px; 
    top: 10px;
    width: 14px;
  }
  .p-top-know-title::after {
    border-color: transparent transparent transparent white;
    border-style: solid;
    border-width: 3px 4px;
    display: block;
    height: 6px;
    left: 11px; 
    top: 14px;
    width: 8px;
  }
  .p-top-know-img {
    display: table-cell;
    padding: 10px; 
    width: 80px;
  }
  .p-top-know-text {
    display: table-cell;
    padding: 10px 10px 10px 0;
  }
  .p-sub-link-wrapper {
    margin-top: 30px;
  }
  .p-sub-link {
    padding: 5px; 
    text-align: center;
  }
  .p-sub-link-item {
    float: none;
    height: auto;
    margin-top: 5px; 
    width: auto;
  }
  .p-sub-link-item:first-of-type {
    margin-top: 0;
  }
}
.p-low-table {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.p-low-table th {
  background: #f3f3f3;
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: middle; 
  width: 20%;
}
.p-low-table td {
  border: 1px solid #ccc;
  line-height: 1.5; 
  padding: 10px;
}
.p-low-table .p-low-pdf {
  text-align: center; 
  vertical-align: middle;
  width: 40px;
}
.p-low-table .p-low-pdf img {
  cursor: pointer;
}

.p-offer-textwrap {
  margin-bottom: 20px;
}

.p-offer-list-wrap {
  margin-bottom: 60px;
}

.p-offer-list-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1; 
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-offer-list-title {
    font-size: 1.4rem; 
    padding: 10px;
  }
}

.p-offer-qa dt {
  background: #12b5ab;
  color: white;
  padding: 10px 10px 10px 60px;
  position: relative;
}
.p-offer-qa dt:not(:first-of-type) {
  margin-top: 10px;
}
.p-offer-qa dd {
  background: #f3f3f3;
  padding: 10px 10px 10px 60px;
  position: relative;
}
.p-offer-qa span {
  background: rgba(255, 255, 255, 0.2);
  font-weight: bold;
  height: 100%; 
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0;
}

.p-offer-info {
  border: 1px dotted #ccc;
  margin-top: 20px;
  padding: 10px;
}

.p-search-title {
  background:         linear-gradient(to bottom, white 0%, #f7f7f7 60%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, white 0%, #f7f7f7 60%, #f2f2f2 100%);
  border: 1px solid #ccc;
  font-size: 1.8rem;
  line-height: 1;
  padding: 15px;
}

.p-search-area {
  border: 1px solid #ccc;
  border-top: none; 
  padding: 15px;
}

.p-search-form dt {
  float: left;
  line-height: 30px;
  margin-bottom: 10px; 
  width: 10%;
}
@media screen and (min-width: 769px) {
  .p-search-form dt:nth-of-type(2n) {
    margin-left: 10px;
  }
}
.p-search-form dd {
  display: inline-block;
  float: left;
  line-height: 30px; 
  margin-bottom: 10px;
  width: calc((80% - 10px) / 2);
}
.p-search-form dd input,
.p-search-form dd select {
  height: 30px;
}
.p-search-form .p-search-form-wide {
  width: 90%;
}
.p-search-form .p-search-form-wide select {
  display: inline-block; 
  width: 10%;
}
.p-search-form .p-search-form-wide + dt {
  margin-left: 0;
}

.p-search-btn-wrapper {
  letter-spacing: -0.4em; 
  margin-top: 20px;
  text-align: center;
}

.p-search-submit,
.p-search-reset {
  border: 2px solid #12b5ab; 
  border-radius: 4px;
  letter-spacing: normal;
  line-height: 40px;
  text-align: center;
  width: 200px;
}

.p-search-submit {
  background-color: #12b5ab; 
  color: white;
}

.p-search-reset {
  background: white;
  margin-left: 10px;
}

.p-search-result-number {
  line-height: 24px; 
  margin-bottom: 5px;
  margin-top: 40px;
}

.p-search-result-pager {
  display: inline-block; 
  margin: 20px auto;
  text-align: center;
}
.p-search-result-pager li {
  float: left;
  margin: 0 5px;
}

.p-search-result-item {
  border-bottom: 1px solid #ccc;
}

.p-search-result-name {
  cursor: pointer;
  display: block;
  padding: 15px;
  position: relative;
}
.p-search-result-name::before {
  background: #f3f3f3;
  border: 1px solid #ccc; 
  border-radius: 4px;
  content: '';
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 25px;
}
.p-search-result-name::after {
  border-color: #313131 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  right: 18px;
  top: 20px; 
  width: 8px;
}

.p-search-result-tbl {
  display: none;
  margin: 0 10px 10px;
  width: calc(100% - 20px);
}
.p-search-result-tbl th,
.p-search-result-tbl td {
  border: 1px solid #ccc; 
  padding: 10px;
}
.p-search-result-tbl th {
  background: #f3f3f3;
}

.p-search-result-error {
  border: 1px dotted #ccc;
  font-weight: bold; 
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-search-form dt {
    width: 30%;
  }
  .p-search-form dd {
    width: 70%;
  }
  .p-search-form .p-search-form-wide {
    width: 70%;
  }
  .p-search-form .p-search-form-wide select {
    width: 25%;
  }
  .p-search-form .p-search-day-center {
    display: block;
  }
  .p-search-submit,
  .p-search-reset {
    line-height: 30px; 
    width: 100px;
  }
}
.p-privacy-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

.p-privacy-text {
  margin-top: 20px;
}

.p-privacy-list li {
  counter-increment: cnt;
  margin-left: 1.9em; 
  margin-top: 10px;
}
.p-privacy-list li:before {
  content: '(' counter(cnt) ') ';
  margin-left: -1.9em;
  width: 1.9em;
}

.p-donload-textwrap {
  margin-bottom: 20px;
}

.p-download-list-wrap {
  margin: 15px 0 0;
}

.p-download-item {
  float: left; 
  margin-bottom: 20px;
  width: calc((100% - 40px) /3);
}
@media screen and (min-width: 769px) {
  .p-download-item:nth-of-type(3n-1) {
    margin-left: 20px;
    margin-right: 20px;
  }
  .p-download-item:nth-of-type(3n-2) {
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .p-download-item {
    float: none;
    margin-top: 5px; 
    width: 100%;
  }
}

.p-download-detail {
  border: 1px solid #ccc;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .p-download-detail {
    float: none;
    margin-bottom: 10px; 
    width: 100%;
  }
}

.p-download-img {
  text-align: center;
}
.p-download-img img {
  max-height: 200px;
}
@media screen and (min-width: 769px) {
  .p-download-img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-download-img {
    display: table-cell;
    padding-right: 10px; 
    width: 80px;
  }
}

@media screen and (max-width: 768px) {
  .p-download-text {
    display: table-cell;
  }
}

.p-download-pamphlet-list li {
  border: 1px solid #ccc;
  margin-top: 20px;
  padding: 10px;
}
@media screen and (min-width: 769px) {
  .p-download-pamphlet-list li {
    float: left; 
    width: calc((100% - 20px) / 2);
  }
  .p-download-pamphlet-list li:nth-of-type(1),
  .p-download-pamphlet-list li:nth-of-type(2) {
    margin-top: 0;
  }
  .p-download-pamphlet-list li:nth-of-type(2n-1) {
    clear: both; 
    margin-right: 20px;
  }
}

.p-download-pamphlet-box {
  display: table;
  width: 100%;
}

.p-download-pamphlet-img,
.p-download-pamphlet-img-small {
  display: table-cell;
  padding-right: 10px;
}
.p-download-pamphlet-img img,
.p-download-pamphlet-img-small img {
  width: 100%;
}

.p-download-pamphlet-img {
  width: 100px;
}

.p-download-pamphlet-img-small {
  width: 45px;
}

.p-download-pamphlet-text {
  display: table-cell;
}
.p-download-pamphlet-text p:not(:last-of-type) {
  margin-bottom: 10px;
}

.p-download-pamphlet-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.p-download-flyer-list {
  background: white;
  border: 1px solid #ccc; 
  padding: 10px;
}

.p-download-flyer-list-item {
  display: table;
  padding-bottom: 15px; 
  padding-top: 15px;
  width: 100%;
}
.p-download-flyer-list-item:not(:last-of-type) {
  border-bottom: 1px dashed #ccc;
}
.p-download-flyer-list-item > * {
  display: table-cell;
  padding: 0 15px; 
  vertical-align: middle;
}

.p-download-flyer-list-type {
  text-align: center; 
  width: 55px;
}

.p-download-flyer-list-day {
  width: 145px;
}

@media screen and (max-width: 768px) {
  .p-download-flyer-list-item {
    display: block;
    padding-bottom: 15px; 
    padding-top: 15px;
  }
  .p-download-flyer-list-item:not(:last-of-type) {
    border-bottom: 1px dashed #ccc;
  }
  .p-download-flyer-list-item > * {
    display: inline-block;
    padding: 0;
  }
  .p-download-flyer-list-day {
    margin-right: 5px; 
    width: auto;
  }
  .p-download-flyer-list-link {
    display: block;
    margin-top: 10px;
  }
}
.p-consultation-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.p-consulution-banner.c-float-list {
  margin: 0;
}
.p-consulution-banner li {
  border: 1px solid #ccc;
}

.p-case-textwrap {
  margin-bottom: 20px;
}

.p-case-know-list {
  padding: 0 15px 15px;
}

.p-case-know-item {
  float: left;
  margin-top: 15px; 
  width: 266px;
}
@media screen and (min-width: 769px) {
  .p-case-know-item:nth-of-type(3n-1) {
    margin-left: 15px;
    margin-right: 15px;
  }
  .p-case-know-item:nth-of-type(3n-2) {
    clear: both;
  }
}

.p-case-know-title {
  background:         linear-gradient(to bottom, white 0%, #f7f7f7 60%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, white 0%, #f7f7f7 60%, #f2f2f2 100%);
  border-bottom: 2px solid #12b5ab;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1; 
  padding: 15px;
  position: relative;
}

.p-case-know-detail {
  border: 1px solid #ccc;
  border-top: none;
}
.p-case-know-detail .p-case-know-img {
  padding-top: 10px; 
  text-align: center;
}
.p-case-know-detail .p-case-know-text {
  padding: 10px;
}

.p-case-list-item {
  counter-increment: cnt; 
  margin-bottom: 20px;
}

.p-case-list-link {
  background: #f3f3f3;
  padding: 15px 15px 15px 130px;
  position: relative;
}
.p-case-list-link::before {
  align-items: center; 
  background: #12b5ab;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: white;
  content: 'case.' counter(cnt);
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  width: 100px;
}
.p-case-list-link::after {
  border-color: transparent transparent transparent #12b5ab;
  border-style: solid;
  border-width: 5px 5px;
  content: ''; 
  display: block;
  height: 10px;
  left: 100px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.p-case-list-item .p-case-list-detail {
  background: white;
  border-top: none;
  padding: 15px;
}

.p-case-list-item .p-case-list-detail .p-case-list-detail-date {
  margin-bottom: 10px;
}

.p-case-list-item .p-case-list-detail .p-case-list-detail-date:last-child {
  margin-bottom: 0;
}

.p-case-list-wrap {
  margin-bottom: 60px;
}

.p-case-list-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 15px 0;
  position: relative;
}

.p-case-list-item .p-case-list-detail {
  line-height: 1.5;
  padding: 15px 0;
}

.p-case-list-detail-item {
  margin-bottom: 5px;
}

.p-case-qa dt {
  background: #12b5ab;
  color: white;
  padding: 10px 10px 10px 60px;
  position: relative;
}

.p-case-qa dt:not(:first-of-type) {
  margin-top: 10px;
}

.p-case-qa dd {
  background: #f3f3f3;
  padding: 10px 10px 10px 60px;
  position: relative;
}

.p-case-qa span {
  background: rgba(255, 255, 255, 0.2);
  font-weight: bold;
  height: 100%;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0;
}

.p-case-list-advice {
  line-height: 1.5;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  .p-case-know-list {
    padding: 0 5px 5px;
  }
  .p-case-know-item {
    float: none;
    margin-top: 5px; 
    width: 100%;
  }
  .p-case-know-title {
    font-size: 1.4rem; 
    padding: 10px;
  }
  .p-case-know-img {
    display: table-cell;
    padding: 10px; 
    width: 80px;
  }
  .p-case-know-text {
    display: table-cell;
    padding: 10px 10px 10px 0;
  }
  .p-case-list-title {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.p-link-list-item {
  border: 1px solid #ccc;
  float: left;
  margin-bottom: 20px;
  text-align: center; 
  width: calc((100% - 40px) /3);
}
@media screen and (min-width: 769px) {
  .p-link-list-item:nth-of-type(3n-1) {
    margin-left: 20px;
    margin-right: 20px;
  }
  .p-link-list-item:nth-of-type(3n-2) {
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .p-link-list-item {
    float: none;
    margin-bottom: 10px; 
    width: 100%;
  }
}
.p-link-list-item .p-link-list-title {
  background: -webkit-linear-gradient(top, white 0%, #f7f7f7 60%, #f2f2f2 100%); 
  background:         linear-gradient(to bottom, white 0%, #f7f7f7 60%, #f2f2f2 100%);
  border-top: 1px solid #ccc;
  padding: 15px;
  text-align: center;
}

.p-information-textwrap {
  margin-bottom: 20px;
}

.p-information-list {
  background: white;
  border: 1px solid #ccc; 
  padding: 10px;
}

.p-information-item {
  display: table;
  padding-bottom: 15px; 
  padding-top: 15px;
  width: 100%;
}
.p-information-item:not(:last-of-type) {
  border-bottom: 1px dashed #ccc;
}
.p-information-item > * {
  display: table-cell;
  padding: 0 15px; 
  vertical-align: middle;
}

.p-information-day {
  width: 145px;
}

.p-information-category {
  width: 120px;
}

.p-information-icon {
  background: #313131;
  border-radius: 4px;
  color: white; 
  display: block;
  padding: 10px;
  text-align: center;
}
.p-information-icon.p-information-info {
  background: #4db564;
}
.p-information-icon.p-information-announced {
  background: #f90;
}
.p-information-icon.p-information-caution {
  background: #e71f19;
}
.p-information-icon.p-information-other {
  background: #818181;
}

.p-information-type {
  text-align: center; 
  width: 55px;
}

@media screen and (max-width: 768px) {
  .p-information-item {
    display: block;
    padding-bottom: 15px; 
    padding-top: 15px;
  }
  .p-information-item:not(:last-of-type) {
    border-bottom: 1px dashed #ccc;
  }
  .p-information-item > * {
    display: inline-block;
    padding: 0;
  }
  .p-information-day,
  .p-information-category,
  .p-information-type {
    margin-right: 5px; 
    width: auto;
  }
  .p-information-icon {
    padding: 5px;
  }
  .p-information-link {
    display: block;
    margin-top: 10px;
  }
}
.p-qa-textwrap {
  margin-bottom: 20px;
}

.p-qa-list-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5; 
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-qa-list-title {
    font-size: 1.4rem; 
    padding: 10px;
  }
}

.p-qa-list-subtitle {
  font-weight: bold;
  line-height: 1.5; 
  padding: 5px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-qa-list-subtitle {
    font-size: 1.4rem; 
    padding: 10px;
  }
}

.p-qa-list-text-area {
  background: #f3f3f3;
  padding: 10px;
}

.p-qa-list dt {
  background: #12b5ab;
  color: white;
  cursor: pointer; 
  line-height: 1.5;
  padding: 10px 40px 10px 60px;
  position: relative;
}
.p-qa-list dt:not(:first-of-type) {
  margin-top: 20px;
}
.p-qa-list dt::before {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px; 
  content: '';
  display: block;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
}
.p-qa-list dt::after {
  border-color: white transparent transparent transparent;
  border-style: solid;
  border-width: 4px 3px;
  content: '';
  display: block;
  display: block;
  height: 8px;
  margin-top: -1px; 
  position: absolute;
  right: 17px;
  top: 50%;
  width: 6px;
}
.p-qa-list dt.l-toggle-open::after {
  border-color: transparent transparent white transparent;
  border-style: solid;
  border-width: 4px 3px;
  display: block;
  height: 8px;
  margin-top: -6px; 
  width: 6px;
}
.p-qa-list dd {
  background: #f3f3f3; 
  display: none;
  line-height: 1.5;
  padding: 10px 10px 10px 60px;
  position: relative;
}
.p-qa-list dt > span:first-of-type,
.p-qa-list dd > span:first-of-type {
  background: rgba(255, 255, 255, 0.2);
  font-weight: bold;
  height: 100%; 
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0;
}

.p-qa-list-table {
  line-height: 1.5; 
  margin-top: 10px;
}
.p-qa-list-table caption {
  font-weight: bold;
  text-align: left;
}
.p-qa-list-table .p-qa-list-table-title {
  background: #12b5ab;
}
.p-qa-list-table .p-qa-list-table-title td {
  border: 1px solid #0d827a; 
  color: white;
  font-weight: bold;
  width: 60%;
}
.p-qa-list-table .p-qa-list-table-title td:not(:first-of-type) {
  border-left: none;
  width: 20%;
}
.p-qa-list-table tr td {
  border: 1px solid #ccc;
  border-top: none; 
  padding: 10px;
  vertical-align: middle;
}

.p-spam-images {
  display: none;
  margin: 20px 0;
}

.p-spam-images-btn {
  cursor: pointer;
  display: inline-block; 
  line-height: 16px;
  padding-left: 15px;
  position: relative;
}
.p-spam-images-btn::after {
  border-color: transparent transparent transparent #313131;
  border-style: solid;
  border-width: 5px 8px;
  content: '';
  display: block;
  height: 10px;
  left: 0; 
  position: absolute;
  top: 3px;
  width: 16px;
}

.p-what-textwrap {
  margin-bottom: 20px;
}

.p-what-know-list-title {
  background:         linear-gradient(to bottom, white 0%, #f7f7f7 60%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, white 0%, #f7f7f7 60%, #f2f2f2 100%);
  border: 1px solid #ccc;
  font-size: 1.8rem;
  line-height: 1; 
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
}

.p-what-know-list-wrap {
  border: 1px solid #ccc;
  padding: 15px;
}
.p-what-know-list-wrap .p-what-know-item {
  float: left; 
  margin-bottom: 20px;
  width: calc((100% - 40px) /3);
}
@media screen and (min-width: 769px) {
  .p-what-know-list-wrap .p-what-know-item:nth-of-type(3n-1) {
    margin-left: 20px;
    margin-right: 20px;
  }
  .p-what-know-list-wrap .p-what-know-item:nth-of-type(3n-2) {
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .p-what-know-list-wrap .p-what-know-item {
    float: none;
    margin-top: 5px; 
    width: 100%;
  }
}
.p-what-know-list-wrap .p-what-know-item .p-what-know-detail {
  border: 1px solid #ccc;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .p-what-know-list-wrap .p-what-know-item .p-what-know-detail {
    float: none;
    margin-bottom: 10px; 
    width: 100%;
  }
}
.p-what-know-list-wrap .p-what-know-item .p-what-know-detail .p-what-know-img {
  padding-top: 10px; 
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-what-know-list-wrap .p-what-know-item .p-what-know-detail .p-what-know-img {
    display: table-cell;
    padding: 10px; 
    width: 80px;
  }
}
.p-what-know-list-wrap .p-what-know-item .p-what-know-detail .p-what-know-text {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .p-what-know-list-wrap .p-what-know-item .p-what-know-detail .p-what-know-text {
    display: table-cell;
    padding: 10px 10px 10px 0;
  }
}

@media screen and (min-width: 769px) {
  .p-what-main-title {
    margin-top: 40px;
  }
}

.p-what-sort-wrap {
  margin-bottom: 40px;
}

.p-what-sort-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-what-sort-item {
    margin-bottom: 5px;
    padding-bottom: 20px;
  }
}

.p-what-sort-item-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1; 
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-what-sort-item-title {
    font-size: 1.4rem; 
    padding: 10px;
  }
}

.p-what-sort-item-commentary,
.p-what-sort-item-commentary-en {
  background: #f3f3f3;
  margin: 20px 0;
  padding: 10px 10px 10px 50px;
  position: relative;
}
.p-what-sort-item-commentary dt,
.p-what-sort-item-commentary-en dt {
  font-weight: bold;
  height: 100%;
  left: 0;
  line-height: 1.5; 
  padding: 10px;
  position: absolute;
  top: 0;
}
.p-what-sort-item-commentary dd,
.p-what-sort-item-commentary-en dd {
  line-height: 1.5;
}

.p-what-sort-item-commentary-en {
  padding: 10px 10px 10px 60px;
}

.p-what-sort-list {
  margin-top: 10px;
}
.p-what-sort-list li {
  line-height: 1.5; 
  margin-bottom: 5px;
  padding-left: 1em;
  position: relative;
}
.p-what-sort-list li::after {
  background-color: #12b5ab;
  border-radius: 100%; 
  content: '';
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 6px;
}

.p-what-sort-list-num {
  margin-top: 10px;
}
.p-what-sort-list-num li {
  line-height: 1.5; 
  list-style-type: decimal;
  margin-bottom: 5px;
  margin-left: 17px;
}

.p-what-category-name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.p-what-table tr,
.p-what-table th,
.p-what-table td {
  vertical-align: middle;
}

.p-foreignlanguage-icon {
  background: url('../images/icon_earth.png') no-repeat left center;
  background-size: contain; 
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-foreignlanguage-icon {
    padding-left: 30px;
  }
}

.p-foreignlanguage-list-item {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.p-foreignlanguage-list-item .p-foreignlanguage-list-title {
  background:         linear-gradient(to bottom, white 0%, #f7f7f7 60%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, white 0%, #f7f7f7 60%, #f2f2f2 100%);
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px; 
  padding: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-foreignlanguage-list-item .p-foreignlanguage-list-title {
    font-size: 1.4rem; 
    padding: 10px;
  }
}
.p-foreignlanguage-list-item .p-foreignlanguage-list-link {
  padding: 0 25px;
}
.p-foreignlanguage-list-item .p-foreignlanguage-list-arrow {
  display: inline-block; 
  position: relative;
}
.p-foreignlanguage-list-item .p-foreignlanguage-list-arrow::after {
  border-color: transparent transparent transparent #313131;
  border-style: solid;
  border-width: 5px 8px;
  content: '';
  display: block;
  height: 10px;
  left: 10px; 
  position: absolute;
  top: 3px;
  width: 16px;
}

.p-sitemap-list-title {
  color: #313131;
}

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

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

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

.l-breadcrumb,
.l-footer,
.l-header-contents,
.c-container,
.c-border-box-title-wrapper,
.c-float-list,
.c-type-list,
.c-voice-select,
.p-top-news-title-wrapper,
.p-sub-link,
.p-search-form dl,
.p-search-result-pager,
.p-download-pamphlet-list,
.p-case-btn-list,
.p-link-list,
.p-what-btn-list,
.u-clearfix {
  *zoom: 1;
}
.l-breadcrumb:after,
.l-footer:after,
.l-header-contents:after,
.c-container:after,
.c-border-box-title-wrapper:after,
.c-float-list:after,
.c-type-list:after,
.c-voice-select:after,
.p-top-news-title-wrapper:after,
.p-sub-link:after,
.p-search-form dl:after,
.p-search-result-pager:after,
.p-download-pamphlet-list:after,
.p-case-btn-list:after,
.p-link-list:after,
.p-what-btn-list: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;
}
