@charset "UTF-8";
:root {
  --notoSansJP-font-family: "Noto Sans JP", sans-serif;
  --mincho-font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif Japanese", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --marugo-font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  --kakugo-font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  --centuryGothic-font-family: "Century Gothic", sans-serif;
  --tenMincho-font-family: "ten-mincho", serif;
  --v7Gothic-font-family: vdl-v7gothic, sans-serif;
  --zenOldMincho-font-family: "Zen Old Mincho", serif;
  --MPlus1-font-family: "M PLUS 1", sans-serif;
  --notoSansJP-font-family: "Noto Sans JP", sans-serif;
  --yuGothic-font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  --zenKakuGochicAntique-font-family: "Zen Kaku Gothic Antique", sans-serif;
  --zenMaruGothic-font-family: "Zen Maru Gothic", serif;
  --main-font-family: var(--notoSansJP-font-family);
  --input-font-family: var(--notoSansJP-font-family);
  --base-font-size: 62.5%;
  --xxSmall-font-size: 0.8rem;
  --xSmall-font-size: 1rem;
  --small-font-size: 1.2rem;
  --standard-font-size: 1.6rem;
  --large-font-size: 2rem;
  --xLarge-font-size: 2.4rem;
  --xxLarge-font-size: 3rem;
  --black-color: #000000;
  --white-color: #FFFFFF;
  --red-color: #c1272d;
  --pattensblue-color: #e2f2f6;
  --yellow-color: #FFFF00;
  --blue-color: #1174ba;
  --green-color: #4caf50;
  --lightBlue-color: #bfe4ff;
  --basicBlue-color: #1174ba;
  --darkBlue-color: #17589e;
  --basicOrange-color: #f39d15;
  --darkOrange-color: #e67e47;
  --lightGreen-color: #c6dc7a;
  --basicGreen-color: #437874;
  --darkGreen-color: #2A4F4C;
  --basicBrown-color: #946134;
  --darkBrown-color: #654121;
  --basicPurple-color: #93278f;
  --darkPurple-color: #711C6E;
  --lightGrey-color: #e6e6e6;
  --basicGrey-color: #666666;
  --darkGrey-color: #333333;
  --black-rgb-color: 0, 0, 0;
  --white-rgb-color: 255, 255, 255;
  --red-rgb-color: 193, 39, 45;
  --pattensblue-rgb-color: 226, 242, 246;
  --yellow-rgb-color: 255, 255, 0;
  --blue-rgb-color: 17, 116, 186;
  --green-rgb-color: 76, 175, 80;
  --lightBlue-rgb-color: 191, 228, 255;
  --basicBlue-rgb-color: 17, 116, 186;
  --darkBlue-rgb-color: 23, 88, 158;
  --basicOrange-rgb-color: 243, 157, 21;
  --darkOrange-rgb-color: 230, 126, 71;
  --lightGreen-rgb-color: 198, 220, 122;
  --basicGreen-rgb-color: 67, 120, 116;
  --darkGreen-rgb-color: 42, 79, 76;
  --basicBrown-rgb-color: 148, 97, 52;
  --darkBrown-rgb-color: 101, 65, 33;
  --basicPurple-rgb-color: 147, 39, 143;
  --darkPurple-rgb-color: 113, 28, 110;
  --lightGrey-rgb-color: 230, 230, 230;
  --basicGrey-rgb-color: 102, 102, 102;
  --darkGrey-rgb-color: 51, 51, 51;
  --basic-width: 1600px;
  --tablet-width: 1280px;
  --smartphone-width: 950px;
  --wrapperPC-width: 1200px;
  --wrapperTablet-width: 900px;
  --wrapperSP-max-width: 500px;
  --transition-all-easeOut: all 0.25s ease-out;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

/**
 * 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  font-style: normal;
  color: var(--black-color);
  font-weight: 500;
  font-size: var(--base-font-size);
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow: auto;
  height: -webkit-fill-available;
  background-color: var(--white-color);
}

body {
  position: relative;
  font-family: var(--main-font-family);
  font-size: var(--standard-font-size);
  counter-reset: number 0;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
          animation: fadeIn 3s ease 0s 1 normal;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a {
  color: var(--black-color);
  text-underline-offset: 0.5rem;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 950px) {
  a[href^="tel:"] {
    pointer-events: all;
    text-decoration: underline;
  }
}

input[type=submit], input[type=button], button {
  font-family: var(--input-font-family);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--white-color)), to(var(--lightGrey-color)));
  background: -webkit-linear-gradient(top, var(--white-color), var(--lightGrey-color));
  background: linear-gradient(to bottom, var(--white-color), var(--lightGrey-color));
}

.l-main {
  max-width: 480px;
  margin: auto;
  padding: 65px 10px 0;
}

.l-footer {
  background-color: var(--white-color);
}

.p-logo {
  margin-right: 10px;
}

.p-company {
  font-size: var(--large-font-size);
  line-height: 200%;
}

.p-anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.p-anchor__item {
  width: 48%;
  height: 40px;
  border: var(--black-color) solid 1px;
  border-radius: 10px;
  background-color: var(--basicOrange-color);
}
.p-anchor__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: var(--standard-font-size);
}

.p-section {
  margin: 20px 0;
}
.p-section__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  font-size: var(--large-font-size);
  border: var(--black-color) solid 1px;
  background-color: var(--white-color);
}
.p-section__standard, .p-section__performance {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  font-size: var(--large-font-size);
}
.p-section__figure {
  text-align: center;
  margin-bottom: 20px;
}
.p-section__figure img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}
.p-section__performance {
  margin-bottom: 20px;
}
.p-section__evaluation {
  margin: 20px 0;
}
.p-section__evaluation dt {
  margin-top: 0.25em;
  line-height: 150%;
}
.p-section__evaluation dd {
  margin-left: 0.5em;
  line-height: 150%;
}
.p-section__evaluation dd::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.25em;
}
.p-section__text {
  margin-bottom: 20px;
  line-height: 150%;
}
.p-section__contact {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: var(--black-color) solid 1px;
  background-color: var(--green-color);
}
.p-section__contact a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: var(--white-color);
}
.p-section__contact a::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.25em;
}

.p-copyright {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: left;
  font-size: var(--small-font-size);
  margin-bottom: 1em;
}

/* content===========================================

	utility.css

		Utilities
		Fonts
		Colors
		Spacing
		Border radius
		Table (Responsive)


	KABOSU MEDIA WORKS

===================================================== */
/*	 Utilities
===================================================== */
.u-clear {
  clear: both;
}

.u-clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.u-dn {
  display: none;
}

.u-di {
  display: inline;
}

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

.u-db {
  display: block;
}

.u-dt {
  display: table;
}

.u-dit {
  display: inline-table;
}

.u-vh {
  visibility: hidden;
}

.u-fln {
  float: none;
}

.u-fll {
  float: left;
}

.u-flr {
  float: right;
}

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

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

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

.u-wmvlr {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.u-wmvrl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.u-wmhtb {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

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

/*	Fonts
===================================================== */
.u-fontMincho {
  font-family: var(--mincho-font-family);
}

.u-fontMarugo {
  font-family: var(--marugo-font-family);
}

.u-fontKakugo {
  font-family: var(--kakugo-font-family);
}

.u-fontCenturyGothic {
  font-family: var(--centuryGothic-font-family);
}

.u-fontTenMincho {
  font-family: var(--tenMincho-font-family);
}

.u-fontV7Gothic {
  font-family: var(--v7Gothic-font-family);
}

.u-fontZenOldMincho {
  font-family: var(--zenOldMincho-font-family);
}

.u-fontMPlus1 {
  font-family: var(--MPlus1-font-family);
}

.u-fontNotoSansJP {
  font-family: var(--notoSansJP-font-family);
}

.u-fontYuGothic {
  font-family: var(--yuGothic-font-family);
}

.u-fontZenKakuGochicAntique {
  font-family: var(--zenKakuGochicAntique-font-family);
}

.u-fontzenMaruGothic {
  font-family: var(--zenMaruGothic-font-family);
}

/*	Colors
===================================================== */
/* cRed:Red, cBlue:Blue, cGreen:Green, cYellow:Yellow, cGrey:Grey  */
/*** 参考元 --> http://t32k.me/wisteria/ ***/
.u-cBlack {
  color: #000000;
}

.u-cRed-light {
  color: #FFCDD2;
}

.u-cRed {
  color: #F44336;
}

.u-cRed-dark {
  color: #B71C1C;
}

.u-cBlue-light {
  color: #BBDEFB;
}

.u-cBlue {
  color: #2196F3;
}

.u-cBlue-dark {
  color: #0D47A1;
}

.u-cGreen-light {
  color: #C8E6C9;
}

.u-cGreen {
  color: #4CAF50;
}

.u-cGreen-dark {
  color: #1B5E20;
}

.u-cYellow-light {
  color: #FFF9C4;
}

.u-cYellow {
  color: #FFEB3B;
}

.u-cYellow-dark {
  color: #F57F17;
}

.u-cGrey-light {
  color: #F5F5F5;
}

.u-cGrey {
  color: #9E9E9E;
}

.u-cGrey-dark {
  color: #212121;
}

/* background color */
.u-bgcRed-light {
  background-color: #FFCDD2;
}

.u-bgcRed {
  background-color: #F44336;
}

.u-bgcRed-dark {
  background-color: #B71C1C;
}

.u-bgcBlue-light {
  background-color: #BBDEFB;
}

.u-bgcBlue {
  background-color: #2196F3;
}

.u-bgcBlue-dark {
  background-color: #0D47A1;
}

.u-bgcGreen-light {
  background-color: #C8E6C9;
}

.u-bgcGreen {
  background-color: #4CAF50;
}

.u-bgcGreen-dark {
  background-color: #1B5E20;
}

.u-bgcYellow-light {
  background-color: #FFF9C4;
}

.u-bgcYellow {
  background-color: #FFEB3B;
}

.u-bgcYellow-dark {
  background-color: #F57F17;
}

.u-bgcGrey-light {
  background-color: #F5F5F5;
}

.u-bgcGrey {
  background-color: #9E9E9E;
}

.u-bgcGrey-dark {
  background-color: #212121;
}

/*	Spacing
===================================================== */
/*margin (rem) */
.u-ma {
  margin: auto;
}

.u-mn {
  margin: 0;
}

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

.u-mts {
  margin-top: 0.4rem;
}

.u-mtm {
  margin-top: 1.6rem;
}

.u-mtl {
  margin-top: 3.2rem;
}

.u-mtx {
  margin-top: 4.8rem;
}

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

.u-mbs {
  margin-bottom: 0.4rem;
}

.u-mbm {
  margin-bottom: 1.6rem;
}

.u-mbl {
  margin-bottom: 3.2rem;
}

.u-mbx {
  margin-bottom: 4.8rem;
}

/*margin (px) */
.u-mt5 {
  margin-top: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mta {
  margin-top: auto !important;
}

.u-mra {
  margin-right: auto !important;
}

.u-mba {
  margin-bottom: auto !important;
}

.u-mla {
  margin-left: auto !important;
}

/*padding (rem) */
.u-pn {
  padding: 0;
}

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

.u-pts {
  padding-top: 0.4rem;
}

.u-ptm {
  padding-top: 1.6rem;
}

.u-ptl {
  padding-top: 3.2rem;
}

.u-ptx {
  padding-top: 4.8rem;
}

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

.u-pbs {
  padding-bottom: 0.4rem;
}

.u-pbm {
  padding-bottom: 1.6rem;
}

.u-pbl {
  padding-bottom: 3.2rem;
}

.u-pbx {
  padding-bottom: 4.8rem;
}

/*padding (px) */
.u-pt5 {
  padding-top: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*	Border radius
===================================================== */
.c-br-4 {
  border-radius: 4px;
  -ms-border-radius: 4px;
}

.c-br-8 {
  border-radius: 8px;
  -ms-border-radius: 8px;
}

.c-br-12 {
  border-radius: 12px;
  -ms-border-radius: 12px;
}

.c-br-16 {
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/*	white-space
===================================================== */
.u-ws-nowrap {
  white-space: nowrap !important;
}

.u-ws-wrap {
  white-space: wrap !important;
}

/*	Table (Responsive)
===================================================== */
.u-touchGesture {
  text-align: center;
  color: #999;
  padding: 3%;
  margin-bottom: 12px;
  border: solid 1px #ddd;
  background-color: #eee;
}

.u-touchGesture img {
  max-width: 80%;
  vertical-align: bottom;
}

.u-visually-hidden {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}