@charset "UTF-8";
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;
}

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

ol, 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;
}

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

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  overflow-y: scroll;
  background: #2FC7DE;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: left;
  color: #584B3B;
  font-size: 15px;
  line-height: 1.8;
  background: #FBFBF0;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .overlay {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
input,
select
textarea {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  border-radius: 3px;
  font-size: 108%;
  line-height: 1.6;
  box-sizing: border-box;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  width: 80%;
  border: 1px solid #999;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  textarea {
    width: 100%;
  }
}

textarea {
  display: block;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  cursor: pointer;
}
input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border: 1px solid #666;
  border-radius: 2px;
  background: #FFF;
}
input[type="checkbox"]:checked + label::before {
  border: 1px solid #2FC7DE;
  background: #2FC7DE;
}
input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 5px;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 9px;
  transform: rotate(40deg);
  border-bottom: 3px solid #FFF;
  border-right: 3px solid #FFF;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  cursor: pointer;
}
input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 17px;
  border: 1px solid #666;
  background: #FFF;
  border-radius: 50%;
}
input[type="radio"]:checked + label::before {
  border: 1px solid #666;
  background: #FFF;
}
input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  background: #2FC7DE;
  border-radius: 50%;
}

input::placeholder {
  color: #BBB;
}

input:-ms-input-placeholder {
  color: #BBB;
}

input::-ms-input-placeholder {
  color: #BBB;
}

iframe {
  display: block;
}

label {
  white-space: nowrap;
}

a:link,
a:visited {
  color: #F2667B;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #F2667B;
  text-decoration: none;
}

.l-header {
  position: relative;
  display: table;
  width: 100%;
  height: 115px;
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .l-global-nav {
    width: 55%;
    display: table-cell !important;
  }
}
@media screen and (max-width: 1024px) {
  .l-global-nav {
    display: none;
    position: fixed;
    z-index: 500;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(47, 199, 222, 0.9);
    transform: scale(1.4);
    transition-property: transform;
    transition-duration: 0.4s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .l-global-nav.active {
    transform: scale(1);
  }

  .l-global-nav-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.l-mainvisual {
  position: relative;
  background: #CFF5FA;
}

.l-pagename {
  position: relative;
}
.l-pagename::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_cloud.png) no-repeat 25% center;
  animation-name: fuwafuwa-slow;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
@-webkit-keyframes fuwafuwa-slow {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 767px) {
  .l-pagename::before {
    background-position: 15% 75%;
    background-size: 68px auto;
  }
}
.l-pagename::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_balloon.png) no-repeat 75% bottom;
  animation-name: fuwafuwa-normal;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
@-webkit-keyframes fuwafuwa-normal {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 767px) {
  .l-pagename::after {
    bottom: -15px;
    background-position: 80% bottom;
    background-size: 39px auto;
  }
}

.l-pagename-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding-bottom: 37px;
  background: url(../img/bg_wave.png) repeat-x 50% bottom;
}
@media screen and (max-width: 767px) {
  .l-pagename-inner {
    background-position: 0 bottom;
    background-size: 400px auto;
    height: 130px;
    padding-bottom: 10px;
  }
}
.l-pagename-inner::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 10px;
  width: 273px;
  height: 201px;
  background: url(../img/bg_triangle_l.png) no-repeat center center/cover;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .l-pagename-inner::before {
    width: 200px;
    height: 146px;
  }
}
@media screen and (max-width: 767px) {
  .l-pagename-inner::before {
    top: 10px;
    left: 5px;
    width: 90px;
    height: 67px;
  }
}
.l-pagename-inner::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 273px;
  height: 201px;
  background: url(../img/bg_triangle_r.png) no-repeat center center/cover;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .l-pagename-inner::after {
    width: 200px;
    height: 146px;
  }
}
@media screen and (max-width: 767px) {
  .l-pagename-inner::after {
    top: 10px;
    right: 5px;
    width: 90px;
    height: 67px;
  }
}

.l-about {
  position: relative;
  padding: 60px 30px;
}
@media screen and (max-width: 767px) {
  .l-about {
    padding: 30px 10px;
  }
}
.l-about::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 10px;
  width: 273px;
  height: 201px;
  background: url(../img/bg_triangle_l.png) no-repeat center center/cover;
}
@media screen and (max-width: 1024px) {
  .l-about::before {
    top: -40px;
    width: 200px;
    height: 146px;
  }
}
@media screen and (max-width: 767px) {
  .l-about::before {
    top: -20px;
    left: 5px;
    width: 90px;
    height: 67px;
  }
}
.l-about::after {
  content: "";
  position: absolute;
  top: -60px;
  right: 10px;
  width: 273px;
  height: 201px;
  background: url(../img/bg_triangle_r.png) no-repeat center center/cover;
}
@media screen and (max-width: 1024px) {
  .l-about::after {
    top: -40px;
    width: 200px;
    height: 146px;
  }
}
@media screen and (max-width: 767px) {
  .l-about::after {
    top: -20px;
    right: 5px;
    width: 90px;
    height: 67px;
  }
}

.l-container-fluid {
  position: relative;
  padding: 60px 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-container-fluid {
    padding: 30px 10px;
  }
}

.l-container {
  max-width: 1100px;
  margin: 0 auto;
}
.l-container::after {
  content: "";
  display: block;
  clear: both;
}

.l-container-narrow {
  max-width: 900px;
  margin: 0 auto;
}
.l-container-narrow::after {
  content: "";
  display: block;
  clear: both;
}

.l-container-indent {
  padding: 0 30px;
  box-sizing: border-box;
}
.l-container-indent::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .l-container-indent {
    padding: 0;
  }
}

.l-footer-inner {
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer-inner {
    display: block;
    text-align: center;
  }
}

a.c-btn-blue {
  position: relative;
  display: inline-block;
  width: 280px;
  height: 55px;
  border-radius: 55px;
  line-height: 55px;
  font-size: 124%;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-family: "Kosugi Maru", sans-serif;
  background: #2FC7DE;
  box-shadow: 0 4px 0 0 #20B3C8;
}
a.c-btn-blue:hover {
  box-shadow: 0 2px 0 0 #20B3C8;
  top: 2px;
}
a.c-btn-blue:active {
  background-color: #20B3C8;
  box-shadow: none;
  top: 4px;
}
a.c-btn-blue::before, a.c-btn-blue::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
a.c-btn-blue::before {
  right: 20px;
  width: 18px;
  height: 2px;
  background: #FFF;
}
a.c-btn-blue::after {
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  a.c-btn-blue {
    width: 200px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    font-size: 108%;
  }
}

a.c-btn-pink {
  position: relative;
  display: inline-block;
  width: 280px;
  height: 55px;
  border-radius: 55px;
  line-height: 55px;
  font-size: 124%;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-family: "Kosugi Maru", sans-serif;
  background: #F2667B;
  box-shadow: 0 4px 0 0 #DC526A;
}
a.c-btn-pink:hover {
  box-shadow: 0 2px 0 0 #DC526A;
  top: 2px;
}
a.c-btn-pink:active {
  background-color: #DC526A;
  box-shadow: none;
  top: 4px;
}
a.c-btn-pink::before, a.c-btn-pink::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
a.c-btn-pink::before {
  right: 20px;
  width: 18px;
  height: 2px;
  background: #FFF;
}
a.c-btn-pink::after {
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  a.c-btn-pink {
    width: 200px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    font-size: 108%;
  }
}

a.c-btn-pink-small {
  position: relative;
  display: inline-block;
  min-width: 130px;
  padding-left: 30px;
  height: 35px;
  border-radius: 35px;
  line-height: 35px;
  font-size: 93%;
  color: #FFF;
  text-decoration: none;
  font-family: "Kosugi Maru", sans-serif;
  background: #F2667B;
  box-sizing: border-box;
  box-shadow: 0 3px 0 0 #DC526A;
}
a.c-btn-pink-small:hover {
  box-shadow: 0 2px 0 0 #DC526A;
  top: 1px;
}
a.c-btn-pink-small:active {
  background-color: #DC526A;
  box-shadow: none;
  top: 3px;
}
a.c-btn-pink-small::before, a.c-btn-pink-small::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
a.c-btn-pink-small::before {
  right: 15px;
  width: 13px;
  height: 2px;
  background: #FFF;
}
a.c-btn-pink-small::after {
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}

a.c-btn-pink-large {
  position: relative;
  display: inline-block;
  width: 520px;
  height: 80px;
  border-radius: 80px;
  line-height: 80px;
  font-size: 216%;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-family: "Kosugi Maru", sans-serif;
  background: #F2667B;
  box-shadow: 0 4px 0 0 #DC526A;
}
a.c-btn-pink-large:hover {
  box-shadow: 0 2px 0 0 #DC526A;
  top: 2px;
}
a.c-btn-pink-large:active {
  background-color: #DC526A;
  box-shadow: none;
  top: 4px;
}
a.c-btn-pink-large::before, a.c-btn-pink-large::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
a.c-btn-pink-large::before {
  right: 29px;
  width: 25px;
  height: 3px;
  background: #FFF;
}
a.c-btn-pink-large::after {
  right: 30px;
  width: 16px;
  height: 16px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  a.c-btn-pink-large {
    width: 280px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    font-size: 108%;
  }
  a.c-btn-pink-large::before, a.c-btn-pink-large::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  a.c-btn-pink-large::before {
    right: 20px;
    width: 18px;
    height: 2px;
    background: #FFF;
  }
  a.c-btn-pink-large::after {
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
  }
}

a.c-btn-contact {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  width: 200px;
  height: 55px;
  border-radius: 55px;
  line-height: 55px;
  font-size: 116%;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-family: "Kosugi Maru", sans-serif;
  background: #2FC7DE url(../img/icon_paperplane_w.png) no-repeat 25px center;
  background-size: 32px 32px;
  box-shadow: 0 4px 0 0 #20B3C8;
  box-sizing: border-box;
}
a.c-btn-contact:hover {
  box-shadow: 0 2px 0 0 #20B3C8;
  top: 2px;
}
a.c-btn-contact:active {
  background-color: #20B3C8;
  box-shadow: none;
  top: 4px;
}
@media screen and (max-width: 767px) {
  a.c-btn-contact {
    padding-left: 28px;
    width: 160px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    font-size: 108%;
    background-position: 15px center;
    background-size: 25px 25px;
  }
}

a.c-btn-entry {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  width: 200px;
  height: 55px;
  border-radius: 55px;
  line-height: 55px;
  font-size: 116%;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-family: "Kosugi Maru", sans-serif;
  background: #F2667B url(../img/icon_pen_w.png) no-repeat 35px center;
  background-size: 27px 27px;
  box-shadow: 0 4px 0 0 #DC526A;
  box-sizing: border-box;
}
a.c-btn-entry:hover {
  box-shadow: 0 2px 0 0 #DC526A;
  top: 2px;
}
a.c-btn-entry:active {
  background-color: #DC526A;
  box-shadow: none;
  top: 4px;
}
@media screen and (max-width: 767px) {
  a.c-btn-entry {
    padding-left: 25px;
    width: 160px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    font-size: 108%;
    background-position: 23px center;
    background-size: 21px 21px;
  }
}

.c-btn-return {
  position: relative;
  display: block;
  width: 280px;
  height: 55px;
  border-radius: 55px;
  font-size: 124%;
  color: #584B3B;
  text-align: center;
  text-decoration: none;
  font-family: "Kosugi Maru", sans-serif;
  background: #F3F2E7;
  box-shadow: 0 4px 0 0 #DFDED5;
  border: 0;
  cursor: pointer;
}
.c-btn-return:hover {
  box-shadow: 0 2px 0 0 #DFDED5;
  top: 2px;
}
.c-btn-return:active {
  background-color: #DFDED5;
  box-shadow: none;
  top: 4px;
}
.c-btn-return::before, .c-btn-return::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-btn-return::before {
  left: 20px;
  width: 18px;
  height: 2px;
  background: #584B3B;
}
.c-btn-return::after {
  left: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #584B3B;
  border-right: 2px solid #584B3B;
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .c-btn-return {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    font-size: 108%;
  }
}

.c-btn-send {
  position: relative;
  display: block;
  width: 280px;
  height: 55px;
  border-radius: 55px;
  font-size: 124%;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-family: "Kosugi Maru", sans-serif;
  background: #2FC7DE;
  box-shadow: 0 4px 0 0 #20B3C8;
  border: 0;
  cursor: pointer;
}
.c-btn-send:hover {
  box-shadow: 0 2px 0 0 #20B3C8;
  top: 2px;
}
.c-btn-send:active {
  background-color: #20B3C8;
  box-shadow: none;
  top: 4px;
}
.c-btn-send::before, .c-btn-send::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-btn-send::before {
  right: 20px;
  width: 18px;
  height: 2px;
  background: #FFF;
}
.c-btn-send::after {
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-btn-send {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    font-size: 108%;
  }
}

.c-label-new {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.4 !important;
  font-weight: normal;
  color: #FFF;
  background: #F2667B;
}

.c-label-hissu {
  display: inline-block;
  padding: 4px 6px;
  font-size: 85% !important;
  line-height: 1.3;
  font-weight: normal;
  color: #FFF;
  text-align: center;
  box-sizing: border-box;
  background: #96CE35;
  float: right;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .c-label-hissu {
    margin-top: 1px;
    font-size: 77% !important;
  }
}

.c-label-blue, .c-label-yellowgreen, .c-label-yellow, .c-label-pink {
  display: inline-block;
  padding: 6px 12px;
  font-size: 100%;
  line-height: 1.3;
  text-indent: 0;
  color: #FFF;
  min-width: 100px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-label-blue, .c-label-yellowgreen, .c-label-yellow, .c-label-pink {
    padding: 5px 10px;
    font-size: 85%;
    min-width: 85px;
  }
}

.c-label-blue {
  background: #2F9DDF;
}

.c-label-yellowgreen {
  background: #96CE35;
}

.c-label-yellow {
  background: #FFCC00;
}

.c-label-pink {
  background: #F2667B;
}

.c-label-pdf, .c-label-word, .c-label-excel {
  display: inline-block;
  margin-right: 15px;
  padding: 4px;
  font-size: 93%;
  line-height: 1.3;
  text-indent: 0;
  color: #FFF;
  min-width: 75px;
  text-align: center;
  box-sizing: border-box;
}

.c-label-pdf {
  background: #CC0000;
}

.c-label-word {
  background: #2B63CA;
}

.c-label-excel {
  background: #009F00;
}

.c-grid3-1 {
  margin: -4.3% 0 0 -4.3%;
}
.c-grid3-1::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .c-grid3-1 {
    margin: 0;
  }
}
.c-grid3-1 > li {
  float: left;
  width: 29.33%;
  margin: 4% 0 0 4%;
}
@media screen and (max-width: 767px) {
  .c-grid3-1 > li {
    float: none;
    width: auto;
    margin: 0 0 20px 0;
  }
  .c-grid3-1 > li:last-child {
    margin-bottom: 0;
  }
}

.c-grid2-1 {
  margin: -3.3% 0 0 -3.3%;
}
.c-grid2-1::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .c-grid2-1 {
    margin: 0;
  }
}
.c-grid2-1 > li {
  float: left;
  width: 47%;
  margin: 3% 0 0 3%;
}
@media screen and (max-width: 767px) {
  .c-grid2-1 > li {
    float: none;
    width: auto;
    margin: 0 0 20px 0;
  }
  .c-grid2-1 > li:last-child {
    margin-bottom: 0;
  }
}

.c-grid {
  margin-bottom: 60px;
}
.c-grid::after {
  content: "";
  display: block;
  clear: both;
}
.c-grid:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-grid {
    margin-bottom: 30px;
  }
  .c-grid:last-child {
    margin-bottom: 0;
  }
}

.c-grid-1 {
  width: 3.75%;
}

.c-grid-2 {
  width: 12.5%;
}

.c-grid-3 {
  width: 21.2%;
}

.c-grid-4 {
  width: 30%;
}

.c-grid-5 {
  width: 40%;
}

.c-grid-6 {
  width: 47.5%;
}

.c-grid-7 {
  width: 55%;
}

.c-grid-8 {
  width: 65%;
}

.c-grid-9 {
  width: 73.8%;
}

.c-grid-10 {
  width: 82.5%;
}

.c-grid-11 {
  width: 91.2%;
}

.c-grid-12 {
  width: 100%;
}

.c-grid-1,
.c-grid-2,
.c-grid-3,
.c-grid-4,
.c-grid-5,
.c-grid-6,
.c-grid-7,
.c-grid-8,
.c-grid-9,
.c-grid-10,
.c-grid-11 {
  float: left;
  margin: 0 5% 0 0;
}
@media screen and (max-width: 767px) {
  .c-grid-1,
  .c-grid-2,
  .c-grid-3,
  .c-grid-4,
  .c-grid-5,
  .c-grid-6,
  .c-grid-7,
  .c-grid-8,
  .c-grid-9,
  .c-grid-10,
  .c-grid-11 {
    width: auto;
    float: none;
    margin: 0 0 30px 0;
  }
}

.c-grid-1:last-child,
.c-grid-2:last-child,
.c-grid-3:last-child,
.c-grid-4:last-child,
.c-grid-5:last-child,
.c-grid-6:last-child,
.c-grid-7:last-child,
.c-grid-8:last-child,
.c-grid-9:last-child,
.c-grid-10:last-child,
.c-grid-11:last-child {
  float: right;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-grid-1:last-child,
  .c-grid-2:last-child,
  .c-grid-3:last-child,
  .c-grid-4:last-child,
  .c-grid-5:last-child,
  .c-grid-6:last-child,
  .c-grid-7:last-child,
  .c-grid-8:last-child,
  .c-grid-9:last-child,
  .c-grid-10:last-child,
  .c-grid-11:last-child {
    float: none;
    margin: 0;
  }
}

.c-block-white {
  margin-bottom: 30px;
  padding: 50px;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 7px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}
.c-block-white::after {
  content: "";
  display: block;
  clear: both;
}
.c-block-white:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-block-white {
    margin-bottom: 20px;
    padding: 20px;
  }
}

.c-block-white-narrow {
  padding: 35px;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 7px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .c-block-white-narrow {
    padding: 20px;
  }
}

.c-iframe {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .c-iframe {
    padding: 10px;
  }
}

.p-logo {
  width: 45%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-logo {
    width: auto;
    padding: 0 10px;
  }
}
.p-logo img {
  width: 360px;
  min-width: 360px;
}
@media screen and (max-width: 767px) {
  .p-logo img {
    width: 220px;
    min-width: auto;
  }
}

.p-bnr-present {
  margin-top: 60px;
  padding: 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-present {
    margin-top: 30px;
    padding: 0 10px;
  }
}

.p-footer-logo {
  display: table-cell;
  vertical-align: middle;
}
.p-footer-logo img {
  width: 360px;
  min-width: 360px;
}
@media screen and (max-width: 767px) {
  .p-footer-logo img {
    width: 260px;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-footer-logo {
    display: block;
    margin-bottom: 20px;
  }
}

.p-footer-address {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-footer-address {
    display: block;
    padding-left: 0;
  }
}

.p-footer-button {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.p-footer-button li:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-footer-button {
    margin-top: 20px;
  }
  .p-footer-button li:first-child {
    margin-right: 15px;
  }
}

.p-copyright {
  padding: 22px 0;
  background: #2FC7DE;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-copyright {
    padding: 15px 0;
    font-size: 93%;
  }
}

.p-pagetop {
  position: fixed;
  z-index: 500;
  right: 10px;
  bottom: 10px;
  display: none;
}
.p-pagetop a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-pagetop a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.p-pagetop a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 11px;
  height: 11px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(-45deg);
  opacity: 0.8;
}

@media screen and (min-width: 1025px) {
  .p-global-nav {
    display: flex;
    justify-content: flex-end;
  }
  .p-global-nav li {
    min-width: 120px;
    height: 115px;
  }
  .p-global-nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #584B3B;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
    padding: 45px 1em 0 1em;
    box-sizing: border-box;
    border-left: 1px solid #F3F2E7;
  }
  .p-global-nav li.nav1, .p-global-nav li.nav2, .p-global-nav li.nav3 {
    display: none;
  }
  .p-global-nav li.nav4 a {
    background: url(../img/icon_yuri_b.png) no-repeat center 20px/40px 40px;
  }
  .p-global-nav li.nav4 a:hover, .p-global-nav li.nav4 a.is-active {
    background-color: #F7F7F4;
  }
  .p-global-nav li.nav5 a {
    background: url(../img/icon_woman_b.png) no-repeat center 20px/40px 40px;
  }
  .p-global-nav li.nav5 a:hover, .p-global-nav li.nav5 a.is-active {
    background-color: #F7F7F4;
  }
  .p-global-nav li.nav6 a {
    background: url(../img/icon_doc_b.png) no-repeat center 20px/36px 36px;
  }
  .p-global-nav li.nav6 a:hover, .p-global-nav li.nav6 a.is-active {
    background-color: #F7F7F4;
  }
  .p-global-nav li.nav7 a {
    background: url(../img/icon_faq_b.png) no-repeat center 17px/47px 47px;
  }
  .p-global-nav li.nav7 a:hover, .p-global-nav li.nav7 a.is-active {
    background-color: #F7F7F4;
  }
  .p-global-nav li.nav8 a {
    background: #2FC7DE url(../img/icon_paperplane_w.png) no-repeat center 20px/42px 42px;
    color: #FFF;
    border-left: none;
  }
  .p-global-nav li.nav8 a:hover, .p-global-nav li.nav8 a.is-active {
    background-color: #20B3C8;
  }
  .p-global-nav li.nav9 a {
    background: #F2667B url(../img/icon_pen_w.png) no-repeat center 20px/36px 36px;
    color: #FFF;
    border-left: none;
  }
  .p-global-nav li.nav9 a:hover, .p-global-nav li.nav9 a.is-active {
    background-color: #DC526A;
  }
}
@media screen and (max-width: 1024px) {
  .p-global-nav {
    display: table-cell;
    vertical-align: middle;
  }

  .p-global-nav li {
    padding: 8px 0;
    font-size: 139%;
    text-align: center;
  }
  .p-global-nav li a {
    color: #FFF;
    text-decoration: none;
  }
  .p-global-nav li a.is-active {
    padding-bottom: 5px;
    border-bottom: 3px solid #FFE70B;
  }
}
.p-topicpath {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}
.p-topicpath::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .p-topicpath {
    margin: 5px auto 0 auto;
    padding: 0 10px;
  }
}
.p-topicpath li {
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-topicpath li {
    font-size: 93%;
  }
}
.p-topicpath li a {
  position: relative;
  padding-right: 17px;
}
.p-topicpath li a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #584B3B;
  border-right: 2px solid #584B3B;
  transform: rotate(45deg);
}

.p-step {
  margin: 0 0 0 -6.3%;
}
.p-step::after {
  content: "";
  display: block;
  clear: both;
}
.p-step li {
  position: relative;
  float: left;
  width: 27.33%;
  margin: 0 0 0 6%;
  padding: 18px;
  border-radius: 7px;
  box-sizing: border-box;
  background: #F3F2E7;
  font-size: 124%;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-step li {
    padding: 15px;
    font-size: 100%;
  }
}
.p-step li span {
  display: block;
  margin: 0 0 3px 0;
  color: #F2667B;
}
.p-step li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -12.5%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #CAC6B9;
  border-right: 3px solid #CAC6B9;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-step li::after {
    right: -13.5%;
  }
}
.p-step li:last-child::after {
  display: none;
}

.p-footer-nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.p-footer-nav li {
  margin: 0 0.7em;
}
.p-footer-nav li a {
  color: #584B3B;
}
@media screen and (max-width: 767px) {
  .p-footer-nav {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    top: 30px;
    right: 20px;
    z-index: 1000;
    touch-action: manipulation;
    background: #F2667B;
    border-radius: 4px;
  }

  .hamburger_icon {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    top: 27px;
  }

  .hamburger_icon,
  .hamburger_icon::before,
  .hamburger_icon::after {
    display: block;
    width: 33px;
    height: 3px;
    background-color: #FFF;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }

  .hamburger_icon::before,
  .hamburger_icon::after {
    position: absolute;
    content: "";
  }

  .hamburger_icon::before {
    top: -11px;
  }

  .hamburger_icon::after {
    top: 11px;
  }

  .hamburger.active .hamburger_icon {
    background-color: transparent;
  }

  .hamburger.active .hamburger_icon::before,
  .hamburger.active .hamburger_icon::after {
    background-color: #FFF;
  }

  .hamburger.active .hamburger_icon::before {
    transform: translateY(11px) rotate(45deg);
  }

  .hamburger.active .hamburger_icon::after {
    transform: translateY(-11px) rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    width: 41px;
    height: 41px;
    top: 10px;
    right: 10px;
  }

  .hamburger_icon {
    top: 19px;
  }

  .hamburger_icon,
  .hamburger_icon::before,
  .hamburger_icon::after {
    width: 25px;
  }

  .hamburger_icon::before {
    top: -9px;
  }

  .hamburger_icon::after {
    top: 9px;
  }

  .hamburger.active .hamburger_icon::before {
    transform: translateY(9px) rotate(45deg);
  }

  .hamburger.active .hamburger_icon::after {
    transform: translateY(-9px) rotate(-45deg);
  }
}
.p-pagenav {
  margin-top: 58px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-pagenav {
    margin-top: 28px;
  }
}
.p-pagenav li {
  margin: 2px 3px 0 3px;
}
.p-pagenav li a,
.p-pagenav li .current,
.p-pagenav li .dotted {
  display: block;
  position: relative;
  background: #2FC7DE;
  line-height: 41px;
  text-align: center;
  color: #FFF;
  width: 41px;
  height: 41px;
  overflow: hidden;
  text-decoration: none;
  cursor: default;
  border: 1px solid #2FC7DE;
}
@media screen and (max-width: 767px) {
  .p-pagenav li a,
  .p-pagenav li .current,
  .p-pagenav li .dotted {
    line-height: 35px;
    width: 35px;
    height: 35px;
  }
}
.p-pagenav li .current {
  background: #FFF;
  color: #2FC7DE;
  border: 1px solid #2FC7DE;
}
.p-pagenav li .arrow-prev {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2FC7DE;
  border-right: 2px solid #2FC7DE;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  overflow: hidden;
  text-indent: -9999px;
}
.p-pagenav li .arrow-next {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 12%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2FC7DE;
  border-right: 2px solid #2FC7DE;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
  text-indent: -9999px;
}
.p-pagenav li a {
  cursor: pointer;
}
.p-pagenav li a .arrow-prev {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.p-pagenav li a .arrow-next {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.p-pagenav li a:hover {
  background: #20B3C8;
  border: 1px solid #20B3C8;
}

.p-pager {
  display: table;
  margin: 70px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-pager {
    margin: 30px auto 0 auto;
  }
}
.p-pager li {
  display: table-cell;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-pager li {
    padding: 0 5px;
  }
}
.p-pager li a {
  display: block;
  width: 150px;
  padding: 12px 0;
  font-size: 100%;
  line-height: 1.4;
  color: #2FC7DE;
  text-align: center;
  text-decoration: none;
  border: 2px solid #2FC7DE;
}
.p-pager li a:hover {
  color: #F2667B;
  border: 2px solid #F2667B;
}
@media screen and (max-width: 767px) {
  .p-pager li a {
    width: 100px;
  }
}

.p-mainvisual-lead {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-mainvisual-lead {
    padding: 0 15px;
  }
}

.p-mainvisual img {
  object-fit: cover;
  width: 100%;
  height: 820px;
}
@media screen and (max-width: 1024px) {
  .p-mainvisual img {
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .p-mainvisual img {
    height: 250px;
  }
}

.p-about {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-about {
    margin-bottom: 30px;
    display: block;
  }
}
.p-about__inner {
  position: relative;
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    width: auto;
  }
}
.p-about__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background: url(../img/top/icon_flower.png) no-repeat center center/cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about__inner::before {
    display: none;
  }
}
.p-about__inner-text {
  font-size: 108%;
}
.p-about__inner-button {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-about__inner-button {
    margin-top: 20px;
    text-align: center;
  }
}
.p-about__video {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .p-about__video {
    width: auto;
    margin-top: 30px;
  }
}

.p-youtube {
  position: relative;
  padding-top: 56.25%;
}
.p-youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.p-list-about {
  display: flex;
  margin: 0 0 -3% -3%;
}
@media screen and (max-width: 767px) {
  .p-list-about {
    display: block;
    margin: 0;
  }
}
.p-list-about li {
  width: 30.33%;
  margin: 0 0 3% 3%;
}
@media screen and (max-width: 767px) {
  .p-list-about li {
    width: auto;
    margin: 0 0 15px 0;
  }
  .p-list-about li:last-child {
    margin-bottom: 0;
  }
}
.p-list-about li a {
  position: relative;
  display: block;
  border: 3px solid #2FC7DE;
  border-radius: 100px;
  padding: 15px;
  background: #FFF;
  margin-top: 15px;
  padding-left: 30px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 124%;
  line-height: 1.3;
  font-weight: 500;
  color: #2FC7DE;
  text-align: center;
  text-decoration: none;
}
.p-list-about li a:hover {
  background: #ECF8FB;
}
@media screen and (max-width: 767px) {
  .p-list-about li a {
    padding: 13px;
    font-size: 116%;
  }
}
.p-list-about li a::before, .p-list-about li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.p-list-about li a::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #2FC7DE;
}
.p-list-about li a::after {
  left: 26px;
  width: 5px;
  height: 5px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-group {
    display: table;
  }
}
@media screen and (max-width: 767px) {
  .p-group__thumb {
    display: table-cell;
    vertical-align: top;
    width: 48%;
  }
}
.p-group__caption {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-group__caption {
    display: table-cell;
    vertical-align: top;
    margin-top: 0;
    padding-left: 15px;
  }
}
.p-group__caption dt {
  font-size: 124%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-group__caption dt {
    font-size: 108%;
    line-height: 1.6;
    margin-bottom: 7px;
  }
}
.p-group__caption dd {
  font-size: 85%;
}
@media screen and (max-width: 767px) {
  .p-group__caption dd {
    font-size: 77%;
  }
}

.p-info-box {
  border: 5px solid #FFE70B;
  background: #FFF;
  border-radius: 10px;
}
.p-info-box > dt {
  position: relative;
  padding: 5px 10px 10px 55px;
  font-size: 154%;
  font-weight: 600;
  background: #FFE70B url(../img/icon_loudspeaker_b.png) no-repeat 15px center;
  background-size: 35px 35px;
}
@media screen and (max-width: 767px) {
  .p-info-box > dt {
    padding: 5px 10px 10px 50px;
    font-size: 124%;
    background-size: 30px 30px;
  }
}
.p-info-box > dt::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 25px;
  width: 30%;
  height: 66px;
  background: url(../img/icon_info.png) no-repeat right center/contain;
}
@media screen and (max-width: 767px) {
  .p-info-box > dt::before {
    height: 56px;
  }
}
.p-info-box > dd {
  padding: 10px 30px 30px 30px;
}
@media screen and (max-width: 1024px) {
  .p-info-box > dd {
    padding: 0 20px 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-info-box > dd {
    padding: 0 15px 30px 15px;
  }
}

.p-oneday-box {
  border: 5px solid #FFE70B;
  background: #FFF;
  border-radius: 10px;
}
.p-oneday-box > dt {
  position: relative;
  padding: 5px 10px 10px 55px;
  font-size: 154%;
  font-weight: 600;
  background: #FFE70B url(../img/icon_balloon_b.png) no-repeat 15px center;
  background-size: 28px 28px;
}
@media screen and (max-width: 767px) {
  .p-oneday-box > dt {
    padding: 0 10px 10px 50px;
    font-size: 124%;
    background-size: 24px 24px;
  }
}
.p-oneday-box > dt::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 25px;
  width: 30%;
  height: 69px;
  background: url(../img/icon_oneday.png) no-repeat right center/contain;
}
@media screen and (max-width: 767px) {
  .p-oneday-box > dt::before {
    height: 59px;
  }
}
.p-oneday-box > dd {
  padding: 10px 30px 30px 30px;
}
@media screen and (max-width: 1024px) {
  .p-oneday-box > dd {
    padding: 0 20px 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-oneday-box > dd {
    padding: 0 15px 30px 15px;
  }
}

.p-info-top li a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 20px 30px 20px 0;
  border-bottom: 1px solid #EEEDE2;
  text-decoration: none;
  color: #584B3B;
}
@media screen and (max-width: 767px) {
  .p-info-top li a {
    padding: 15px 30px 15px 0;
  }
}
.p-info-top li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #CAC6B9;
  border-right: 2px solid #CAC6B9;
  transform: rotate(45deg);
}
.p-info-top__time {
  display: block;
  font-size: 93%;
}
.p-info-top__title {
  display: block;
  line-height: 1.6;
  color: #F2667B;
  text-decoration: underline;
}
.p-info-top__title:hover {
  text-decoration: none;
}

.p-oneday-top li a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 20px 30px 20px 0;
  border-bottom: 1px solid #EEEDE2;
  text-decoration: none;
  color: #584B3B;
}
@media screen and (max-width: 767px) {
  .p-oneday-top li a {
    padding: 15px 30px 15px 0;
  }
}
.p-oneday-top li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #CAC6B9;
  border-right: 2px solid #CAC6B9;
  transform: rotate(45deg);
}
.p-oneday-top__thumb {
  float: left;
  width: 40%;
  margin-right: 15px;
}
.p-oneday-top__date {
  overflow: hidden;
}
.p-oneday-top__date dt {
  font-size: 93%;
}
.p-oneday-top__date dd {
  line-height: 1.6;
  color: #F2667B;
  text-decoration: underline;
}
.p-oneday-top__date dd:hover {
  text-decoration: none;
}

.p-info-second {
  margin-top: -15px;
}
.p-info-second li a {
  position: relative;
  display: flex;
  padding: 22px 35px 22px 0;
  border-bottom: 1px solid #EEEDE2;
  text-decoration: none;
  color: #584B3B;
}
@media screen and (max-width: 767px) {
  .p-info-second li a {
    display: block;
    padding: 15px 0;
  }
}
.p-info-second li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #CAC6B9;
  border-right: 2px solid #CAC6B9;
  transform: rotate(45deg);
}
.p-info-second__time {
  display: block;
  font-size: 93%;
  margin-right: 2em;
}
.p-info-second__title {
  display: inline-block;
  color: #F2667B;
  text-decoration: underline;
}
.p-info-second__title:hover {
  text-decoration: none;
}

.p-oneday-second {
  margin: -4.3% 0 0 -4.3%;
}
.p-oneday-second::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .p-oneday-second {
    margin: -3% 0 0 -3%;
  }
}
.p-oneday-second li {
  float: left;
  width: 29.33%;
  margin: 4% 0 0 4%;
}
@media screen and (max-width: 767px) {
  .p-oneday-second li {
    width: 47%;
    margin: 3% 0 0 3%;
  }
}
.p-oneday-second li a {
  display: block;
  height: 100%;
  background: #FFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
  text-decoration: none;
}
.p-oneday-second li a img:hover {
  opacity: 0.8;
}
.p-oneday-second__thumb img:hover {
  opacity: 0.8;
}
.p-oneday-second__date {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .p-oneday-second__date {
    padding: 12px;
  }
}
.p-oneday-second__date dt {
  color: #584B3B;
  font-size: 93%;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-oneday-second__date dt {
    font-size: 77%;
  }
}
.p-oneday-second__date dd {
  margin-top: 8px;
  color: #584B3B;
  font-size: 124%;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-oneday-second__date dd {
    margin-top: 5px;
    font-size: 100%;
  }
}

.p-message {
  padding: 50px;
  border: 4px solid #FFE70B;
  border-radius: 10px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding: 20px;
    border: 3px solid #FFE70B;
  }
}
.p-message p {
  margin-bottom: 1em;
}
.p-message p:last-child {
  margin-bottom: 0;
}

.p-point {
  height: 100%;
  padding: 40px;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .p-point {
    padding: 20px;
  }
}
.p-point dt {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
  padding-left: 100px;
  font-size: 154%;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-point dt {
    height: 50px;
    padding-left: 65px;
    font-size: 116%;
  }
}
.p-point dd {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-point dd {
    margin-top: 15px;
    font-size: 93%;
  }
}
.p-point__icon1 {
  background: url(../img/about/icon_point1.png) no-repeat center left;
}
@media screen and (max-width: 767px) {
  .p-point__icon1 {
    background-size: 50px 50px;
  }
}
.p-point__icon1 {
  background: url(../img/about/icon_point1.png) no-repeat center left;
}
@media screen and (max-width: 767px) {
  .p-point__icon1 {
    background-size: 50px 50px;
  }
}
.p-point__icon2 {
  background: url(../img/about/icon_point2.png) no-repeat center left;
}
@media screen and (max-width: 767px) {
  .p-point__icon2 {
    background-size: 50px 50px;
  }
}
.p-point__icon3 {
  background: url(../img/about/icon_point3.png) no-repeat center left;
}
@media screen and (max-width: 767px) {
  .p-point__icon3 {
    background-size: 50px 50px;
  }
}
.p-point__icon4 {
  background: url(../img/about/icon_point4.png) no-repeat center left;
}
@media screen and (max-width: 767px) {
  .p-point__icon4 {
    background-size: 50px 50px;
  }
}
.p-point__icon5 {
  background: url(../img/about/icon_point5.png) no-repeat center left;
}
@media screen and (max-width: 767px) {
  .p-point__icon5 {
    background-size: 50px 50px;
  }
}
.p-point__icon6 {
  background: url(../img/about/icon_point6.png) no-repeat center left;
}
@media screen and (max-width: 767px) {
  .p-point__icon6 {
    background-size: 50px 50px;
  }
}
.p-point__icon7 {
  background: url(../img/about/icon_point7.png) no-repeat center left;
}
@media screen and (max-width: 767px) {
  .p-point__icon7 {
    background-size: 50px 50px;
  }
}
.p-point__icon8 {
  background: url(../img/about/icon_point8.png) no-repeat center left;
}
@media screen and (max-width: 767px) {
  .p-point__icon8 {
    background-size: 50px 50px;
  }
}

.p-lead-large {
  margin-bottom: 50px;
  font-size: 154%;
  line-height: 1.5;
  color: #F2667B;
  text-align: center;
  font-family: "Kosugi Maru", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-lead-large {
    margin-bottom: 30px;
    font-size: 124%;
  }
}

.p-comingsoon {
  padding: 80px 30px;
  background: #FFF;
  text-align: center;
  font-size: 200%;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 10px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .p-comingsoon {
    padding: 30px 15px;
    font-size: 139%;
  }
}

.p-table-default {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-table-default {
    border-top: 1px solid #CAC6B9;
  }
}
.p-table-default th {
  width: 180px;
  padding: 20px;
  border: 1px solid #CAC6B9;
  background: #F3F2E7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-table-default th {
    display: block;
    width: auto;
    padding: 10px 15px;
    text-align: left;
    border-top: none;
    font-size: 108%;
    line-height: 1.6;
  }
}
.p-table-default td {
  padding: 20px;
  border: 1px solid #CAC6B9;
  background: #FFF;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-table-default td {
    display: block;
    padding: 15px;
    border-top: none;
  }
}

.p-table-small {
  width: 100%;
  font-size: 93%;
  line-height: 1.6;
}
.p-table-small th {
  width: 90px;
  padding: 13px;
  border: 1px solid #CAC6B9;
  background: #F3F2E7;
  text-align: center;
}
.p-table-small td {
  padding: 13px;
  border: 1px solid #CAC6B9;
  background: #FFF;
  word-break: break-all;
}

.p-table-form {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-table-form {
    border-top: 1px solid #CAC6B9;
  }
}
.p-table-form th {
  width: 250px;
  padding: 20px;
  border: 1px solid #CAC6B9;
  background: #F3F2E7;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-table-form th {
    display: block;
    width: auto;
    padding: 10px 15px;
    border-top: none;
    font-size: 108%;
    line-height: 1.6;
  }
}
.p-table-form td {
  padding: 20px;
  border: 1px solid #CAC6B9;
  background: #FFF;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-table-form td {
    display: block;
    padding: 15px;
    border-top: none;
  }
}

.p-recruit-head {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #CAC6B9;
}
.p-recruit-head::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .p-recruit-head {
    margin-bottom: 15px;
  }
}
.p-recruit-head__label {
  margin-right: 15px;
}
.p-recruit-head__title {
  font-size: 200%;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-recruit-head__title {
    font-size: 170%;
  }
}

.p-recruit-text {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-recruit-text {
    margin-bottom: 15px;
  }
}

.p-recruit-label {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-recruit-label {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-workplace {
    margin-top: -5px;
  }
}
.p-workplace dt {
  margin-bottom: 10px;
  padding-left: 32px;
  font-size: 124%;
  line-height: 1.6;
  font-weight: bold;
  color: #F2667B;
  background: url(../img/icon_pin.png) no-repeat 0 0/contain;
}
.p-workplace dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding: 12px 12px 12px 18px;
  font-size: 108%;
  line-height: 1.4;
  background: #F7F7F4;
}
.p-workplace dd strong {
  padding-right: 12px;
}
.p-workplace dd:last-child {
  margin-bottom: 0;
}

.p-btn-entry {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-btn-entry {
    margin-top: 30px;
  }
}

.p-list-error {
  margin: 35px 0;
  padding: 20px;
  background: #FDEFE8;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .p-list-error {
    margin: 20px 0;
    padding: 15px;
  }
}
.p-list-error li {
  color: #F2667B;
}

.p-error {
  margin-top: 6px;
  font-size: 93%;
  color: #F2667B;
}

.p-note {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-note {
    margin-bottom: 20px;
  }
}

.p-list-input {
  margin: -3px 0;
}
.p-list-input::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .p-list-input {
    margin: 0;
  }
}
.p-list-input li {
  float: left;
  width: 33%;
  padding: 3px 0;
}
@media screen and (max-width: 1024px) {
  .p-list-input li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-list-input li {
    float: none;
    width: auto;
    padding: 0;
  }
}

.p-btn-form {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-btn-form {
    margin-top: 30px;
    display: block;
  }
}
.p-btn-form li {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-btn-form li {
    margin-bottom: 20px;
  }
  .p-btn-form li:last-child {
    margin-bottom: 0;
  }
}

.p-finish {
  padding: 40px;
  text-align: center;
  background: #FFF;
  border: 2px solid #F3F2E7;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-finish {
    padding: 30px;
  }
}
.p-finish dt {
  font-size: 200%;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-finish dt {
    font-size: 170%;
  }
}
.p-finish dd {
  margin-bottom: 30px;
}
.p-finish dd:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-finish dd {
    margin-bottom: 25px;
  }
}

.p-faq {
  margin-bottom: 30px;
}
.p-faq:last-child {
  margin-bottom: 0;
}
.p-faq dt {
  position: relative;
  border: 2px solid #F3F2E7;
  padding: 15px 20px 15px 70px;
  background: #F3F2E7;
  font-size: 116%;
  line-height: 1.5;
  font-weight: 600;
}
.p-faq dt em {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 38px;
  height: 38px;
  font-size: 18px;
  line-height: 38px;
  font-weight: normal;
  color: #FFF;
  text-align: center;
  font-style: normal;
  border-radius: 50%;
  background: #2FC7DE;
}
.p-faq dd {
  position: relative;
  border: 2px solid #F3F2E7;
  padding: 30px 30px 30px 70px;
  border-top: 0;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-faq dd {
    padding: 20px 20px 20px 70px;
  }
}
.p-faq dd em {
  position: absolute;
  top: 25px;
  left: 15px;
  width: 38px;
  height: 38px;
  font-size: 18px;
  line-height: 38px;
  color: #FFF;
  text-align: center;
  font-style: normal;
  border-radius: 50%;
  background: #F2667B;
}
@media screen and (max-width: 767px) {
  .p-faq dd em {
    top: 15px;
  }
}

.p-title-pagename {
  padding-top: 70px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 247%;
  line-height: 1.2;
  color: #2FC7DE;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-title-pagename {
    padding-top: 44px;
    font-size: 185%;
  }
}

.is-info {
  background: url(../img/icon_loudspeaker_e.png) no-repeat center top/64px 64px;
}
@media screen and (max-width: 767px) {
  .is-info {
    background-size: 40px 40px;
  }
}

.is-oneday {
  background: url(../img/icon_balloon_e.png) no-repeat center top/60px 60px;
}
@media screen and (max-width: 767px) {
  .is-oneday {
    background-size: 38px 38px;
  }
}

.is-about {
  background: url(../img/icon_yuri_e.png) no-repeat center top/64px 64px;
}
@media screen and (max-width: 767px) {
  .is-about {
    background-size: 40px 40px;
  }
}

.is-voice {
  background: url(../img/icon_woman_e.png) no-repeat center top/64px 64px;
}
@media screen and (max-width: 767px) {
  .is-voice {
    background-size: 40px 40px;
  }
}

.is-recruit {
  background: url(../img/icon_doc_e.png) no-repeat center top/64px 64px;
}
@media screen and (max-width: 767px) {
  .is-recruit {
    background-size: 40px 40px;
  }
}

.is-faq {
  background: url(../img/icon_faq_e.png) no-repeat center top/72px 72px;
}
@media screen and (max-width: 767px) {
  .is-faq {
    background-size: 46px 46px;
  }
}

.is-contact {
  background: url(../img/icon_paperplane_e.png) no-repeat center top/64px 64px;
}
@media screen and (max-width: 767px) {
  .is-contact {
    background-size: 40px 40px;
  }
}

.is-entry {
  background: url(../img/icon_pen_e.png) no-repeat center top/64px 64px;
}
@media screen and (max-width: 767px) {
  .is-entry {
    background-size: 40px 40px;
  }
}

.p-title-blue {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-title-blue {
    margin-bottom: 30px;
  }
}
.p-title-blue span {
  padding-bottom: 8px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 262%;
  line-height: 1.2;
  color: #2FC7DE;
  background-image: linear-gradient(180deg, transparent 90%, #FFF904 0);
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .p-title-blue span {
    font-size: 200%;
  }
}

.p-title-pink {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-title-pink {
    text-align: center;
  }
}
.p-title-pink span {
  padding-bottom: 8px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 262%;
  line-height: 1.2;
  color: #F2667B;
  background-image: linear-gradient(180deg, transparent 90%, #FFF904 0);
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .p-title-pink span {
    font-size: 200%;
  }
}

.p-title-brown {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-title-brown {
    text-align: center;
  }
}
.p-title-brown span {
  padding-bottom: 8px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 262%;
  line-height: 1.2;
  background-image: linear-gradient(180deg, transparent 90%, #FFF904 0);
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .p-title-brown span {
    font-size: 200%;
  }
}

.p-title-dotline-yellow {
  margin-bottom: 35px;
  padding-bottom: 18px;
  font-size: 177%;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-title-dotline-yellow {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 139%;
  }
}
.p-title-dotline-yellow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-image: radial-gradient(#FFE70B 25%, transparent 30%);
  background-size: 18px 18px;
  background-position: -6px center;
}
@media screen and (max-width: 767px) {
  .p-title-dotline-yellow::before {
    height: 6px;
    background-size: 16px 16px;
    background-position: -5px center;
  }
}

.p-title-dotline-yellow-large {
  margin-bottom: 35px;
  padding-bottom: 18px;
  font-size: 216%;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-title-dotline-yellow-large {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 185%;
  }
}
.p-title-dotline-yellow-large::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-image: radial-gradient(#FFE70B 25%, transparent 30%);
  background-size: 18px 18px;
  background-position: -6px center;
}
@media screen and (max-width: 767px) {
  .p-title-dotline-yellow-large::before {
    height: 6px;
    background-size: 16px 16px;
    background-position: -5px center;
  }
}

.p-title-dotline-gray {
  margin-bottom: 35px;
  padding-bottom: 13px;
  font-size: 177%;
  line-height: 1.5;
  border-bottom: 4px dotted #EEEDE2;
}
@media screen and (max-width: 767px) {
  .p-title-dotline-gray {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 139%;
  }
}

.p-title-bar-yellow {
  margin: 0 -30px 40px -30px;
  padding: 15px 30px;
  font-size: 139%;
  line-height: 1.4;
  background: #FFE70B;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .p-title-bar-yellow {
    margin: 0 0 30px 0;
    padding: 13px 15px;
    font-size: 124%;
  }
}

.entry p {
  margin: 1em 0;
}

.entry h2 {
  margin: 2em 0 1em 0;
  padding: 0 0 15px 0;
  font-size: 139%;
  line-height: 1.3;
  border-bottom: 3px dotted #CAC6B9;
}

.entry h3 {
  margin: 2em 0 1em 0;
  padding: 0 0 0 20px;
  font-size: 124%;
  line-height: 1.3;
  position: relative;
}
.entry h3::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 28px;
  background: #F2667B;
  border-radius: 6px;
}

.entry h4 {
  margin: 2em 0 1em 0;
  font-size: 124%;
  line-height: 1.3;
}

.entry h5 {
  margin: 2em 0 1em 0;
  font-size: 108%;
  line-height: 1.3;
}

.entry h6 {
  margin: 2em 0 1em 0;
  font-size: 100%;
  line-height: 1.3;
}

.entry table {
  width: 100%;
  margin: 1.5em 0;
}
.entry table th {
  padding: 20px;
  border: 1px solid #CAC6B9;
  background: #F3F2E7;
  text-align: center;
}
.entry table td {
  padding: 20px;
  border: 1px solid #CAC6B9;
  background: #FFF;
}

.entry ul {
  list-style: disc;
  margin: 1em 0;
  padding-left: 2em;
}

.entry ol {
  list-style: decimal;
  margin: 1em 0;
  padding-left: 2em;
}

.p-post-image {
  list-style: none !important;
  margin: -4.3% 0 0 -4.3% !important;
  margin-top: -2.3% !important;
  padding: 0 !important;
}
.p-post-image::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .p-post-image {
    margin: 30px 0 0 0 !important;
  }
}
.p-post-image > li {
  float: left;
  width: 46%;
  margin: 4% 0 0 4%;
}
.p-post-image > li img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-post-image > li {
    width: auto;
    margin: 0 0 30px 0;
  }
  .p-post-image > li:last-child {
    margin-bottom: 0;
  }
}

.p-caption {
  display: block;
  margin-top: 7px;
  text-align: center;
}

.p-post-files {
  list-style: none !important;
  margin: 40px 0 0 0 !important;
  padding: 0 !important;
  border-top: 1px dotted #CAC6B9;
}
@media screen and (max-width: 767px) {
  .p-post-files {
    margin: 30px 0 0 0 !important;
  }
}
.p-post-files li {
  border-bottom: 1px dotted #CAC6B9;
  padding: 15px;
}

.u-color-pink {
  color: #F2667B;
}

.u-bgcolor-stripe {
  background: linear-gradient(90deg, #E5FAFC 50%, #F1FDFF 0);
  background-size: 50px 50px;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .u-bgcolor-stripe {
    background-size: 25px 25px;
  }
}

.u-bgcolor-mesh {
  background: #FFF url(../img/bg_mesh.png) repeat center 0;
}
@media screen and (max-width: 767px) {
  .u-bgcolor-mesh {
    background-size: 12px 12px;
  }
}

.u-bgcolor-lightpink {
  background: #FDEFE8;
}

.u-bgcolor-lightyellow {
  background: #FFFACE;
}

.u-bgcolor-lightbrown {
  background: #F3F2E7;
}

a.u-icon-number {
  display: inline-block;
  font-size: 200%;
  line-height: 1.3;
  color: #584B3B;
  font-weight: bold;
  letter-spacing: .04em;
  text-decoration: none;
  font-family: "Kosugi Maru", sans-serif;
  padding-left: 24px;
  background: url(../img/icon_tel_b.png) no-repeat 0 center;
  background-size: 18px 18px;
  white-space: nowrap;
}

a.u-icon-number-large {
  display: inline-block;
  font-size: 262%;
  line-height: 1.3;
  color: #F2667B;
  font-weight: bold;
  letter-spacing: .04em;
  text-decoration: none;
  font-family: "Kosugi Maru", sans-serif;
  padding-left: 34px;
  background: url(../img/icon_tel_p.png) no-repeat 0 center;
  background-size: 26px 26px;
  white-space: nowrap;
}

.u-container-spacer {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .u-container-spacer {
    margin-top: 30px;
  }
}

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

.u-txt-c {
  text-align: center !important;
}

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

.u-fs11 {
  font-size: 11px !important;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

.u-fs22 {
  font-size: 22px !important;
}

.u-fs24 {
  font-size: 24px !important;
}

.u-fs26 {
  font-size: 26px !important;
}

.u-fs28 {
  font-size: 28px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}
