/*
CSS Document
NAME: common.css
*/
/* Import
-------------------------------------------------- */
/* ======================================================================
   Foundation
====================================================================== */
/* Reset
-------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img, iframe {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
}

img {
  vertical-align: bottom;
  pointer-events: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* Mixin
-------------------------------------------------- */
/* Basic
-------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1;
  text-align: justify;
  color: #4D4239;
  background-color: #ddd;
  overflow: hidden;
}

a {
  color: #4D4239;
  padding-bottom: 1px;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/* bsSlider
-------------------------------------------------- */
#sec1 .bx-pager.bx-default-pager {
  bottom: 20px;
  right: 20px;
}

#sec1 .bx-pager.bx-default-pager .bx-pager-item + .bx-pager-item {
  margin-left: 10px;
}

#sec1 .bx-pager.bx-default-pager .bx-pager-item a {
  width: 12px;
  height: 28px;
  background: rgba(102, 102, 102, 0.5);
  border: solid 1px white;
}

#sec1 .bx-pager.bx-default-pager .bx-pager-item a:hover {
  background: rgba(0, 88, 132, 0.6);
}

#sec1 .bx-pager.bx-default-pager .bx-pager-item a.active {
  background: rgba(0, 122, 183, 0.9);
}

#sec1 .bx-pager.bx-default-pager .bx-pager-item a:active {
  background: #0095e0 !important;
}

#sec1 .bx-controls-direction a {
  width: 25px;
  height: 42px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(1.5);
  -moz-transform: translate(0, -50%) scale(1.5);
  -ms-transform: translate(0, -50%) scale(1.5);
  -o-transform: translate(0, -50%) scale(1.5);
  transform: translate(0, -50%) scale(1.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#sec1 .bx-controls-direction a:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border: solid 3px rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
}

#sec1 .bx-controls-direction a:hover:before {
  border: solid 3px white;
}

#sec1 .bx-controls-direction a.bx-prev {
  left: -25px;
}

#sec1 .bx-controls-direction a.bx-prev:before {
  left: 12px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -moz-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  -o-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

#sec1 .bx-controls-direction a.bx-next {
  right: -25px;
}

#sec1 .bx-controls-direction a.bx-next:before {
  right: 12px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -moz-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  -o-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

#sec1:hover .bx-prev {
  left: 15px !important;
  opacity: 1;
  -webkit-transform: translate(0, -50%) scale(1);
  -moz-transform: translate(0, -50%) scale(1);
  -ms-transform: translate(0, -50%) scale(1);
  -o-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}

#sec1:hover .bx-next {
  right: 15px !important;
  opacity: 1;
  -webkit-transform: translate(0, -50%) scale(1);
  -moz-transform: translate(0, -50%) scale(1);
  -ms-transform: translate(0, -50%) scale(1);
  -o-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}

.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bx-wrapper .bx-viewport {
  /*	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;*/
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  z-index: 9999;
  width: auto;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  margin: 0;
  outline: 0;
  /*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  overflow: hidden;
  outline: 0;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a:before {
  text-indent: 9999px;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* ======================================================================
   Layout
====================================================================== */
/* Contents
-------------------------------------------------- */
#contents {
  width: 100%;
}

#main {
  display: block;
  float: left;
  width: 70%;
}

#side {
  display: block;
  float: right;
  width: 30%;
  padding-left: 50px;
}

/* Footer
-------------------------------------------------- */
.l-footer .l-footer--top {
  padding: 25px;
  background: url(../images/bg_pattern04.jpg) repeat center center;
  background-size: 60px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .l-footer .l-footer--top {
    padding: 25px;
  }
}

.l-footer .l-footer--top .l-footer--top__yl {
  display: inline-block;
  width: 68%;
  transition: opacity .4s ease;
}

.l-footer .l-footer--top .l-footer--top__yl:hover {
  opacity: 0.5;
}

@media screen and (min-width: 480px) {
  .l-footer .l-footer--top .l-footer--top__yl {
    width: 30%;
  }
}

.l-footer .l-footer--top .l-footer--top__yl img {
  width: 100%;
  height: auto;
}

.l-footer .l-footer--bottom {
  padding: 10px 25px;
  background: white;
  text-align: center;
}

.l-footer .l-footer--bottom small {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  color: #888;
}

/* Header
-------------------------------------------------- */
.l-header {
  background: url(../images/bg_pattern01.svg) repeat center center;
  background-size: 60px;
  position: relative;
}

.l-header .l-header__title {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 0;
}

@media screen and (min-width: 480px) {
  .l-header .l-header__title {
    top: 15%;
  }
}

.l-header .l-header__title > img {
  width: 90%;
  height: auto;
}

@media screen and (min-width: 480px) {
  .l-header .l-header__title > img {
    width: 45%;
  }
}

.l-header .l-header__day {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 36%;
  left: 0;
}

@media screen and (min-width: 480px) {
  .l-header .l-header__day {
    top: 56%;
  }
}

.l-header .l-header__day > img {
  width: 85%;
  height: auto;
}

@media screen and (min-width: 480px) {
  .l-header .l-header__day > img {
    width: 40%;
  }
}

.l-header .l-header__gl {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.l-header .l-header__gl > img {
  width: 50%;
  height: auto;
}

@media screen and (min-width: 480px) {
  .l-header .l-header__gl > img {
    width: 33%;
  }
}

.l-header .l-header__gl > img:first-child {
  float: left;
  padding-left: 15%;
}

@media screen and (min-width: 480px) {
  .l-header .l-header__gl > img:first-child {
    padding-left: 17%;
  }
}

.l-header .l-header__gl > img:last-child {
  float: right;
  padding-right: 15%;
}

@media screen and (min-width: 480px) {
  .l-header .l-header__gl > img:last-child {
    padding-right: 17%;
  }
}

/* ======================================================================
   Object
====================================================================== */
/* Component
-------------------------------------------------- */
/*
c-badge
*/
.c-badge, .p-badge {
  display: inline-block;
  padding: 10px;
  overflow: hidden;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #f2f2f2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

/*
c-breadCrumb
*/
.c-breadCrumb, .p-breadCrumb {
  display: table;
  table-layout: fixed;
  overflow: hidden;
  background-color: #f2f2f2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.c-breadCrumb > .c-breadCrumb__item, .p-breadCrumb > .c-breadCrumb__item {
  position: relative;
  display: table-cell;
  padding: 15px 22.5px;
}

.c-breadCrumb > .c-breadCrumb__item + .c-breadCrumb__item:before, .p-breadCrumb > .c-breadCrumb__item + .c-breadCrumb__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -45px;
  display: block;
  width: 45px;
  height: 45px;
  margin-top: -22.5px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-breadCrumb > .c-breadCrumb__item > a, .p-breadCrumb > .c-breadCrumb__item > a {
  position: relative;
  z-index: 5;
  color: #007FB1;
}

.c-breadCrumb > .c-breadCrumb__item > a:hover, .p-breadCrumb > .c-breadCrumb__item > a:hover {
  text-decoration: underline;
}

/*
c-button
*/
.c-button, .p-button {
  display: inline-block;
  overflow: hidden;
  padding: 15px;
  text-align: center;
  background-color: #f2f2f2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.c-button:hover, .p-button:hover {
  cursor: pointer;
  background-color: #e5e5e5;
}

/*
c-grid
*/
.c-grid {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.c-grid > .c-grid__01 {
  display: block;
  width: 8.333%;
  max-width: 8.333%;
}

.c-grid > .c-grid__02 {
  display: block;
  width: 16.666%;
  max-width: 16.666%;
}

.c-grid > .c-grid__03 {
  display: block;
  width: 25%;
  max-width: 25%;
}

.c-grid > .c-grid__04 {
  display: block;
  width: 33.333%;
  max-width: 33.333%;
}

.c-grid > .c-grid__05 {
  display: block;
  width: 41.666%;
  max-width: 41.666%;
}

.c-grid > .c-grid__06 {
  display: block;
  width: 50%;
  max-width: 50%;
}

.c-grid > .c-grid__07 {
  display: block;
  width: 58.333%;
  max-width: 58.333%;
}

.c-grid > .c-grid__08 {
  display: block;
  width: 66.666%;
  max-width: 66.666%;
}

.c-grid > .c-grid__09 {
  display: block;
  width: 75%;
  max-width: 75%;
}

.c-grid > .c-grid__10 {
  display: block;
  width: 83.333%;
  max-width: 83.333%;
}

.c-grid > .c-grid__11 {
  display: block;
  width: 91.666%;
  max-width: 91.666%;
}

.c-grid > .c-grid__12 {
  display: block;
  width: 100%;
  max-width: 100%;
}

.c-grid--garter {
  margin: -25px;
}

.c-grid--garter > .c-grid__01 {
  padding: 25px;
}

.c-grid--garter > .c-grid__02 {
  padding: 25px;
}

.c-grid--garter > .c-grid__03 {
  padding: 25px;
}

.c-grid--garter > .c-grid__04 {
  padding: 25px;
}

.c-grid--garter > .c-grid__05 {
  padding: 25px;
}

.c-grid--garter > .c-grid__06 {
  padding: 25px;
}

.c-grid--garter > .c-grid__07 {
  padding: 25px;
}

.c-grid--garter > .c-grid__08 {
  padding: 25px;
}

.c-grid--garter > .c-grid__09 {
  padding: 25px;
}

.c-grid--garter > .c-grid__10 {
  padding: 25px;
}

.c-grid--garter > .c-grid__11 {
  padding: 25px;
}

.c-grid--garter > .c-grid__12 {
  padding: 25px;
}

.c-grid--garter--in {
  margin: -12.5px;
}

.c-grid--garter--in > .c-grid__01 {
  padding: 12.5px;
}

.c-grid--garter--in > .c-grid__02 {
  padding: 12.5px;
}

.c-grid--garter--in > .c-grid__03 {
  padding: 12.5px;
}

.c-grid--garter--in > .c-grid__04 {
  padding: 12.5px;
}

.c-grid--garter--in > .c-grid__05 {
  padding: 12.5px;
}

.c-grid--garter--in > .c-grid__06 {
  padding: 12.5px;
}

.c-grid--garter--in > .c-grid__07 {
  padding: 12.5px;
}

.c-grid--garter--in > .c-grid__08 {
  padding: 12.5px;
}

.c-grid--garter--in > .c-grid__09 {
  padding: 12.5px;
}

.c-grid--garter--in > .c-grid__10 {
  padding: 12.5px;
}

.c-grid--garter--in > .c-grid__11 {
  padding: 12.5px;
}

.c-grid--garter--in > .c-grid__12 {
  padding: 12.5px;
}

.c-grid--garter--ob {
  margin: -7.5px;
}

.c-grid--garter--ob > .c-grid__01 {
  padding: 7.5px;
}

.c-grid--garter--ob > .c-grid__02 {
  padding: 7.5px;
}

.c-grid--garter--ob > .c-grid__03 {
  padding: 7.5px;
}

.c-grid--garter--ob > .c-grid__04 {
  padding: 7.5px;
}

.c-grid--garter--ob > .c-grid__05 {
  padding: 7.5px;
}

.c-grid--garter--ob > .c-grid__06 {
  padding: 7.5px;
}

.c-grid--garter--ob > .c-grid__07 {
  padding: 7.5px;
}

.c-grid--garter--ob > .c-grid__08 {
  padding: 7.5px;
}

.c-grid--garter--ob > .c-grid__09 {
  padding: 7.5px;
}

.c-grid--garter--ob > .c-grid__10 {
  padding: 7.5px;
}

.c-grid--garter--ob > .c-grid__11 {
  padding: 7.5px;
}

.c-grid--garter--ob > .c-grid__12 {
  padding: 7.5px;
}

.c-grid--rev {
  float: right;
}

@media screen and (min-width: 480px) {
  .c-grid > .c-grid__01--S {
    display: block;
    width: 8.333%;
    max-width: 8.333%;
  }
  .c-grid > .c-grid__02--S {
    display: block;
    width: 16.666%;
    max-width: 16.666%;
  }
  .c-grid > .c-grid__03--S {
    display: block;
    width: 25%;
    max-width: 25%;
  }
  .c-grid > .c-grid__04--S {
    display: block;
    width: 33.333%;
    max-width: 33.333%;
  }
  .c-grid > .c-grid__05--S {
    display: block;
    width: 41.666%;
    max-width: 41.666%;
  }
  .c-grid > .c-grid__06--S {
    display: block;
    width: 50%;
    max-width: 50%;
  }
  .c-grid > .c-grid__07--S {
    display: block;
    width: 58.333%;
    max-width: 58.333%;
  }
  .c-grid > .c-grid__08--S {
    display: block;
    width: 66.666%;
    max-width: 66.666%;
  }
  .c-grid > .c-grid__09--S {
    display: block;
    width: 75%;
    max-width: 75%;
  }
  .c-grid > .c-grid__10--S {
    display: block;
    width: 83.333%;
    max-width: 83.333%;
  }
  .c-grid > .c-grid__11--S {
    display: block;
    width: 91.666%;
    max-width: 91.666%;
  }
  .c-grid > .c-grid__12--S {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .c-grid > .c-grid__01--M {
    display: block;
    width: 8.333%;
    max-width: 8.333%;
  }
  .c-grid > .c-grid__02--M {
    display: block;
    width: 16.666%;
    max-width: 16.666%;
  }
  .c-grid > .c-grid__03--M {
    display: block;
    width: 25%;
    max-width: 25%;
  }
  .c-grid > .c-grid__04--M {
    display: block;
    width: 33.333%;
    max-width: 33.333%;
  }
  .c-grid > .c-grid__05--M {
    display: block;
    width: 41.666%;
    max-width: 41.666%;
  }
  .c-grid > .c-grid__06--M {
    display: block;
    width: 50%;
    max-width: 50%;
  }
  .c-grid > .c-grid__07--M {
    display: block;
    width: 58.333%;
    max-width: 58.333%;
  }
  .c-grid > .c-grid__08--M {
    display: block;
    width: 66.666%;
    max-width: 66.666%;
  }
  .c-grid > .c-grid__09--M {
    display: block;
    width: 75%;
    max-width: 75%;
  }
  .c-grid > .c-grid__10--M {
    display: block;
    width: 83.333%;
    max-width: 83.333%;
  }
  .c-grid > .c-grid__11--M {
    display: block;
    width: 91.666%;
    max-width: 91.666%;
  }
  .c-grid > .c-grid__12--M {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 980px) {
  .c-grid > .c-grid__01--L {
    display: block;
    width: 8.333%;
    max-width: 8.333%;
  }
  .c-grid > .c-grid__02--L {
    display: block;
    width: 16.666%;
    max-width: 16.666%;
  }
  .c-grid > .c-grid__03--L {
    display: block;
    width: 25%;
    max-width: 25%;
  }
  .c-grid > .c-grid__04--L {
    display: block;
    width: 33.333%;
    max-width: 33.333%;
  }
  .c-grid > .c-grid__05--L {
    display: block;
    width: 41.666%;
    max-width: 41.666%;
  }
  .c-grid > .c-grid__06--L {
    display: block;
    width: 50%;
    max-width: 50%;
  }
  .c-grid > .c-grid__07--L {
    display: block;
    width: 58.333%;
    max-width: 58.333%;
  }
  .c-grid > .c-grid__08--L {
    display: block;
    width: 66.666%;
    max-width: 66.666%;
  }
  .c-grid > .c-grid__09--L {
    display: block;
    width: 75%;
    max-width: 75%;
  }
  .c-grid > .c-grid__10--L {
    display: block;
    width: 83.333%;
    max-width: 83.333%;
  }
  .c-grid > .c-grid__11--L {
    display: block;
    width: 91.666%;
    max-width: 91.666%;
  }
  .c-grid > .c-grid__12--L {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

/*
c-img
*/
.c-imgMaxW {
  width: 100%;
  height: auto;
}

.c-imgThumb {
  display: block;
  padding: 5px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.c-imgCircle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/*
c-jumbotron
*/
.c-jumbotron {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.c-jumbotron > .c-jumbotron__body {
  position: absolute;
  top: 45%;
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
}

/*
c-media
*/
.c-media {
  display: table;
}

.c-media > .c-media__image {
  display: table-cell;
  padding-right: 15px;
  vertical-align: top;
}

.c-media > .c-media__image > img {
  display: block;
}

.c-media > .c-media__image--rev {
  padding-right: 0;
  padding-left: 15px;
}

.c-media > .c-media__body {
  display: table-cell;
  vertical-align: top;
}

/*
c-navBar
*/
.c-navBar, .p-navBar {
  display: table;
  table-layout: fixed;
  overflow: hidden;
  background-color: #f2f2f2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.c-navBar > .c-navBar__item, .p-navBar > .c-navBar__item {
  display: table-cell;
}

.c-navBar > .c-navBar__item + .c-navBar__item, .p-navBar > .c-navBar__item + .c-navBar__item {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

.c-navBar > .c-navBar__item > a, .p-navBar > .c-navBar__item > a {
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
  text-decoration: none;
}

.c-navBar > .c-navBar__item > a:hover, .p-navBar > .c-navBar__item > a:hover {
  background-color: #e5e5e5;
}

/*
c-overlay
*/
.c-overlay {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.c-overlay > .c-overlay__body {
  position: absolute;
  top: 100%;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.c-overlay:hover {
  cursor: pointer;
}

.c-overlay:hover > .c-overlay__body {
  top: 0%;
}

/*
c-panel
*/
.c-panel, .p-panel {
  display: block;
  overflow: hidden;
  padding: 15px;
  background-color: #f2f2f2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.c-panel > a, .p-panel > a {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 100%;
  margin: -15px;
  padding: 15px;
}

.c-panel > a:hover, .p-panel > a:hover {
  background-color: #e5e5e5;
}

/*
c-tableView
*/
.c-tableView, .p-tableView {
  display: block;
  overflow: hidden;
  background-color: #f2f2f2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.c-tableView > .c-tableView__title, .p-tableView > .c-tableView__title {
  padding: 15px;
  font-weight: bold;
  color: white;
  background-color: #007AB7;
}

.c-tableView > .c-tableView__item, .p-tableView > .c-tableView__item {
  padding: 15px;
}

.c-tableView > .c-tableView__item + .c-tableView__item, .p-tableView > .c-tableView__item + .c-tableView__item {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.c-tableView > .c-tableView__item > a, .p-tableView > .c-tableView__item > a {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 100%;
  margin: -15px;
  padding: 15px;
}

.c-tableView > .c-tableView__item > a:hover, .p-tableView > .c-tableView__item > a:hover {
  background-color: #e5e5e5;
}

/*
c-tag
*/
.c-tag, .p-tag {
  position: relative;
  display: block;
}

.c-tag > .c-tag__item, .p-tag > .c-tag__item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  padding: 5px 15px;
  background-color: #f2f2f2;
  -webkit-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  -ms-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}

/*
c-title
*/
.c-title {
  display: block;
  width: 100%;
  padding: 50px 0;
  line-height: 1.4;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  color: #111;
}

.c-title__sub {
  display: block;
  width: 100%;
  margin: 15px 0;
  padding-left: 15px;
  line-height: 1.4;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #111;
  border-left: solid 4px #007AB7;
}

/* Project
-------------------------------------------------- */
/*
p-badge
*/
/*
p-basicStyle
*/
.p-basicStyle > * + *, .p-columStyle > * + * {
  margin-top: 15px;
}

.p-basicStyle *, .p-columStyle * {
  line-height: 1.8;
}

.p-basicStyle h1, .p-columStyle h1, .p-basicStyle h2, .p-columStyle h2, .p-basicStyle h3, .p-columStyle h3, .p-basicStyle h4, .p-columStyle h4, .p-basicStyle h5, .p-columStyle h5 {
  line-height: 1.4;
}

.p-basicStyle h1, .p-columStyle h1 {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  color: #111;
}

.p-basicStyle h2, .p-columStyle h2 {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  color: #111;
}

.p-basicStyle h3, .p-columStyle h3 {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #111;
}

.p-basicStyle h4, .p-columStyle h4 {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #111;
}

.p-basicStyle h5, .p-columStyle h5 {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.8em;
  color: #111;
}

.p-basicStyle table, .p-columStyle table {
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.p-basicStyle table tr + tr, .p-columStyle table tr + tr {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.p-basicStyle table th, .p-columStyle table th {
  padding: 15px;
  white-space: nowrap;
  color: white;
  background-color: #007AB7;
}

.p-basicStyle table td, .p-columStyle table td {
  padding: 15px;
}

.p-basicStyle ul, .p-columStyle ul {
  margin-left: 1.5em;
  list-style-type: disc;
}

.p-basicStyle ol, .p-columStyle ol {
  margin-left: 1.8em;
  list-style-type: decimal;
}

.p-basicStyle img, .p-columStyle img {
  margin-bottom: 15px;
}

.p-basicStyle label:hover, .p-columStyle label:hover {
  cursor: pointer;
}

.p-basicStyle input[type="text"], .p-columStyle input[type="text"], .p-basicStyle select, .p-columStyle select, .p-basicStyle textarea, .p-columStyle textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-basicStyle input[type="text"], .p-columStyle input[type="text"] {
  width: 100%;
  padding: 15px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #f2f2f2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.p-basicStyle input[type="text"]:focus, .p-columStyle input[type="text"]:focus {
  background-color: yellow;
}

.p-basicStyle input[type="radio"], .p-columStyle input[type="radio"], .p-basicStyle input[type="checkbox"], .p-columStyle input[type="checkbox"] {
  margin-right: 0.5em;
}

.p-basicStyle select, .p-columStyle select {
  width: 100%;
  padding: 15px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #f2f2f2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.p-basicStyle select:focus, .p-columStyle select:focus {
  background-color: yellow;
}

.p-basicStyle textarea, .p-columStyle textarea {
  width: 100%;
  padding: 15px;
  resize: none;
  border: none;
  background-color: #f2f2f2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.p-basicStyle blockquote, .p-columStyle blockquote {
  padding: 25px;
  background-color: #f2f2f2;
  border-left: solid 4px #007AB7;
}

.p-basicStyle a, .p-columStyle a {
  padding-bottom: 1px;
  font-family: "Ubuntu", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #007FB1;
}

.p-basicStyle a:link, .p-columStyle a:link {
  text-decoration: underline;
}

.p-basicStyle a:visited, .p-columStyle a:visited {
  text-decoration: underline;
}

.p-basicStyle a:hover, .p-columStyle a:hover {
  text-decoration: none;
}

.p-basicStyle a:active, .p-columStyle a:active {
  text-decoration: none;
}

.p-basicStyle strong, .p-columStyle strong {
  font-weight: bold;
  background: -webkit-linear-gradient(transparent 50%, yellow 50%);
  background: -o-linear-gradient(transparent 50%, yellow 50%);
  background: linear-gradient(transparent 50%, yellow 50%);
}

.p-basicStyle em, .p-columStyle em {
  color: #c00;
}

.p-basicStyle small, .p-columStyle small {
  display: block;
}

.p-basicStyle hr, .p-columStyle hr {
  height: 0;
  border: 0;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

/*
p-breadCrumb
*/
/*
p-button
*/
/*
p-columStyle
*/
.p-columStyle {
  font-size: 1.2em;
}

.p-columStyle > * + * {
  margin-top: 25px;
}

/*
p-decoration
*/
.p-decoration {
  background: url(../images/bg_pattern01.svg) repeat center center;
  background-size: 60px;
  padding: 50px 25px;
  position: relative;
}

.p-decoration:before, .p-decoration:after {
  display: block;
  position: absolute;
  width: 35%;
  height: auto;
  top: -0.5%;
}

@media screen and (min-width: 480px) {
  .p-decoration:before, .p-decoration:after {
    width: 24%;
    top: 0;
  }
}

.p-decoration:before {
  content: url(../images/img_decoration_ex01.svg);
  left: -5%;
}

@media screen and (min-width: 480px) {
  .p-decoration:before {
    left: 0;
  }
}

.p-decoration:after {
  content: url(../images/img_decoration_ex02.svg);
  right: -5%;
}

@media screen and (min-width: 480px) {
  .p-decoration:after {
    right: 0;
  }
}

.p-decoration .p-decoration--title {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

.p-decoration .p-decoration--title > img {
  width: 75%;
  height: auto;
  margin-top: 15px;
}

@media screen and (min-width: 480px) {
  .p-decoration .p-decoration--title > img {
    width: 35%;
  }
}

.p-decoration .p-decoration--description {
  font-size: 18px;
  color: #695B4E;
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
  padding-bottom: 25px;
}

@media screen and (min-width: 480px) {
  .p-decoration .p-decoration--description {
    font-size: 21px;
  }
}

.p-decoration .p-decoration--list {
  display: block;
  margin: -12.5px;
}

@media screen and (min-width: 480px) {
  .p-decoration .p-decoration--list {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-decoration .p-decoration--list > li {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 12.5px;
}

@media screen and (min-width: 480px) {
  .p-decoration .p-decoration--list > li {
    width: 33.333%;
    max-width: 33.333%;
  }
}

.p-decoration .p-decoration--list > li .p-decoration--list__item {
  padding: 5px;
  background: white;
  box-shadow: 0 5px rgba(0, 0, 0, 0.1);
}

.p-decoration .p-decoration--list > li .p-decoration--list__item > img {
  width: 100%;
  height: auto;
}

/*
p-event
*/
.p-event {
  background: url(../images/bg_pattern02.jpg) repeat center center;
  background-size: 60px;
  padding: 50px 25px;
  position: relative;
}

@media screen and (min-width: 480px) {
  .p-event {
    padding: 50px;
  }
}

.p-event:before {
  content: url(../images/img_event_top01.svg);
  display: block;
  width: 120%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.p-event .p-event--title {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (min-width: 480px) {
  .p-event .p-event--title {
    margin-bottom: 50px;
  }
}

.p-event .p-event--title > img {
  width: 50%;
  height: auto;
  margin-top: 15px;
}

@media screen and (min-width: 480px) {
  .p-event .p-event--title > img {
    width: 20%;
  }
}

.p-event .p-event--body .p-event--item {
  display: block;
  padding-top: 40px;
  position: relative;
}

@media screen and (min-width: 480px) {
  .p-event .p-event--body .p-event--item {
    display: flex;
    padding-top: 0;
  }
}

.p-event .p-event--body .p-event--item:before {
  content: url(../images/img_event_border01.svg);
  display: block;
  width: 35%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (min-width: 480px) {
  .p-event .p-event--body .p-event--item:before {
    content: "";
  }
}

.p-event .p-event--body .p-event--item:nth-child(odd) {
  flex-direction: row-reverse;
}

.p-event .p-event--body .p-event--item:nth-child(odd) .p-event--item__image {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 480px) {
  .p-event .p-event--body .p-event--item:nth-child(odd) .p-event--item__image {
    padding-right: 0;
    padding-left: 50px;
  }
}

.p-event .p-event--body .p-event--item + .p-event--item {
  margin-top: 25px;
}

@media screen and (min-width: 480px) {
  .p-event .p-event--body .p-event--item + .p-event--item {
    margin-top: 50px;
  }
}

.p-event .p-event--body .p-event--item .p-event--item__image {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 15px;
}

@media screen and (min-width: 480px) {
  .p-event .p-event--body .p-event--item .p-event--item__image {
    width: 50%;
    padding-right: 50px;
    padding-left: 0;
    margin-bottom: 0;
  }
}

.p-event .p-event--body .p-event--item .p-event--item__image > img {
  width: 100%;
  height: auto;
}

.p-event .p-event--body .p-event--item .p-event--item__body {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .p-event .p-event--body .p-event--item .p-event--item__body {
    width: 50%;
  }
}

.p-event .p-event--body .p-event--item .p-event--item__body .p-event--item__title {
  width: 100%;
  margin: 0 auto;
}

.p-event .p-event--body .p-event--item .p-event--item__body .p-event--item__title > img {
  width: 100%;
  height: auto;
}

.p-event .p-event--body .p-event--item .p-event--item__body .p-event--item__description {
  color: white;
  line-height: 1.8;
  text-align: left;
  margin-top: 7.5px;
}

@media screen and (min-width: 480px) {
  .p-event .p-event--body .p-event--item .p-event--item__body .p-event--item__description {
    text-align: center;
    margin-top: 25px;
  }
}

.p-event .p-event--body .p-event--item .p-event--item__body .p-event--item__table {
  display: block;
  width: 100%;
  color: white;
  line-height: 1.4;
  margin: 25px 0 0;
}

@media screen and (min-width: 480px) {
  .p-event .p-event--body .p-event--item .p-event--item__body .p-event--item__table {
    display: table;
    margin: 25px auto 0;
    width: auto;
  }
}

.p-event .p-event--body .p-event--item .p-event--item__body .p-event--item__table tbody {
  display: block;
  width: 100%;
}

@media screen and (min-width: 480px) {
  .p-event .p-event--body .p-event--item .p-event--item__body .p-event--item__table tbody {
    display: table-row-group;
    width: auto;
  }
}

.p-event .p-event--body .p-event--item .p-event--item__body .p-event--item__table tr {
  display: block;
  width: 100%;
}

@media screen and (min-width: 480px) {
  .p-event .p-event--body .p-event--item .p-event--item__body .p-event--item__table tr {
    display: table-row;
    width: auto;
  }
}

.p-event .p-event--body .p-event--item .p-event--item__body .p-event--item__table tr + tr {
  border-top: solid 15px transparent;
}

.p-event .p-event--body .p-event--item .p-event--item__body .p-event--item__table tr th {
  display: block;
  color: #FFF697;
  padding-left: 20px;
  vertical-align: top;
  position: relative;
}

@media screen and (min-width: 480px) {
  .p-event .p-event--body .p-event--item .p-event--item__body .p-event--item__table tr th {
    display: table-cell;
    white-space: nowrap;
  }
}

.p-event .p-event--body .p-event--item .p-event--item__body .p-event--item__table tr th:before {
  content: url(../images/img_event_table_icon01.svg);
  display: block;
  width: 15px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.p-event .p-event--body .p-event--item .p-event--item__body .p-event--item__table tr td {
  display: block;
  width: 100%;
  padding-left: 20px;
  white-space: normal;
}

@media screen and (min-width: 480px) {
  .p-event .p-event--body .p-event--item .p-event--item__body .p-event--item__table tr td {
    display: table-cell;
    width: auto;
    padding-left: 15px;
    white-space: nowrap;
  }
}

.p-event .p-event--body .p-event--item .p-event--item__body .p-event--item__table tr td small {
  display: block;
}

/*
p-font
*/
@font-face {
  font-family: 'myfont';
  src: url("../fonts/myfont.eot?jm6d8c");
  src: url("../fonts/myfont.eot?jm6d8c#iefix") format("embedded-opentype"), url("../fonts/myfont.ttf?jm6d8c") format("truetype"), url("../fonts/myfont.woff?jm6d8c") format("woff"), url("../fonts/myfont.svg?jm6d8c#myfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
.icon-arrowT01
	content: "\e600";

.icon-arrowB01
	content: "\e601";

.icon-arrowL01
	content: "\e602";

.icon-arrowR01
	content: "\e603";

.icon-arrowT02
	content: "\e800";

.icon-arrowB02
	content: "\e801";

.icon-arrowL02
	content: "\e802";

.icon-arrowR02
	content: "\e803";

.icon-menu01
	content: "\e604";

.icon-newTab
	content: "\e605";

.icon-phone01
	content: "\e606";

.icon-mail01
	content: "\e607";

.icon-flag
	content: "\e608";

.icon-question
	content: "\e609";

.icon-tw01
	content: "\e60a";

.icon-fb01
	content: "\e60b";
*/
/*
p-food
*/
.p-food {
  background: url(../images/bg_pattern03.svg) repeat center bottom;
  background-size: 450px;
  position: relative;
}

.p-food:before, .p-food:after {
  display: block;
  width: 40%;
  height: auto;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 480px) {
  .p-food:before, .p-food:after {
    width: 28%;
  }
}

.p-food:before {
  content: url(../images/img_food_ex01.svg);
  left: -5%;
}

@media screen and (min-width: 480px) {
  .p-food:before {
    left: 0;
  }
}

.p-food:after {
  content: url(../images/img_food_ex02.svg);
  right: -5%;
}

@media screen and (min-width: 480px) {
  .p-food:after {
    right: 0;
  }
}

.p-food .p-food__in {
  padding: 50px 25px;
}

.p-food .p-food__in .p-food--title {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.p-food .p-food__in .p-food--title > img {
  width: 40%;
  height: auto;
  margin-top: 15px;
}

@media screen and (min-width: 480px) {
  .p-food .p-food__in .p-food--title > img {
    width: 20%;
  }
}

.p-food .p-food__in .p-food--bunner {
  width: 85%;
  margin: 0 auto;
}

@media screen and (min-width: 480px) {
  .p-food .p-food__in .p-food--bunner {
    width: 65%;
  }
}

.p-food .p-food__in .p-food--bunner a {
  display: block;
  width: 100%;
  transition: opacity .4s ease;
}

.p-food .p-food__in .p-food--bunner a:hover {
  opacity: 0.5;
}

.p-food .p-food__in .p-food--bunner a > img {
  width: 100%;
  height: auto;
}

.p-food .p-food__in .p-food--description {
  margin-top: 25px;
  font-size: 16px;
  color: #695B4E;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

.p-food .p-decoration--bottom {
  width: 100%;
  height: auto;
}

/*
p-lead
*/
.p-lead {
  background: #FBFDFF;
  padding: 15px 25px 50px;
}

.p-lead .p-lead--title {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.p-lead .p-lead--title > img {
  width: 85%;
  height: auto;
}

@media screen and (min-width: 480px) {
  .p-lead .p-lead--title > img {
    width: 35%;
  }
}

.p-lead .p-lead--body {
  width: 100%;
  margin: 0 auto;
  background: #D4E9D7;
  padding: 25px;
  border-radius: 20px;
  position: relative;
}

@media screen and (min-width: 480px) {
  .p-lead .p-lead--body {
    width: 75%;
    padding: 25px 50px;
  }
}

.p-lead .p-lead--body:before {
  content: url(../images/img_lead_ex01.svg);
  display: block;
  width: 23%;
  height: auto;
  position: absolute;
  top: -4%;
  left: -6%;
}

@media screen and (min-width: 480px) {
  .p-lead .p-lead--body:before {
    width: 18%;
    top: -25%;
    left: -4%;
  }
}

.p-lead .p-lead--body:after {
  content: url(../images/img_lead_ex02.svg);
  display: block;
  width: 18%;
  height: auto;
  position: absolute;
  bottom: -6%;
  right: 1%;
}

@media screen and (min-width: 480px) {
  .p-lead .p-lead--body:after {
    width: 12%;
    bottom: -8%;
    right: -2%;
  }
}

.p-lead .p-lead--body p {
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
  color: #4D4239;
}

.p-lead .p-lead--body p + p {
  margin-top: 15px;
}

/*
p-navBar
*/
.p-navBar {
  width: 100%;
}

/*
p-panel
*/
/*
p-tableView
*/
/*
p-tag
*/
/* Utitlity
-------------------------------------------------- */
/*
u-taX
*/
.u-taR {
  text-align: right;
}

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

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

.u-vaT {
  vertical-align: top;
}

.u-vaM {
  vertical-align: middle;
}

.u-vaB {
  vertical-align: bottom;
}

/*
u-clearfix
*/
.u-clearfix, .l-header .l-header__gl, .u-inner {
  display: block;
  min-height: 1%;
}

.u-clearfix:after, .l-header .l-header__gl:after, .u-inner:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

* html .u-clearfix, * html .l-header .l-header__gl, .l-header * html .l-header__gl, * html .u-inner {
  height: 1%;
}

/*
u-flX
*/
.u-flL {
  float: left;
}

.u-flR {
  float: right;
}

/*
u-garter
*/
.u-garter__mx {
  margin: 50px;
}

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

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

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

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

.u-garter__px {
  padding: 50px;
}

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

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

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

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

.u-garter--in__mx {
  margin: 25px;
}

.u-garter--in__mt {
  margin-top: 25px;
}

.u-garter--in__mr {
  margin-right: 25px;
}

.u-garter--in__mb {
  margin-bottom: 25px;
}

.u-garter--in__ml {
  margin-left: 25px;
}

.u-garter--in__px {
  padding: 25px;
}

.u-garter--in__pt {
  padding-top: 25px;
}

.u-garter--in__pr {
  padding-right: 25px;
}

.u-garter--in__pb {
  padding-bottom: 25px;
}

.u-garter--in__pl {
  padding-left: 25px;
}

.u-garter--ob__mx {
  margin: 15px;
}

.u-garter--ob__mt {
  margin-top: 15px;
}

.u-garter--ob__mr {
  margin-right: 15px;
}

.u-garter--ob__mb {
  margin-bottom: 15px;
}

.u-garter--ob__ml {
  margin-left: 15px;
}

.u-garter--ob__px {
  padding: 15px;
}

.u-garter--ob__pt {
  padding-top: 15px;
}

.u-garter--ob__pr {
  padding-right: 15px;
}

.u-garter--ob__pb {
  padding-bottom: 15px;
}

.u-garter--ob__pl {
  padding-left: 15px;
}

@media screen and (min-width: 480px) {
  .u-garter__mx--S {
    margin: 50px;
  }
  .u-garter__mt--S {
    margin-top: 50px;
  }
  .u-garter__mr--S {
    margin-right: 50px;
  }
  .u-garter__mb--S {
    margin-bottom: 50px;
  }
  .u-garter__ml--S {
    margin-left: 50px;
  }
  .u-garter__px--S {
    padding: 50px;
  }
  .u-garter__pt--S {
    padding-top: 50px;
  }
  .u-garter__pr--S {
    padding-right: 50px;
  }
  .u-garter__pb--S {
    padding-bottom: 50px;
  }
  .u-garter__pl--S {
    padding-left: 50px;
  }
  .u-garter--in__mx--S {
    margin: 25px;
  }
  .u-garter--in__mt--S {
    margin-top: 25px;
  }
  .u-garter--in__mr--S {
    margin-right: 25px;
  }
  .u-garter--in__mb--S {
    margin-bottom: 25px;
  }
  .u-garter--in__ml--S {
    margin-left: 25px;
  }
  .u-garter--in__px--S {
    padding: 25px;
  }
  .u-garter--in__pt--S {
    padding-top: 25px;
  }
  .u-garter--in__pr--S {
    padding-right: 25px;
  }
  .u-garter--in__pb--S {
    padding-bottom: 25px;
  }
  .u-garter--in__pl--S {
    padding-left: 25px;
  }
  .u-garter--ob__mx--S {
    margin: 15px;
  }
  .u-garter--ob__mt--S {
    margin-top: 15px;
  }
  .u-garter--ob__mr--S {
    margin-right: 15px;
  }
  .u-garter--ob__mb--S {
    margin-bottom: 15px;
  }
  .u-garter--ob__ml--S {
    margin-left: 15px;
  }
  .u-garter--ob__px--S {
    padding: 15px;
  }
  .u-garter--ob__pt--S {
    padding-top: 15px;
  }
  .u-garter--ob__pr--S {
    padding-right: 15px;
  }
  .u-garter--ob__pb--S {
    padding-bottom: 15px;
  }
  .u-garter--ob__pl--S {
    padding-left: 15px;
  }
}

@media screen and (min-width: 768px) {
  .u-garter__mx--M {
    margin: 50px;
  }
  .u-garter__mt--M {
    margin-top: 50px;
  }
  .u-garter__mr--M {
    margin-right: 50px;
  }
  .u-garter__mb--M {
    margin-bottom: 50px;
  }
  .u-garter__ml--M {
    margin-left: 50px;
  }
  .u-garter__px--M {
    padding: 50px;
  }
  .u-garter__pt--M {
    padding-top: 50px;
  }
  .u-garter__pr--M {
    padding-right: 50px;
  }
  .u-garter__pb--M {
    padding-bottom: 50px;
  }
  .u-garter__pl--M {
    padding-left: 50px;
  }
  .u-garter--in__mx--M {
    margin: 25px;
  }
  .u-garter--in__mt--M {
    margin-top: 25px;
  }
  .u-garter--in__mr--M {
    margin-right: 25px;
  }
  .u-garter--in__mb--M {
    margin-bottom: 25px;
  }
  .u-garter--in__ml--M {
    margin-left: 25px;
  }
  .u-garter--in__px--M {
    padding: 25px;
  }
  .u-garter--in__pt--M {
    padding-top: 25px;
  }
  .u-garter--in__pr--M {
    padding-right: 25px;
  }
  .u-garter--in__pb--M {
    padding-bottom: 25px;
  }
  .u-garter--in__pl--M {
    padding-left: 25px;
  }
  .u-garter--ob__mx--M {
    margin: 15px;
  }
  .u-garter--ob__mt--M {
    margin-top: 15px;
  }
  .u-garter--ob__mr--M {
    margin-right: 15px;
  }
  .u-garter--ob__mb--M {
    margin-bottom: 15px;
  }
  .u-garter--ob__ml--M {
    margin-left: 15px;
  }
  .u-garter--ob__px--M {
    padding: 15px;
  }
  .u-garter--ob__pt--M {
    padding-top: 15px;
  }
  .u-garter--ob__pr--M {
    padding-right: 15px;
  }
  .u-garter--ob__pb--M {
    padding-bottom: 15px;
  }
  .u-garter--ob__pl--M {
    padding-left: 15px;
  }
}

@media screen and (min-width: 980px) {
  .u-garter__mx--L {
    margin: 50px;
  }
  .u-garter__mt--L {
    margin-top: 50px;
  }
  .u-garter__mr--L {
    margin-right: 50px;
  }
  .u-garter__mb--L {
    margin-bottom: 50px;
  }
  .u-garter__ml--L {
    margin-left: 50px;
  }
  .u-garter__px--L {
    padding: 50px;
  }
  .u-garter__pt--L {
    padding-top: 50px;
  }
  .u-garter__pr--L {
    padding-right: 50px;
  }
  .u-garter__pb--L {
    padding-bottom: 50px;
  }
  .u-garter__pl--L {
    padding-left: 50px;
  }
  .u-garter--in__mx--L {
    margin: 25px;
  }
  .u-garter--in__mt--L {
    margin-top: 25px;
  }
  .u-garter--in__mr--L {
    margin-right: 25px;
  }
  .u-garter--in__mb--L {
    margin-bottom: 25px;
  }
  .u-garter--in__ml--L {
    margin-left: 25px;
  }
  .u-garter--in__px--L {
    padding: 25px;
  }
  .u-garter--in__pt--L {
    padding-top: 25px;
  }
  .u-garter--in__pr--L {
    padding-right: 25px;
  }
  .u-garter--in__pb--L {
    padding-bottom: 25px;
  }
  .u-garter--in__pl--L {
    padding-left: 25px;
  }
  .u-garter--ob__mx--L {
    margin: 15px;
  }
  .u-garter--ob__mt--L {
    margin-top: 15px;
  }
  .u-garter--ob__mr--L {
    margin-right: 15px;
  }
  .u-garter--ob__mb--L {
    margin-bottom: 15px;
  }
  .u-garter--ob__ml--L {
    margin-left: 15px;
  }
  .u-garter--ob__px--L {
    padding: 15px;
  }
  .u-garter--ob__pt--L {
    padding-top: 15px;
  }
  .u-garter--ob__pr--L {
    padding-right: 15px;
  }
  .u-garter--ob__pb--L {
    padding-bottom: 15px;
  }
  .u-garter--ob__pl--L {
    padding-left: 15px;
  }
}

/*
u-hidden
*/
@media screen and (max-width: 479px) {
  .u-hidden {
    display: none;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .u-hidden--S {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .u-hidden--M {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .u-hidden--L {
    display: none;
  }
}

/*
u-inner
*/
.u-inner {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1060px;
  margin: 0 auto;
}

/*
u-mxXX
*/
.u-mx00 {
  margin: 0px;
}

.u-mx05 {
  margin: 5px;
}

.u-mx10 {
  margin: 10px;
}

.u-mx15 {
  margin: 15px;
}

.u-mx20 {
  margin: 20px;
}

.u-mx25 {
  margin: 25px;
}

.u-mx30 {
  margin: 30px;
}

.u-mx35 {
  margin: 35px;
}

.u-mx40 {
  margin: 40px;
}

.u-mx45 {
  margin: 45px;
}

.u-mx50 {
  margin: 50px;
}

.u-mt00 {
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

.u-mr00 {
  margin-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

.u-mb00 {
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
u-pxXX
*/
.u-px00 {
  padding: 0px;
}

.u-px05 {
  padding: 5px;
}

.u-px10 {
  padding: 10px;
}

.u-px15 {
  padding: 15px;
}

.u-px20 {
  padding: 20px;
}

.u-px25 {
  padding: 25px;
}

.u-px30 {
  padding: 30px;
}

.u-px35 {
  padding: 35px;
}

.u-px40 {
  padding: 40px;
}

.u-px45 {
  padding: 45px;
}

.u-px50 {
  padding: 50px;
}

.u-pt00 {
  padding-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

.u-pr00 {
  padding-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

.u-pb00 {
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

.u-pl00 {
  padding-left: 0px;
}

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

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

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

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

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

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

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

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

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

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