@charset "UTF-8";
/* Scss Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Scss Document */
/* =====================
  common
===================== */
body {
  color: #001739;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

a {
  color: inherit;
  text-decoration: none;
  transition: .1s;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

/* =====================
  class
===================== */
.flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .flex.--pc {
    display: block;
  }
}

.flex.--align {
  align-items: center;
}

.flex.--end {
  align-items: flex-end;
}

.flex.--start {
  justify-content: flex-start;
}

.flex2 {
  display: flex;
  justify-content: space-evenly;
}

@media screen and (max-width: 767px) {
  .flex2.--pc {
    display: block;
  }
}

.flex2.--align {
  align-items: center;
}

.flex2.--end {
  align-items: flex-end;
}

.flex2.--start {
  justify-content: flex-start;
}

.wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .wrapper {
    max-width: 94%;
  }
}

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

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

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .spOnly {
    display: inherit;
  }
}

.h2 {
  color: #001739;
  font-size: 36px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 4%;
}

.h2.gold {
  color: #908e67;
}

.h2 span {
  color: #908e67;
  font-size: 36.1%;
  display: block;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
}

.h2_label {
  text-align: center;
  padding: 1em 2%;
  background: #008aac;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .h2_label {
    font-size: 22px;
  }
}

.underline {
  background: linear-gradient(transparent 75%, #e5e4bd 75%);
}

/* =====================
  header
===================== */
.header {
  width: 100%;
  margin: 0 auto;
  padding: 12px 2%;
  position: sticky;
  top: 0;
  background: #001739;
  z-index: 100;
}

.header .h_nav {
  display: flex;
}

@media screen and (max-width: 767px) {
  .header .h_nav {
    display: none;
    position: absolute;
    left: 0;
    top: 74px;
    width: 100%;
    background: #001739;
    padding-bottom: 0.8em;
  }
}

.header .h_nav li {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
  transition: .1s;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 960px) {
  .header .h_nav li {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .header .h_nav li {
    font-size: 18px;
    width: 100%;
    display: block;
    padding: 0.8em 4%;
    border-right: 0;
  }
}

.header .h_nav li:last-child {
  border-right: 0;
}

.header .h_nav li a {
  display: block;
  padding: 0 1.5em;
}

/* menuBtn */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  display: none;
  position: relative;
  width: 35px;
  height: 28px;
}

@media screen and (max-width: 767px) {
  .menu-trigger {
    display: block;
  }
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 10px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/* animation */
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

/* =====================
  footer
===================== */
.footer {
  padding: 2% 0 0;
  font-size: 14px;
}

.footer .logo {
  margin-bottom: 1em;
}

.footer .wrapper {
  padding-bottom: 2%;
}

.footer .txt {
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .footer .txt {
    margin-top: 1em;
  }
}

.footer a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .footer .right.txt {
    line-height: 2.2;
    font-size: 16px;
  }
}

.footer .copy {
  color: #fff;
  text-align: center;
  font-size: 12px;
  background: #001739;
  padding: 0.5em 0;
}

/* =====================
  form
===================== */
input[type="text"], textarea {
  color: #001739;
  font-size: 18px;
  background: #fff;
  width: 90%;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 0.4em;
}

textarea {
  height: 160px;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 24px;
  background: #008aac;
  border: none;
  width: 310px;
  padding: 0.6em 0;
  border-radius: 2px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  input[type="submit"] {
    width: 100%;
  }
}

input[type="submit"]:hover {
  opacity: 0.7;
}

input[type="submit"]:disabled {
  background: #ccc;
  box-shadow: none;
}

input[type="submit"]:disabled:hover {
  opacity: 1;
}

.label_list::after {
  display: block;
  content: '';
  clear: both;
}

.label_list_item {
  text-align: center;
  margin-bottom: 2em;
}

.label_list_item label {
  position: relative;
  display: block;
  word-break: break-all;
}

.label_list_item label input[type="checkbox"] + span,
.label_list_item label input[type="radio"] + span {
  position: relative;
  padding: 0 30px 0 2em;
  line-height: 1.3;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label input[type="checkbox"] + span::before {
  border-color: #001739;
}

label input[type="checkbox"]:checked + span::before {
  background-color: #001739;
}

label span {
  display: inline-block;
}

label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}

label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  border: 1px #ccc solid;
  border-radius: 1px;
}

label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 5px 7px;
  width: 6px;
  height: 9px;
}

label input[type="checkbox"]:checked + span::before {
  background-color: #001739;
}

label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* =====================
  modal
===================== */
#cboxOverlay {
  background: #000;
  opacity: 0.4 !important;
}

#cboxLoadedContent {
  background: #fff;
}

#cboxClose {
  background: url(../js/colorbox/images/close.png) no-repeat 0 0;
  background-size: contain;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 900px) {
  #cboxClose {
    width: 40px;
    height: 40px;
  }
}

#cboxClose:hover {
  top: 10px;
  right: 10px;
  background-position: 0 0;
  opacity: 0.7;
}

.staffModalWrap {
  padding: 5%;
  width: 900px;
}

@media screen and (max-width: 900px) {
  .staffModalWrap {
    width: 100%;
    box-sizing: border-box;
  }
}

.staffModalWrap .pic {
  margin-right: 5%;
}

@media screen and (max-width: 900px) {
  .staffModalWrap .pic {
    width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 900px) {
  .staffModalWrap .staffAbove {
    display: block;
  }
}

.staffModalWrap .staffName {
  padding: 2em 0 0 0;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 900px) {
  .staffModalWrap .staffName {
    width: 100%;
    padding: 1em 0 0;
  }
}

.staffModalWrap .label {
  color: #fff;
  text-align: center;
  display: inline-block;
  min-width: 185px;
  background: #001739;
  margin-right: 1.5em;
}

@media screen and (max-width: 900px) {
  .staffModalWrap .label {
    min-width: 100%;
    margin-right: 0;
  }
}

.staffModalWrap .nameWrap {
  margin-bottom: 1em;
}

@media screen and (max-width: 900px) {
  .staffModalWrap .nameWrap {
    display: block;
  }
}

.staffModalWrap h3 {
  font-size: 40px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .staffModalWrap h3 {
    font-size: 24px;
  }
}

.staffModalWrap h4 {
  font-size: 28px;
  font-weight: 400;
}

@media screen and (max-width: 900px) {
  .staffModalWrap h4 {
    font-size: 20px;
    display: block;
  }
}

.staffModalWrap .staffMessage {
  max-height: 230px;
  overflow-y: scroll;
  margin-top: 2em;
  border: 1px solid #eee;
  padding: 0.3em;
}

.staffModalWrap .staffMessage p {
  margin-bottom: 1em;
}

/* Scss Document */
.kv {
  background: url(../images/kv_bg01.jpg) no-repeat center center;
  background-size: cover;
  min-height: 598px;
  text-align: center;
  padding: 2% 0;
}

@media screen and (max-width: 767px) {
  .kv {
    min-height: auto;
  }
}

.kv h2, .kv h3 {
  line-height: 0;
}

.featureArea {
  background: #fafafa;
  padding: 58px 0 24px;
}

.featureArea .h2 {
  margin-bottom: 42px;
}

.featureArea .featureBox {
  padding: 20px 0;
  margin-bottom: 1.5em;
  position: relative;
}

.featureArea .featureBox:before {
  content: '';
  width: 44px;
  height: 1px;
  background: #908e67;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
}

.featureArea .pic {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .featureArea .pic {
    width: 100%;
    text-align: center;
  }
}

.featureArea .txtBox {
  width: 54%;
  padding: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .featureArea .txtBox {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .featureArea .txtBox .num {
    text-align: center;
  }
}

.featureArea .txtBox h3 {
  font-size: 30px;
  margin: 0.3em 0 0.5em;
}

@media screen and (max-width: 1000px) {
  .featureArea .txtBox h3 {
    font-size: 24px;
  }
}

.featureArea .txtBox .txt {
  font-size: 18px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .featureArea .txtBox .txt {
    font-size: 14px;
  }
}

.staffArea {
  padding: 55px 0;
}

.staffArea ul {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .staffArea ul {
    flex-wrap: wrap;
  }
}

.staffArea ul li {
  text-align: center;
  width: 18%;
}

@media screen and (max-width: 767px) {
  .staffArea ul li {
    width: 48%;
    margin-bottom: 1.4em;
  }
}

.staffArea ul li .label {
  color: #fff;
  width: 100%;
  background: #001739;
}

.staffArea ul li h3 {
  font-size: 171%;
  font-weight: 400;
}

@media screen and (max-width: 1000px) {
  .staffArea ul li h3 {
    font-size: 130%;
  }
}

.requireArea {
  padding: 55px 0;
  background: url(../images/require_bg01.jpg) no-repeat center center;
  background-size: cover;
}

.requireArea .gold {
  color: #706e51;
}

.requireArea .gold span {
  color: #706e51;
}

.requireArea .btn {
  max-width: 432px;
  margin: 0 auto 0.7em;
}

@media screen and (max-width: 767px) {
  .requireArea .btn {
    width: 90%;
  }
}

.requireArea .btn.btn02 a {
  background: url(../images/arrow_wh.png) no-repeat 95% center #004556;
}

.requireArea .btn.btn03 a {
  background: url(../images/arrow_wh.png) no-repeat 95% center #008aac;
}

.requireArea .btn a {
  font-size: 168%;
  color: #fff;
  display: block;
  padding: 0.8em 1em 0.8em 0.8em;
  border-radius: 4px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  background: url(../images/arrow_wh.png) no-repeat 95% center #001739;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .requireArea .btn a {
    font-size: 120%;
  }
}

.formArea {
  padding: 55px 0;
  background: #fafafa;
}

.formArea .bgWh {
  background: #fff;
  padding: 50px 5%;
  border-radius: 4px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
}

.formArea table {
  width: 780px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .formArea table {
    width: 100%;
  }
}

.formArea table td {
  padding: 1em 0;
}

@media screen and (max-width: 767px) {
  .formArea table td {
    display: list-item;
    width: 100%;
    list-style: none;
    padding: 0.5em 0 1em;
  }
}

.formArea table th {
  text-align: right;
  padding: 1em 4em 1em 1em;
  position: relative;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .formArea table th {
    text-align: left;
    display: list-item;
    width: 100%;
    list-style: none;
    padding: 1em 0 0.5em;
  }
}

.formArea table th:after {
  color: #008aac;
  content: '任意';
  font-size: 14px;
  position: absolute;
  right: 1.5em;
  top: 1.5em;
}

.formArea table th.required:after {
  color: #e60808;
  content: '必須';
  font-size: 14px;
}

.formArea table th.vt {
  vertical-align: top;
}

.formArea .privacy {
  max-width: 780px;
  margin: 1em auto;
  padding: 1em;
  border: 1px solid #ccc;
  height: 98px;
  overflow-y: scroll;
}

@media screen and (max-width: 100px) {
  .formArea .privacy {
    max-width: 90%;
  }
}

.formArea .privacy .tit {
  font-size: 15px;
  margin: 1em 0;
}

.formArea .privacy p {
  font-size: 13px;
}

/* =====================
  recruit Page
===================== */
.recruitPage {
  background: #fafafa;
  padding: 4em 0;
}

.recruitTable {
  width: 100%;
}

.recruitTable th, .recruitTable td {
  padding: 1em;
  border: 1px solid #ccc;
}

.recruitTable th {
  background: #001739;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .recruitTable th {
    display: list-item;
    list-style: none;
    width: 100%;
    border-top: 0;
    border-bottom: 0;
  }
}

.recruitTable td {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .recruitTable td {
    display: list-item;
    list-style: none;
    width: 100%;
  }
}

.recruitTable ul {
  list-style: none;
}

/* =================================================================================


  utility.css


================================================================================= */
/* メディアクエリ
----------------------------------------------- */
/* ツール
----------------------------------------------- */
.u-hidden {
  visibility: hidden;
}

.u-none {
  display: none;
}

.u-block {
  display: block;
}

.u-clear {
  clear: both;
}

/* デバイスサイズにより要素を消す
----------------------------------------------- */
.u-sp-none {
  display: none;
}

.u-tab-none {
  display: none;
}

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

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

@media print, screen and (min-width: 768px) {
  .u-sp-none {
    display: block;
  }
  .u-sp-block {
    display: none;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-tab-none {
    display: block;
  }
  .u-tab-block {
    display: none;
  }
}

/* テキスト揃え
----------------------------------------------- */
.u-tal {
  text-align: left;
}

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

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

/* ディスプレイ
----------------------------------------------- */
.u-block {
  display: block;
}

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

.u-inline {
  display: inline;
}

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

/* 画像置換
----------------------------------------------- */
.u-hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* アクセシビリティ スクリーンリーダーテキスト
----------------------------------------------- */
.u-screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

/* フォント
----------------------------------------------- */
.u-fw-b {
  font-weight: bold !important;
}

.u-fz-0 {
  font-size: 0rem !important;
}

.u-fz-1 {
  font-size: 0.1rem !important;
}

.u-fz-2 {
  font-size: 0.2rem !important;
}

.u-fz-3 {
  font-size: 0.3rem !important;
}

.u-fz-4 {
  font-size: 0.4rem !important;
}

.u-fz-5 {
  font-size: 0.5rem !important;
}

.u-fz-6 {
  font-size: 0.6rem !important;
}

.u-fz-7 {
  font-size: 0.7rem !important;
}

.u-fz-8 {
  font-size: 0.8rem !important;
}

.u-fz-9 {
  font-size: 0.9rem !important;
}

.u-fz-10 {
  font-size: 1rem !important;
}

.u-fz-11 {
  font-size: 1.1rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-13 {
  font-size: 1.3rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-15 {
  font-size: 1.5rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-17 {
  font-size: 1.7rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-19 {
  font-size: 1.9rem !important;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-21 {
  font-size: 2.1rem !important;
}

.u-fz-22 {
  font-size: 2.2rem !important;
}

.u-fz-23 {
  font-size: 2.3rem !important;
}

.u-fz-24 {
  font-size: 2.4rem !important;
}

.u-fz-25 {
  font-size: 2.5rem !important;
}

.u-fz-26 {
  font-size: 2.6rem !important;
}

.u-fz-27 {
  font-size: 2.7rem !important;
}

.u-fz-28 {
  font-size: 2.8rem !important;
}

.u-fz-29 {
  font-size: 2.9rem !important;
}

.u-fz-30 {
  font-size: 3rem !important;
}

/* 文字サイズ
----------------------------------------------- */
.u-fz-xxs {
  font-size: 1rem;
}

@media print, screen and (max-width: 480px) {
  .u-fz-xxs.-sp {
    font-size: 0.8rem;
  }
}

@media print, screen and (max-width: 1024px) {
  .u-fz-xxs.-tab {
    font-size: 0.9rem;
  }
}

.u-fz-xs {
  font-size: 1.2rem;
}

@media print, screen and (max-width: 480px) {
  .u-fz-xs.-sp {
    font-size: 1rem;
  }
}

@media print, screen and (max-width: 1024px) {
  .u-fz-xs.-tab {
    font-size: 1.1rem;
  }
}

.u-fz-sm {
  font-size: 1.4rem;
}

@media print, screen and (max-width: 480px) {
  .u-fz-sm.-sp {
    font-size: 1.2rem;
  }
}

@media print, screen and (max-width: 1024px) {
  .u-fz-sm.-tab {
    font-size: 1.3rem;
  }
}

.u-fz-md {
  font-size: 1.6rem;
}

@media print, screen and (max-width: 480px) {
  .u-fz-md.-sp {
    font-size: 1.4rem;
  }
}

@media print, screen and (max-width: 1024px) {
  .u-fz-md.-tab {
    font-size: 1.5rem;
  }
}

.u-fz-lg {
  font-size: 1.8rem;
}

@media print, screen and (max-width: 480px) {
  .u-fz-lg.-sp {
    font-size: 1.6rem;
  }
}

@media print, screen and (max-width: 1024px) {
  .u-fz-lg.-tab {
    font-size: 1.7rem;
  }
}

.u-fz-xl {
  font-size: 2rem;
}

@media print, screen and (max-width: 480px) {
  .u-fz-xl.-sp {
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 1024px) {
  .u-fz-xl.-tab {
    font-size: 1.9rem;
  }
}

.u-fz-xxl {
  font-size: 2.2rem;
}

@media print, screen and (max-width: 480px) {
  .u-fz-xxl.-sp {
    font-size: 2rem;
  }
}

@media print, screen and (max-width: 1024px) {
  .u-fz-xxl.-tab {
    font-size: 2.1rem;
  }
}

/* 文字サイズ em 拡大縮小
----------------------------------------------- */
.u-fz-zoom-xxs {
  font-size: 0.7em;
}

.u-fz-zoom-xs {
  font-size: 0.8em;
}

.u-fz-zoom-sm {
  font-size: 0.9em;
}

.u-fz-zoom-md {
  font-size: 1em;
}

.u-fz-zoom-lg {
  font-size: 1.1em;
}

.u-fz-zoom-xl {
  font-size: 1.2em;
}

.u-fz-zoom-xxl {
  font-size: 1.3em;
}

/* テキスト　上付・下付文字
----------------------------------------------- */
.u-text-super {
  vertical-align: super;
}

.u-text-sub {
  vertical-align: sub;
}

/* 注釈
----------------------------------------------- */
.u-notes {
  margin-left: 1em;
  text-indent: -1em;
}

/* =================================================================

  マージン

================================================================= */
/* マージン上余白 */
.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mt-5 {
  margin-top: 0.5rem !important;
}

.u-mt-10 {
  margin-top: 1rem !important;
}

.u-mt-15 {
  margin-top: 1.5rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mt-25 {
  margin-top: 2.5rem !important;
}

.u-mt-30 {
  margin-top: 3rem !important;
}

.u-mt-35 {
  margin-top: 3.5rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mt-45 {
  margin-top: 4.5rem !important;
}

.u-mt-50 {
  margin-top: 5rem !important;
}

.u-mt-55 {
  margin-top: 5.5rem !important;
}

.u-mt-60 {
  margin-top: 6rem !important;
}

.u-mt-65 {
  margin-top: 6.5rem !important;
}

.u-mt-70 {
  margin-top: 7rem !important;
}

.u-mt-75 {
  margin-top: 7.5rem !important;
}

.u-mt-80 {
  margin-top: 8rem !important;
}

.u-mt-85 {
  margin-top: 8.5rem !important;
}

.u-mt-90 {
  margin-top: 9rem !important;
}

.u-mt-95 {
  margin-top: 9.5rem !important;
}

.u-mt-100 {
  margin-top: 10rem !important;
}

.u-mt-xxs {
  margin-top: 0.5rem;
}

@media print, screen and (min-width: 768px) {
  .u-mt-xxs {
    margin-top: 0.625rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-mt-xxs {
    margin-top: 0.75rem;
  }
}

.u-mt-xs {
  margin-top: 1rem;
}

@media print, screen and (min-width: 768px) {
  .u-mt-xs {
    margin-top: 1.25rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-mt-xs {
    margin-top: 1.5rem;
  }
}

.u-mt-sm {
  margin-top: 2rem;
}

@media print, screen and (min-width: 768px) {
  .u-mt-sm {
    margin-top: 2.5rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-mt-sm {
    margin-top: 3rem;
  }
}

.u-mt-md {
  margin-top: 3rem;
}

@media print, screen and (min-width: 768px) {
  .u-mt-md {
    margin-top: 3.75rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-mt-md {
    margin-top: 4.5rem;
  }
}

.u-mt-lg {
  margin-top: 4rem;
}

@media print, screen and (min-width: 768px) {
  .u-mt-lg {
    margin-top: 5rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-mt-lg {
    margin-top: 6rem;
  }
}

.u-mt-xl {
  margin-top: 5rem;
}

@media print, screen and (min-width: 768px) {
  .u-mt-xl {
    margin-top: 6.25rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-mt-xl {
    margin-top: 7.5rem;
  }
}

.u-mt-xxl {
  margin-top: 6rem;
}

@media print, screen and (min-width: 768px) {
  .u-mt-xxl {
    margin-top: 7.5rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-mt-xxl {
    margin-top: 9rem;
  }
}

/* マージン右余白 */
.u-mr-0 {
  margin-right: 0rem !important;
}

.u-mr-5 {
  margin-right: 0.5rem !important;
}

.u-mr-10 {
  margin-right: 1rem !important;
}

.u-mr-15 {
  margin-right: 1.5rem !important;
}

.u-mr-20 {
  margin-right: 2rem !important;
}

.u-mr-25 {
  margin-right: 2.5rem !important;
}

.u-mr-30 {
  margin-right: 3rem !important;
}

.u-mr-35 {
  margin-right: 3.5rem !important;
}

.u-mr-40 {
  margin-right: 4rem !important;
}

.u-mr-45 {
  margin-right: 4.5rem !important;
}

.u-mr-50 {
  margin-right: 5rem !important;
}

.u-mr-55 {
  margin-right: 5.5rem !important;
}

.u-mr-60 {
  margin-right: 6rem !important;
}

.u-mr-65 {
  margin-right: 6.5rem !important;
}

.u-mr-70 {
  margin-right: 7rem !important;
}

.u-mr-75 {
  margin-right: 7.5rem !important;
}

.u-mr-80 {
  margin-right: 8rem !important;
}

.u-mr-85 {
  margin-right: 8.5rem !important;
}

.u-mr-90 {
  margin-right: 9rem !important;
}

.u-mr-95 {
  margin-right: 9.5rem !important;
}

.u-mr-100 {
  margin-right: 10rem !important;
}

/* マージン下余白 */
.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mb-5 {
  margin-bottom: 0.5rem !important;
}

.u-mb-10 {
  margin-bottom: 1rem !important;
}

.u-mb-15 {
  margin-bottom: 1.5rem !important;
}

.u-mb-20 {
  margin-bottom: 2rem !important;
}

.u-mb-25 {
  margin-bottom: 2.5rem !important;
}

.u-mb-30 {
  margin-bottom: 3rem !important;
}

.u-mb-35 {
  margin-bottom: 3.5rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}

.u-mb-45 {
  margin-bottom: 4.5rem !important;
}

.u-mb-50 {
  margin-bottom: 5rem !important;
}

.u-mb-55 {
  margin-bottom: 5.5rem !important;
}

.u-mb-60 {
  margin-bottom: 6rem !important;
}

.u-mb-65 {
  margin-bottom: 6.5rem !important;
}

.u-mb-70 {
  margin-bottom: 7rem !important;
}

.u-mb-75 {
  margin-bottom: 7.5rem !important;
}

.u-mb-80 {
  margin-bottom: 8rem !important;
}

.u-mb-85 {
  margin-bottom: 8.5rem !important;
}

.u-mb-90 {
  margin-bottom: 9rem !important;
}

.u-mb-95 {
  margin-bottom: 9.5rem !important;
}

.u-mb-100 {
  margin-bottom: 10rem !important;
}

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

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

.u-mb-2em {
  margin-bottom: 2em !important;
}

.u-mb-3em {
  margin-bottom: 3em !important;
}

.u-mb-4em {
  margin-bottom: 4em !important;
}

.u-mb-5em {
  margin-bottom: 5em !important;
}

.u-mb-xxs {
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 768px) {
  .u-mb-xxs {
    margin-bottom: 0.625rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-mb-xxs {
    margin-bottom: 0.75rem;
  }
}

.u-mb-xs {
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 768px) {
  .u-mb-xs {
    margin-bottom: 1.25rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-mb-xs {
    margin-bottom: 1.5rem;
  }
}

.u-mb-sm {
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 768px) {
  .u-mb-sm {
    margin-bottom: 2.5rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-mb-sm {
    margin-bottom: 3rem;
  }
}

.u-mb-md {
  margin-bottom: 3rem;
}

@media print, screen and (min-width: 768px) {
  .u-mb-md {
    margin-bottom: 3.75rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-mb-md {
    margin-bottom: 4.5rem;
  }
}

.u-mb-lg {
  margin-bottom: 4rem;
}

@media print, screen and (min-width: 768px) {
  .u-mb-lg {
    margin-bottom: 5rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-mb-lg {
    margin-bottom: 6rem;
  }
}

.u-mb-xl {
  margin-bottom: 5rem;
}

@media print, screen and (min-width: 768px) {
  .u-mb-xl {
    margin-bottom: 6.25rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-mb-xl {
    margin-bottom: 7.5rem;
  }
}

.u-mb-xxl {
  margin-bottom: 6rem;
}

@media print, screen and (min-width: 768px) {
  .u-mb-xxl {
    margin-bottom: 7.5rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-mb-xxl {
    margin-bottom: 9rem;
  }
}

/* マージン左余白 */
.u-ml-0 {
  margin-left: 0rem !important;
}

.u-ml-5 {
  margin-left: 0.5rem !important;
}

.u-ml-10 {
  margin-left: 1rem !important;
}

.u-ml-15 {
  margin-left: 1.5rem !important;
}

.u-ml-20 {
  margin-left: 2rem !important;
}

.u-ml-25 {
  margin-left: 2.5rem !important;
}

.u-ml-30 {
  margin-left: 3rem !important;
}

.u-ml-35 {
  margin-left: 3.5rem !important;
}

.u-ml-40 {
  margin-left: 4rem !important;
}

.u-ml-45 {
  margin-left: 4.5rem !important;
}

.u-ml-50 {
  margin-left: 5rem !important;
}

.u-ml-55 {
  margin-left: 5.5rem !important;
}

.u-ml-60 {
  margin-left: 6rem !important;
}

.u-ml-65 {
  margin-left: 6.5rem !important;
}

.u-ml-70 {
  margin-left: 7rem !important;
}

.u-ml-75 {
  margin-left: 7.5rem !important;
}

.u-ml-80 {
  margin-left: 8rem !important;
}

.u-ml-85 {
  margin-left: 8.5rem !important;
}

.u-ml-90 {
  margin-left: 9rem !important;
}

.u-ml-95 {
  margin-left: 9.5rem !important;
}

.u-ml-100 {
  margin-left: 10rem !important;
}

/* =================================================================

  パディング

================================================================= */
/* パディング上余白 */
.u-pt-0 {
  padding-top: 0rem !important;
}

.u-pt-5 {
  padding-top: 0.5rem !important;
}

.u-pt-10 {
  padding-top: 1rem !important;
}

.u-pt-15 {
  padding-top: 1.5rem !important;
}

.u-pt-20 {
  padding-top: 2rem !important;
}

.u-pt-25 {
  padding-top: 2.5rem !important;
}

.u-pt-30 {
  padding-top: 3rem !important;
}

.u-pt-35 {
  padding-top: 3.5rem !important;
}

.u-pt-40 {
  padding-top: 4rem !important;
}

.u-pt-45 {
  padding-top: 4.5rem !important;
}

.u-pt-50 {
  padding-top: 5rem !important;
}

.u-pt-55 {
  padding-top: 5.5rem !important;
}

.u-pt-60 {
  padding-top: 6rem !important;
}

.u-pt-65 {
  padding-top: 6.5rem !important;
}

.u-pt-70 {
  padding-top: 7rem !important;
}

.u-pt-75 {
  padding-top: 7.5rem !important;
}

.u-pt-80 {
  padding-top: 8rem !important;
}

.u-pt-85 {
  padding-top: 8.5rem !important;
}

.u-pt-90 {
  padding-top: 9rem !important;
}

.u-pt-95 {
  padding-top: 9.5rem !important;
}

.u-pt-100 {
  padding-top: 10rem !important;
}

.u-pt-xxs {
  padding-top: 0.5rem;
}

@media print, screen and (min-width: 768px) {
  .u-pt-xxs {
    padding-top: 0.625rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-pt-xxs {
    padding-top: 0.75rem;
  }
}

.u-pt-xs {
  padding-top: 1rem;
}

@media print, screen and (min-width: 768px) {
  .u-pt-xs {
    padding-top: 1.25rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-pt-xs {
    padding-top: 1.5rem;
  }
}

.u-pt-sm {
  padding-top: 2rem;
}

@media print, screen and (min-width: 768px) {
  .u-pt-sm {
    padding-top: 2.5rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-pt-sm {
    padding-top: 3rem;
  }
}

.u-pt-md {
  padding-top: 3rem;
}

@media print, screen and (min-width: 768px) {
  .u-pt-md {
    padding-top: 3.75rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-pt-md {
    padding-top: 4.5rem;
  }
}

.u-pt-lg {
  padding-top: 4rem;
}

@media print, screen and (min-width: 768px) {
  .u-pt-lg {
    padding-top: 5rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-pt-lg {
    padding-top: 6rem;
  }
}

.u-pt-xl {
  padding-top: 5rem;
}

@media print, screen and (min-width: 768px) {
  .u-pt-xl {
    padding-top: 6.25rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-pt-xl {
    padding-top: 7.5rem;
  }
}

.u-pt-xxl {
  padding-top: 6rem;
}

@media print, screen and (min-width: 768px) {
  .u-pt-xxl {
    padding-top: 7.5rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-pt-xxl {
    padding-top: 9rem;
  }
}

/* パディング右余白 */
.u-pr-0 {
  padding-right: 0rem !important;
}

.u-pr-5 {
  padding-right: 0.5rem !important;
}

.u-pr-10 {
  padding-right: 1rem !important;
}

.u-pr-15 {
  padding-right: 1.5rem !important;
}

.u-pr-20 {
  padding-right: 2rem !important;
}

.u-pr-25 {
  padding-right: 2.5rem !important;
}

.u-pr-30 {
  padding-right: 3rem !important;
}

.u-pr-35 {
  padding-right: 3.5rem !important;
}

.u-pr-40 {
  padding-right: 4rem !important;
}

.u-pr-45 {
  padding-right: 4.5rem !important;
}

.u-pr-50 {
  padding-right: 5rem !important;
}

.u-pr-55 {
  padding-right: 5.5rem !important;
}

.u-pr-60 {
  padding-right: 6rem !important;
}

.u-pr-65 {
  padding-right: 6.5rem !important;
}

.u-pr-70 {
  padding-right: 7rem !important;
}

.u-pr-75 {
  padding-right: 7.5rem !important;
}

.u-pr-80 {
  padding-right: 8rem !important;
}

.u-pr-85 {
  padding-right: 8.5rem !important;
}

.u-pr-90 {
  padding-right: 9rem !important;
}

.u-pr-95 {
  padding-right: 9.5rem !important;
}

.u-pr-100 {
  padding-right: 10rem !important;
}

/* パディング下余白 */
.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-pb-5 {
  padding-bottom: 0.5rem !important;
}

.u-pb-10 {
  padding-bottom: 1rem !important;
}

.u-pb-15 {
  padding-bottom: 1.5rem !important;
}

.u-pb-20 {
  padding-bottom: 2rem !important;
}

.u-pb-25 {
  padding-bottom: 2.5rem !important;
}

.u-pb-30 {
  padding-bottom: 3rem !important;
}

.u-pb-35 {
  padding-bottom: 3.5rem !important;
}

.u-pb-40 {
  padding-bottom: 4rem !important;
}

.u-pb-45 {
  padding-bottom: 4.5rem !important;
}

.u-pb-50 {
  padding-bottom: 5rem !important;
}

.u-pb-55 {
  padding-bottom: 5.5rem !important;
}

.u-pb-60 {
  padding-bottom: 6rem !important;
}

.u-pb-65 {
  padding-bottom: 6.5rem !important;
}

.u-pb-70 {
  padding-bottom: 7rem !important;
}

.u-pb-75 {
  padding-bottom: 7.5rem !important;
}

.u-pb-80 {
  padding-bottom: 8rem !important;
}

.u-pb-85 {
  padding-bottom: 8.5rem !important;
}

.u-pb-90 {
  padding-bottom: 9rem !important;
}

.u-pb-95 {
  padding-bottom: 9.5rem !important;
}

.u-pb-100 {
  padding-bottom: 10rem !important;
}

/* パディング左余白 */
.u-pl-0 {
  padding-left: 0rem !important;
}

.u-pl-5 {
  padding-left: 0.5rem !important;
}

.u-pl-10 {
  padding-left: 1rem !important;
}

.u-pl-15 {
  padding-left: 1.5rem !important;
}

.u-pl-20 {
  padding-left: 2rem !important;
}

.u-pl-25 {
  padding-left: 2.5rem !important;
}

.u-pl-30 {
  padding-left: 3rem !important;
}

.u-pl-35 {
  padding-left: 3.5rem !important;
}

.u-pl-40 {
  padding-left: 4rem !important;
}

.u-pl-45 {
  padding-left: 4.5rem !important;
}

.u-pl-50 {
  padding-left: 5rem !important;
}

.u-pl-55 {
  padding-left: 5.5rem !important;
}

.u-pl-60 {
  padding-left: 6rem !important;
}

.u-pl-65 {
  padding-left: 6.5rem !important;
}

.u-pl-70 {
  padding-left: 7rem !important;
}

.u-pl-75 {
  padding-left: 7.5rem !important;
}

.u-pl-80 {
  padding-left: 8rem !important;
}

.u-pl-85 {
  padding-left: 8.5rem !important;
}

.u-pl-90 {
  padding-left: 9rem !important;
}

.u-pl-95 {
  padding-left: 9.5rem !important;
}

.u-pl-100 {
  padding-left: 10rem !important;
}

.u-ptb-xxs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media print, screen and (min-width: 768px) {
  .u-ptb-xxs {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-ptb-xxs {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.u-ptb-xs {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media print, screen and (min-width: 768px) {
  .u-ptb-xs {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-ptb-xs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.u-ptb-sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media print, screen and (min-width: 768px) {
  .u-ptb-sm {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-ptb-sm {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.u-ptb-md {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media print, screen and (min-width: 768px) {
  .u-ptb-md {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-ptb-md {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.u-ptb-lg {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media print, screen and (min-width: 768px) {
  .u-ptb-lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-ptb-lg {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.u-ptb-xl {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media print, screen and (min-width: 768px) {
  .u-ptb-xl {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-ptb-xl {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.u-ptb-xxl {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media print, screen and (min-width: 768px) {
  .u-ptb-xxl {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-ptb-xxl {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

/* =================================================================

  横幅

================================================================= */
/* width
----------------------------------------------- */
.u-w-0 {
  width: 0px;
}

.u-w-5 {
  width: 5px;
}

.u-w-10 {
  width: 10px;
}

.u-w-15 {
  width: 15px;
}

.u-w-20 {
  width: 20px;
}

.u-w-25 {
  width: 25px;
}

.u-w-30 {
  width: 30px;
}

.u-w-35 {
  width: 35px;
}

.u-w-40 {
  width: 40px;
}

.u-w-45 {
  width: 45px;
}

.u-w-50 {
  width: 50px;
}

.u-w-55 {
  width: 55px;
}

.u-w-60 {
  width: 60px;
}

.u-w-65 {
  width: 65px;
}

.u-w-70 {
  width: 70px;
}

.u-w-75 {
  width: 75px;
}

.u-w-80 {
  width: 80px;
}

.u-w-85 {
  width: 85px;
}

.u-w-90 {
  width: 90px;
}

.u-w-95 {
  width: 95px;
}

.u-w-100 {
  width: 100px;
}

.u-w-105 {
  width: 105px;
}

.u-w-110 {
  width: 110px;
}

.u-w-115 {
  width: 115px;
}

.u-w-120 {
  width: 120px;
}

.u-w-125 {
  width: 125px;
}

.u-w-130 {
  width: 130px;
}

.u-w-135 {
  width: 135px;
}

.u-w-140 {
  width: 140px;
}

.u-w-145 {
  width: 145px;
}

.u-w-150 {
  width: 150px;
}

.u-w-155 {
  width: 155px;
}

.u-w-160 {
  width: 160px;
}

.u-w-165 {
  width: 165px;
}

.u-w-170 {
  width: 170px;
}

.u-w-175 {
  width: 175px;
}

.u-w-180 {
  width: 180px;
}

.u-w-185 {
  width: 185px;
}

.u-w-190 {
  width: 190px;
}

.u-w-195 {
  width: 195px;
}

.u-w-200 {
  width: 200px;
}

.u-w-205 {
  width: 205px;
}

.u-w-210 {
  width: 210px;
}

.u-w-215 {
  width: 215px;
}

.u-w-220 {
  width: 220px;
}

.u-w-225 {
  width: 225px;
}

.u-w-230 {
  width: 230px;
}

.u-w-235 {
  width: 235px;
}

.u-w-240 {
  width: 240px;
}

.u-w-245 {
  width: 245px;
}

.u-w-250 {
  width: 250px;
}

.u-w-255 {
  width: 255px;
}

.u-w-260 {
  width: 260px;
}

.u-w-265 {
  width: 265px;
}

.u-w-270 {
  width: 270px;
}

.u-w-275 {
  width: 275px;
}

.u-w-280 {
  width: 280px;
}

.u-w-285 {
  width: 285px;
}

.u-w-290 {
  width: 290px;
}

.u-w-295 {
  width: 295px;
}

.u-w-300 {
  width: 300px;
}

.u-w-305 {
  width: 305px;
}

.u-w-310 {
  width: 310px;
}

.u-w-315 {
  width: 315px;
}

.u-w-320 {
  width: 320px;
}

.u-w-325 {
  width: 325px;
}

.u-w-330 {
  width: 330px;
}

.u-w-335 {
  width: 335px;
}

.u-w-340 {
  width: 340px;
}

.u-w-345 {
  width: 345px;
}

.u-w-350 {
  width: 350px;
}

.u-w-355 {
  width: 355px;
}

.u-w-360 {
  width: 360px;
}

.u-w-365 {
  width: 365px;
}

.u-w-370 {
  width: 370px;
}

.u-w-375 {
  width: 375px;
}

.u-w-380 {
  width: 380px;
}

.u-w-385 {
  width: 385px;
}

.u-w-390 {
  width: 390px;
}

.u-w-395 {
  width: 395px;
}

.u-w-400 {
  width: 400px;
}

.u-w-405 {
  width: 405px;
}

.u-w-410 {
  width: 410px;
}

.u-w-415 {
  width: 415px;
}

.u-w-420 {
  width: 420px;
}

.u-w-425 {
  width: 425px;
}

.u-w-430 {
  width: 430px;
}

.u-w-435 {
  width: 435px;
}

.u-w-440 {
  width: 440px;
}

.u-w-445 {
  width: 445px;
}

.u-w-450 {
  width: 450px;
}

.u-w-455 {
  width: 455px;
}

.u-w-460 {
  width: 460px;
}

.u-w-465 {
  width: 465px;
}

.u-w-470 {
  width: 470px;
}

.u-w-475 {
  width: 475px;
}

.u-w-480 {
  width: 480px;
}

.u-w-485 {
  width: 485px;
}

.u-w-490 {
  width: 490px;
}

.u-w-495 {
  width: 495px;
}

.u-w-500 {
  width: 500px;
}

.u-w-505 {
  width: 505px;
}

.u-w-510 {
  width: 510px;
}

.u-w-515 {
  width: 515px;
}

.u-w-520 {
  width: 520px;
}

.u-w-525 {
  width: 525px;
}

.u-w-530 {
  width: 530px;
}

.u-w-535 {
  width: 535px;
}

.u-w-540 {
  width: 540px;
}

.u-w-545 {
  width: 545px;
}

.u-w-550 {
  width: 550px;
}

.u-w-555 {
  width: 555px;
}

.u-w-560 {
  width: 560px;
}

.u-w-565 {
  width: 565px;
}

.u-w-570 {
  width: 570px;
}

.u-w-575 {
  width: 575px;
}

.u-w-580 {
  width: 580px;
}

.u-w-585 {
  width: 585px;
}

.u-w-590 {
  width: 590px;
}

.u-w-595 {
  width: 595px;
}

.u-w-600 {
  width: 600px;
}

.u-w-605 {
  width: 605px;
}

.u-w-610 {
  width: 610px;
}

.u-w-615 {
  width: 615px;
}

.u-w-620 {
  width: 620px;
}

.u-w-625 {
  width: 625px;
}

.u-w-630 {
  width: 630px;
}

.u-w-635 {
  width: 635px;
}

.u-w-640 {
  width: 640px;
}

.u-w-645 {
  width: 645px;
}

.u-w-650 {
  width: 650px;
}

.u-w-655 {
  width: 655px;
}

.u-w-660 {
  width: 660px;
}

.u-w-665 {
  width: 665px;
}

.u-w-670 {
  width: 670px;
}

.u-w-675 {
  width: 675px;
}

.u-w-680 {
  width: 680px;
}

.u-w-685 {
  width: 685px;
}

.u-w-690 {
  width: 690px;
}

.u-w-695 {
  width: 695px;
}

.u-w-700 {
  width: 700px;
}

.u-w-705 {
  width: 705px;
}

.u-w-710 {
  width: 710px;
}

.u-w-715 {
  width: 715px;
}

.u-w-720 {
  width: 720px;
}

.u-w-725 {
  width: 725px;
}

.u-w-730 {
  width: 730px;
}

.u-w-735 {
  width: 735px;
}

.u-w-740 {
  width: 740px;
}

.u-w-745 {
  width: 745px;
}

.u-w-750 {
  width: 750px;
}

.u-w-755 {
  width: 755px;
}

.u-w-760 {
  width: 760px;
}

.u-w-765 {
  width: 765px;
}

.u-w-770 {
  width: 770px;
}

.u-w-775 {
  width: 775px;
}

.u-w-780 {
  width: 780px;
}

.u-w-785 {
  width: 785px;
}

.u-w-790 {
  width: 790px;
}

.u-w-795 {
  width: 795px;
}

.u-w-800 {
  width: 800px;
}

.u-w-805 {
  width: 805px;
}

.u-w-810 {
  width: 810px;
}

.u-w-815 {
  width: 815px;
}

.u-w-820 {
  width: 820px;
}

.u-w-825 {
  width: 825px;
}

.u-w-830 {
  width: 830px;
}

.u-w-835 {
  width: 835px;
}

.u-w-840 {
  width: 840px;
}

.u-w-845 {
  width: 845px;
}

.u-w-850 {
  width: 850px;
}

.u-w-855 {
  width: 855px;
}

.u-w-860 {
  width: 860px;
}

.u-w-865 {
  width: 865px;
}

.u-w-870 {
  width: 870px;
}

.u-w-875 {
  width: 875px;
}

.u-w-880 {
  width: 880px;
}

.u-w-885 {
  width: 885px;
}

.u-w-890 {
  width: 890px;
}

.u-w-895 {
  width: 895px;
}

.u-w-900 {
  width: 900px;
}

.u-w-905 {
  width: 905px;
}

.u-w-910 {
  width: 910px;
}

.u-w-915 {
  width: 915px;
}

.u-w-920 {
  width: 920px;
}

.u-w-925 {
  width: 925px;
}

.u-w-930 {
  width: 930px;
}

.u-w-935 {
  width: 935px;
}

.u-w-940 {
  width: 940px;
}

.u-w-945 {
  width: 945px;
}

.u-w-950 {
  width: 950px;
}

.u-w-955 {
  width: 955px;
}

.u-w-960 {
  width: 960px;
}

.u-w-965 {
  width: 965px;
}

.u-w-970 {
  width: 970px;
}

.u-w-975 {
  width: 975px;
}

.u-w-980 {
  width: 980px;
}

.u-w-985 {
  width: 985px;
}

.u-w-990 {
  width: 990px;
}

.u-w-995 {
  width: 995px;
}

.u-w-1000 {
  width: 1000px;
}

/* max-width
----------------------------------------------- */
.u-max-w-0 {
  max-width: 0px;
}

.u-max-w-5 {
  max-width: 5px;
}

.u-max-w-10 {
  max-width: 10px;
}

.u-max-w-15 {
  max-width: 15px;
}

.u-max-w-20 {
  max-width: 20px;
}

.u-max-w-25 {
  max-width: 25px;
}

.u-max-w-30 {
  max-width: 30px;
}

.u-max-w-35 {
  max-width: 35px;
}

.u-max-w-40 {
  max-width: 40px;
}

.u-max-w-45 {
  max-width: 45px;
}

.u-max-w-50 {
  max-width: 50px;
}

.u-max-w-55 {
  max-width: 55px;
}

.u-max-w-60 {
  max-width: 60px;
}

.u-max-w-65 {
  max-width: 65px;
}

.u-max-w-70 {
  max-width: 70px;
}

.u-max-w-75 {
  max-width: 75px;
}

.u-max-w-80 {
  max-width: 80px;
}

.u-max-w-85 {
  max-width: 85px;
}

.u-max-w-90 {
  max-width: 90px;
}

.u-max-w-95 {
  max-width: 95px;
}

.u-max-w-100 {
  max-width: 100px;
}

.u-max-w-105 {
  max-width: 105px;
}

.u-max-w-110 {
  max-width: 110px;
}

.u-max-w-115 {
  max-width: 115px;
}

.u-max-w-120 {
  max-width: 120px;
}

.u-max-w-125 {
  max-width: 125px;
}

.u-max-w-130 {
  max-width: 130px;
}

.u-max-w-135 {
  max-width: 135px;
}

.u-max-w-140 {
  max-width: 140px;
}

.u-max-w-145 {
  max-width: 145px;
}

.u-max-w-150 {
  max-width: 150px;
}

.u-max-w-155 {
  max-width: 155px;
}

.u-max-w-160 {
  max-width: 160px;
}

.u-max-w-165 {
  max-width: 165px;
}

.u-max-w-170 {
  max-width: 170px;
}

.u-max-w-175 {
  max-width: 175px;
}

.u-max-w-180 {
  max-width: 180px;
}

.u-max-w-185 {
  max-width: 185px;
}

.u-max-w-190 {
  max-width: 190px;
}

.u-max-w-195 {
  max-width: 195px;
}

.u-max-w-200 {
  max-width: 200px;
}

.u-max-w-205 {
  max-width: 205px;
}

.u-max-w-210 {
  max-width: 210px;
}

.u-max-w-215 {
  max-width: 215px;
}

.u-max-w-220 {
  max-width: 220px;
}

.u-max-w-225 {
  max-width: 225px;
}

.u-max-w-230 {
  max-width: 230px;
}

.u-max-w-235 {
  max-width: 235px;
}

.u-max-w-240 {
  max-width: 240px;
}

.u-max-w-245 {
  max-width: 245px;
}

.u-max-w-250 {
  max-width: 250px;
}

.u-max-w-255 {
  max-width: 255px;
}

.u-max-w-260 {
  max-width: 260px;
}

.u-max-w-265 {
  max-width: 265px;
}

.u-max-w-270 {
  max-width: 270px;
}

.u-max-w-275 {
  max-width: 275px;
}

.u-max-w-280 {
  max-width: 280px;
}

.u-max-w-285 {
  max-width: 285px;
}

.u-max-w-290 {
  max-width: 290px;
}

.u-max-w-295 {
  max-width: 295px;
}

.u-max-w-300 {
  max-width: 300px;
}

.u-max-w-305 {
  max-width: 305px;
}

.u-max-w-310 {
  max-width: 310px;
}

.u-max-w-315 {
  max-width: 315px;
}

.u-max-w-320 {
  max-width: 320px;
}

.u-max-w-325 {
  max-width: 325px;
}

.u-max-w-330 {
  max-width: 330px;
}

.u-max-w-335 {
  max-width: 335px;
}

.u-max-w-340 {
  max-width: 340px;
}

.u-max-w-345 {
  max-width: 345px;
}

.u-max-w-350 {
  max-width: 350px;
}

.u-max-w-355 {
  max-width: 355px;
}

.u-max-w-360 {
  max-width: 360px;
}

.u-max-w-365 {
  max-width: 365px;
}

.u-max-w-370 {
  max-width: 370px;
}

.u-max-w-375 {
  max-width: 375px;
}

.u-max-w-380 {
  max-width: 380px;
}

.u-max-w-385 {
  max-width: 385px;
}

.u-max-w-390 {
  max-width: 390px;
}

.u-max-w-395 {
  max-width: 395px;
}

.u-max-w-400 {
  max-width: 400px;
}

.u-max-w-405 {
  max-width: 405px;
}

.u-max-w-410 {
  max-width: 410px;
}

.u-max-w-415 {
  max-width: 415px;
}

.u-max-w-420 {
  max-width: 420px;
}

.u-max-w-425 {
  max-width: 425px;
}

.u-max-w-430 {
  max-width: 430px;
}

.u-max-w-435 {
  max-width: 435px;
}

.u-max-w-440 {
  max-width: 440px;
}

.u-max-w-445 {
  max-width: 445px;
}

.u-max-w-450 {
  max-width: 450px;
}

.u-max-w-455 {
  max-width: 455px;
}

.u-max-w-460 {
  max-width: 460px;
}

.u-max-w-465 {
  max-width: 465px;
}

.u-max-w-470 {
  max-width: 470px;
}

.u-max-w-475 {
  max-width: 475px;
}

.u-max-w-480 {
  max-width: 480px;
}

.u-max-w-485 {
  max-width: 485px;
}

.u-max-w-490 {
  max-width: 490px;
}

.u-max-w-495 {
  max-width: 495px;
}

.u-max-w-500 {
  max-width: 500px;
}

.u-max-w-505 {
  max-width: 505px;
}

.u-max-w-510 {
  max-width: 510px;
}

.u-max-w-515 {
  max-width: 515px;
}

.u-max-w-520 {
  max-width: 520px;
}

.u-max-w-525 {
  max-width: 525px;
}

.u-max-w-530 {
  max-width: 530px;
}

.u-max-w-535 {
  max-width: 535px;
}

.u-max-w-540 {
  max-width: 540px;
}

.u-max-w-545 {
  max-width: 545px;
}

.u-max-w-550 {
  max-width: 550px;
}

.u-max-w-555 {
  max-width: 555px;
}

.u-max-w-560 {
  max-width: 560px;
}

.u-max-w-565 {
  max-width: 565px;
}

.u-max-w-570 {
  max-width: 570px;
}

.u-max-w-575 {
  max-width: 575px;
}

.u-max-w-580 {
  max-width: 580px;
}

.u-max-w-585 {
  max-width: 585px;
}

.u-max-w-590 {
  max-width: 590px;
}

.u-max-w-595 {
  max-width: 595px;
}

.u-max-w-600 {
  max-width: 600px;
}

.u-max-w-605 {
  max-width: 605px;
}

.u-max-w-610 {
  max-width: 610px;
}

.u-max-w-615 {
  max-width: 615px;
}

.u-max-w-620 {
  max-width: 620px;
}

.u-max-w-625 {
  max-width: 625px;
}

.u-max-w-630 {
  max-width: 630px;
}

.u-max-w-635 {
  max-width: 635px;
}

.u-max-w-640 {
  max-width: 640px;
}

.u-max-w-645 {
  max-width: 645px;
}

.u-max-w-650 {
  max-width: 650px;
}

.u-max-w-655 {
  max-width: 655px;
}

.u-max-w-660 {
  max-width: 660px;
}

.u-max-w-665 {
  max-width: 665px;
}

.u-max-w-670 {
  max-width: 670px;
}

.u-max-w-675 {
  max-width: 675px;
}

.u-max-w-680 {
  max-width: 680px;
}

.u-max-w-685 {
  max-width: 685px;
}

.u-max-w-690 {
  max-width: 690px;
}

.u-max-w-695 {
  max-width: 695px;
}

.u-max-w-700 {
  max-width: 700px;
}

.u-max-w-705 {
  max-width: 705px;
}

.u-max-w-710 {
  max-width: 710px;
}

.u-max-w-715 {
  max-width: 715px;
}

.u-max-w-720 {
  max-width: 720px;
}

.u-max-w-725 {
  max-width: 725px;
}

.u-max-w-730 {
  max-width: 730px;
}

.u-max-w-735 {
  max-width: 735px;
}

.u-max-w-740 {
  max-width: 740px;
}

.u-max-w-745 {
  max-width: 745px;
}

.u-max-w-750 {
  max-width: 750px;
}

.u-max-w-755 {
  max-width: 755px;
}

.u-max-w-760 {
  max-width: 760px;
}

.u-max-w-765 {
  max-width: 765px;
}

.u-max-w-770 {
  max-width: 770px;
}

.u-max-w-775 {
  max-width: 775px;
}

.u-max-w-780 {
  max-width: 780px;
}

.u-max-w-785 {
  max-width: 785px;
}

.u-max-w-790 {
  max-width: 790px;
}

.u-max-w-795 {
  max-width: 795px;
}

.u-max-w-800 {
  max-width: 800px;
}

.u-max-w-805 {
  max-width: 805px;
}

.u-max-w-810 {
  max-width: 810px;
}

.u-max-w-815 {
  max-width: 815px;
}

.u-max-w-820 {
  max-width: 820px;
}

.u-max-w-825 {
  max-width: 825px;
}

.u-max-w-830 {
  max-width: 830px;
}

.u-max-w-835 {
  max-width: 835px;
}

.u-max-w-840 {
  max-width: 840px;
}

.u-max-w-845 {
  max-width: 845px;
}

.u-max-w-850 {
  max-width: 850px;
}

.u-max-w-855 {
  max-width: 855px;
}

.u-max-w-860 {
  max-width: 860px;
}

.u-max-w-865 {
  max-width: 865px;
}

.u-max-w-870 {
  max-width: 870px;
}

.u-max-w-875 {
  max-width: 875px;
}

.u-max-w-880 {
  max-width: 880px;
}

.u-max-w-885 {
  max-width: 885px;
}

.u-max-w-890 {
  max-width: 890px;
}

.u-max-w-895 {
  max-width: 895px;
}

.u-max-w-900 {
  max-width: 900px;
}

.u-max-w-905 {
  max-width: 905px;
}

.u-max-w-910 {
  max-width: 910px;
}

.u-max-w-915 {
  max-width: 915px;
}

.u-max-w-920 {
  max-width: 920px;
}

.u-max-w-925 {
  max-width: 925px;
}

.u-max-w-930 {
  max-width: 930px;
}

.u-max-w-935 {
  max-width: 935px;
}

.u-max-w-940 {
  max-width: 940px;
}

.u-max-w-945 {
  max-width: 945px;
}

.u-max-w-950 {
  max-width: 950px;
}

.u-max-w-955 {
  max-width: 955px;
}

.u-max-w-960 {
  max-width: 960px;
}

.u-max-w-965 {
  max-width: 965px;
}

.u-max-w-970 {
  max-width: 970px;
}

.u-max-w-975 {
  max-width: 975px;
}

.u-max-w-980 {
  max-width: 980px;
}

.u-max-w-985 {
  max-width: 985px;
}

.u-max-w-990 {
  max-width: 990px;
}

.u-max-w-995 {
  max-width: 995px;
}

.u-max-w-1000 {
  max-width: 1000px;
}
