@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&display=swap");
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; }

body {
  line-height: 1; }

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

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;
  border: none;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ" !important; }

textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ" !important; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

html {
  width: 100vw; }

.op-right {
  object-position: right; }

body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  overflow-x: hidden;
  width: 100vw;
  color: #3d1f13; }

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

.kv {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 67px; }
  @media screen and (min-width: 960px) {
    .kv {
      padding-top: 92px;
      padding-bottom: 50px; } }
  .kv img {
    width: 100%; }

.intro {
  line-height: 1.6;
  position: relative;
  max-width: 900px;
  margin: 40px 10px;
  padding: 20px 10px;
  border: 1px solid #817556; }
  @media screen and (min-width: 960px) {
    .intro {
      font-size: 16px;
      margin: 120px auto; } }
  .intro .intro-title {
    position: relative;
    top: -32px;
    margin-bottom: -32px;
    text-align: center; }
    @media screen and (min-width: 960px) {
      .intro .intro-title {
        top: -40px;
        margin-bottom: -40px; } }
    .intro .intro-title > div {
      display: inline-block;
      padding: 0 5px;
      background-color: #fff; }
  .intro h2 {
    font-size: 20px;
    line-height: 1; }
    @media screen and (min-width: 960px) {
      .intro h2 {
        font-size: 40px; } }
    .intro h2 span {
      position: relative;
      z-index: 999;
      display: flex;
      justify-content: center; }
      .intro h2 span::before {
        position: absolute;
        z-index: -1;
        bottom: 0;
        width: 92%;
        height: 5px;
        content: '';
        background-color: #fcda5c; }
        @media screen and (min-width: 960px) {
          .intro h2 span::before {
            height: 10px; } }
  .intro .intro-textarea {
    line-height: 26px;
    margin-top: 30px;
    text-align: center; }
    @media screen and (min-width: 960px) {
      .intro .intro-textarea {
        line-height: 32px;
        margin: 25px 0 40px; } }
  .intro .intro-img {
    position: absolute;
    width: 40px;
    height: 40px; }
    @media screen and (min-width: 960px) {
      .intro .intro-img {
        width: 160px;
        height: 160px; } }
    .intro .intro-img.-i01 {
      top: -10px;
      left: -10px; }
      @media screen and (min-width: 960px) {
        .intro .intro-img.-i01 {
          top: -90px;
          left: -60px; } }
    .intro .intro-img.-i02 {
      right: -10px;
      bottom: -10px; }
      @media screen and (min-width: 960px) {
        .intro .intro-img.-i02 {
          right: -60px;
          bottom: -90px; } }

.point-label,
.lineup-label,
.point-label-green {
  font-size: 20px;
  line-height: 1.4;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  background-color: #f89414; }
  @media screen and (min-width: 960px) {
    .point-label,
    .lineup-label,
    .point-label-green {
      font-size: 38px;
      line-height: 62px;
      letter-spacing: .12em; } }
  .point-label span,
  .lineup-label span,
  .point-label-green span {
    font-size: 16px; }
    @media screen and (min-width: 960px) {
      .point-label span,
      .lineup-label span,
      .point-label-green span {
        font-size: 30px; } }

@media screen and (min-width: 960px) {
  .point-label {
    font-size: 32px;
    line-height: 46px;
    margin-top: 160px;
    margin-bottom: 80px;
    letter-spacing: .15em; } }

.point-label-green {
  margin-top: 60px;
  background-color: #82b478; }

.point-content {
  position: relative;
  margin-top: 8px;
  margin-bottom: 60px; }
  @media screen and (min-width: 960px) {
    .point-content {
      max-width: 1200px;
      margin: 60px auto 100px; } }
  @media screen and (min-width: 960px) {
    .point-content .point-innner {
      display: flex; } }
  @media screen and (min-width: 960px) {
    .point-content .point-contet-label {
      position: absolute;
      z-index: -1;
      right: unset;
      bottom: 0;
      left: 400px;
      width: 100vw;
      height: 220px;
      background-color: #ece9e0; } }
  @media screen and (min-width: 960px) {
    .point-content.-rev {
      margin-bottom: 220px; } }
  @media screen and (min-width: 960px) {
    .point-content.-rev .point-innner {
      flex-direction: row-reverse; } }
  @media screen and (min-width: 960px) {
    .point-content.-rev .point-contet-label {
      position: absolute;
      right: 400px;
      bottom: 0;
      left: unset;
      width: 100vw;
      height: 220px; } }
  .point-content.-rev .point {
    display: none;
    padding-left: 10px; }
    @media screen and (min-width: 960px) {
      .point-content.-rev .point {
        padding-left: 0; } }
  .point-content .point-img {
    position: relative;
    z-index: 999;
    width: 100%;
    padding-top: 50%; }
    @media screen and (min-width: 960px) {
      .point-content .point-img {
        position: static;
        max-width: 550px;
        max-height: 360px;
        padding-top: 0;
        object-fit: cover; } }
    .point-content .point-img img {
      position: absolute;
      top: 0;
      width: 100%;
      height: auto;
      object-fit: cover; }
      @media screen and (min-width: 960px) {
        .point-content .point-img img {
          position: static; } }
  .point-content .img1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media screen and (min-width: 960px) {
      .point-content .img1 {
        position: static; } }
  .point-content .point-img-02 {
    position: static;
    z-index: 999;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 28%;
    height: 100%;
    padding-top: 0; }
    @media screen and (min-width: 960px) {
      .point-content .point-img-02 {
        position: static;
        max-width: 550px;
        max-height: 360px;
        padding-top: 0; } }
    .point-content .point-img-02 .img4 {
      position: absolute;
      top: 0;
      right: 0;
      width: 29%;
      height: 58%;
      object-fit: cover; }
      @media screen and (min-width: 960px) {
        .point-content .point-img-02 .img4 {
          position: static;
          width: 100%; } }
    .point-content .point-img-02 .img5 {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 29%;
      height: 40%;
      margin-top: 10px;
      object-fit: cover; }
      @media screen and (min-width: 960px) {
        .point-content .point-img-02 .img5 {
          position: static;
          width: 100%; } }
  .point-content .point-textarea {
    padding: 0;
    padding-top: 20px; }
    @media screen and (min-width: 960px) {
      .point-content .point-textarea {
        margin-right: 20px;
        padding-top: 0; } }
    .point-content .point-textarea > p:nth-of-type(2) {
      font-size: 24px;
      font-weight: bold;
      line-height: 1.35;
      padding-left: 10px; }
      @media screen and (min-width: 960px) {
        .point-content .point-textarea > p:nth-of-type(2) {
          font-size: 30px;
          line-height: 1.5;
          padding-left: 0; } }
  .point-content .point-text {
    margin: 15px 0 0;
    padding: 15px;
    background-color: #ece9e0; }
    @media screen and (min-width: 960px) {
      .point-content .point-text {
        box-sizing: border-box;
        height: 220px;
        padding: 30px 0 0 0; } }
    @media screen and (min-width: 960px) {
      .point-content .point-text > p {
        font-size: 16px;
        line-height: 26px;
        position: relative;
        max-width: 471px;
        letter-spacing: .1em; } }
  .point-content .point {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-style: italic;
    margin: 10px 0;
    padding-left: 10px;
    letter-spacing: .1em;
    color: #c6bea8; }
    @media screen and (min-width: 960px) {
      .point-content .point {
        font-size: 29px;
        line-height: 1;
        display: flex;
        align-items: center;
        margin: 0;
        margin-left: 40px;
        padding-left: 0; } }
    .point-content .point::after {
      font-family: 'Noto Serif JP', serif;
      font-size: 30px;
      font-style: italic;
      position: relative;
      bottom: 0;
      left: -12px;
      padding: 0 10px;
      content: '';
      letter-spacing: .1em;
      opacity: .2;
      color: #6ea0a0; }
      @media screen and (min-width: 960px) {
        .point-content .point::after {
          font-size: 90px;
          left: -35px; } }
    .point-content .point.-p01::after {
      content: '01'; }
    .point-content .point.-p02::after {
      content: '02'; }
    .point-content .point.-p03::after {
      content: '03'; }

.tips {
  max-width: 1200px;
  margin-top: 80px;
  padding-bottom: 10px;
  background-color: #6ea0a0; }
  @media screen and (min-width: 960px) {
    .tips {
      margin: 100px auto 40px;
      padding-bottom: 30px; } }
  .tips .tips-title {
    text-align: center; }
    .tips .tips-title div {
      position: relative;
      top: -20px;
      display: block; }
      @media screen and (min-width: 960px) {
        .tips .tips-title div {
          top: -36px;
          display: inline-block; } }
    .tips .tips-title p:nth-of-type(1) {
      font-size: 23px;
      display: block;
      padding: 0 auto;
      padding: 10px 0;
      color: #fff;
      background-color: #000; }
      @media screen and (min-width: 960px) {
        .tips .tips-title p:nth-of-type(1) {
          font-size: 40px;
          line-height: 1;
          padding: 14px 42px; } }
    .tips .tips-title p:nth-of-type(2) {
      font-family: 'Dancing Script', cursive;
      font-size: 30px;
      font-style: italic;
      position: absolute;
      top: -30px;
      left: 7px;
      transform: rotate(-22deg);
      color: #00a2a2; }
      @media screen and (min-width: 960px) {
        .tips .tips-title p:nth-of-type(2) {
          font-size: 55px;
          top: -40px;
          left: -54px; } }
  .tips .tips-inner {
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 15px;
    padding: 10px;
    background-color: #fff; }
    @media screen and (min-width: 960px) {
      .tips .tips-inner {
        margin: 0 auto;
        padding: 40px 70px; } }
  .tips .tips-upper-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin: 0 auto;
    padding: 20px 5px;
    letter-spacing: .03em; }
    @media screen and (min-width: 960px) {
      .tips .tips-upper-text {
        font-size: 28px;
        font-weight: bold;
        line-height: 38px;
        padding-bottom: 8px;
        letter-spacing: .08em; } }
  .tips:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 5px; }
    @media screen and (min-width: 960px) {
      .tips:nth-of-type(1) {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 40px;
        padding-bottom: 30px;
        letter-spacing: .08em; } }
    .tips:nth-of-type(1) span {
      font-size: 18px;
      font-weight: 300;
      color: #6ea0a099; }
      @media screen and (min-width: 960px) {
        .tips:nth-of-type(1) span {
          font-size: 42px; } }
  .tips .tips-text {
    padding-top: 20px; }
    @media screen and (min-width: 960px) {
      .tips .tips-text {
        padding-top: 0; } }
    @media screen and (min-width: 960px) {
      .tips .tips-text > p {
        font-size: 16px;
        line-height: 26px;
        padding-left: 40px;
        letter-spacing: .1em; } }
    .tips .tips-text > p:nth-of-type(1) {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 5px;
      padding-bottom: 5px;
      border-bottom: 1px solid #b4a98f; }
      @media screen and (min-width: 960px) {
        .tips .tips-text > p:nth-of-type(1) {
          font-size: 28px;
          line-height: 38px;
          padding-bottom: 8px;
          letter-spacing: .08em; } }
      .tips .tips-text > p:nth-of-type(1) span {
        font-size: 18px;
        font-weight: 300;
        color: #6ea0a099; }
        @media screen and (min-width: 960px) {
          .tips .tips-text > p:nth-of-type(1) span {
            font-size: 42px; } }
  .tips .tips-upper-inner {
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 15px 30px;
    padding: 10px;
    background-color: #fff; }
    @media screen and (min-width: 960px) {
      .tips .tips-upper-inner {
        margin: 0 auto 50px;
        padding: 40px 30px 40px 70px; } }
  .tips .tips-flex {
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
    @media screen and (min-width: 960px) {
      .tips .tips-flex {
        flex-direction: row; } }
    .tips .tips-flex__img {
      flex: unset;
      width: 100%; }
      @media screen and (min-width: 960px) {
        .tips .tips-flex__img {
          flex: 0 0 350px; } }
      .tips .tips-flex__img img {
        width: 100%;
        height: auto; }
    .tips .tips-flex__text {
      flex-grow: 1;
      padding: 15px 10px; }
      @media screen and (min-width: 960px) {
        .tips .tips-flex__text {
          margin-left: 30px;
          padding: 0; } }
      .tips .tips-flex__text p {
        line-height: 1.8; }
        .tips .tips-flex__text p a {
          text-decoration: underline; }
        .tips .tips-flex__text p:first-child {
          margin-bottom: 20px; }
        .tips .tips-flex__text p.-indent {
          position: relative;
          padding-left: 1em; }
          .tips .tips-flex__text p.-indent:before {
            position: absolute;
            top: 0;
            left: 0;
            content: '※'; }

.bl_img {
  display: flex;
  box-sizing: border-box;
  max-width: 970px;
  margin: 0 auto;
  padding-top: 27px;
  padding-right: 10px;
  padding-bottom: 24px;
  padding-left: 10px; }
  @media screen and (min-width: 960px) {
    .bl_img {
      padding-top: 100px;
      padding-right: 0;
      padding-bottom: 100px;
      padding-left: 0; } }
  .bl_img img {
    width: 100%;
    object-fit: cover; }

.img-label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100vw;
  margin-top: 30px; }
  @media screen and (min-width: 960px) {
    .img-label {
      height: 400px;
      margin-top: 150px; } }
  .img-label .img-label-bg {
    width: 100vw; }
    @media screen and (min-width: 960px) {
      .img-label .img-label-bg {
        height: 100%;
        padding: 0;
        object-fit: cover; } }
  .img-label .img-label-text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 140px;
    background-color: #fff; }
    @media screen and (min-width: 960px) {
      .img-label .img-label-text {
        height: 240px; } }
    .img-label .img-label-text img {
      width: 95%; }
      @media screen and (min-width: 960px) {
        .img-label .img-label-text img {
          width: 100%;
          max-width: 766px; } }

.common-h2 {
  width: 130px;
  margin: 30px auto 0; }
  @media screen and (min-width: 960px) {
    .common-h2 {
      width: 200px; } }
  @media screen and (min-width: 960px) {
    .common-h2 img {
      margin: 85px auto 0; } }

.about > p {
  font-size: 14px;
  line-height: 1.8;
  max-width: 1000px;
  padding: 20px 10px;
  text-align: left; }
  @media screen and (min-width: 960px) {
    .about > p {
      font-size: 16px;
      margin: 0 auto;
      padding: 0;
      padding: 50px 0 40px;
      text-align: center; } }
.about > img {
  margin: 0 auto; }
  @media screen and (min-width: 960px) {
    .about > img {
      max-width: 900px;
      margin: 0 auto;
      padding-bottom: 40px; } }

.lineup .common-h2 {
  margin-top: 50px; }
.lineup__hr {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #c0b79f; }
  @media screen and (min-width: 960px) {
    .lineup__hr {
      width: 1080px; } }

.lineup-content {
  margin-top: 20px; }
  @media screen and (min-width: 960px) {
    .lineup-content {
      padding: 55px 0 0; } }
  .lineup-content__ttl {
    font-size: 15px;
    line-height: 1.53;
    text-align: center;
    letter-spacing: 1px;
    color: #f89414;
    -webkit-text-stroke: .3px #f89414; }
    @media screen and (min-width: 960px) {
      .lineup-content__ttl {
        font-size: 30px;
        letter-spacing: 2.4px; } }
  @media screen and (min-width: 960px) {
    .lineup-content .lineip-items {
      display: flex;
      justify-content: center;
      max-width: 1200px;
      margin: 20px auto; } }
  .lineup-content .lineip-items-line {
    display: block;
    width: 85%;
    height: 1px;
    margin: 0 auto;
    background-color: #c0b79f; }
    @media screen and (min-width: 960px) {
      .lineup-content .lineip-items-line {
        margin: 150px auto -70px; } }
  .lineup-content .lineup-detail {
    font-family: 'Noto Serif JP', serif;
    padding: 20px 0;
    text-align: center;
    letter-spacing: .18em; }
    @media screen and (min-width: 960px) {
      .lineup-content .lineup-detail {
        font-size: 24px;
        padding: 57px; } }
    .lineup-content .lineup-detail > div {
      display: inline-block; }
    .lineup-content .lineup-detail span {
      position: relative;
      display: inline-block;
      width: 80%;
      height: 1px;
      background-color: #817556cc; }
      .lineup-content .lineup-detail span::after {
        position: absolute;
        top: .5px;
        left: 45%;
        display: block;
        width: 0;
        height: 0;
        content: '';
        border-width: 14px 6px 0 6px;
        border-style: solid;
        border-color: #817556cc transparent transparent transparent;
        background-color: #fff; }
      .lineup-content .lineup-detail span::before {
        position: absolute;
        z-index: 999;
        top: -2px;
        left: 45%;
        display: block;
        width: 0;
        height: 0;
        content: '';
        border-width: 14px 6px 0 6px;
        border-style: solid;
        border-color: #fff transparent transparent transparent; }

.lineup-image {
  display: flex;
  flex-direction: column-reverse; }
  @media screen and (min-width: 960px) {
    .lineup-image {
      flex-direction: row; } }
  .lineup-image .lineup-main-img img {
    width: 280px;
    height: 300px;
    margin: 0 auto;
    object-fit: cover; }
    @media screen and (min-width: 960px) {
      .lineup-image .lineup-main-img img {
        height: 350px;
        margin-left: 20px; } }
  .lineup-image ul {
    display: flex;
    justify-content: space-around;
    margin-top: 15px; }
    @media screen and (min-width: 960px) {
      .lineup-image ul {
        display: block;
        width: 80px;
        margin-top: 0; } }
    .lineup-image ul li {
      box-sizing: border-box;
      width: 18%;
      height: 65px;
      border: 1px solid #c0b79f; }
      @media screen and (min-width: 960px) {
        .lineup-image ul li {
          width: 100%;
          height: 80px;
          margin: 5px 0; } }
      .lineup-image ul li.-current {
        border: 4px solid #c0b79f; }
      .lineup-image ul li img {
        width: 100%;
        height: 100%;
        object-fit: contain; }

.lineup-item {
  margin-bottom: 30px;
  padding: 20px 10px; }
  @media screen and (min-width: 960px) {
    .lineup-item {
      width: 528px;
      padding: 0 10px 0 30px; } }
  .lineup-item h3 {
    font-size: 20px; }
    @media screen and (min-width: 960px) {
      .lineup-item h3 {
        font-size: 28px;
        line-height: 40px;
        white-space: nowrap;
        letter-spacing: .05em; } }
  .lineup-item > p {
    padding-top: 10px; }
    .lineup-item > p:nth-of-type(1) {
      font-size: 24px; }
      @media screen and (min-width: 960px) {
        .lineup-item > p:nth-of-type(1) {
          font-size: 32px;
          padding-top: 20px; } }
    .lineup-item > p:nth-of-type(2) {
      font-size: 13px; }
      @media screen and (min-width: 960px) {
        .lineup-item > p:nth-of-type(2) {
          font-size: 14px;
          line-height: 24px;
          padding-top: 20px;
          letter-spacing: .05em; } }
  .lineup-item a {
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 60px;
    margin: 20px auto 30px;
    text-decoration: none;
    letter-spacing: 14px;
    color: #fff;
    border-radius: 7px;
    background-color: #a07e61; }
    @media screen and (min-width: 960px) {
      .lineup-item a {
        font-size: 24px;
        margin: 40px auto 0 0; } }
    .lineup-item a::after {
      position: absolute;
      right: 20px;
      width: 10px;
      height: 10px;
      content: '';
      transform: rotate(45deg);
      border-top: 1px solid #fff;
      border-right: 1px solid #fff; }

.dp-ib {
  display: inline-block !important; }

.mt-5 {
  margin-top: 5px; }

.mr-5 {
  margin-right: 5px; }

.pt-5 {
  padding-top: 5px; }

.pr-5 {
  padding-right: 5px; }

.mt-10 {
  margin-top: 10px; }

.mr-10 {
  margin-right: 10px; }

.pt-10 {
  padding-top: 10px; }

.pr-10 {
  padding-right: 10px; }

.mt-15 {
  margin-top: 15px; }

.mr-15 {
  margin-right: 15px; }

.pt-15 {
  padding-top: 15px; }

.pr-15 {
  padding-right: 15px; }

.mt-20 {
  margin-top: 20px; }

.mr-20 {
  margin-right: 20px; }

.pt-20 {
  padding-top: 20px; }

.pr-20 {
  padding-right: 20px; }

.mt-25 {
  margin-top: 25px; }

.mr-25 {
  margin-right: 25px; }

.pt-25 {
  padding-top: 25px; }

.pr-25 {
  padding-right: 25px; }

.mt-30 {
  margin-top: 30px; }

.mr-30 {
  margin-right: 30px; }

.pt-30 {
  padding-top: 30px; }

.pr-30 {
  padding-right: 30px; }

.mt-35 {
  margin-top: 35px; }

.mr-35 {
  margin-right: 35px; }

.pt-35 {
  padding-top: 35px; }

.pr-35 {
  padding-right: 35px; }

.mt-40 {
  margin-top: 40px; }

.mr-40 {
  margin-right: 40px; }

.pt-40 {
  padding-top: 40px; }

.pr-40 {
  padding-right: 40px; }

.mt-45 {
  margin-top: 45px; }

.mr-45 {
  margin-right: 45px; }

.pt-45 {
  padding-top: 45px; }

.pr-45 {
  padding-right: 45px; }

.mt-50 {
  margin-top: 50px; }

.mr-50 {
  margin-right: 50px; }

.pt-50 {
  padding-top: 50px; }

.pr-50 {
  padding-right: 50px; }

.mt-55 {
  margin-top: 55px; }

.mr-55 {
  margin-right: 55px; }

.pt-55 {
  padding-top: 55px; }

.pr-55 {
  padding-right: 55px; }

.mt-60 {
  margin-top: 60px; }

.mr-60 {
  margin-right: 60px; }

.pt-60 {
  padding-top: 60px; }

.pr-60 {
  padding-right: 60px; }

.mt-65 {
  margin-top: 65px; }

.mr-65 {
  margin-right: 65px; }

.pt-65 {
  padding-top: 65px; }

.pr-65 {
  padding-right: 65px; }

.mt-70 {
  margin-top: 70px; }

.mr-70 {
  margin-right: 70px; }

.pt-70 {
  padding-top: 70px; }

.pr-70 {
  padding-right: 70px; }

.mt-75 {
  margin-top: 75px; }

.mr-75 {
  margin-right: 75px; }

.pt-75 {
  padding-top: 75px; }

.pr-75 {
  padding-right: 75px; }

.mt-80 {
  margin-top: 80px; }

.mr-80 {
  margin-right: 80px; }

.pt-80 {
  padding-top: 80px; }

.pr-80 {
  padding-right: 80px; }

.mt-85 {
  margin-top: 85px; }

.mr-85 {
  margin-right: 85px; }

.pt-85 {
  padding-top: 85px; }

.pr-85 {
  padding-right: 85px; }

.mt-90 {
  margin-top: 90px; }

.mr-90 {
  margin-right: 90px; }

.pt-90 {
  padding-top: 90px; }

.pr-90 {
  padding-right: 90px; }

.mt-95 {
  margin-top: 95px; }

.mr-95 {
  margin-right: 95px; }

.pt-95 {
  padding-top: 95px; }

.pr-95 {
  padding-right: 95px; }

.mt-100 {
  margin-top: 100px; }

.mr-100 {
  margin-right: 100px; }

.pt-100 {
  padding-top: 100px; }

.pr-100 {
  padding-right: 100px; }

.mt-105 {
  margin-top: 105px; }

.mr-105 {
  margin-right: 105px; }

.pt-105 {
  padding-top: 105px; }

.pr-105 {
  padding-right: 105px; }

.mt-110 {
  margin-top: 110px; }

.mr-110 {
  margin-right: 110px; }

.pt-110 {
  padding-top: 110px; }

.pr-110 {
  padding-right: 110px; }

.mt-115 {
  margin-top: 115px; }

.mr-115 {
  margin-right: 115px; }

.pt-115 {
  padding-top: 115px; }

.pr-115 {
  padding-right: 115px; }

.mt-120 {
  margin-top: 120px; }

.mr-120 {
  margin-right: 120px; }

.pt-120 {
  padding-top: 120px; }

.pr-120 {
  padding-right: 120px; }

.mt-125 {
  margin-top: 125px; }

.mr-125 {
  margin-right: 125px; }

.pt-125 {
  padding-top: 125px; }

.pr-125 {
  padding-right: 125px; }

.mt-130 {
  margin-top: 130px; }

.mr-130 {
  margin-right: 130px; }

.pt-130 {
  padding-top: 130px; }

.pr-130 {
  padding-right: 130px; }

.mt-135 {
  margin-top: 135px; }

.mr-135 {
  margin-right: 135px; }

.pt-135 {
  padding-top: 135px; }

.pr-135 {
  padding-right: 135px; }

.mt-140 {
  margin-top: 140px; }

.mr-140 {
  margin-right: 140px; }

.pt-140 {
  padding-top: 140px; }

.pr-140 {
  padding-right: 140px; }

.mt-145 {
  margin-top: 145px; }

.mr-145 {
  margin-right: 145px; }

.pt-145 {
  padding-top: 145px; }

.pr-145 {
  padding-right: 145px; }

.mt-150 {
  margin-top: 150px; }

.mr-150 {
  margin-right: 150px; }

.pt-150 {
  padding-top: 150px; }

.pr-150 {
  padding-right: 150px; }

.mt-155 {
  margin-top: 155px; }

.mr-155 {
  margin-right: 155px; }

.pt-155 {
  padding-top: 155px; }

.pr-155 {
  padding-right: 155px; }

.mt-160 {
  margin-top: 160px; }

.mr-160 {
  margin-right: 160px; }

.pt-160 {
  padding-top: 160px; }

.pr-160 {
  padding-right: 160px; }

.mt-165 {
  margin-top: 165px; }

.mr-165 {
  margin-right: 165px; }

.pt-165 {
  padding-top: 165px; }

.pr-165 {
  padding-right: 165px; }

.mt-170 {
  margin-top: 170px; }

.mr-170 {
  margin-right: 170px; }

.pt-170 {
  padding-top: 170px; }

.pr-170 {
  padding-right: 170px; }

.mt-175 {
  margin-top: 175px; }

.mr-175 {
  margin-right: 175px; }

.pt-175 {
  padding-top: 175px; }

.pr-175 {
  padding-right: 175px; }

.mt-180 {
  margin-top: 180px; }

.mr-180 {
  margin-right: 180px; }

.pt-180 {
  padding-top: 180px; }

.pr-180 {
  padding-right: 180px; }

.mt-185 {
  margin-top: 185px; }

.mr-185 {
  margin-right: 185px; }

.pt-185 {
  padding-top: 185px; }

.pr-185 {
  padding-right: 185px; }

.mt-190 {
  margin-top: 190px; }

.mr-190 {
  margin-right: 190px; }

.pt-190 {
  padding-top: 190px; }

.pr-190 {
  padding-right: 190px; }

.mt-195 {
  margin-top: 195px; }

.mr-195 {
  margin-right: 195px; }

.pt-195 {
  padding-top: 195px; }

.pr-195 {
  padding-right: 195px; }

.mt-200 {
  margin-top: 200px; }

.mr-200 {
  margin-right: 200px; }

.pt-200 {
  padding-top: 200px; }

.pr-200 {
  padding-right: 200px; }
