@charset "UTF-8";
/* ==========================================================================
* 
*  Foundation
*  ブラウザのデフォルトスタイルの初期化や基本的なスタイル。
* 
*  ========================================================================*/
/* -----------------------------------------------------------------
*  reset
*  ---------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

main {
  display: block;
}

img {
  background-color: transparent;
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

ol,
ul {
  list-style: none;
}

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

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

input[type=radio],
input[type=checkbox] {
  display: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/* -----------------------------------------------------------------
*  base
*  ---------------------------------------------------------------*/
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansCJKjp-Thin_subset.eot");
  /* IE9 Compat Modes */
  src: url("../font/NotoSansCJKjp-Thin_subset.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Thin_subset.woff") format("woff"), url("../font/NotoSansCJKjp-Thin_subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotoSansCJKjp-Light_subset.eot");
  /* IE9 Compat Modes */
  src: url("../font/NotoSansCJKjp-Light_subset.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Light_subset.woff") format("woff"), url("../font/NotoSansCJKjp-Light_subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansCJKjp-DemiLight_subset.eot");
  /* IE9 Compat Modes */
  src: url("../font/NotoSansCJKjp-DemiLight_subset.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-DemiLight_subset.woff") format("woff"), url("../font/NotoSansCJKjp-DemiLight_subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular_subset.eot");
  /* IE9 Compat Modes */
  src: url("../font/NotoSansCJKjp-Regular_subset.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Regular_subset.woff") format("woff"), url("../font/NotoSansCJKjp-Regular_subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansCJKjp-Medium_subset.eot");
  /* IE9 Compat Modes */
  src: url("../font/NotoSansCJKjp-Medium_subset.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Medium_subset.woff") format("woff"), url("../font/NotoSansCJKjp-Medium_subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url("../font/NotoSansCJKjp-Bold_subset.eot");
  /* IE9 Compat Modes */
  src: url("../font/NotoSansCJKjp-Bold_subset.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Bold_subset.woff") format("woff"), url("../font/NotoSansCJKjp-Bold_subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  position: relative;
  font-family: "NotoSansCJKjp","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  min-width: 1200px;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

a {
  color: #003e72;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

sup {
  font-size: 50%;
  vertical-align: super;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #A2A2A2;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #A2A2A2;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #A2A2A2;
}

input::placeholder,
textarea::placeholder {
  color: #A2A2A2;
}

/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #A2A2A2;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #A2A2A2;
}

/* ==========================================================================
* 
*  Vendor
*  外部提供CSS
* 
*  ========================================================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ==========================================================================
* 
*  Layout
*  ヘッダー、フッター、サイドバー、メインコンテンツエリアなど、サイト全体のブロックに関するもの。
* 
*  ========================================================================*/
/* -----------------------------------------------------------------
*  loader
*  ---------------------------------------------------------------*/
.l-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  z-index: 9999;
}

.pageLoaded .l-loader {
  animation: fadeoutloader 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

@keyframes fadeoutloader {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}

/* -----------------------------------------------------------------
*  header
*  ---------------------------------------------------------------*/
.l-header {
  width: 100%;
}

.l-header__lgContents {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  z-index: 5000;
  background-color: transparent;
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

.l-header__lgContents__logo {
  position: absolute;
  top: 10px;
  left: 0;
  width: 201px;
  display: inline-block;
}

.l-header__lgContents__logo > a {
  display: block;
}

.l-header__lgContents__nav {
  position: absolute;
  top: 14px;
  right: 0;
}

.l-header__lgContents__nav__list {
  font-size: 0;
}

.l-header__lgContents__nav__list__item {
  display: inline-block;
  margin-left: 58px;
  text-align: center;
}

.l-header__lgContents__nav__list__item:first-child {
  margin-left: 0;
}

.l-header__lgContents__nav__list__item__anchor {
  color: #003e72;
  display: block;
}

.l-header__lgContents__nav__list__item__anchor__en {
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  letter-spacing: 0.04em;
  font-style: italic;
  font-weight: normal;
}

.l-header__lgContents__nav__list__item__anchor__jp {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.l-header__lgContents__nav__list__item__anchor:hover {
  color: #c6a160;
}

.l-header__lgContents.is-colored {
  background-color: #fff;
}

.l-header__xsContents {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 5000;
  background-color: transparent;
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

.l-header__xsContents__logo {
  position: absolute;
  top: 14px;
  left: 5.333333333%;
  width: 201px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .l-header__xsContents__logo {
    width: 141px;
  }
}

.l-header__xsContents__logo > a {
  display: block;
}

.l-header__xsContents__menuBtn {
  position: absolute;
  top: 15px;
  right: 5.333333333%;
  width: 32px;
  height: 26px;
  display: block;
}

.l-header__xsContents__menuBtn > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #003e72;
  display: block;
}

.l-header__xsContents__menuBtn > span:nth-child(1) {
  top: 0;
}

.l-header__xsContents__menuBtn > span:nth-child(2) {
  top: 50%;
}

.l-header__xsContents__menuBtn > span:nth-child(3) {
  top: 100%;
}

.l-header__xsContents__navHolder {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  padding: 60px 5.333333333% 15px;
  background-color: #fff;
  overflow: auto;
  transform: translateX(100%);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

.l-header__xsContents__navHolder__closeBtn {
  position: absolute;
  top: 15px;
  right: 5.333333333%;
  width: 32px;
  height: 26px;
  display: block;
}

.l-header__xsContents__navHolder__closeBtn > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #003e72;
  display: block;
}

.l-header__xsContents__navHolder__closeBtn > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}

.l-header__xsContents__navHolder__closeBtn > span:nth-child(2) {
  top: 50%;
  transform: rotate(-45deg);
}

.l-header__xsContents__navHolder__nav__list__item {
  margin-top: 15px;
  /*pre animation*/
  opacity: 0;
  transform: translateY(25px);
}

.l-header__xsContents__navHolder__nav__list__item:first-child {
  margin-top: 0;
}

.l-header__xsContents__navHolder__nav__list__item:nth-child(1) {
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
}

.l-header__xsContents__navHolder__nav__list__item:nth-child(2) {
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}

.l-header__xsContents__navHolder__nav__list__item:nth-child(3) {
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}

.l-header__xsContents__navHolder__nav__list__item:nth-child(4) {
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
}

.l-header__xsContents__navHolder__nav__list__item:nth-child(5) {
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
}

.l-header__xsContents__navHolder__nav__list__item:nth-child(6) {
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
}

.l-header__xsContents__navHolder__nav__list__item:nth-child(7) {
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1) 0.9s;
}

.l-header__xsContents__navHolder__nav__list__item__anchor {
  color: #003e72;
  display: block;
}

.l-header__xsContents__navHolder__nav__list__item__anchor__en {
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  letter-spacing: 0.04em;
  font-style: italic;
  font-weight: normal;
}

.l-header__xsContents__navHolder__nav__list__item__anchor__jp {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.l-header__xsContents__navHolder__nav__list__item__anchor:hover {
  color: #c6a160;
}

.l-header__xsContents__navHolder.is-slided {
  transform: translateX(0);
}

.l-header__xsContents__navHolder.is-slided .l-header__xsContents__navHolder__nav__list__item {
  opacity: 1;
  transform: translateY(0);
}

.l-header__xsContents.is-colored {
  background-color: #fff;
}

/* -----------------------------------------------------------------
*  container
*  ---------------------------------------------------------------*/
.l-container {
  overflow: hidden;
}

/* -----------------------------------------------------------------
*  main
*  ---------------------------------------------------------------*/
.l-main {
  padding-bottom: 230px;
}

@media only screen and (max-width: 767px) {
  .l-main {
    padding-bottom: 115px;
  }
}

/* -----------------------------------------------------------------
*  footer
*  ---------------------------------------------------------------*/
.l-footer {
  position: relative;
  background-color: #f4f4f4;
  padding: 70px 0 85px;
  border-top: 3px solid #c6a160;
}

.l-footer__logo {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .l-footer__logo {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer__sns {
    margin-bottom: 50px;
  }
}

.l-footer__sns__list {
  text-align: center;
  font-size: 0;
}

.l-footer__sns__list__item {
  width: 45px;
  vertical-align: top;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}

.l-footer__sns__list__item:first-child {
  margin-left: 0;
}

.l-footer__scrollToTopBtn {
  position: absolute;
  top: -20px;
  right: 0;
  display: inline-block;
  width: 70px;
}

@media only screen and (max-width: 767px) {
  .l-footer__scrollToTopBtn {
    width: 45px;
    right: 5.333333333%;
  }
}

.l-footer__copyright {
  position: absolute;
  right: 0;
  bottom: -60px;
  color: #003e72;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 767px) {
  .l-footer__copyright {
    position: static;
    text-align: center;
    display: block;
  }
}

/* ==========================================================================
* 
*  Object
*  サイト内で繰り返されるパターン。
* 
*  ========================================================================*/
/* -----------------------------------------------------------------
*  Component
*  ---------------------------------------------------------------*/
.c-btn_type01 {
  display: inline-block;
}

.c-btn_type01 > a {
  position: relative;
  width: 300px;
  padding: 15px;
  display: block;
  color: #003b73;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  background-color: #fff;
  border: 1px solid #003b73;
  text-align: center;
  font-weight: bold;
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 767px) {
  .c-btn_type01 > a {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.c-btn_type01 > a:after {
  content: "";
  width: 63px;
  height: 7px;
  background-image: url(../images/common/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -4px;
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 767px) {
  .c-btn_type01 > a:after {
    width: 26px;
    right: 12px;
    margin-top: 0;
  }
}

.c-btn_type01 > a:hover {
  background-color: #003b73;
  color: #fff;
}

.c-btn_type01 > a:hover:after {
  opacity: 0;
  transform: translateX(25px);
}

.c-btn_type02 {
  display: inline-block;
}

.c-btn_type02 > a {
  position: relative;
  width: 100%;
  padding: 15px;
  display: block;
  color: #003b73;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  background-color: #fff;
  border: 1px solid #003b73;
  text-align: center;
  font-weight: bold;
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 767px) {
  .c-btn_type02 > a {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.c-btn_type02 > a:after {
  content: "";
  width: 63px;
  height: 7px;
  background-image: url(../images/common/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -4px;
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 767px) {
  .c-btn_type02 > a:after {
    width: 26px;
    right: 12px;
    margin-top: 0;
  }
}

.c-btn_type02 > a:hover {
  background-color: #003b73;
  color: #fff;
}

.c-btn_type02 > a:hover:after {
  opacity: 0;
  transform: translateX(25px);
}

.c-formBtn {
  display: inline-block;
  position: relative;
}

.c-formBtn > input[type="button"], .c-formBtn > input[type="submit"] {
  width: 300px;
  padding: 15px;
  display: block;
  color: #003b73;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  background-color: #fff;
  border: 1px solid #003b73;
  text-align: center;
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .c-formBtn > input[type="button"], .c-formBtn > input[type="submit"] {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.c-formBtn:after {
  content: "";
  width: 63px;
  height: 7px;
  background-image: url(../images/common/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -3px;
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 767px) {
  .c-formBtn:after {
    width: 26px;
    right: 12px;
    margin-top: 0;
  }
}

.c-formBtn:hover > input[type="button"], .c-formBtn:hover > input[type="submit"] {
  background-color: #003b73;
  color: #fff;
}

.c-formBtn:hover:after {
  opacity: 0;
  transform: translateX(25px);
}

.c-formCheckbox_type01 > input[type="checkbox"]:checked + label > span:after {
  display: block;
}

.c-formCheckbox_type01 > label {
  position: relative;
}

.c-formCheckbox_type01 > label > span {
  font-size: 0;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
  vertical-align: middle;
  border: 1px solid #c8c8c8;
  margin-right: 10px;
}

.c-formCheckbox_type01 > label > span:after {
  font-size: 0;
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  background-color: #000;
  border-radius: 2px;
}

.c-formCheckbox_type01 > label > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .c-formCheckbox_type01 > label > div {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-formCheckbox_type01 > label:hover {
  cursor: pointer;
}

.c-formRadio_type01 > input[type="radio"]:checked + label > span:after {
  display: block;
}

.c-formRadio_type01 > label {
  position: relative;
}

.c-formRadio_type01 > label > span {
  font-size: 0;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  vertical-align: middle;
  margin-right: 10px;
}

.c-formRadio_type01 > label > span:after {
  font-size: 0;
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 5px;
  background-color: #000;
}

.c-formRadio_type01 > label > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .c-formRadio_type01 > label > div {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-formRadio_type01 > label:hover {
  cursor: pointer;
}

.c-formSelect {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.c-formSelect_type01 > label {
  overflow: hidden;
  display: block;
  position: relative;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  padding-right: 36px;
}

.c-formSelect_type01 > label:after {
  width: 14px;
  content: url(../images/common/icon_formSelectArrow.svg);
  display: inline-block;
  font-size: 0;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
}

.c-formSelect_type01 > label > select {
  width: calc(100% + 100px);
  position: relative;
  padding: 0 15px;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  height: 50px;
  z-index: 2;
}

.c-formText_type01 {
  line-height: 50px;
  height: 50px;
  border: 1px solid #c8c8c8;
  padding: 0 10px;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
  background-color: #eeeeee;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-formTextArea_type01 {
  border: 1px solid #c8c8c8;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
  background-color: #eeeeee;
  font-size: 14px;
  font-size: 1.4rem;
  height: 180px;
}

.c-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.c-inner_contents {
  width: 1200px;
}

@media only screen and (max-width: 767px) {
  .c-inner_contents {
    width: 100%;
    padding: 0 5.333333333%;
  }
}

.c-inner_900 {
  width: 900px;
}

@media only screen and (max-width: 767px) {
  .c-inner_900 {
    width: 100%;
    padding: 0 5.333333333%;
  }
}

.c-inner_1100 {
  width: 1100px;
}

@media only screen and (max-width: 767px) {
  .c-inner_1100 {
    width: 100%;
    padding: 0 5.333333333%;
  }
}

@media only screen and (max-width: 767px) {
  .c-inner-horizon {
    width: 100%;
    padding: 0;
  }
}

/* -----------------------------------------------------------------
*  Project
*  ---------------------------------------------------------------*/
.p-heading {
  text-align: center;
}

.p-heading__unit {
  display: inline-block;
}

.p-heading__unit__icon {
  display: inline-block;
  width: 38px;
  /*pre animaton*/
  opacity: 0;
  transform: translateY(25px);
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 767px) {
  .p-heading__unit__icon {
    width: 26px;
  }
}

.p-heading__unit__en {
  margin-top: 18px;
  font-size: 30px;
  font-size: 3rem;
  color: #003e72;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0.04em;
  /*pre animaton*/
  opacity: 0;
  transform: translateY(25px);
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}

@media only screen and (max-width: 767px) {
  .p-heading__unit__en {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 12px;
  }
}

.p-heading__unit__jp {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #c6a160;
  /*pre animaton*/
  opacity: 0;
  transform: translateY(25px);
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}

@media only screen and (max-width: 767px) {
  .p-heading__unit__jp {
    font-size: 10px;
    font-size: 1rem;
  }
}

.p-heading.is-animated .p-heading__unit__icon {
  opacity: 1;
  transform: translateY(0);
}

.p-heading.is-animated .p-heading__unit__en {
  opacity: 1;
  transform: translateY(0);
}

.p-heading.is-animated .p-heading__unit__jp {
  opacity: 1;
  transform: translateY(0);
}

.p-media {
  position: relative;
}

.p-media:before {
  content: "";
  width: 100vw;
  height: 496px;
  display: block;
  position: absolute;
  background-color: #eee;
  min-width: 1200px;
  /*pre animation*/
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 767px) {
  .p-media:before {
    height: 580px;
    min-width: 100%;
  }
}

.p-media__texts {
  position: relative;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .p-media__texts {
    width: 100%;
    margin-bottom: 35px;
  }
}

.p-media__texts__hl {
  margin-bottom: 25px;
  color: #003e72;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.66666666667;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  /*pre animation*/
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  opacity: 0;
  transform: translateY(25px);
}

@media only screen and (max-width: 767px) {
  .p-media__texts__hl {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

.p-media__texts__rt {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.375;
  /*pre animation*/
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  opacity: 0;
  transform: translateY(25px);
}

@media only screen and (max-width: 767px) {
  .p-media__texts__rt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.14285714286;
  }
}

.p-media__texts__btn {
  /*pre animation*/
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
  opacity: 0;
  transform: translateY(25px);
}

@media only screen and (max-width: 767px) {
  .p-media__texts__btn {
    display: block;
  }
}

.p-media__figure {
  position: absolute;
  top: 0;
  height: 424px;
  min-width: 600px;
  /*pre animation*/
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  transform: translateY(25px);
}

@media only screen and (max-width: 767px) {
  .p-media__figure {
    position: static;
    min-width: 100%;
    height: 250px;
  }
}

.p-media__figure > div {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(https://placehold.jp/1600x600.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
}

.p-media__figure:after {
  content: "";
  display: block;
  border: 1px solid #013c74;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*pre animation*/
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  transform: translate(0, 0);
}

.p-media_typeA:before {
  right: 0;
  /*pre animation*/
  transform: translateX(-100%);
}

@media only screen and (max-width: 767px) {
  .p-media_typeA:before {
    right: -2.5%;
  }
}

.p-media_typeA .p-media__texts {
  left: 0;
  padding-right: 80px;
}

@media only screen and (max-width: 767px) {
  .p-media_typeA .p-media__texts {
    padding-right: 0;
  }
}

.p-media_typeA .p-media__figure {
  left: 50%;
  width: calc(100vw/2);
}

.p-media_typeB:before {
  left: 0;
  /*pre animation*/
  transform: translateX(100%);
}

@media only screen and (max-width: 767px) {
  .p-media_typeB:before {
    left: -2.5%;
  }
}

.p-media_typeB .p-media__texts {
  left: 50%;
  padding-left: 80px;
}

@media only screen and (max-width: 767px) {
  .p-media_typeB .p-media__texts {
    left: 0;
    padding-left: 0;
  }
}

.p-media_typeB .p-media__figure {
  right: 50%;
  width: calc(100vw/2);
}

.p-media.is-animated:before {
  transform: translateX(0);
}

.p-media.is-animated .p-media__texts__hl {
  opacity: 1;
  transform: translateY(0);
}

.p-media.is-animated .p-media__texts__rt {
  opacity: 1;
  transform: translateY(0);
}

.p-media.is-animated .p-media__texts__btn {
  opacity: 1;
  transform: translateY(0);
}

.p-media.is-animated .p-media__figure {
  opacity: 1;
  transform: translateY(0);
}

.p-media.is-animated .p-media__figure:after {
  opacity: 1;
}

.p-media.is-animated.p-media_typeA .p-media__figure:after {
  transform: translate(-20px, 20px);
}

@media only screen and (max-width: 767px) {
  .p-media.is-animated.p-media_typeA .p-media__figure:after {
    transform: translate(-10px, 10px);
  }
}

.p-media.is-animated.p-media_typeB .p-media__figure:after {
  transform: translate(20px, 20px);
}

@media only screen and (max-width: 767px) {
  .p-media.is-animated.p-media_typeB .p-media__figure:after {
    transform: translate(10px, 10px);
  }
}

.p-mv {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .p-mv {
    height: 250px;
  }
}

.p-mv > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(https://placehold.jp/1600x600.png);
  /*pre animation*/
  opacity: 0;
  transform: scale(1.1);
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1);
}

.pageLoaded .p-mv > div {
  opacity: 1;
  transform: scale(1);
}

.p-pageTitle {
  text-align: center;
}

.p-pageTitle__unit {
  display: inline-block;
  transform: translateY(-40px);
  width: 300px;
  background-color: #fff;
  padding: 30px 0;
}

.p-pageTitle__unit__icon {
  display: inline-block;
  width: 38px;
  /*pre animaton*/
  opacity: 0;
  transform: translateY(25px);
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 767px) {
  .p-pageTitle__unit__icon {
    width: 26px;
  }
}

.p-pageTitle__unit__en {
  margin-top: 18px;
  font-size: 40px;
  font-size: 4rem;
  color: #003e72;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0.04em;
  /*pre animaton*/
  opacity: 0;
  transform: translateY(25px);
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}

@media only screen and (max-width: 767px) {
  .p-pageTitle__unit__en {
    font-size: 29px;
    font-size: 2.9rem;
    margin-top: 12px;
  }
}

.p-pageTitle__unit__jp {
  margin-top: 10px;
  color: #c6a160;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  /*pre animaton*/
  opacity: 0;
  transform: translateY(25px);
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}

@media only screen and (max-width: 767px) {
  .p-pageTitle__unit__jp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.pageLoaded .p-pageTitle__unit__icon {
  opacity: 1;
  transform: translateY(0);
}

.pageLoaded .p-pageTitle__unit__en {
  opacity: 1;
  transform: translateY(0);
}

.pageLoaded .p-pageTitle__unit__jp {
  opacity: 1;
  transform: translateY(0);
}

.p-items__list {
  margin-left: -60px;
  margin-bottom: -60px;
}

@media only screen and (max-width: 767px) {
  .p-items__list {
    margin-left: 0;
  }
}

.p-items__list__item {
  box-shadow: 6.428px 7.66px 49.5px 5.5px rgba(107, 107, 107, 0.2);
  background-color: #fff;
  width: 360px;
  margin-left: 60px;
  margin-bottom: 60px;
  float: left;
  /*pre animation*/
  opacity: 0;
  transform: translateY(25px);
}

@media only screen and (max-width: 767px) {
  .p-items__list__item {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

.p-items__list__item:nth-child(3n+1) {
  clear: both;
}

.p-items__list__item:nth-child(3n+1) {
  /*pre animation*/
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1);
}

.p-items__list__item:nth-child(3n+2) {
  /*pre animation*/
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}

.p-items__list__item:nth-child(3n) {
  /*pre animation*/
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}

.p-items__list__item.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.p-items__list__item__anchor {
  display: block;
  padding: 40px 40px 80px;
}

@media only screen and (max-width: 767px) {
  .p-items__list__item__anchor {
    padding: 30px 30px 60px;
  }
}

.p-items__list__item__anchor__fig {
  margin-bottom: 30px;
}

.p-items__list__item__anchor__dl__dt {
  color: #c6a160;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .p-items__list__item__anchor__dl__dt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-items__list__item__anchor__dl__dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
}

@media only screen and (max-width: 767px) {
  .p-items__list__item__anchor__dl__dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-items__list__item__anchor:hover .p-items__list__item__anchor__dl__dd {
  color: #c6a160;
}

.p-pager_typeA > ul {
  text-align: center;
  font-size: 0;
}

.p-pager_typeA > ul > li {
  display: inline-block;
  margin-left: 10px;
}

.p-pager_typeA > ul > li:first-child {
  margin-left: 0;
}

.p-pager_typeA > ul > li > a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  color: #555;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-pager_typeA > ul > li > a {
    font-size: 14px;
    font-size: 1.4rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.p-pager_typeA > ul > li > a:hover {
  color: #c6a160;
}

.p-pager_typeA > ul > li.is-current > a {
  background-color: #c6a160;
  color: #fff;
}

.p-pager_typeB > ul {
  position: relative;
  font-size: 0;
  text-align: center;
}

.p-pager_typeB > ul > li {
  display: inline-block;
}

.p-pager_typeB > ul > li > a {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .p-pager_typeB > ul > li > a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-pager_typeB > ul > li > a:hover {
  color: #c6a160;
}

.p-pager_typeB > ul > li[data-role="prev"] {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/common/icon_pager_prev.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .p-pager_typeB > ul > li[data-role="prev"] {
    background-size: 7px auto;
    padding-left: 15px;
  }
}

.p-pager_typeB > ul > li[data-role="back"] {
  background-image: url(../images/common/icon_pager_index.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 36px;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .p-pager_typeB > ul > li[data-role="back"] {
    padding-left: 24px;
  }
}

.p-pager_typeB > ul > li[data-role="next"] {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/common/icon_pager_next.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .p-pager_typeB > ul > li[data-role="next"] {
    background-size: 7px auto;
    padding-right: 15px;
  }
}

/* -----------------------------------------------------------------
*  Utility
*  ---------------------------------------------------------------*/
.u-ta_c {
  text-align: center !important;
}

.u-ta_l {
  text-align: left !important;
}

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

.u-alpha {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  transition: 0.4s opacity ease;
}

.u-alpha:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

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

.u-clearfix:after {
  clear: both;
}

.u-visible_xs,
.u-visible_lg {
  display: none !important;
}

.u-visible_xs_block,
.u-visible_xs_inline,
.u-visible_xs_inline-block,
.u-visible_lg_block,
.u-visible_lg_inline,
.u-visible_lg_inline-block {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .u-visible_xs {
    display: block !important;
  }
  table.u-visible_xs {
    display: table !important;
  }
  tr.u-visible_xs {
    display: table-row !important;
  }
  th.u-visible_xs,
  td.u-visible_xs {
    display: table-cell !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-visible_xs_block {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-visible_xs_inline {
    display: inline !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-visible_xs_inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 768px) {
  .u-visible_lg {
    display: block !important;
  }
  table.u-visible_lg {
    display: table !important;
  }
  tr.u-visible_lg {
    display: table-row !important;
  }
  th.u-visible_lg,
  td.u-visible_lg {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 768px) {
  .u-visible_lg_block {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) {
  .u-visible_lg_inline {
    display: inline !important;
  }
}

@media only screen and (min-width: 768px) {
  .u-visible_lg_inline-block {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-hidden_xs {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .u-hidden_lg {
    display: none !important;
  }
}

.u-noEvent {
  pointer-events: none !important;
  color: #aaa !important;
}

.u-fw_normal {
  font-weight: normal !important;
}

.u-fw_bold {
  font-weight: bold !important;
}

.u-fs_normal {
  font-style: normal !important;
}

.u-fs_italic {
  font-style: italic !important;
}

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

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

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

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

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

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

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

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

.u-m_35 {
  margin: 35px !important;
}

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

.u-m_45 {
  margin: 45px !important;
}

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

.u-mt_00 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

.u-mt_35 {
  margin-top: 35px !important;
}

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

.u-mt_45 {
  margin-top: 45px !important;
}

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

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

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

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

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

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

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

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

.u-mb_35 {
  margin-bottom: 35px !important;
}

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

.u-mb_45 {
  margin-bottom: 45px !important;
}

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

.u-ml_00 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

.u-ml_35 {
  margin-left: 35px !important;
}

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

.u-ml_45 {
  margin-left: 45px !important;
}

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

.u-mr_00 {
  margin-right: 0 !important;
}

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

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

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

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

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

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

.u-mr_35 {
  margin-right: 35px !important;
}

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

.u-mr_45 {
  margin-right: 45px !important;
}

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

.u-p_00 {
  padding: 0 !important;
}

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

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

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

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

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

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

.u-p_35 {
  padding: 35px !important;
}

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

.u-p_45 {
  padding: 45px !important;
}

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

.u-pt_00 {
  padding-top: 0 !important;
}

.u-pt_05 {
  padding-top: 5px !important;
}

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

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

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

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

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

.u-pt_35 {
  padding-top: 35px !important;
}

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

.u-pt_45 {
  padding-top: 45px !important;
}

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

.u-pb_00 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

.u-pb_35 {
  padding-bottom: 35px !important;
}

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

.u-pb_45 {
  padding-bottom: 45px !important;
}

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

.u-pl_00 {
  padding-left: 0 !important;
}

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

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

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

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

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

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

.u-pl_35 {
  padding-left: 35px !important;
}

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

.u-pl_45 {
  padding-left: 45px !important;
}

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

.u-pr_00 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

.u-pr_35 {
  padding-right: 35px !important;
}

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

.u-pr_45 {
  padding-right: 45px !important;
}

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

.u-position_relative {
  position: relative !important;
}

.u-position_abs {
  position: absolute !important;
}

.u-position_fixed {
  position: fixed !important;
}

.u-position_static {
  position: static !important;
}

.u-vertical_mid {
  vertical-align: middle !important;
}

.u-vertical_bottom {
  vertical-align: bottom !important;
}

.u-vertical_base {
  vertical-align: baseline !important;
}

.u-vertical_sup {
  vertical-align: super !important;
}

.u-vertical_sub {
  vertical-align: sub !important;
}

.u-vertical_tb {
  vertical-align: text-bottom !important;
}

.u-vertical_tt {
  vertical-align: text-top !important;
}
