@charset "UTF-8";
/* =================== webfont */
.roboto-b {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.viga {
  font-family: 'Viga', sans-serif;
}

.ja-min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.sans-b {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.sans-bl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}

.serif-b {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}

.serif-m {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

.serif-sb {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

.font-normal {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  font-weight: 500 !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, aside, section, article, figure {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html, body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*font-family:$seriffont;*/
  font-style: normal;
  /*letter-spacing:1px;*/
}

html {
  font-size: 62.5%;
  line-height: 30px;
  color: #253038;
}

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.6rem;
}

main, address, section, article, figure {
  display: block;
}

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

blockquote {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: "";
  content: none;
}

del {
  text-decoration: line-through;
}

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

img {
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a img {
  border: 0;
  line-height: 1;
  vertical-align: bottom;
}

a {
  color: #253038;
  text-decoration: none;
  transition: ease-out .1s;
}
a:hover {
  text-decoration: none;
}

::selection {
  background: none repeat scroll 0 0 #009FEF;
  color: #fff;
  -webkit-text-style: none;
  -moz-text-style: none;
  -ms-text-style: none;
  -o-text-style: none;
  text-style: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}

*::-moz-selection {
  background: none repeat scroll 0 0 #009FEF;
  color: #fff;
  -webkit-text-style: none;
  -moz-text-style: none;
  -ms-text-style: none;
  -o-text-style: none;
  text-style: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}

area:focus {
  outline: none;
  border: 0;
}

select, input, button, textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 100%;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
}
select:focus, input:focus, button:focus, textarea:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
}

pre, code, kbd, samp, tt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 100%;
  line-height: 30px;
}

label {
  outline: none;
  cursor: pointer;
  font-weight: 700;
}
label:focus {
  outline: none;
}

ol, ul {
  list-style-type: none;
}

ul.basic li {
  position: relative;
}
ul.basic li:before {
  dsisplay: block;
  content: "・";
}

ol.basic {
  list-style-type: decimal;
}
ol.basic li {
  margin-left: 20px;
}

.bd_clear {
  border: none;
}

p {
  font-size: 100%;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 28px;
  }

  a[href^="tel:"] {
    pointer-events: inherit;
  }
}
/* layout */
.onlyPc {
  display: block !important;
}

.onlyTb {
  display: none !important;
}

.onlyTS {
  display: none !important;
}

.onlySp {
  display: none !important;
}

/* =================== wrapper */
#wrapper {
  width: 100%;
  min-width: 1180px;
  overflow: hidden;
}

/* =================== container */
.container {
  position: relative;
  min-width: 1180px;
}

#maincontainer {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #maincontainer {
    padding: 0;
    transition: ease-out 0.2s;
    padding: 0 0 48px;
  }
}

#maincontainer_inner {
  margin-bottom: 260px;
}
@media screen and (max-width: 767px) {
  #maincontainer_inner {
    margin-bottom: 120px;
  }
}
#maincontainer_inner section:last-child {
  margin-bottom: 0 !important;
}

/* =================== content */
.content {
  clear: both;
  position: relative;
  min-width: 1180px;
  margin-bottom: 250px;
}
@media screen and (max-width: 767px) {
  .content {
    margin-bottom: 100px;
  }
}

/* =================== inner */
.inner {
  position: relative;
  width: 1038px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    position: relative;
    width: auto;
    margin: 0 20px;
  }
}

.inner_s {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner_s {
    position: relative;
    width: auto;
    margin: 0 20px;
  }
}

.inner_s2 {
  position: relative;
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner_s2 {
    position: relative;
    width: auto;
    margin: 0 20px;
  }
}

@media screen and (max-width: 1260px) {
  .onlyTS {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .onlyPc {
    display: none !important;
  }

  .onlyTb {
    display: none !important;
  }

  .onlyTS {
    display: block !important;
  }

  .onlySp {
    display: block !important;
  }

  #wrapper {
    min-width: inherit;
  }

  .container {
    min-width: inherit;
  }

  .content {
    min-width: inherit;
  }

  .sp_inner_b {
    width: 100%;
    margin: 0;
  }
}
/* block */
.tlbox {
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .tlbox {
    margin-bottom: 15px;
  }
}
.tlbox .parts_huk01 {
  position: absolute;
  top: -36px;
  right: -183px;
  width: 161px;
  height: 71px;
  background: url("../images/parts_huk01.png") no-repeat;
  background-size: contain;
}
.tlbox .parts_huk01 p {
  color: #fff;
  font-size: 2rem;
  line-height: 38px;
  text-align: center;
  padding-top: 9px;
}
@media screen and (max-width: 767px) {
  .tlbox .parts_huk01 {
    width: 108px;
    height: 48px;
    right: 15px;
  }
  .tlbox .parts_huk01 p {
    font-size: 1.4rem;
    line-height: 26px;
    padding-top: 6px;
  }
}
.tlbox__handwrite {
  position: absolute;
  top: -51px;
  left: -148px;
}
.tlbox__catch {
  position: relative;
  font-size: 2.4rem;
  line-height: 44px;
  display: table;
  color: #46D78B;
  margin: 0 auto 6px;
}
@media screen and (max-width: 767px) {
  .tlbox__catch {
    font-size: 2rem;
    line-height: 38px;
  }
}
.tlbox__ttl {
  position: relative;
  display: table;
  margin: 0 auto;
  font-size: 3.6rem;
  line-height: 68px;
}
@media screen and (max-width: 767px) {
  .tlbox__ttl {
    font-size: 2.8rem;
    line-height: 52px;
  }
}

.tlset {
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tlset {
    margin-bottom: 25px;
  }
}
.tlset__ttl {
  font-size: 5rem;
  line-height: 60px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .tlset__ttl {
    font-size: 3.8rem;
    line-height: 52px;
  }
}
.tlset__copy {
  font-size: 2rem;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  .tlset__copy {
    font-size: 1.8rem;
    line-height: 34px;
  }
}

.tlset_l {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  text-align: left;
  margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .tlset_l {
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
    text-align: center;
    margin-bottom: 25px;
  }
}
.tlset_l__ttl {
  font-size: 5rem;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .tlset_l__ttl {
    font-size: 3.8rem;
    line-height: 52px;
  }
}
.tlset_l__copy {
  font-size: 2rem;
  line-height: 38px;
  padding: 13px 0 0 18px;
}
@media screen and (max-width: 767px) {
  .tlset_l__copy {
    font-size: 1.8rem;
    line-height: 34px;
    padding: 0;
  }
}

.tibox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  /* features */
}
@media screen and (max-width: 767px) {
  .tibox {
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
  }
}
.tibox.rev {
  flex-direction: row-reverse;
}
.tibox__t_left {
  position: relative;
  flex: 0 0 480px;
}
.tibox__i_right {
  position: relative;
  flex: 0 0 480px;
}
.tibox #tibox__i_right_pr01 {
  flex: 0 0 566px;
}
.tibox #tibox__i_right_pr02 {
  flex: 0 0 524px;
}
.tibox #tibox__i_right_pr03 {
  flex: 0 0 549px;
}
.tibox #tibox__i_right01 {
  flex: 0 0 542px;
}
.tibox #tibox__i_right02 {
  flex: 0 0 500px;
}
.tibox #tibox__i_right03 {
  flex: 0 0 302px;
}
@media screen and (max-width: 767px) {
  .tibox #tibox__i_right03_sp {
    max-width: 260px;
    margin: 0 auto 15px;
  }
}
.tibox #tibox__i_right04 {
  flex: 0 0 462px;
}
@media screen and (max-width: 767px) {
  .tibox #tibox__i_right04_sp {
    max-width: 280px;
    margin: 0 auto 15px;
  }
}
.tibox #tibox__i_right05 {
  flex: 0 0 365px;
}
@media screen and (max-width: 767px) {
  .tibox #tibox__i_right05_sp {
    max-width: 280px;
    margin: 0 auto 15px;
  }
}
.tibox #tibox__i_left02 {
  flex: 0 0 460px;
}
.tibox #tibox__i_left03 {
  flex: 0 0 640px;
}
.tibox #tibox__i_left04 {
  flex: 0 0 620px;
}
.tibox__catch {
  font-size: 2.4rem;
  line-height: 44px;
  position: relative;
  color: #46D78B;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .tibox__catch {
    font-size: 2rem;
    line-height: 38px;
    display: table;
    margin: 0 auto;
    text-align: center;
  }
}
.tibox__ttl {
  font-size: 3.6rem;
  line-height: 68px;
  position: relative;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .tibox__ttl {
    display: table;
    font-size: 2.8rem;
    line-height: 52px;
    margin: 0 auto 15px;
    text-align: center;
  }
}
.tibox__stl {
  font-size: 2.8rem;
  line-height: 52px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .tibox__stl {
    font-size: 2.4rem;
    line-height: 44px;
    margin-bottom: 12px;
    text-align: center;
  }
}
.tibox__detail {
  margin: 0 0 50px 0;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .tibox__detail {
    margin: 0 0 20px;
  }
}
.tibox__img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 10px 27px rgba(0, 33, 121, 0.18);
}
@media screen and (max-width: 767px) {
  .tibox__img {
    margin-bottom: 20px;
    box-shadow: inherit;
    border-radius: 0;
  }
}
.tibox__img img {
  width: 100%;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .tibox__img img {
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .tibox__img02a {
    margin: 0 0 30px;
  }
}
.tibox__img02a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tibox__img02a img {
    width: 105%;
    max-width: inherit;
    margin-left: -9%;
  }
}
@media screen and (max-width: 767px) {
  .tibox__img02b {
    margin: 0 0 30px;
  }
}
.tibox__img02b img {
  width: 100%;
  margin-left: -44px;
}
@media screen and (max-width: 767px) {
  .tibox__img02b img {
    width: 105%;
    max-width: inherit;
    margin-left: -6%;
  }
}
@media screen and (max-width: 767px) {
  .tibox__img02c {
    margin: 0 0 30px;
  }
}
.tibox__img02c img {
  width: 100%;
  margin-left: 70px;
}
@media screen and (max-width: 767px) {
  .tibox__img02c img {
    width: 105%;
    max-width: inherit;
    margin-left: 2%;
  }
}
.tibox__img03 {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tibox__img03 {
    margin: 0 0 20px;
  }
}
.tibox__img03 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tibox__img04 {
    margin: 0 0 20px;
  }
}
.tibox__img04 img {
  width: 100%;
  margin: -72px 0px 0 -12px;
}
@media screen and (max-width: 767px) {
  .tibox__img05 {
    margin: 0 0 20px;
  }
}
.tibox__img05 img {
  width: 527px;
  max-width: inherit;
  position: absolute;
  top: 33px;
  left: -15px;
}
@media screen and (max-width: 767px) {
  .tibox__img06 {
    margin: 0 0 20px;
  }
}
.tibox__img06 img {
  width: 100%;
  margin: -31px 0px 0 1px;
}

.tibox__handwrite {
  position: absolute;
  top: -95px;
  left: -63px;
}

.tylecontents {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .tylecontents {
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
  }
}
.tylecontents .tyle_item {
  flex: 0 0 480px;
  margin-bottom: 70px;
}
.tylecontents .tyle_item:nth-child(4) {
  margin-top: -190px;
}
.tylecontents .tyle_item:nth-child(6) {
  margin-top: -190px;
}
.tylecontents .tyle_item img {
  width: 100%;
}
.tylecontents .tyle_item__img {
  margin-bottom: 35px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tylecontents .tyle_item__img {
    margin-bottom: 15px;
  }
}
.tylecontents .tyle_item__ttl {
  font-size: 2.4rem;
  line-height: 44px;
}
@media screen and (max-width: 767px) {
  .tylecontents .tyle_item__ttl {
    font-size: 2rem;
    line-height: 38px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .tylecontents .tyle_item {
    flex: inherit;
    margin-bottom: 30px;
  }
  .tylecontents .tyle_item:nth-child(4) {
    margin-top: 0;
  }
  .tylecontents .tyle_item:nth-child(6) {
    margin-top: 0;
  }
}

.f_tylecontents {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .f_tylecontents {
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
  }
}
.f_tylecontents .f_tyle_item {
  flex: 0 0 480px;
  margin-bottom: 70px;
}
.f_tylecontents .f_tyle_item:nth-child(4) {
  margin-top: -210px;
}
.f_tylecontents .f_tyle_item:nth-child(5) {
  margin-top: -180px;
}
.f_tylecontents .f_tyle_item:nth-child(8) {
  margin-top: -30px;
}
.f_tylecontents .f_tyle_item__ttl {
  font-size: 3.6rem;
  line-height: 68px;
  text-align: center;
  padding: 55px 0 100px;
}
@media screen and (max-width: 767px) {
  .f_tylecontents .f_tyle_item__ttl {
    font-size: 2rem;
    line-height: 38px;
  }
}
.f_tylecontents .f_tyle_item #f_tyle_item__ttl01 {
  background: url("../images/icon_fc01.png") no-repeat;
  background-size: 56px;
  background-position: 50% 0;
}
.f_tylecontents .f_tyle_item #f_tyle_item__ttl02 {
  background: url("../images/icon_fc02.png") no-repeat;
  background-size: 58px;
  background-position: 50% 0;
}
.f_tylecontents .f_tyle_item #f_tyle_item__ttl03 {
  background: url("../images/icon_fc03.png") no-repeat;
  background-size: 63px;
  background-position: 50% 0;
}
.f_tylecontents .f_tyle_item #f_tyle_item__ttl04 {
  background: url("../images/icon_fc04.png") no-repeat;
  background-size: 56px;
  background-position: 50% 0;
}
.f_tylecontents .f_tyle_item #f_tyle_item__ttl05 {
  background: url("../images/icon_fc05.png") no-repeat;
  background-size: 57px;
  background-position: 50% 0;
}
.f_tylecontents .f_tyle_item #f_tyle_item__ttl06 {
  background: url("../images/icon_fc06.png") no-repeat;
  background-size: 60px;
  background-position: 50% 0;
}
.f_tylecontents .f_tyle_item #f_tyle_item__ttl07 {
  background: url("../images/icon_fc07.png") no-repeat;
  background-size: 57px;
  background-position: 50% 0;
}
.f_tylecontents .f_tyle_item #f_tyle_item__ttl08 {
  background: url("../images/icon_fc08.png") no-repeat;
  background-size: 70px;
  background-position: 50% 0;
}
.f_tylecontents .f_tyle_item img {
  width: 100%;
}
.f_tylecontents .f_tyle_item__tbox {
  border-radius: 20px;
}
.f_tylecontents .f_tyle_item__tbox_inner {
  position: relative;
  padding: 203px 45px 43px;
}
@media screen and (max-width: 430px) {
  .f_tylecontents .f_tyle_item__tbox_inner {
    padding: 36% 20px 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .f_tylecontents .f_tyle_item__tbox_inner {
    padding: 150px 20px 30px;
  }
}
.f_tylecontents .f_tyle_item__img {
  width: 470px;
  position: absolute;
  top: -100px;
  left: 5px;
}
@media screen and (max-width: 767px) {
  .f_tylecontents .f_tyle_item__img {
    width: 100%;
    max-width: 385px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.f_tylecontents .f_tyle_item__clist.clist_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.f_tylecontents .f_tyle_item__clist.clist_flex li {
  flex: 0 0 48%;
}
.f_tylecontents .f_tyle_item__clist li {
  color: #fff;
  padding: 0 0 0 30px;
  margin-bottom: 6px;
}
.f_tylecontents .f_tyle_item__clist li p{
  font-size: 12px;
  line-height: 24px;
}
.f_tylecontents .f_tyle_item__clist.cnkmark04_1 li {
  background: url("../images/icon_checkmark04_1.png") no-repeat;
  background-size: 20px;
  background-position: 0 5px;
}
.f_tylecontents .f_tyle_item__clist.cnkmark04_2 li {
  background: url("../images/icon_checkmark04_2.png") no-repeat;
  background-size: 20px;
  background-position: 0 5px;
}
.f_tylecontents .f_tyle_item__clist.cnkmark04_3 li {
  background: url("../images/icon_checkmark04_3.png") no-repeat;
  background-size: 20px;
  background-position: 0 5px;
}
.f_tylecontents .f_tyle_item__clist.cnkmark04_4 li {
  background: url("../images/icon_checkmark04_4.png") no-repeat;
  background-size: 20px;
  background-position: 0 5px;
}
@media screen and (max-width: 767px) {
  .f_tylecontents .f_tyle_item {
    flex: inherit;
    margin-bottom: 30px;
  }
  .f_tylecontents .f_tyle_item:nth-child(4) {
    margin-top: 0;
  }
  .f_tylecontents .f_tyle_item:nth-child(5) {
    margin-top: 0;
  }
  .f_tylecontents .f_tyle_item:nth-child(8) {
    margin-top: 0;
  }
}

.flwraps {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flwraps {
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
  }
}
.flwraps .wrap3 {
  flex: 0 0 320px;
}
@media screen and (max-width: 767px) {
  .flwraps .wrap3 {
    flex: inherit;
    margin-bottom: 30px;
  }
}
.flwraps .wrap4 {
  flex: 0 0 230px;
}
@media screen and (max-width: 767px) {
  .flwraps .wrap4 {
    flex: inherit;
  }
}

.flwraps_all {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flwraps_all .wrap3 {
  flex: 0 0 320px;
}
@media screen and (max-width: 767px) {
  .flwraps_all .wrap3 {
    flex: 0 0 30%;
  }
}
.flwraps_all .wrap4 {
  flex: 0 0 230px;
}

.idl {
  position: relative;
}
@media screen and (max-width: 767px) {
  .idl {
    margin-bottom: 25px;
  }
}
.idl__img {
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .idl__img {
    margin-bottom: 15px;
  }
}
.idl__img img {
  width: 100%;
}
.idl__img01 {
  width: 323px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .idl__img01 {
    margin: 0 auto;
    max-width: 310px;
    width: 100%;
  }
}
.idl__ttl {
  font-size: 2rem;
  line-height: 38px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .idl__ttl {
    text-align: center;
    margin-bottom: 10px;
  }
}

.idt {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 53px;
}
.idt.rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .idt {
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
    margin-bottom: 30px;
  }
}
.idt__img {
  flex: 0 0 323px;
}
@media screen and (max-width: 767px) {
  .idt__img {
    margin-bottom: 15px;
  }
}
.idt__img img {
  width: 100%;
  margin: -18px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .idt__img img {
    display: block;
    margin: 0 auto;
    max-width: 310px;
    width: 100%;
  }
}
.idt__img#img_reason04_3 img {
  margin-left: 48px;
}
@media screen and (max-width: 767px) {
  .idt__img#img_reason04_3 img {
    margin: 0 auto;
  }
}
.idt__tset {
  flex: 0 0 680px;
}
@media screen and (max-width: 767px) {
  .idt__tset {
    margin-top: -30px;
  }
}
.idt__ttl {
  font-size: 2rem;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .idt__ttl {
    text-align: center;
  }
}

.ankrs {
  position: relative;
  height: 362px;
}
@media screen and (max-width: 767px) {
  .ankrs {
    height: auto;
    padding-bottom: 48px;
  }
}
.ankrs__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ankrs__img {
    margin-bottom: 15px;
  }
}
.ankrs__img img {
  width: 100%;
}
.ankrs #ankrs__img01 {
  top: 7px;
  left: -30px;
  width: 323px;
}
@media screen and (max-width: 767px) {
  .ankrs #ankrs__img01 {
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }
}
.ankrs #ankrs__img02 {
  top: 39px;
  left: -8px;
  width: 309px;
}
@media screen and (max-width: 767px) {
  .ankrs #ankrs__img02 {
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }
}
.ankrs #ankrs__img03 {
  top: -3px;
  left: -9px;
  width: 385px;
}
@media screen and (max-width: 767px) {
  .ankrs #ankrs__img03 {
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }
}
.ankrs__tset {
  position: relative;
  text-align: center;
}
.ankrs__ttl {
  font-size: 2.6rem;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ankrs__ttl {
    font-size: 1.6rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ankrs__detail {
    font-size: 1.4rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .ankrs .sp_ankrs_tlsps {
    padding: 15px 0;
  }
}
.ankrs:hover .ankrs__arrow {
  bottom: -4px;
  filter: brightness(1.08);
}

.seminar_slides_s {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 50px;
}
.seminar_slides_s .seminar_item {
  max-width: 500px;
  transform: scale(1) !important;
}
@media screen and (max-width: 767px) {
  .seminar_slides_s .seminar_item {
    margin: 0 20px;
  }
  .seminar_slides_s .seminar_item:nth-child(1) {
    margin: 0 20px 0 20px;
  }
  .seminar_slides_s .seminar_item:nth-child(2) {
    margin: 0 20px 0 0;
  }
}
.seminar_slides_s .seminar_item__img {
  opacity: 1 !important;
}

.seminar_item {
  /*max-width:440px;*/
  transform: scale(0.70);
  transition: ease-out .2s;
}
.seminar_item__inner {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .seminar_item__inner {
    padding: 0;
  }
}
.seminar_item__img {
  position: relative;
  border-radius: 0 20px 20px 20px;
  transition: ease-out .2s;
  margin-bottom: 40px;
  box-shadow: 0px 10px 27px rgba(0, 33, 121, 0.18);
  overflow: hidden;
  opacity: .5;
}
.seminar_item__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .seminar_item__img {
    margin-bottom: 20px;
  }
}
.seminar_item__tbox {
  padding: 20px;
  font-size: 1.6rem;
  line-height: 30px;
}
.seminar_item__ttl {
  height: calc( 2em * 2 );
  line-height: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
  margin-bottom: 5px;
  transition: ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .seminar_item__ttl {
    font-size: 1.6rem;
    line-height: 30px;
  }
}
.seminar_item__detail {
  color: #4365A0;
}
@media screen and (max-width: 767px) {
  .seminar_item__detail {
    font-size: 1.4rem;
    line-height: 26px;
  }
}
.seminar_item:hover .seminar_item__ttl {
  color: #4365A0;
}

.seminar_slides {
  margin-bottom: 50px;
}
.seminar_slides .slick-center .seminar_item {
  transform: scale(1);
}
.seminar_slides .slick-center .seminar_item__img {
  padding-top: 0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .seminar_slides {
    margin-bottom: 20px;
  }
}

.cs_slides {
  margin: -20px 0 10px;
}
@media screen and (max-width: 767px) {
  .cs_slides {
    margin: -20px 0 -5px;
  }
}

.cs_item {
  position: relative;
  /*max-width:672px;*/
}
.cs_item__ol {
  margin: 20px 16px 40px;
  background-color: #fff;
  box-shadow: 0px 10px 27px rgba(0, 33, 121, 0.18);
}
@media screen and (max-width: 767px) {
  .cs_item__ol {
    margin: 20px 8px 40px;
  }
}
.cs_item__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cs_item__spinner {
  padding: 20px;
}
.cs_item__ibox {
  flex: 0 0 50%;
  height: 400px !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cs_item__ibox {
    flex: 0 0 40%;
    height: 160px !important;
  }
}
.cs_item__img {
  height: 100%;
}
.cs_item__img img {
  width: 100%;
}
.cs_item__tbox {
  height: auto;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 25px 35px;
  font-size: 1.6rem;
  line-height: 30px;
  height: auto !important;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cs_item__tbox {
    padding: 20px 20px 0;
    width: 100%;
  }
}
.cs_item__tbox__inner {
  height: auto !important;
  position: relative;
}
.cs_item__tbox__inner .ns_labels {
  line-height: 0;
  margin-bottom: 10px;
}
.cs_item__tbox__inner .ns_labels .ns_label {
  position: relative;
}
.cs_item__ttl {
  /*
    display:initial!important;
    background:linear-gradient(transparent 0%, #4365A0 0%);
    background-repeat:no-repeat;
    background-size:0% 100%;
  */
  font-weight: 600;
  margin-bottom: 8px;
  transition: ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .cs_item__ttl {
    font-size: 1.6rem;
    line-height: 30px;
  }
}
.cs_item__detail {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .cs_item__detail {
    margin-bottom: 10px;
  }
}
.cs_item__tags {
  color: #4365A0;
  font-size: 1.4rem;
  line-height: 26px;
}
.cs_item:hover .cs_item__ttl {
  /*
    background-size:100% 100%;
    color:#fff;
    */
  color: #4365A0;
}

.cs_wraps {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cs_wraps {
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
  }
}
.cs_wraps:after {
  content: "";
  display: block;
  flex: 0 0 320px;
  height: 0;
}
@media screen and (max-width: 767px) {
  .cs_wraps:after {
    display: none;
  }
}
.cs_wraps .cs_wrapitem {
  flex: 0 0 320px;
  margin-bottom: 70px;
  position: relative;
  transition: ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .cs_wraps .cs_wrapitem {
    flex: inherit;
    margin-bottom: 30px;
  }
}
.cs_wraps .cs_wrapitem__ol {
  margin: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .cs_wraps .cs_wrapitem__ol {
    margin: 20px 8px 40px;
  }
}
.cs_wraps .cs_wrapitem__ol {
  background-color: #fff;
  box-shadow: 0px 10px 27px rgba(0, 33, 121, 0.18);
}
@media screen and (max-width: 767px) {
  .cs_wraps .cs_wrapitem__ol {
    margin: 0;
  }
}
.cs_wraps .cs_wrapitem__ibox {
  height: 180px !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cs_wraps .cs_wrapitem__ibox {
    height: 160px !important;
  }
}
.cs_wraps .cs_wrapitem__img {
  height: 100%;
}
.cs_wraps .cs_wrapitem__img img {
  width: 100%;
}
.cs_wraps .cs_wrapitem__tbox {
  height: auto;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 20px 35px;
  font-size: 1.6rem;
  line-height: 30px;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .cs_wraps .cs_wrapitem__tbox {
    padding: 20px 20px;
    width: auto;
  }
}
.cs_wraps .cs_wrapitem__tbox__inner {
  height: auto !important;
  position: relative;
}
.cs_wraps .cs_wrapitem__tbox__inner .ns_labels {
  line-height: 0;
  margin-bottom: 10px;
}
.cs_wraps .cs_wrapitem__tbox__inner .ns_labels .ns_label {
  position: relative;
}
.cs_wraps .cs_wrapitem__ttl {
  font-size: 1.8rem;
  line-height: 34px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cs_wraps .cs_wrapitem__ttl {
    font-size: 1.6rem;
    line-height: 30px;
  }
}
.cs_wraps .cs_wrapitem__detail {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cs_wraps .cs_wrapitem__detail {
    margin-bottom: 10px;
  }
}
.cs_wraps .cs_wrapitem__tags {
  color: #4365A0;
  font-size: 1.4rem;
  line-height: 26px;
}
.cs_wraps .cs_wrapitem__spbox {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .cs_wraps .cs_wrapitem__spbox {
    padding: 8px 20px 20px;
  }
}
.cs_wraps .cs_wrapitem__spinner {
  display: block;
  -webkit-box-lines: inherit;
  -moz-box-lines: inherit;
  -webkit-flex-wrap: inherit;
  -moz-flex-wrap: inherit;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  justify-content: inherit;
  -webkit-justify-content: inherit;
}
.cs_wraps .cs_wrapitem:hover .cs_wrapitem__ttl {
  color: #4365A0;
}

.prbox {
  width: 1040px;
  height: 378px;
  background-color: #009FEF;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .prbox {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
.prbox__inner {
  position: relative;
  padding: 54px 63px 62px;
}
@media screen and (max-width: 767px) {
  .prbox__inner {
    padding: 50px 20px;
  }
}
.prbox__img {
  position: absolute;
  top: 41px;
  right: 58px;
}
.prbox__img img {
  width: 384px;
}
@media screen and (max-width: 767px) {
  .prbox__img {
    position: relative;
    top: inherit;
    right: inherit;
    max-width: 240px;
    margin: 0 auto 20px;
  }
  .prbox__img img {
    margin-left: 0;
  }
}
.prbox__ttl {
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .prbox__ttl {
    text-align: center;
    margin: 0 auto 30px;
  }
}
.prbox__ttl_t1 {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 40px;
  padding: 6px 0 1px 40px;
  background: url("../images/num14.png") no-repeat;
  background-size: 36px;
  background-position: top 50% left 0;
}
@media screen and (max-width: 767px) {
  .prbox__ttl_t1 {
    font-size: 2rem;
    line-height: 38px;
    margin-bottom: 5px;
  }
}
.prbox__ttl_t2 {
  display: block;
  font-size: 3.6rem;
  line-height: 68px;
  line-height: 64px;
}
@media screen and (max-width: 767px) {
  .prbox__ttl_t2 {
    font-size: 3rem;
    line-height: 56px;
    line-height: 50px;
  }
}

.nsbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .nsbox {
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
    margin-bottom: 30px;
  }
}
.nsbox__inner {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nsbox__inner {
    border-radius: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.nsbox__cat {
  flex: 0 0 200px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .nsbox__cat {
    margin: 0 0 5px -12px;
    height: 58px;
    overflow: hidden;
  }
}
.nsbox__cat__item {
  display: block;
  font-weight: 600;
  height: 100px;
  position: relative;
}
.nsbox__cat__item.ns_current:hover > .nsbox__cat__item_inner .arrow_type02s:before {
  transform: scale(1);
  opacity: 1;
}
.nsbox__cat__item.ns_current:hover > .nsbox__cat__item_inner .arrow_type02s span {
  left: 8px;
}
.nsbox__cat__item.ns_current .nsbox__cat__item_inner .ns_arrow span {
  background: none;
  background-color: #fff;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 8px;
  border-radius: 100px;
}
.nsbox__cat__item.ns_current .nsbox__cat__item_inner .ns_arrow:after {
  width: 20px;
}
.nsbox__cat__item span {
  color: #fff;
  transition: ease-out 0.2s;
}
.nsbox__cat__item .ns_arrow {
  top: inherit;
  bottom: 15px;
  right: 15px;
}
.nsbox__cat__item .ns_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  right: -20px;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: ease-out 0.2s;
}
.nsbox__cat__item .nsbox__cat__item_inner {
  height: auto;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100px;
  padding: 0 50px 0 30px;
  transition: ease-out 0.2s;
}
.nsbox__cat__item:hover > .nsbox__cat__item_inner .arrow_type02s:before {
  transform: scale(0);
  opacity: 0;
}
.nsbox__cat__item:hover > .nsbox__cat__item_inner .arrow_type02s span {
  left: 5px;
}
@media screen and (max-width: 767px) {
  .nsbox__cat__item {
    display: inline-block;
    width: auto;
    min-width: 110px;
    height: 58px;
    padding: 0;
    margin-left: -15px;
    font-size: 1.4rem;
    line-height: 26px;
    position: relative;
  }
  .nsbox__cat__item .nsbox__cat__item_inner {
    display: table;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    margin-top: 10px;
    padding: 0;
  }
  .nsbox__cat__item.ns_current .nsbox__cat__item_inner {
    margin-top: 0;
  }
  .nsbox__cat__item.ns_current .nsbox__cat__item_inner span {
    padding: 16px 22px 10px 32px;
  }
  .nsbox__cat__item:first-child {
    margin: 0;
  }
  .nsbox__cat__item:nth-child(1) {
    z-index: 30;
  }
  .nsbox__cat__item:nth-child(2) {
    z-index: 29;
  }
  .nsbox__cat__item:nth-child(3) {
    z-index: 28;
  }
  .nsbox__cat__item:nth-child(4) {
    z-index: 27;
  }
  .nsbox__cat__item:nth-child(5) {
    z-index: 26;
  }
  .nsbox__cat__item:nth-child(6) {
    z-index: 25;
  }
  .nsbox__cat__item:nth-child(7) {
    z-index: 24;
  }
  .nsbox__cat__item:nth-child(8) {
    z-index: 23;
  }
  .nsbox__cat__item:nth-child(9) {
    z-index: 22;
  }
  .nsbox__cat__item:nth-child(10) {
    z-index: 21;
  }
  .nsbox__cat__item span {
    display: block;
    padding: 11px 22px 10px 32px;
    text-align: center;
  }
  .nsbox__cat__item .ns_arrow {
    display: none;
  }
}
.nsbox .index_nsbox .nsbox__list__item {
  /* fix 0825 - */
  width: 100%;
  /* - fix 0825 */
}
@media screen and (max-width: 767px) {
  .nsbox .index_nsbox .nsbox__list__item {
    width: 100%;
  }
}
.nsbox .index_nsbox .nsbox__list__item .nsbox__list__inner {
  width: 650px;
}
@media screen and (max-width: 767px) {
  .nsbox .index_nsbox .nsbox__list__item .nsbox__list__inner {
    width: auto;
  }
}
.nsbox__list {
  flex: 1;
}
.nsbox__list__item {
  background-color: #EFF5FD;
  position: relative;
  margin-bottom: 10px;
}
.nsbox__list__item:hover > .nsbox__list__inner .arrow_type03:before {
  transform: scale(0);
  opacity: 0;
}
.nsbox__list__item:hover > .nsbox__list__inner .arrow_type03 span {
  left: 5px;
}
.nsbox__list__item:hover > .nsbox__list__inner .nsbox__list__detail {
  opacity: .4;
}
@media screen and (max-width: 767px) {
  .nsbox__list__item {
    width: 100%;
    margin-bottom: 5px;
  }
}
.nsbox__list__inner {
  position: relative;
  width: auto;
  padding: 30px 80px 25px 55px;
}
@media screen and (max-width: 767px) {
  .nsbox__list__inner {
    padding: 20px 25px;
  }
}
.nsbox__list__datebox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.nsbox__list__datebox .ns_labels {
  margin-top: -2px;
}
.nsbox__list__date {
  color: #4365A0;
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  .nsbox__list__arrow {
    display: none !important;
  }
}

.faqbox__item {
  background-color: #EFF5FD;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .faqbox__item {
    width: 100%;
    margin-bottom: 5px;
  }
}
.faqbox__item_inner {
  position: relative;
  width: auto;
  padding: 30px 55px 25px;
}
@media screen and (max-width: 767px) {
  .faqbox__item_inner {
    padding: 20px 25px;
  }
}
.faqbox__q {
  color: #4365A0;
  font-weight: 600;
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px;
}
.faqbox__q:before {
  display: block;
  content: "Q.";
  font-family: 'Viga', sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #4365A0;
  position: absolute;
  top: 1px;
  left: 1px;
}
.faqbox__a {
  color: #2B3039;
  padding-left: 35px;
  position: relative;
}
.faqbox__a:before {
  display: block;
  content: "A.";
  font-family: 'Viga', sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #2B3039;
  position: absolute;
  top: 1px;
  left: 1px;
}

.cspbox {
  position: relative;
  height: 140px;
}
@media screen and (max-width: 767px) {
  .cspbox {
    height: 222px;
  }
}
.cspbox__inner {
  position: relative;
  padding: 36px 20px 18px 190px;
  margin-left: 130px;
  background: linear-gradient(90deg, #ECF8F3, #F4FDE5);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .cspbox__inner {
    padding: 25px 40% 25px 20px;
    margin: 0;
  }
  .cspbox__inner .arrow_type01 {
    margin-top: 27px !important;
  }
}
.cspbox__inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  background-color: #ECF8F3;
  z-index: 0;
  transition: ease-out 0.2s;
}
.cspbox__stl {
  color: #41D587;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cspbox__stl {
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.cspbox__ttl {
  font-size: 3rem;
  line-height: 56px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cspbox__ttl {
    font-size: 2.2rem;
    line-height: 40px;
  }
}
.cspbox__img {
  position: absolute;
  top: -55px;
  left: 5px;
  transition: ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .cspbox__img {
    top: -20px;
    left: inherit;
    right: -20px;
  }
}
.cspbox:hover .cspbox__inner:before {
  opacity: 1;
}
.cspbox:hover > .cspbox__img {
  transform: rotate(-6deg);
}
.cspbox:hover > .cspbox__inner .arrow_type01 {
  right: 48px;
}

.abarbox {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .abarbox {
    margin-bottom: 30px;
  }
}
.abarbox__item {
  background-color: #EFF5FD;
  position: relative;
  margin-bottom: 10px;
}
.abarbox__item:hover > .abarbox__inner .arrow_type03:before {
  transform: scale(0);
  opacity: 0;
}
.abarbox__item:hover > .abarbox__inner .arrow_type03 span {
  left: 5px;
}
.abarbox__item:hover > .abarbox__inner .abarbox__detail {
  opacity: .4;
}
@media screen and (max-width: 767px) {
  .abarbox__item {
    width: 100%;
    margin-bottom: 5px;
  }
}
.abarbox__inner {
  position: relative;
  width: auto;
  padding: 25px 170px 25px 55px;
}
@media screen and (max-width: 767px) {
  .abarbox__inner {
    width: auto;
    padding: 20px 25px;
  }
}
.abarbox__detail {
  /*
  height:calc( 2em * 2 );
  line-height:2;
  display:-webkit-box;
  overflow:hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  */
  transition: ease-out .1s;
}
@media screen and (max-width: 767px) {
  .abarbox__detail {
    /*
    height:calc( 2em * 3 );
    line-height:2;
    -webkit-line-clamp:3;
    */
  }
}
.abarbox .arrow_type03 {
  right: 80px;
}
@media screen and (max-width: 767px) {
  .abarbox .arrow_type03 {
    display: none !important;
  }
}

.fx_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.fx_box.rev {
  flex-direction: row-reverse;
}
.fx_box__item {
  flex: 0 0 47.5%;
}

.paging {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  color: #8193B2;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .paging__prev {
    font-size: 1.4rem;
    line-height: 26px;
  }
}
.paging__prev span {
  padding: 3px 0 3px 46px;
  background: url("../images/icon_prev.png") no-repeat;
  background-size: 10px;
  background-position: 0 2px;
}
@media screen and (max-width: 767px) {
  .paging__prev span {
    padding: 3px 0 3px 26px;
    background-size: 9px;
  }
}
.paging__prev:hover {
  opacity: .65;
}
@media screen and (max-width: 767px) {
  .paging__next {
    font-size: 1.4rem;
    line-height: 26px;
  }
}
.paging__next span {
  padding: 3px 46px 3px 0;
  background: url("../images/icon_next.png") no-repeat;
  background-size: 10px;
  background-position: right 2px;
}
@media screen and (max-width: 767px) {
  .paging__next span {
    padding: 3px 26px 3px 0;
    background-size: 9px;
  }
}
.paging__next:hover {
  opacity: .65;
}
.paging__no {
  position: relative;
  display: inline-block;
  width: 40px;
  margin: 0 2px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .paging__no {
    font-size: 1.4rem;
    line-height: 26px;
    width: 30px;
    margin: 0 1px;
  }
}
.paging__no.paging__current {
  color: #8193B2;
}
.paging__no.paging__current:before {
  display: block;
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #EFF5FD;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .paging__no.paging__current:before {
    width: 30px;
    height: 30px;
  }
}
.paging__no span {
  position: relative;
  padding: 3px 0;
}
.paging__no:hover {
  opacity: .65;
}
.paging__c {
  width: 1px;
  height: 20px;
  background-color: #8193B2;
  margin: 5px 50px 0;
}
@media screen and (max-width: 767px) {
  .paging__c {
    margin: 5px 15px 0;
  }
}
.paging__ttt {
  position: relative;
  display: inline-block;
  width: 40px;
  margin: 0 2px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .paging__ttt {
    font-size: 1.4rem;
    line-height: 26px;
    width: 30px;
  }
}
.paging__ttt span {
  position: relative;
  padding: 3px 0;
}

html {
  background-color: #fff;
}

.menu-open {
  position: fixed;
  width: 100%;
  height: 100%;
}

#loadmc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #fff;
}
#loadmc #animmc {
  width: 490px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -245px;
  transition: ease-in-out .2s;
}

#nf404 {
  display: table;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  #nf404 {
    text-align: center;
    width: 70%;
    max-width: 260px;
    margin: 0 auto 40px;
  }
}
#nf404 img {
  width: 301px;
}
@media screen and (max-width: 767px) {
  #nf404 img {
    width: 100%;
  }
}

#filterbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(200, 200, 200, 0.6);
  display: none;
}

.blur {
  /*
  -ms-filter: blur(6px);
  filter: blur(6px);
  */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.arrow_type01 {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: linear-gradient(90deg, #009FEF, #46D78B);
  position: absolute;
  top: 50%;
  right: 55px;
  margin-top: -24px;
  transition: ease-out 0.2s;
}
.arrow_type01 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icon_arrow_r.png") center no-repeat;
  background-size: 12px;
  transition: ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .arrow_type01 {
    width: 34px;
    height: 34px;
    margin-top: -17px;
  }
}

.arrow_type01w {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 55px;
  margin-top: -24px;
  transition: ease-out 0.2s;
}
.arrow_type01w span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icon_arrow_r_bl.png") center no-repeat;
  background-size: 12px;
  transition: ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .arrow_type01w {
    width: 34px;
    height: 34px;
    margin-top: -17px;
  }
}

.arrow_type02s {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -12px;
}
@media screen and (max-width: 767px) {
  .arrow_type02s {
    right: 20px;
  }
}
.arrow_type02s:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
  border-radius: 100px;
  box-sizing: border-box;
  transition: ease-out 0.2s;
}
.arrow_type02s span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icon_arrow_r.png") center no-repeat;
  background-size: 10px;
  transition: ease-out 0.2s;
}

.arrow_type03 {
  display: block;
  width: 39px;
  height: 39px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -19px;
}
.arrow_type03:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100px;
  transition: ease-out 0.2s;
}
.arrow_type03 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icon_arrow_r_bl.png") center no-repeat;
  background-size: 10px;
  transition: ease-out 0.2s;
}

.arrow_type04 {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 100px;
  background-color: #10BFE0;
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -32px;
  transition: ease-out 0.2s;
}
.arrow_type04 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icon_arrow_ud.png") center no-repeat;
  background-size: 12px;
  transition: ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .arrow_type04 {
    width: 34px;
    height: 34px;
    margin-left: -17px;
    bottom: 5px;
  }
}

.parts_huk02a {
  position: relative;
  width: 200px;
  height: 96px;
  background: url("../images/parts_huk02a.png") no-repeat;
  background-size: contain;
}
.parts_huk02a p {
  color: #fff;
  font-size: 2.4rem;
  line-height: 44px;
  font-weight: 600;
  text-align: left;
  padding: 19px 20px 0 95px;
}
@media screen and (max-width: 767px) {
  .parts_huk02a {
    width: 140px;
    height: 68px;
    margin: 0 auto;
  }
  .parts_huk02a p {
    font-size: 1.8rem;
    line-height: 34px;
    padding: 18px 15px 0 65px;
  }
}

.parts_huk02b {
  position: relative;
  width: 200px;
  height: 96px;
  background: url("../images/parts_huk02b.png") no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
.parts_huk02b p {
  color: #fff;
  font-size: 2.4rem;
  line-height: 44px;
  font-weight: 600;
  text-align: left;
  padding: 19px 20px 0 95px;
}
@media screen and (max-width: 767px) {
  .parts_huk02b {
    width: 140px;
    height: 68px;
    margin: 0 auto;
  }
  .parts_huk02b p {
    font-size: 1.8rem;
    line-height: 34px;
    padding: 18px 15px 0 65px;
  }
}

.parts_huk02c {
  position: relative;
  width: 300px;
  height: 96px;
  background: url("../images/parts_huk02c.png") no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
.parts_huk02c p {
  color: #fff;
  font-size: 2.4rem;
  line-height: 44px;
  font-weight: 600;
  text-align: left;
  padding: 19px 20px 0 95px;
}
@media screen and (max-width: 767px) {
  .parts_huk02c {
    width: 220px;
    height: 71px;
    margin: 0 auto;
  }
  .parts_huk02c p {
    font-size: 1.8rem;
    line-height: 34px;
    padding: 14px 11px 0 79px;
  }
}

.tline1 {
  height: calc( 2em * 1 );
  line-height: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.tline2 {
  height: calc( 2em * 2 );
  line-height: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tline3 {
  height: calc( 2em * 3 );
  line-height: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.tline4 {
  height: calc( 2em * 4 );
  line-height: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
  .sp_tline1 {
    height: calc( 2em * 1 );
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .sp_tline2 {
    height: calc( 2em * 2 );
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .sp_tline3 {
    height: calc( 2em * 3 );
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .sp_tline4 {
    height: calc( 2em * 4 );
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
.marker-bl {
  background: linear-gradient(transparent 78%, #b8eef1 0);
}

.marker-pp {
  background: linear-gradient(transparent 78%, #98baff 0);
}

.marker-or {
  background: linear-gradient(transparent 78%, #ffcb98 0);
}

.ns_label {
  font-size: 1.4rem;
  line-height: 26px;
  font-weight: 600;
  position: absolute;
  top: 110;
  left: 0;
  color: #fff;
  text-align: center;
  width: auto;
  height: auto;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
  background-color: #000;
}
.ns_label:last-child {
  margin-right: 0;
}
.ns_label.label-colorA {
  background-color: #ffcb98;
}
.ns_label.label-colorB {
  background-color: #ffe398;
}
@media screen and (max-width: 767px) {
  .ns_label {
    font-size: 1rem;
    line-height: 18px;
    height: auto;
    margin-right: 6px;
    padding: 5px 14px;
  }
}

.ns_labels .ns_label_cat {
  font-size: 1.2rem;
  line-height: 22px;
  padding: 3px 8px 4px;
  color: #fff;
  border-radius: 5px;
  margin-right: 1px;
}
@media screen and (max-width: 767px) {
  .ns_labels .ns_label_cat {
    font-size: 1rem;
    line-height: 18px;
    padding: 4px 6px 4px;
  }
}

.ns_labels_b .ns_label_cat {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 15px;
  font-weight: 600;
  padding: 7px 12px 6px;
  color: #fff;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .ns_labels_b .ns_label_cat {
    font-size: 1.2rem;
    line-height: 22px;
    line-height: 15px;
    padding: 4px 6px 4px;
    margin: 0 5px 5px 0;
  }
}

.t_blk {
  color: #000 !important;
}

.t_bluegray {
  color: #4365A0;
}

.t_blue {
  color: #8193B2;
}

.t_dpurple {
  color: #BA6ECC;
}

.t_lblue {
  color: #10BFE0;
}

.t_green {
  color: #41D587;
}

.bg_purple {
  background-color: #677DD9;
}

.bg_red {
  background-color: #F2276D;
}

.bg_lblue {
  background-color: #10BFE0;
}

.bg_green {
  background-color: #41D587;
}

.bg_dgreen {
  background-color: #27B96D;
}

.bg_blue {
  background-color: #009FEF;
}

.bg_gray {
  background-color: #8193B2;
}

.bg_bluegray {
  background-color: #EFF5FD;
}

.bg_dpurple {
  background-color: #BA6ECC;
}

.ov {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: ease-out .1s;
}
.ov:hover {
  opacity: 1 !important;
}

.uline {
  text-decoration: underline;
  transition: ease-out .1s;
}
.uline:hover {
  text-decoration: none;
}

.fw_bold {
  font-weight: 600;
}

.d_block {
  display: block;
}

.d_table {
  display: table;
}

/* =================== title */
.xbttl {
  font-size: 4rem;
  line-height: 70px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .xbttl {
    font-size: 3rem;
    line-height: 56px;
  }
}

.xttl {
  font-size: 3.6rem;
  line-height: 68px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .xttl {
    font-size: 2.6rem;
    line-height: 48px;
  }
}

.bttl {
  font-size: 2.6rem;
  line-height: 48px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.bttl_low {
  font-size: 2.6rem;
  line-height: 48px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .bttl_low {
    font-size: 2.2rem;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

.mttl {
  font-size: 2.2rem;
  line-height: 40px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.mttl_read {
  font-size: 2.2rem;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mttl_read {
    font-size: 2rem;
    line-height: 38px;
  }
}

.mttl_en {
  font-size: 2.3rem;
  line-height: 42px;
  margin-bottom: 20px;
  color: #41D587;
}
@media screen and (max-width: 767px) {
  .mttl_en {
    font-size: 2rem;
    line-height: 38px;
  }
}

.sttl {
  font-size: 2.6rem;
  line-height: 48px;
  position: relative;
  margin-bottom: 25px;
  padding-left: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sttl {
    font-size: 2rem;
    line-height: 38px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.sttl:before {
  display: block;
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 6px;
  height: 70%;
  background-color: #41D587;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .sttl:before {
    top: 8px;
    height: 26px;
  }
}

h3 {
  font-size: 2.2rem;
  line-height: 40px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.8rem;
    line-height: 34px;
  }
}

h4 {
  font-size: 2rem;
  line-height: 38px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.6rem;
    line-height: 30px;
  }
}

h5 {
  font-size: 1.8rem;
  line-height: 34px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.6rem;
    line-height: 30px;
  }
}

h6 {
  font-size: 1.8rem;
  line-height: 34px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 1.6rem;
    line-height: 30px;
  }
}

.mtxt {
  font-size: 1.8rem;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .mtxt {
    font-size: 1.6rem;
    line-height: 30px;
  }
}

.stxt {
  font-size: 1.4rem;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .stxt {
    font-size: 1.2rem;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mtxt {
    font-size: 1.8rem;
    line-height: 34px;
  }
}

.box01 {
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .box01 {
    border-radius: 0;
  }
}
.box01 .box01_inner {
  padding: 45px 50px;
}
@media screen and (max-width: 767px) {
  .box01 .box01_inner {
    padding: 25px 30px;
  }
}

.box_inner {
  padding: 40px 45px;
}
@media screen and (max-width: 767px) {
  .box_inner {
    padding: 25px 30px;
  }
}

/* =================== parts */
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.mauto {
  display: table !important;
  margin: 0 auto !important;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.hidden {
  display: none;
}

.outline {
  border: solid 1px #000;
  box-sizing: border-box;
}

.hitarea {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: url("../images/spacer.gif");
}

/* =================== clear */
.clear-mb {
  margin-bottom: 0 !important;
}

.clear-pb {
  padding-bottom: 0 !important;
}

.clear-bd-btm {
  border-bottom: none !important;
}

.clear-bd-right {
  border-bottom: none !important;
}

.pl0 {
  padding-left: 0 !important;
}

.cl_cation {
  display: block;
  font-size: 11px;
  line-height: 20px;
}

/* =================== flexbox */
.flexbox {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flexbox-wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flexbox-all {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flex-clear {
  display: block;
  -webkit-box-lines: inherit;
  -moz-box-lines: inherit;
  -webkit-flex-wrap: inherit;
  -moz-flex-wrap: inherit;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  justify-content: inherit;
  -webkit-justify-content: inherit;
}

.pg_sp_hide {
  background: none !important;
  padding: 0 !important;
}

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

  .sp_sps {
    margin: 0 20px;
  }

  .sp_tac {
    text-align: center !important;
  }

  .sp_tal {
    text-align: left !important;
  }

  .sp_tar {
    text-align: right !important;
  }

  .sfr {
    float: right !important;
  }

  .sfl {
    float: left !important;
  }

  .smauto {
    display: table !important;
    margin: 0 auto !important;
  }

  .spflex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-box !important;
    display: -webkit-flexbox !important;
    display: -moz-flexbox !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }

  .spflex_clear {
    display: block !important;
    -webkit-box-lines: inherit !important;
    -moz-box-lines: inherit !important;
    -webkit-flex-wrap: inherit !important;
    -moz-flex-wrap: inherit !important;
    -ms-flex-wrap: inherit !important;
    flex-wrap: inherit !important;
    justify-content: inherit !important;
    -webkit-justify-content: inherit !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-slide div {
  height: 100%;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 64px;
  width: 64px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #009FEF;
  border-radius: 100px;
  color: transparent;
  top: 35%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: ease-out 0.2s;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  filter: brightness(1.08);
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25%;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 25%;
}
.slick-prev:before {
  content: url(../images/icon_arrow_l.png);
  display: inline-block;
  -webkit-transform: scale(0.5);
}

.slick-next {
  right: 25%;
}
[dir="rtl"] .slick-next {
  left: 25%;
  right: auto;
}
.slick-next:before {
  content: url(../images/icon_arrow_r.png);
  display: inline-block;
  -webkit-transform: scale(0.5);
}

.cs_slides .slick-prev {
  left: 30px;
  top: 50%;
}
.cs_slides .slick-next {
  right: 30px;
  top: 50%;
}

/* Dots */
.slick-dots {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  display: block;
  line-height: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: -36px;
  text-align: center;
  z-index: 10;
}

.slick-dots li {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin: 15px 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: .6rem;
  line-height: 20px;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  border: solid 3px #fff;
  box-sizing: border-box;
  border-radius: 100px;
  content: "";
  text-align: center;
  color: black;
  font-size: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: ease-out .1s;
}

.slick-dots li.slick-active button:before {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: solid 9px #976f33;
  box-sizing: border-box;
}

.slick-dots li button:hover:before {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: solid 9px #976f33;
  box-sizing: border-box;
}

.center {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .slick-dots {
    position: relative;
    top: inherit;
    left: inherit;
    bottom: inherit;
    transform: inherit;
    margin: 10px 0 0;
  }
  .slick-dots li {
    display: inline-block;
    margin: 0 1px 0 0;
  }

  .slick-dots li button:before {
    font-size: .6rem;
    line-height: 20px;
    top: 6px;
    left: 6px;
    width: 10px;
    height: 10px;
    border: solid 3px #976f33;
  }

  .slick-dots li.slick-active button:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border: solid 5px #976f33;
  }

  .slick-dots li button:hover:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border: solid 5px #976f33;
  }

  .slick-prev {
    left: 10px;
  }

  .slick-next {
    right: 10px;
  }
}
/* button */
.btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .btns {
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
    text-align: center;
  }
}
.btns a {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .btns a {
    margin: 0 auto 25px;
    display: table;
  }
  .btns a:last-child {
    margin-bottom: 0;
  }
}

#btn_login {
  font-size: 1.4rem;
  line-height: 26px;
  font-weight: 600;
  display: block;
  height: 40px;
  color: #8193B2;
  padding: 0 16px;
  background-color: #EFF5FD;
  border-radius: 6px;
  transition: ease-out 0.2s;
}
#btn_login span {
  display: block;
  padding: 7px 0 7px 20px;
  background: url("../images/icon_login.png") no-repeat;
  background-position: 1px 13px;
  background-size: 14px;
  letter-spacing: -1.6px;
}
#btn_login:hover {
  filter: brightness(1.02);
}
@media screen and (max-width: 767px) {
  #btn_login {
    font-size: 1.2rem;
    line-height: 22px;
    height: 32px;
    padding: 0 16px;
  }
  #btn_login span {
    padding: 5px 0 5px 18px;
    background-position: 1px 10px;
    background-size: 12px;
  }
}

#btn_register {
  font-size: 1.4rem;
  line-height: 26px;
  font-weight: 600;
  display: block;
  height: 40px;
  color: #fff;
  padding: 0 15px 0 13px;
  background-color: #8193B2;
  border-radius: 6px;
  transition: ease-out 0.2s;
}
#btn_register span {
  display: block;
  padding: 7px 0 6px 22px;
  background: url("../images/icon_register.png") no-repeat;
  background-position: 1px 11px;
  background-size: 16px;
  letter-spacing: -1.6px;
}
#btn_register:hover {
  filter: brightness(1.08);
}
@media screen and (max-width: 767px) {
  #btn_register {
    font-size: 1.2rem;
    line-height: 22px;
    height: 32px;
    padding: 0 16px 0 12px;
  }
  #btn_register span {
    padding: 5px 0 5px 20px;
    background-position: 0px 8px;
    background-size: 14px;
  }
}

.btn_base {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
  height: 56px;
  border-radius: 100px;
  color: #fff;
  background-color: #000;
  overflow: hidden;
  transition: ease-out 0.2s;
  font-size: 1.6rem;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .btn_base {
    text-align: center;
  }
}
.btn_base:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #009FEF;
  opacity: 0;
  z-index: 0;
  border-radius: 100px;
  transition: ease-out 0.2s;
}
.btn_base.nomark span {
  padding: 11px 34px 11px 28px;
}
@media screen and (max-width: 767px) {
  .btn_base.nomark span {
    padding: 12px 30px;
  }
}
.btn_base.size240 {
  width: 240px;
  text-align: center;
}
.btn_base.btnbg_free01 {
  background: linear-gradient(90deg, #BA6ECC, #EF77D3);
  box-shadow: 0px 10px 27px rgba(0, 33, 121, 0.18);
}
.btn_base.btnbg_free01:before {
  background-color: #BA6ECC;
}
.btn_base.btnbg_free02 {
  background: linear-gradient(90deg, #009FEF, #00CAE5);
  box-shadow: 0px 10px 27px rgba(0, 33, 121, 0.18);
}
.btn_base.btnbg_free02:before {
  background-color: #009FEF;
}
.btn_base.btnbg_free03 {
  background: linear-gradient(90deg, #009FEF, #00CAE5);
  /*background: linear-gradient(90deg, #41D587, #2CE6A6);*/
  box-shadow: 0px 10px 27px rgba(0, 33, 121, 0.18);
}
.btn_base.btnbg_free03:before {
  background-color: #009FEF;
  /*background-color: #41D587;*/
}
.btn_base.btnbg_green {
  background: linear-gradient(90deg, #009FEF, #46D78B);
}
.btn_base.btnbg_purple {
  background: linear-gradient(90deg, #009FEF, #DEA8FF);
}
.btn_base.btnbg_white {
  background-color: #fff;
  border: solid 2px #fff;
  box-sizing: border-box;
}
.btn_base.btnbg_white:before {
  background-color: #fff;
}
.btn_base.btnbg_white:hover {
  background-color: transparent;
  color: #fff;
}
.btn_base.btnbg_white:hover span {
  background: url("../images/num14.png") no-repeat;
  background-size: 26px;
  background-position: top 47% left 36px;
}
.btn_base.btnbg_white:hover:before {
  background-color: transparent;
}
.btn_base.btnbg_white:hover .num14bl {
  opacity: 0;
}
.btn_base.btnbg_white:hover .ovtxt {
  opacity: 1;
}
.btn_base.btnbg_white .ovtxt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 34px 8px 63px;
  background-position: top 47% left 36px;
  color: #fff;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .btn_base.btnbg_white .ovtxt {
    top: 2px;
    left: 2px;
  }
}
.btn_base.btnbg_ol_white {
  background: transparent;
  border: solid 2px #fff;
  box-sizing: border-box;
}
.btn_base.btnbg_ol_white:before {
  display: none;
}
.btn_base.btnbg_ol_white:hover {
  opacity: .7;
  border: solid 2px #fff;
}
@media screen and (max-width: 767px) {
  .btn_base.btnbg_ol_white:hover {
    opacity: 1;
    background: transparent;
  }
}
.btn_base.btntxt_blue {
  color: #009FEF;
}
.btn_base .arrow_type02s {
  right: 32px;
  padding: 0;
  z-index: 1;
}
.btn_base .arrow_type02s span {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .btn_base .arrow_type02s {
    right: 17px;
  }
}
.btn_base span {
  position: relative;
  display: block;
  padding: 12px 70px 13px 28px;
  transition: ease-out 0.2s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .btn_base span {
    display: inline-block;
    padding: 12px 52px 13px 20px;
  }
}
.btn_base span.btn_fs_b {
  font-size: 2rem;
  line-height: 38px;
  padding: 13px 40px 13px 20px;
  font-weight: 600;
}
.btn_base span.num14 {
  padding: 9px 35px 10px 62px;
  background: url("../images/num14.png") no-repeat;
  background-size: 26px;
  background-position: top 50% left 32px;
}
.btn_base span.num14bl {
  padding: 7px 34px 8px 63px;
  background: url("../images/num14b.png") no-repeat;
  background-size: 26px;
  background-position: top 47% left 36px;
}
.btn_base span.num14bl:hover {
  padding: 7px 34px 8px 63px;
}
.btn_base:hover:before {
  opacity: 1;
}
.btn_base:hover > .arrow_type02s:before {
  transform: scale(0);
  opacity: 0;
}
.btn_base:hover > .arrow_type02s span {
  left: 5px;
}
.btn_base#kv_detailbtn:hover:before {
  opacity: 1;
}
.btn_base#kv_detailbtn:hover > span .arrow_type02s:before {
  transform: scale(0);
  opacity: 0;
}
.btn_base#kv_detailbtn:hover > span .arrow_type02s span {
  left: 5px;
}

/* add 0825 - */
_::-webkit-full-page-media, _:future, :root .btn_base span {
  padding-top: 14px;
}

_::-webkit-full-page-media, _:future, :root btn_base.nomark span {
  padding-top: 12px;
}

_::-webkit-full-page-media, _:future, :root .btn_base .arrow_type02s span {
  padding-top: 0;
}

_::-webkit-full-page-media, _:future, :root .btn_base span.num14 {
  padding-top: 10px;
}

_::-webkit-full-page-media, _:future, :root .btn_base span.num14bl {
  padding-top: 7px;
}

_::-webkit-full-page-media, _:future, :root .btn_base.btnbg_white .ovtxt {
  padding-top: 7px;
}

/* - add 0825 */
.btn_normal {
  display: table;
  margin: 0 auto;
  width: 241px;
  text-align: center;
}
.btn_normal a {
  color: #fff;
}
.btn_normal span {
  padding: 12px 20px 13px;
}

.snsset {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.snsset a {
  margin-right: 6px;
}
.snsset a:last-child {
  margin-right: 0;
}

.sharebtn_fb {
  font-size: 1.2rem;
  line-height: 22px;
  font-weight: 600;
  display: table;
  margin: 0 auto;
  width: 80px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background-color: #1877F2;
}
@media screen and (max-width: 1259px) {
  .sharebtn_fb {
    font-size: 1rem;
    line-height: 18px;
    padding: 2px 0 1px;
  }
}
@media screen and (max-width: 767px) {
  .sharebtn_fb {
    font-size: 1rem;
    line-height: 18px;
    padding: 2px 0 1px;
  }
}
.sharebtn_fb span {
  padding: 5px 3px 4px 19px;
  background: url("../images/icon_sns_fb.png") no-repeat;
  background-position: 0 58%;
  background-size: 14px;
}
.sharebtn_fb:hover {
  filter: brightness(1.08);
}

.sharebtn_tw {
  font-size: 1.2rem;
  line-height: 22px;
  font-weight: 600;
  display: table;
  margin: 0 auto;
  width: 80px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background-color: #55ACEE;
}
@media screen and (max-width: 1259px) {
  .sharebtn_tw {
    font-size: 1rem;
    line-height: 18px;
    padding: 2px 0 1px;
  }
}
@media screen and (max-width: 767px) {
  .sharebtn_tw {
    font-size: 1rem;
    line-height: 18px;
    padding: 2px 0 1px;
  }
}
.sharebtn_tw span {
  padding: 5px 3px 4px 19px;
  background: url("../images/icon_sns_tw.png") no-repeat;
  background-position: 1px 58%;
  background-size: 14px;
}
.sharebtn_tw:hover {
  filter: brightness(1.08);
}

.formBtn {
  display: table;
  margin: 0 auto;
  width: 241px;
  text-align: center;
  position: relative;
}
.formBtn.disabled {
  opacity: .3;
}
.formBtn.disabled:hover:before {
  opacity: 0 !important;
}
.formBtn.disabled:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 10;
}
.formBtn:after {
  display: none;
}
.formBtn a {
  color: #fff;
}
.formBtn span {
  padding: 12px 20px 13px;
}

#cotbox {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 88px;
  background-color: #009FEF;
  color: #fff;
  border-radius: 40px 0 0 0;
  z-index: 999;
  transition: ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  #cotbox {
    width: 100%;
    height: 48px;
    border-radius: 0;
  }
}
#cotbox #cotbox_inner {
  padding: 21px 20px 21px 35px;
}
@media screen and (max-width: 767px) {
  #cotbox #cotbox_inner {
    padding: 10px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
#cotbox #cotbox_ttl {
  padding-left: 32px;
  background: url("../images/icon_mail.png") no-repeat;
  background-size: 24px;
  background-position: 0 6px;
  font-size: 2.2rem;
  line-height: 40px;
  line-height: 28px;
}
#cotbox #cotbox_txt {
  font-size: 1.2rem;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  #cotbox #cotbox_txt {
    margin: 4px 0 0 10px;
  }
}
#cotbox:hover {
  filter: brightness(1.08);
}

#cotbox_sp {
  position: relative;
  width: 100%;
  height: 64px;
  background-color: #009FEF;
  color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1259px) {
  #cotbox_sp {
    width: 340px;
    height: 80px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #cotbox_sp {
    width: 100%;
    height: 66px;
  }
}
#cotbox_sp #cotbox_inner {
  padding: 7px 20px;
}
@media screen and (max-width: 1259px) {
  #cotbox_sp #cotbox_inner {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  #cotbox_sp #cotbox_inner {
    padding: 7px 20px;
  }
}
#cotbox_sp #cotbox_ttl {
  display: inline-block;
  padding-left: 32px;
  background: url("../images/icon_mail.png") no-repeat;
  background-size: 24px;
  background-position: 0 50%;
  font-size: 2.2rem;
  line-height: 40px;
  line-height: 28px;
}
@media screen and (max-width: 1259px) {
  #cotbox_sp #cotbox_ttl {
    font-size: 2.4rem;
    line-height: 44px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  #cotbox_sp #cotbox_ttl {
    font-size: 2.2rem;
    line-height: 40px;
    line-height: 30px;
  }
}
#cotbox_sp #cotbox_txt {
  font-size: 1.2rem;
  line-height: 22px;
}
@media screen and (max-width: 1259px) {
  #cotbox_sp #cotbox_txt {
    font-size: 1.4rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  #cotbox_sp #cotbox_txt {
    font-size: 1.2rem;
    line-height: 22px;
  }
}

.bluebtns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bluebtns {
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
  }
}
@media screen and (max-width: 767px) {
  .bluebtns .bluebtn {
    margin-bottom: 10px;
  }
}

.bluebtn {
  position: relative;
  color: #fff;
  border-radius: 10px;
  min-width: 332px;
  transition: ease-out 0.2s;
}
.bluebtn#bluebtn01 {
  background: url("../images/icon_bluebtn01.png") no-repeat;
  background-size: 72px;
  background-position: 20px 50%;
  background-color: #009FEF;
}
.bluebtn#bluebtn02 {
  background: url("../images/icon_bluebtn02.png") no-repeat;
  background-size: 72px;
  background-position: 20px 100%;
  background-color: #009FEF;
}
.bluebtn#bluebtn03 {
  background: url("../images/icon_bluebtn03.png") no-repeat;
  background-size: 72px;
  background-position: 20px 50%;
  background-color: #009FEF;
}
.bluebtn .bluebtn_inner {
  padding: 29px 30px 23px 100px;
}
@media screen and (max-width: 767px) {
  .bluebtn .bluebtn_inner {
    padding: 19px 30px 13px 100px;
  }
}
.bluebtn .bluebtn_t1 {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .bluebtn .bluebtn_t1 {
    font-size: 1.4rem;
    line-height: 26px;
  }
}
.bluebtn .bluebtn_t2 {
  font-size: 2rem;
  line-height: 38px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .bluebtn .bluebtn_t2 {
    font-size: 1.8rem;
    line-height: 34px;
  }
}
.bluebtn .arrow_type02s {
  margin-top: 5px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .bluebtn .arrow_type02s {
    right: 20px;
  }
}
.bluebtn:hover {
  background-color: #00CAE5 !important;
}

.tbbtnset {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 10px 17px rgba(0, 33, 121, 0.1);
}
@media screen and (max-width: 767px) {
  .tbbtnset {
    border-radius: 20px;
  }
}
.tbbtnset .tbbtn {
  flex: 1;
}
.tbbtnset .tbbtn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 28px;
  margin-top: -14px;
  background-color: #DFE6F0;
}
.tbbtnset .tbbtn:last-child:before {
  display: none;
}

.tbbtn {
  display: block;
  position: relative;
  border-radius: 0;
  padding: 16px 20px 14px;
  text-align: center;
  color: #009FEF;
  font-size: 1.8rem;
  line-height: 34px;
  background-color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .tbbtn {
    font-size: 1.5rem;
    line-height: 28px;
    height: auto;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 16px 10px 14px;
  }
}
.tbbtn.tb_current {
  background-color: #009FEF;
  color: #fff;
}
.tbbtn.tb_current:before {
  display: none;
}
.tbbtn.tb_current span:after {
  background: url("../images/icon_pd_arrow_w.png") no-repeat;
  background-size: 12px;
}
@media screen and (max-width: 767px) {
  .tbbtn.tb_current span:after {
    background: none;
  }
}
.tbbtn span {
  display: table;
  margin: 0 auto;
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .tbbtn span {
    padding-right: 0;
  }
}
.tbbtn span:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: url("../images/icon_pd_arrow_bl.png") no-repeat;
  background-size: 12px;
  position: absolute;
  top: 13px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .tbbtn span:after {
    top: 10px;
    background: none;
  }
}

@media screen and (max-width: 768px) {
  .btnbasic {
    font-size: 1.3rem;
    line-height: 24px;
    width: auto;
    height: auto;
    background-size: 5px;
    background-position: top 50% right 10px;
    border-radius: 10px;
    text-align: left;
  }
  .btnbasic span {
    display: block;
    padding: 10px 20px 10px 10px;
    letter-spacing: -1px;
  }
  .btnbasic:hover {
    background-color: #000;
    color: #fff;
  }
  .btnbasic:hover span {
    margin-left: 0;
  }

  .btn-pdf {
    font-size: 1.2rem;
    line-height: 22px;
    height: 30px;
  }
  .btn-pdf span {
    padding: 5px 0;
  }
  .btn-pdf:hover {
    background-color: #fff;
    color: #000;
  }
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .btn_base span {
  padding-top: 15px;
}

_:-ms-lang(x)::-ms-backdrop, .btn_base span.num14 {
  padding-top: 13px;
}

_:-ms-lang(x)::-ms-backdrop, .btn_base span.num14bl {
  padding-top: 10px;
}

_:-ms-lang(x)::-ms-backdrop, .btn_base.btnbg_white .ovtxt {
  padding-top: 10px;
}

_:-ms-lang(x)::-ms-backdrop, #btn_login span {
  padding-top: 10px;
}

_:-ms-lang(x)::-ms-backdrop, #btn_register span {
  padding-top: 10px;
}

_:-ms-lang(x)::-ms-backdrop, .ns_label {
  padding: 10px 14px 5px;
}

_:-ms-lang(x)::-ms-backdrop, .ns_labels .ns_label_cat {
  padding: 4px 8px 0;
}

/* Edge(EdgeHTML) */
_:-ms-lang(x)::backdrop, .btn_base span {
  padding-top: 14px;
}

_:-ms-lang(x)::backdrop, .btn_base span.num14 {
  padding-top: 11px;
}

_:-ms-lang(x)::backdrop, #btn_login span {
  padding-top: 8px;
}

_:-ms-lang(x)::backdrop, #btn_register span {
  padding-top: 8px;
}

.cnktxt {
  padding: 12px 20px 12px 0;
}

/* input ==========================================*/
textarea,
input {
  display: block;
  border-radius: 3px;
  border: solid 1px #eeebe8;
  box-sizing: border-box;
  padding: 0 10px;
  background-color: #fff;
  transition: ease-out 0.2s;
}
textarea::placeholder,
input::placeholder {
  color: #999;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #999;
}
textarea:required,
input:required {
  padding: 0 20px;
}
textarea.search_text,
input.search_text {
  padding: 0 10px 0 10px;
}
textarea:focus,
input:focus {
  transition: ease-out 0.2s;
}
textarea:focus::placeholder,
input:focus::placeholder {
  color: transparent;
  transition: ease-out 0.2s;
}
textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: transparent;
  transition: ease-out 0.2s;
}
textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
  color: transparent;
  transition: ease-out 0.2s;
}

textarea {
  width: 100%;
  padding: 20px;
  background-color: #fff;
}

label {
  position: relative;
  display: block;
}

.required {
  font-size: 12px;
  color: #fff;
  background-color: #f3534f;
  display: block;
  position: absolute;
  top: 14px;
  right: 10px;
  line-height: 17px;
  border-radius: 3px;
  padding: 2px 5px;
}

/* チェックボックス01 */
.cbcontA {
  display: block;
}
.cbcontA .cb_parts {
  display: none;
  position: relative;
}
.cbcontA .cb_parts:checked + .cb_txt {
  color: #000;
}
.cbcontA .cb_parts:checked + .cb_txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 6px;
  width: 3px;
  height: 8px;
  transform: rotate(40deg);
  border-bottom: 2px solid #2B3039;
  border-right: 2px solid #2B3039;
}
.cbcontA .cb_txt {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  width: auto;
  padding-left: 30px;
  font-weight: normal;
}
.cbcontA .cb_txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  border: solid 1px #2B3039;
  box-sizing: border-box;
}

/* ラジオボタン01 */
.rdcontainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.rdcont {
  width: 119px;
  margin-right: 14px;
}
.rdcont .rd_parts {
  display: none;
  position: relative;
}
.rdcont .rd_parts:checked + .rd_txt::after {
  content: "";
  display: none;
  position: absolute;
  top: 19px;
  left: 20px;
  width: 9px;
  height: 9px;
  border-radius: 100px;
  background-color: #D8D8D8;
}
.rdcont .rd_parts:checked + .rd_txt {
  background-color: #D8D8D8;
  color: #fff;
}
.rdcont .rd_parts:checked + .rd_txt::before {
  background-color: #fff;
}
.rdcont .rd_txt {
  position: relative;
  display: block;
  width: 119px;
  height: 50px;
  color: #000;
  background-color: #efefef;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 26px;
  text-align: center;
  border-radius: 3px;
  transition: ease-out 0.2s;
}
.rdcont .rd_txt .rd_txt_p {
  padding: 12px 20px;
}
.rdcont .rd_txt:before {
  content: "";
  display: none;
  position: absolute;
  top: 13px;
  left: 14px;
  width: 21px;
  height: 21px;
  border-radius: 100px;
  background-color: #D8D8D8;
}
.rdcont .rd_txt:hover {
  color: #000;
  background-color: #D8D8D8;
}

/* ラジオボタン02 */
.rdcontS .rd_parts {
  display: none;
  position: relative;
}
.rdcontS .rd_parts:checked + .rd_txt {
  width: auto;
  color: #000;
}
.rdcontS .rd_parts:checked + .rd_txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #666;
}
.rdcontS .rd_parts:checked + .rd_txt::before {
  background-color: #fff;
}
.rdcontS .rd_txt {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  padding: 0 0 0 24px;
  color: #000;
  font-weight: normal !important;
  color: #000;
  transition: ease-out 0.2s;
}
.rdcontS .rd_txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background-color: #fff;
  border: solid 1px #D8D8D8;
  box-sizing: border-box;
}
.rdcontS.rd_error .rd_txt:before {
  background-color: #f9c2c2;
}

/* セレクトボックス01 */
.fm_select {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 5px;
  border: none;
  padding: 11px 20px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icon_pd_arrow.png") right 20px top 50% no-repeat;
  background-size: 12px;
  background-color: #F4F4F4;
  overflow: hidden;
  transition: ease-out 0.2s;
}
.fm_select.cnk_error {
  background-color: #F2276D;
}

/* CONTACT */
#form_container .fm_item {
  clear: both;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #form_container .fm_item {
    margin-bottom: 30px;
  }
}
#form_container .fm_item .fm_stl {
  font-size: 2rem;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #form_container .fm_item .fm_stl {
    font-size: 1.8rem;
    line-height: 34px;
  }
}
#form_container .fm_item .fm_olbox {
  /*background-color:#F4F4F4;*/
  border: solid 2px #F4F4F4;
  padding: 50px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #form_container .fm_item .fm_olbox {
    padding: 20px 15px;
  }
  #form_container .fm_item .fm_olbox .fm_singles {
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
  }
}
#form_container .fm_item .fm_olbox input {
  /*background-color:#ffffff;*/
}
#form_container .fm_item .fm_olbox div:last-child {
  margin-bottom: 0;
}
#form_container .fm_item .fm_singles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #form_container .fm_item .fm_singles {
    margin-bottom: 30px;
  }
}
#form_container .fm_item .fm_singles .fm_singles_l {
  flex: 0 0 240px;
}
#form_container .fm_item .fm_singles .fm_singles_l .fm_stl {
  padding-top: 6px;
}
#form_container .fm_item .fm_singles .fm_singles_r {
  flex: 1;
}
#form_container .fm_item .fm_boxs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#form_container .fm_item .fm_boxs.fm_boxs_left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
#form_container .fm_item .fm_boxs.fm_boxs_left .cbcontA {
  margin-right: 30px;
}
#form_container .fm_item .fm_boxs.fm_boxs_left .cbcontA:last-child {
  margin-right: 0;
}
#form_container .fm_item .fm_boxs.fm_boxs_fl {
  display: inline-block;
}
#form_container .fm_item .fm_boxs.fm_boxs_fl .fm_boxs_fl_item {
  float: left;
  margin: 0 60px 20px 0;
}
#form_container .fm_item .fm_boxs.fm_boxs_fl .fm_boxs_fl_item:last-child {
  margin-right: 0;
}
#form_container .fm_item .fm_boxs .fm_initem {
  flex: 0 0 48.5%;
  min-width: 0;
}
#form_container .fm_item .fm_boxs .fm_sbox {
  flex: 0 0 140px;
}
@media screen and (max-width: 767px) {
  #form_container .fm_item .fm_boxs .fm_sbox {
    flex: 1;
  }
}
#form_container .fm_item .fm_boxs .fm_ssbox {
  flex: 0 0 123px;
}
@media screen and (max-width: 767px) {
  #form_container .fm_item .fm_boxs .fm_ssbox {
    flex: 1;
  }
}
#form_container .fm_item .fm_boxs .fm_mbox {
  flex: 0 0 200px;
}
#form_container .fm_item .fm_boxs .fm_line {
  padding-top: 11px;
  margin: 0 18px;
}
@media screen and (max-width: 767px) {
  #form_container .fm_item .fm_boxs .fm_line {
    margin: 0 10px;
  }
}
#form_container .fm_item .fm_boxs .fm_moji {
  margin-left: 20px;
  padding-top: 11px;
}
#form_container .fm_item .fm_boxs .fm_rbtn {
  width: 110px;
  margin-left: 20px;
  padding-top: 11px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #form_container .fm_item .fm_boxs .fm_rbtn {
    width: auto;
    padding-top: 13px;
    line-height: 26px;
  }
}
#form_container .fm_item input {
  width: 100%;
  height: auto;
  background-color: #F4F4F4;
  border-radius: 5px;
  border: none;
  padding: 11px 20px;
}

.redlabel {
  font-size: 1.2rem;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background-color: #F2276D;
  padding: 3px 7px;
  margin-left: 16px;
  vertical-align: middle;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .redlabel {
    font-size: 1rem;
    line-height: 18px;
  }
}

.errortxt, .wpcf7-not-valid-tip {
  display: block;
  font-size: 1.4rem;
  line-height: 26px;
  color: #F2276D;
  margin: 10px 0 -10px;
}
@media screen and (max-width: 767px) {
  .errortxt, .wpcf7-not-valid-tip {
    font-size: 1.2rem;
    line-height: 22px;
  }
}

.erroritem, .wpcf7-not-valid {
  background-color: #f8e3e3 !important;
}

.cation {
  font-size: 1.4rem;
  line-height: 26px;
  color: #999999;
  margin: 10px 0 -10px;
}
.cation a {
  text-decoration: underline;
}
.cation a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .cation {
    font-size: 1.2rem;
    line-height: 22px;
  }
}

.fm_tarea {
  width: 100%;
  height: 160px;
  border: none;
  padding: 20px;
  background-color: #F4F4F4;
}

.fm_sendbtn {
  margin: 0 auto;
}
.fm_sendbtn .wpcf7-submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.screen-reader-response {
  margin: -40px 0 40px;
  color: #000;
}
.screen-reader-response ul {
  display: none;
}

.wpcf7-validation-errors, .wpcf7-mail-sent-ok {
  display: none;
}

.wpcf7-form.sent {
  display: none;
}

/* header */
header {
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: ease-out .2s;
}
@media screen and (max-width: 767px) {
  header {
    height: 80px;
  }
}
header.smode #hd_logo .hdlogo01 {
  opacity: 0;
}
header.smode #hd_logo .hdlogo03 {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  header.smode #hd_logo .hdlogo01 {
    opacity: 1;
    width: 78px !important;
    margin-top: -4px;
  }
  header.smode #hd_logo .hdlogo03 {
    opacity: 0;
  }
}
header.smode #hd_naviset #gnavis {
  padding-top: 21px;
}
header.smode #hd_logins {
  top: 15px;
}
@media screen and (max-width: 767px) {
  header.smode #hd_logins {
    top: 16px;
  }
}
header.smode .menu-trigger {
  top: 25px;
}
@media screen and (max-width: 767px) {
  header.smode .menu-trigger {
    top: 21px;
  }
}
header #hd_bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 33, 121, 0.18);
}
@media screen and (max-width: 767px) {
  header #hd_bg {
    height: 62px;
  }
}
header #hd_logo {
  position: absolute;
  top: 24px;
  left: 56px;
  line-height: 0;
  transition: ease-out 0.2s;
  z-index: 1;
}
header #hd_logo img {
  transition: ease-out .1s;
}
header #hd_logo img.hdlogo01 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 162px;
}
@media screen and (max-width: 767px) {
  header #hd_logo img.hdlogo01 {
    width: 100px;
  }
}
header #hd_logo img.hdlogo03 {
  opacity: 0;
  /*width:205px;*/
  width: 175px;
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  header #hd_logo img.hdlogo03 {
    width: 135px;
    margin-top: 2px;
  }
}
header #hd_logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  header #hd_logo {
    top: 16px;
    left: 16px;
  }
  header #hd_logo img {
    width: 100px;
  }
}
header #hd_naviset {
  position: relative;
}
@media screen and (max-width: 1259px) {
  header #hd_naviset {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    z-index: 100;
    background-color: #fff;
    text-align: center;
    min-height: 100%;
    overflow-y: scroll;
    z-index: 99999;
  }
  header #hd_naviset #hd_naviset_inner {
    padding: 0 20px 25px;
  }
  header #hd_naviset #hd_logo_sp {
    padding: 60px 0 35px;
  }
  header #hd_naviset #hd_logo_sp img {
    width: 120px;
  }
}
@media screen and (max-width: 1259px) and (max-width: 1259px) {
  header #hd_naviset #hd_logo_sp img {
    width: 150px;
  }
}
@media screen and (max-width: 1259px) and (max-width: 767px) {
  header #hd_naviset #hd_logo_sp img {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  header #hd_naviset {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    z-index: 100;
    background-color: #fff;
    text-align: center;
    min-height: 100%;
    overflow-y: scroll;
    z-index: 99999;
  }
  header #hd_naviset #hd_naviset_inner {
    padding: 0 20px 25px;
  }
  header #hd_naviset #hd_logo_sp {
    padding: 60px 0 35px;
  }
  header #hd_naviset #hd_logo_sp img {
    width: 120px;
  }
}
header #hd_naviset #gnavis {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding-top: 53px;
  margin-left: -65px;
  transition: ease-out 0.2s;
  z-index: 0;
}
@media screen and (max-width: 1259px) {
  header #hd_naviset #gnavis {
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
    padding-top: 0;
    margin: 0 0 30px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  header #hd_naviset #gnavis {
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
    padding-top: 0;
    margin: 0 0 30px;
    text-align: center;
  }
}
header #hd_naviset #gnavis a {
  display: block;
  font-weight: 600;
  margin: 0 10px;
}
header #hd_naviset #gnavis a.g_current {
  color: #009FEF;
}
header #hd_naviset #gnavis a.boxbtn {
  border-color: #333;
}
header #hd_naviset #gnavis a:hover {
  color: #009FEF;
}
@media screen and (max-width: 1259px) {
  header #hd_naviset #gnavis a {
    margin: 0;
    padding: 16px 0;
    font-size: 2rem;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  header #hd_naviset #gnavis a {
    font-size: 1.6rem;
    line-height: 30px;
  }
}
header #hd_logins {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: absolute;
  top: 45px;
  right: 56px;
  transition: ease-out 0.2s;
  z-index: 1;
}
header #hd_logins a:last-child {
  margin-left: 10px;
}
@media screen and (max-width: 1259px) {
  header #hd_logins {
    right: 104px;
  }
}
@media screen and (max-width: 767px) {
  header #hd_logins {
    top: 16px;
    right: 64px;
  }
}

.tbshow {
  display: none;
}

/* ========================================================================================== */
@media screen and (max-width: 1260px) {
  .tbhide {
    display: none !important;
  }

  .tbshow {
    display: block;
  }

  .menu-trigger {
    display: block;
    position: absolute;
    top: 55px;
    right: 40px;
    width: 20px;
    height: 21px;
    z-index: 100000;
    transition: ease-out 0.2s;
  }

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

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #8193B2;
    border-radius: 30px;
  }

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

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

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

  .menu-trigger.active {
    width: 22px;
  }

  .menu-trigger.active span {
    background-color: #8193B2;
  }

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

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}
/* ========================================================================================== */
@media screen and (max-width: 768px) {
  .menu-trigger {
    display: block;
    position: absolute;
    top: 22px;
    right: 25px;
    width: 22px;
    height: 21px;
  }

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

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #8193B2;
    border-radius: 30px;
  }

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

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

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

  .menu-trigger.active span {
    background-color: #8193B2;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
    top: -2px;
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
    bottom: -2px;
  }
}
/* footer */
footer {
  position: relative;
  width: 100%;
  height: auto;
  color: #fff;
}
footer #ft_inner_b {
  position: relative;
  background-color: #253038;
}
@media screen and (max-width: 767px) {
  footer #ft_inner_b:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #fff;
  }
  footer #ft_inner_b .inner {
    z-index: 101;
  }
}
footer #ft_backttl {
  position: absolute;
  top: -190px;
  left: 50%;
  width: 1384px;
  height: 150px;
  background: url("../images/parts_ft_backttl.png") bottom no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  margin: 58px 0 0 20px;
}
@media screen and (max-width: 767px) {
  footer #ft_backttl {
    top: -67px;
    width: 99%;
    height: 90px;
    margin: 0 auto;
    z-index: 100;
  }
}
footer #ft_prbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer #ft_prbox {
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
  }
}
footer #ft_prbox .ft_prbox_item {
  position: relative;
  flex: 0 0 320px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: -90px;
  overflow: hidden;
  box-shadow: 0px 10px 27px rgba(0, 33, 121, 0.18);
}
@media screen and (max-width: 767px) {
  footer #ft_prbox .ft_prbox_item {
    flex: inherit;
    margin: 0 0 20px;
  }
  footer #ft_prbox .ft_prbox_item#ft_prbox_item01 .ft_prbox_item_top__txt {
    padding: 0 8% 0 42%;
  }
  footer #ft_prbox .ft_prbox_item#ft_prbox_item02 .ft_prbox_item_top__txt {
    padding: 0 8% 0 42%;
  }
  footer #ft_prbox .ft_prbox_item#ft_prbox_item03 .ft_prbox_item_top__txt {
    padding: 0 8% 0 42%;
  }
}
footer #ft_prbox .ft_prbox_item .ft_prbox_item_top {
  text-align: center;
  height: auto;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  height: 322px;
}
@media screen and (max-width: 767px) {
  footer #ft_prbox .ft_prbox_item .ft_prbox_item_top {
    height: 140px;
  }
}
footer #ft_prbox .ft_prbox_item .ft_prbox_item_top__txt {
  width: 100%;
  padding-top: 223px;
  color: #000;
}
@media screen and (max-width: 767px) {
  footer #ft_prbox .ft_prbox_item .ft_prbox_item_top__txt {
    padding: 0 20px 0 50%;
    width: 100%;
    font-size: 1.4rem;
    line-height: 26px;
  }
}
footer #ft_prbox .ft_prbox_item .ft_prbox_item_btm {
  color: #fff;
  padding: 13px 70px 17px 34px;
  position: relative;
  transition: ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  footer #ft_prbox .ft_prbox_item .ft_prbox_item_btm {
    padding: 10px 50px 9px 20px;
  }
}
@media screen and (max-width: 767px) {
  footer #ft_prbox .ft_prbox_item .ft_prbox_item_btm__tbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
footer #ft_prbox .ft_prbox_item .ft_prbox_item_btm__t1 {
  font-size: 2rem;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  footer #ft_prbox .ft_prbox_item .ft_prbox_item_btm__t1 {
    font-size: 1.8rem;
    line-height: 34px;
  }
}
footer #ft_prbox .ft_prbox_item .ft_prbox_item_btm__t2 {
  font-size: 1.4rem;
  line-height: 26px;
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  footer #ft_prbox .ft_prbox_item .ft_prbox_item_btm__t2 {
    font-size: 1.3rem;
    line-height: 24px;
    margin: 5px 0 0 10px;
  }
}
footer #ft_prbox .ft_prbox_item#ft_prbox_item01 .ft_prbox_item_top {
  background: url("../images/img_illust_ft01.png") 50% 64px no-repeat;
  background-size: 206px;
}
@media screen and (max-width: 767px) {
  footer #ft_prbox .ft_prbox_item#ft_prbox_item01 .ft_prbox_item_top {
    background-size: 115px;
    background-position: 12% 50%;
  }
}
footer #ft_prbox .ft_prbox_item#ft_prbox_item01 .ft_prbox_item_btm {
  background-color: #BA6ECC;
}
footer #ft_prbox .ft_prbox_item#ft_prbox_item02 .ft_prbox_item_top {
  background: url("../images/img_illust_ft02.png") 50% 64px no-repeat;
  background-size: 109px;
}
@media screen and (max-width: 767px) {
  footer #ft_prbox .ft_prbox_item#ft_prbox_item02 .ft_prbox_item_top {
    background-size: 66px;
    background-position: 12% 50%;
  }
}
footer #ft_prbox .ft_prbox_item#ft_prbox_item02 .ft_prbox_item_btm {
  background-color: #677DD9;
}
footer #ft_prbox .ft_prbox_item#ft_prbox_item03 .ft_prbox_item_top {
  background: url("../images/img_illust_ft03.png") 50% 60px no-repeat;
  background-size: 130px;
}
@media screen and (max-width: 767px) {
  footer #ft_prbox .ft_prbox_item#ft_prbox_item03 .ft_prbox_item_top {
    background-size: 81px;
    background-position: 12% 50%;
  }
}
footer #ft_prbox .ft_prbox_item#ft_prbox_item03 .ft_prbox_item_btm {
  background-color: #009FEF;
}
footer #ft_prbox .ft_prbox_item:hover > #ft_prbox_item_btm01 {
  background-color: #bd7ed7;
}
footer #ft_prbox .ft_prbox_item:hover > #ft_prbox_item_btm02 {
  background-color: #7289e4;
}
footer #ft_prbox .ft_prbox_item:hover > #ft_prbox_item_btm03 {
  background-color: #47acfb;
}
footer #ft_prbox .ft_prbox_item:hover > .ft_prbox_item_btm .arrow_type02s:before {
  transform: scale(0);
  opacity: 0;
}
footer #ft_prbox .ft_prbox_item:hover > .ft_prbox_item_btm .arrow_type02s span {
  left: 5px;
}
footer #f_topcontainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 80px 0 65px;
}
@media screen and (max-width: 767px) {
  footer #f_topcontainer {
    padding: 40px 0 30px;
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
  }
}
footer #f_topcontainer #ft_logo {
  flex: 0 0 240px;
}
@media screen and (max-width: 767px) {
  footer #f_topcontainer #ft_logo {
    flex: inherit;
    margin-bottom: 30px;
  }
  footer #f_topcontainer #ft_logo a {
    display: table;
    margin: 0 auto;
  }
}
footer #f_topcontainer #ft_logo img {
  width: 240px;
}
@media screen and (max-width: 767px) {
  footer #f_topcontainer #ft_logo img {
    width: 162px;
  }
}
footer #f_topcontainer #ft_naviset {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  flex: 1;
  margin-top: -3px;
}
footer #f_topcontainer #ft_naviset .fnavis {
  width: auto;
  margin-left: 55px;
}
footer #f_topcontainer #ft_naviset .fnavis a {
  display: block;
  color: #fff;
  margin-bottom: 10px;
  transition: ease-out 0.2s;
}
footer #f_topcontainer #ft_naviset .fnavis a:hover {
  opacity: .4;
}
@media screen and (max-width: 767px) {
  footer #f_topcontainer .ft_lownavis {
    text-align: center;
  }
  footer #f_topcontainer .ft_lownavis a {
    font-size: 1.2rem;
    line-height: 22px;
    color: #fff;
    transition: ease-out 0.2s;
  }
  footer #f_topcontainer .ft_lownavis a:hover {
    opacity: .4;
  }
  footer #f_topcontainer .ft_lownavis__sps {
    margin: 0 5px;
    vertical-align: middle;
  }
  footer #f_topcontainer .ft_snsnavis {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: -4px 0 0 38px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  footer #f_topcontainer .ft_snsnavis {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 0 20px 0;
  }
  footer #f_topcontainer .ft_snsnavis a {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  footer #f_topcontainer .ft_snsnavis .snsbtn_fb {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/icon_sns_fb.png") center no-repeat;
    background-size: 16px;
    background-color: #1877F2;
    border-radius: 100px;
  }
  footer #f_topcontainer .ft_snsnavis .snsbtn_tw {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/icon_sns_tw.png") center no-repeat;
    background-size: 16px;
    background-color: #55ACEE;
    border-radius: 100px;
    margin-left: 10px;
  }
}
footer #f_btmcontainer {
  border-top: solid 1px #35444D;
  padding: 28px 0 20px;
}
@media screen and (max-width: 767px) {
  footer #f_btmcontainer {
    text-align: center;
    padding: 15px 0;
  }
}
footer #f_btmcontainer .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
footer #f_btmcontainer .ft_lownavis a {
  font-size: 1.2rem;
  line-height: 22px;
  color: #fff;
  transition: ease-out 0.2s;
}
footer #f_btmcontainer .ft_lownavis a:hover {
  opacity: .4;
}
footer #f_btmcontainer .ft_lownavis__sps {
  margin: 0 5px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  footer #f_btmcontainer .ft_lownavis {
    text-align: center;
  }
  footer #f_btmcontainer .ft_lownavis#ft_lownavis_pc {
    display: none;
  }
}
footer #f_btmcontainer .ft_snsnavis {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: -4px 0 0 38px;
}
footer #f_btmcontainer .ft_snsnavis .snsbtn_fb {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/icon_sns_fb.png") center no-repeat;
  background-size: 16px;
  background-color: #1877F2;
  border-radius: 100px;
}
footer #f_btmcontainer .ft_snsnavis .snsbtn_fb:hover {
  filter: brightness(1.08);
}
footer #f_btmcontainer .ft_snsnavis .snsbtn_tw {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/icon_sns_tw.png") center no-repeat;
  background-size: 16px;
  background-color: #55ACEE;
  border-radius: 100px;
  margin-left: 10px;
}
footer #f_btmcontainer .ft_snsnavis .snsbtn_tw:hover {
  filter: brightness(1.08);
}
@media screen and (max-width: 767px) {
  footer #f_btmcontainer .ft_snsnavis#ft_snsnavis_pc {
    display: none;
  }
}
footer #f_btmcontainer .ft_copyrights {
  margin-left: 37px;
}
@media screen and (max-width: 767px) {
  footer #f_btmcontainer .ft_copyrights {
    margin: 0;
    width: 100%;
    font-size: 1.2rem;
    line-height: 22px;
  }
}

#kv {
  position: relative;
  height: 769px;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  #kv {
    height: 667px;
    margin-bottom: 0;
  }
}
#kv #kv_backlogo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 405px;
  height: 510px;
  background: url("../images/kv_backlogo.png") no-repeat;
  margin: -423px 0 0 -33px;
}
@media screen and (max-width: 767px) {
  #kv #kv_backlogo {
    display: none;
  }
}
#kv #kv_slide01 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 703px;
  height: 581px;
  margin: -295px 0 0 37px;
}
#kv #kv_slide01 .kv_slide_inner {
  width: 100%;
  height: 100%;
  background: url("../images/kv_slide01.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #kv #kv_slide01 {
    height: inherit;
    margin: -65% 0 0 -19%;
    background: none;
    width: 100%;
  }
  #kv #kv_slide01 img {
    width: 100%;
  }
}
#kv #kv_slide02 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 391px;
  height: 322px;
  margin: 194px 0 0 95px;
}
#kv #kv_slide02 .kv_slide_inner {
  width: 100%;
  height: 100%;
  background: url("../images/kv_slide02.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #kv #kv_slide02 {
    display: none;
  }
}
#kv #kv_slide03 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 391px;
  height: 322px;
  margin: 75px 0 0 424px;
}
#kv #kv_slide03 .kv_slide_inner {
  width: 100%;
  height: 100%;
  background: url("../images/kv_slide03.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #kv #kv_slide03 {
    display: none;
  }
}
#kv #kv_slide04 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 391px;
  height: 322px;
  margin: -44px 0 0 752px;
}
#kv #kv_slide04 .kv_slide_inner {
  width: 100%;
  height: 100%;
  background: url("../images/kv_slide04.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #kv #kv_slide04 {
    display: none;
  }
}
#kv #kv_slide05 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 391px;
  height: 322px;
  margin: -165px 0 0 1081px;
}
#kv #kv_slide05 .kv_slide_inner {
  width: 100%;
  height: 100%;
  background: url("../images/kv_slide05.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #kv #kv_slide05 {
    display: none;
  }
}
#kv #kb_tlbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 70px 0 0 -242px;
  width: 548px;
  height: 460px;
}
@media screen and (max-width: 767px) {
  #kv #kb_tlbox {
    top: 135px;
    left: 0;
    transform: inherit;
    margin: 0;
    width: 100%;
  }
  #kv #kb_tlbox .kb_tlbox_inner {
    margin: 0 16px;
  }
}
#kv #kv_ribon {
  margin: 0 0 52px 70px;
  display: table;
  width: 230px;
  height: 72px;
  position: relative;
}
#kv #kv_ribon img {
  width: 230px;
  position: absolute;
  top: 0;
  left: 0;
  max-width: inherit;
}
@media screen and (max-width: 767px) {
  #kv #kv_ribon {
    margin: 0 0 25px;
    width: 140px;
    height: 44px;
  }
  #kv #kv_ribon img {
    width: 140px;
  }
}
#kv #kv_ttl {
  margin-bottom: 25px;
}
#kv #kv_ttl img {
  width: 548px;
}
@media screen and (max-width: 767px) {
  #kv #kv_ttl img {
    width: 210px;
  }
}
#kv #kv_copy {
  margin-bottom: 44px;
  font-size: 2.2rem;
  line-height: 40px;
  line-height: 44px;
}
@media screen and (max-width: 767px) {
  #kv #kv_copy {
    font-size: 1.5rem;
    line-height: 28px;
  }
}
#kv #kv_btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-left: -5px;
}
#kv #kv_btns a {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #kv #kv_btns {
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
    margin: 0 auto;
    width: 297px;
  }
  #kv #kv_btns a {
    display: block;
    margin: 0 0 15px;
    width: 100%;
  }
  #kv #kv_btns a:last-child {
    margin-bottom: 0;
  }
}

#tibox__ttl01 {
  width: 420px;
}
@media screen and (max-width: 767px) {
  #tibox__ttl01 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  #tibox__ttl02 {
    width: 300px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #tibox__ttl03 {
    width: 300px;
    margin: 0 auto;
  }
}

#sc_seminar {
  margin-bottom: 190px;
}
@media screen and (max-width: 767px) {
  #sc_seminar {
    margin-bottom: 100px;
  }
}

#sc_prautomation {
  margin-bottom: 210px;
}
@media screen and (max-width: 767px) {
  #sc_prautomation {
    margin-bottom: 70px;
  }
}

#sc_reason {
  margin-bottom: 160px;
}
#sc_reason .reasonbtn {
  width: 100%;
  text-align: right;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  #sc_reason .reasonbtn {
    text-align: center;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #sc_reason {
    margin-bottom: 110px;
  }
}

#sc_function {
  margin-bottom: 140px;
}
#sc_function .tlbox {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #sc_function .tlbox {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #sc_function {
    margin-bottom: 60px;
  }
}

#sc_casestudy {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #sc_casestudy {
    margin-bottom: 60px;
  }
}

#sc_prblock {
  margin-bottom: 143px;
}
@media screen and (max-width: 767px) {
  #sc_prblock {
    margin-bottom: 70px;
  }
}

#sc_news {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  #sc_news {
    margin-bottom: 60px;
  }
}

#sc_cspblock {
  margin-bottom: 265px;
}
@media screen and (max-width: 767px) {
  #sc_cspblock {
    margin-bottom: 100px;
  }
}

/* ========================================================================================== */
/* ========================================================================================== */
#topcontainer {
  padding-top: 135px;
}
@media screen and (max-width: 767px) {
  #topcontainer {
    padding-top: 85px;
  }
}

.breadcrumb {
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #8193B2;
}
.breadcrumb a, .breadcrumb p {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .breadcrumb a, .breadcrumb p {
    font-size: 1.2rem;
    line-height: 22px;
  }
}
.breadcrumb .bc_sps {
  margin: 0 5px;
  font-size: 1.4rem;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .breadcrumb .bc_sps {
    font-size: 1.2rem;
    line-height: 22px;
  }
}

#lkv {
  min-height: 263px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #lkv {
    min-height: 200px;
    height: auto;
    margin: 0 20px;
  }
}
#lkv.lkv_h2 {
  min-height: 210px;
}
@media screen and (max-width: 767px) {
  #lkv.lkv_h2 {
    min-height: 160px;
    height: auto;
    margin: 0 20px;
  }
}
#lkv.lkv_h3 {
  min-height: 220px;
}
@media screen and (max-width: 767px) {
  #lkv.lkv_h3 {
    min-height: 160px;
    height: auto;
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #lkv.sp_lkv_s {
    min-height: 160px;
    height: auto;
    margin: 0 20px;
  }
}
#lkv .lkv_tls {
  display: table;
  margin: 0 auto;
  padding: 24px 0 53px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #lkv .lkv_tls {
    padding: 24px 0 33px;
  }
}
#lkv .lkv_tls__stl {
  font-size: 2rem;
  line-height: 38px;
  color: #41D587;
}
@media screen and (max-width: 767px) {
  #lkv .lkv_tls__stl {
    margin-bottom: 13px;
    line-height: 30px;
  }
}
#lkv .lkv_tls__btl {
  font-size: 4rem;
  margin-top: -8px;
  line-height: 76px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #lkv .lkv_tls__btl {
    font-size: 2.8rem;
    line-height: 52px;
    line-height: 46px;
    margin-bottom: 20px;
  }
}

#dkv {
  min-height: 263px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #dkv {
    min-height: 200px;
    height: auto;
    margin: 0 20px;
  }
}
#dkv .dkv_tls {
  padding: 120px 0 220px;
}
@media screen and (max-width: 767px) {
  #dkv .dkv_tls {
    padding: 20px 0 148px;
  }
}
#dkv .dkv_tls__head {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #dkv .dkv_tls__head {
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
    margin-bottom: 10px;
  }
}
#dkv .dkv_tls__head .d_head_r {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #dkv .dkv_tls__head .d_head_r {
    margin-bottom: 10px;
  }
}
#dkv .dkv_tls__head .d_head_r .snsset {
  margin-top: 4px;
}
#dkv .dkv_tls__btl {
  font-size: 2.8rem;
  line-height: 52px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #dkv .dkv_tls__btl {
    font-size: 2rem;
    line-height: 38px;
  }
}

.d_date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.cmp_stl {
  font-size: 1.8rem;
  line-height: 34px;
  font-weight: 600;
}

#sc_detailarea {
  margin-top: -180px;
}
@media screen and (max-width: 767px) {
  #sc_detailarea {
    margin-top: -130px;
  }
  #sc_detailarea .inner_s {
    margin: 0 40px;
  }
}

.sc_lowbasic {
  margin-bottom: 270px;
}
@media screen and (max-width: 767px) {
  .sc_lowbasic {
    margin-bottom: 110px;
  }
}

.sc_lowbasic02 {
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .sc_lowbasic02 {
    margin-bottom: 110px;
  }
}

.sc_lowbasic03 {
  margin-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .sc_lowbasic03 {
    margin-bottom: 80px;
  }
}

#sc_any01 {
  margin-bottom: 250px;
}
@media screen and (max-width: 767px) {
  #sc_any01 {
    margin-bottom: 110px;
  }
}

.sc_boxarea {
  margin-bottom: 210px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sc_boxarea {
    margin-bottom: 80px;
  }
}
.sc_boxarea .tibox {
  padding: 80px 0;
  color: #fff;
}
.sc_boxarea .tibox.tibox_v2 {
  padding: 70px 0 110px;
}
@media screen and (max-width: 767px) {
  .sc_boxarea .tibox.tibox_v2 {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .sc_boxarea .tibox {
    padding: 0 0 40px;
  }
}
.sc_boxarea .tibox__t_left {
  margin: 63px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .sc_boxarea .tibox__t_left {
    margin: 0 20px 0;
    padding-top: 80px;
  }
}
.sc_boxarea .tibox__catch {
  color: #fff;
}

.sc_boxarea02 {
  margin-bottom: 210px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sc_boxarea02 {
    margin-bottom: 80px;
  }
}
.sc_boxarea02 .tibox {
  padding: 130px 0 55px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sc_boxarea02 .tibox {
    padding: 0 0 40px;
  }
}
.sc_boxarea02 .tibox__t_left {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .sc_boxarea02 .tibox__t_left {
    margin: 0 20px 0;
    padding-top: 80px;
  }
}
.sc_boxarea02 .tibox__catch {
  color: #fff;
}

.sc_boxarea03 {
  margin-bottom: 210px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sc_boxarea03 {
    margin-bottom: 80px;
  }
}
.sc_boxarea03 .tibox {
  padding: 130px 0 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sc_boxarea03 .tibox {
    padding: 0 0 40px;
  }
}
.sc_boxarea03 .tibox__t_left {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .sc_boxarea03 .tibox__t_left {
    margin: 0 20px 0;
    padding-top: 80px;
  }
}
.sc_boxarea03 .tibox__catch {
  color: #fff;
}

.termBox {
  height: 298px;
  overflow-y: scroll;
  border: solid 1px #DFE6F0;
  margin-bottom: 30px;
}
.termBox .termBox_inner {
  margin: 30px 40px;
}
@media screen and (max-width: 767px) {
  .termBox .termBox_inner {
    margin: 20px 30px;
  }
}

ul.radioset {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 50px;
}
ul.radioset li {
  margin: 0 20px;
}

#sc_searcharea {
  margin-bottom: 135px;
}
@media screen and (max-width: 767px) {
  #sc_searcharea {
    margin: 20px 0 30px;
  }
}

#sc_links {
  margin-bottom: 275px;
}
@media screen and (max-width: 767px) {
  #sc_links {
    margin-bottom: 80px;
  }
}

.manual_links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .manual_links {
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
  }
}
.manual_links a {
  flex: 0 0 33.3333%;
  position: relative;
  font-size: 1.8rem;
  line-height: 34px;
  line-height: 32px;
  font-weight: 600;
  height: auto;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  height: 97px;
}
@media screen and (max-width: 767px) {
  .manual_links a {
    flex: inehrit;
    height: auto;
    font-size: 1.6rem;
    line-height: 30px;
  }
}
.manual_links a:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #EFF5FD;
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .manual_links a:before {
    left: 0;
  }
}
.manual_links a:after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .manual_links a:after {
    left: 0;
  }
}
.manual_links a .nsbox__list__arrow {
  transition: ease-out 0.2s;
}
.manual_links a:hover {
  color: #009FEF;
}
.manual_links a:hover > .nsbox__list__arrow {
  right: 15px;
}
.manual_links a span.mn_icon {
  display: block;
  position: relative;
  padding: 20px 75px 20px 94px;
}
@media screen and (max-width: 767px) {
  .manual_links a span.mn_icon {
    padding: 25px 10px 20px 62px;
  }
}
.manual_links__01:after {
  background: url("../images/icon_cat01.png") no-repeat;
  background-size: 30px;
  margin: -20px 0 0 12px;
}
.manual_links__02:after {
  background: url("../images/icon_cat02.png") no-repeat;
  background-size: 24px;
  margin: -15px 0 0 15px;
}
.manual_links__03:after {
  background: url("../images/icon_cat03.png") no-repeat;
  background-size: 20px;
  margin: -20px 0 0 13px;
}
.manual_links__04:after {
  background: url("../images/icon_cat04.png") no-repeat;
  background-size: 26px;
  margin: -18px 0 0 19px;
}
.manual_links__05:after {
  background: url("../images/icon_cat05.png") no-repeat;
  background-size: 27px;
  margin: -18px 0 0 13px;
}
.manual_links__06:after {
  background: url("../images/icon_cat06.png") no-repeat;
  background-size: 24px;
  margin: -14px 0 0 13px;
}
.manual_links__07:after {
  background: url("../images/icon_cat07.png") no-repeat;
  background-size: 27px;
  margin: -23px 0 0 18px;
}
.manual_links__08:after {
  background: url("../images/icon_cat08.png") no-repeat;
  background-size: 27px;
  margin: -20px 0 0 10px;
}
.manual_links__09:after {
  background: url("../images/icon_cat09.png") no-repeat;
  background-size: 27px;
  margin: -21px 0 0 11px;
}
.manual_links__10:after {
  background: url("../images/icon_cat10.png") no-repeat;
  background-size: 22px;
  margin: -21px 0 0 18px;
}
.manual_links__11:after {
  background: url("../images/icon_cat11.png") no-repeat;
  background-size: 32px;
  margin: -21px 0 0 9px;
}
.manual_links__12:after {
  background: url("../images/icon_cat12.png") no-repeat;
  background-size: 5px;
  margin: -19px 0 0 21px;
}

.termFmt dt {
  font-weight: 600;
}
.termFmt dd {
  margin-bottom: 20px;
}
.termFmt ol.basic {
  margin-left: 20px;
}
.termFmt ul.basic {
  margin-left: 20px;
}
.termFmt p {
  margin-bottom: 20px;
}

.sc_reason {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .sc_reason {
    margin-bottom: 40px;
  }
}

.searchbox {
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .searchbox {
    width: 100%;
  }
}
.searchbox .searchbox_item {
  position: relative;
  width: 508px;
  height: 64px;
  margin-top: -35px;
}
@media screen and (max-width: 767px) {
  .searchbox .searchbox_item {
    width: 100%;
  }
}
.searchbox .searchbox_item input {
  border-radius: 100px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: none;
}
.searchbox .searchbox_item input::placeholder {
  color: #CBD8EF;
}
.searchbox .searchbox_item input:-ms-input-placeholder {
  color: #CBD8EF;
}
.searchbox .searchbox_item input::-ms-input-placeholder {
  color: #CBD8EF;
}
.searchbox .searchbox_item .search_text {
  padding: 0 80px 0 30px;
  box-shadow: 0px 10px 17px rgba(0, 33, 121, 0.1);
}
.searchbox .searchbox_item .search_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 100%;
  background: url("../images/icon_serach.png") center no-repeat;
  background-size: 15px;
  background-position: 45% 50%;
  background-color: #009FEF;
  border-radius: 0 100px 100px 0;
}

.searchbox02 {
  display: table;
  width: 708px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .searchbox02 {
    width: 100%;
    height: inherit;
    font-size: 1.4rem;
    line-height: 26px;
  }
}
.searchbox02 .searchbox_inner {
  margin-top: -35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0px 10px 17px rgba(0, 33, 121, 0.1);
}
.searchbox02 .searchbox_pd {
  flex: 0 0 300px;
}
@media screen and (max-width: 767px) {
  .searchbox02 .searchbox_pd {
    flex: 0 0 35%;
  }
}
.searchbox02 .searchbox_pd .fm_select {
  background: url("../images/icon_pd_arrow_w.png") right 20px top 50% no-repeat;
  background-size: 12px;
  background-color: #009FEF;
  border-radius: 0;
  color: #fff;
  padding: 16px 40px 14px 30px;
}
@media screen and (max-width: 767px) {
  .searchbox02 .searchbox_pd .fm_select {
    padding: 16px 30px 14px 15px;
  }
}
.searchbox02 .searchbox_item {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .searchbox02 .searchbox_item {
    width: 100%;
  }
}
.searchbox02 .searchbox_item input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: none;
}
.searchbox02 .searchbox_item input::placeholder {
  color: #CBD8EF;
}
.searchbox02 .searchbox_item input:-ms-input-placeholder {
  color: #CBD8EF;
}
.searchbox02 .searchbox_item input::-ms-input-placeholder {
  color: #CBD8EF;
}
.searchbox02 .searchbox_item .search_text {
  padding: 0 80px 0 30px;
  box-shadow: 0px 10px 17px rgba(0, 33, 121, 0.1);
}
@media screen and (max-width: 767px) {
  .searchbox02 .searchbox_item .search_text {
    padding: 0 60px 0 10px;
  }
}
.searchbox02 .searchbox_item .search_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 100%;
  background: url("../images/icon_serach.png") center no-repeat;
  background-size: 15px;
  background-position: 45% 50%;
  background-color: #009FEF;
  border-radius: 0 100px 100px 0;
}
@media screen and (max-width: 767px) {
  .searchbox02 .searchbox_item .search_icon {
    width: 54px;
  }
}

.searchbox03 {
  display: table;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .searchbox03 {
    width: 100%;
    height: auto;
  }
}
.searchbox03 .searchbox_inner {
  margin-top: -35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0px 10px 17px rgba(0, 33, 121, 0.1);
}
@media screen and (max-width: 767px) {
  .searchbox03 .searchbox_inner {
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
    border-radius: 10px;
  }
}
.searchbox03 .searchbox_pdset {
  flex: 0 0 532px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.searchbox03 .searchbox_pdset:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 28px;
  margin-top: -14px;
  background-color: #DFE6F0;
}
.searchbox03 .searchbox_pdset .searchbox_inpd {
  flex: 0 0 50%;
}
.searchbox03 .searchbox_pdset .searchbox_inpd .fm_select {
  background: url("../images/icon_pd_arrow_bl.png") right 20px top 50% no-repeat;
  background-size: 12px;
  background-color: #fff;
  border-radius: 0;
  padding: 16px 40px 14px 30px;
  text-align: center;
  color: #009FEF;
  font-size: 1.8rem;
  line-height: 34px;
  font-weight: 600;
}
.searchbox03 .searchbox_pd {
  flex: 0 0 268px;
}
@media screen and (max-width: 767px) {
  .searchbox03 .searchbox_pd {
    flex: inherit;
  }
}
.searchbox03 .searchbox_pd .fm_select {
  background: url("../images/icon_pd_arrow_w.png") right 20px top 50% no-repeat;
  background-size: 12px;
  background-color: #009FEF;
  border-radius: 0;
  color: #fff;
  padding: 16px 40px 14px 30px;
  font-size: 1.8rem;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}
.searchbox03 .searchbox_item {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .searchbox03 .searchbox_item {
    width: 100%;
  }
}
.searchbox03 .searchbox_item input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: none;
}
.searchbox03 .searchbox_item input::placeholder {
  color: #CBD8EF;
}
.searchbox03 .searchbox_item input:-ms-input-placeholder {
  color: #CBD8EF;
}
.searchbox03 .searchbox_item input::-ms-input-placeholder {
  color: #CBD8EF;
}
.searchbox03 .searchbox_item .search_text {
  padding: 0 80px 0 30px;
  box-shadow: 0px 10px 17px rgba(0, 33, 121, 0.1);
}
.searchbox03 .searchbox_item .search_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 100%;
  background: url("../images/icon_serach.png") center no-repeat;
  background-size: 15px;
  background-position: 45% 50%;
  background-color: #009FEF;
  border-radius: 0 100px 100px 0;
}

.tbcontainer01 {
  display: table;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tbcontainer01 {
    width: 100%;
    height: auto;
  }
}

.tbcontainer02 {
  display: table;
  width: 708px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0px 10px 17px rgba(0, 33, 121, 0.1);
}
@media screen and (max-width: 767px) {
  .tbcontainer02 {
    width: 100%;
    height: auto;
  }
}
.tbcontainer02 .tbbtnbox {
  flex: 0 0 300px;
}
@media screen and (max-width: 767px) {
  .tbcontainer02 .tbbtnbox {
    flex: 0 0 150px;
  }
}
.tbcontainer02 .tbbtnbox .tbbtn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 28px;
  margin-top: -14px;
  background-color: #DFE6F0;
}
.tbcontainer02 .tbbtnbox .tbbtn.tb_current:before {
  display: none;
}
.tbcontainer02 .searchbox_item {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .tbcontainer02 .searchbox_item {
    width: 100%;
  }
}
.tbcontainer02 .searchbox_item input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: none;
}
.tbcontainer02 .searchbox_item input::placeholder {
  color: #CBD8EF;
}
.tbcontainer02 .searchbox_item input:-ms-input-placeholder {
  color: #CBD8EF;
}
.tbcontainer02 .searchbox_item input::-ms-input-placeholder {
  color: #CBD8EF;
}
.tbcontainer02 .searchbox_item .search_text {
  padding: 0 80px 0 30px;
}
@media screen and (max-width: 767px) {
  .tbcontainer02 .searchbox_item .search_text {
    padding: 0 60px 0 10px;
  }
}
.tbcontainer02 .searchbox_item .search_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 100%;
  background: url("../images/icon_serach.png") center no-repeat;
  background-size: 15px;
  background-position: 45% 50%;
  background-color: #009FEF;
  border-radius: 0 100px 100px 0;
}
@media screen and (max-width: 767px) {
  .tbcontainer02 .searchbox_item .search_icon {
    width: 54px;
  }
}

.catbtns {
  position: relative;
  z-index: 2;
}

.catarea {
  position: relative;
  z-index: 1;
  margin-top: -30px;
  padding-bottom: 30px;
}

.cat_alist {
  padding: 50px 0 40px;
  width: 880px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cat_alist {
    padding: 40px 0 30px;
    width: auto;
  }
}
.cat_alist a {
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  margin: 0 14px 13px;
  transition: ease-out 0.2s;
}
.cat_alist a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #009FEF;
  transition: ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .cat_alist a {
    margin: 0 10px 10px;
  }
}
.cat_alist a:hover {
  color: #009FEF;
}
.cat_alist a:hover:after {
  width: 100%;
  left: 0;
}
.cat_alist a.cat_a_current {
  color: #009FEF;
  font-weight: 600;
}
.cat_alist a.cat_a_current:after {
  width: 100%;
  left: 0 !important;
}

.cat_blist {
  display: none;
  padding: 85px 0 40px;
  text-align: center;
  background-color: #EFF5FD;
}
.cat_blist .cat_blist_inner {
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cat_blist .cat_blist_inner {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .cat_blist {
    padding: 70px 0 30px;
  }
}
.cat_blist a {
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  margin: 0 14px 13px;
  transition: ease-out 0.2s;
}
.cat_blist a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #009FEF;
  transition: ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .cat_blist a {
    margin: 0 10px 10px;
  }
}
.cat_blist a:hover {
  color: #009FEF;
}
.cat_blist a:hover:after {
  width: 100%;
  left: 0;
}
.cat_blist a.cat_a_current {
  color: #009FEF;
  font-weight: 600;
}
.cat_blist a.cat_a_current:after {
  width: 100%;
  left: 0 !important;
}

.tl_container {
  margin-bottom: 55px;
  word-break: break-all;
}
.tl_container .tl_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px #DFE6F0;
}
.tl_container .tl_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .tl_container .tl_item {
    margin-bottom: 30px;
  }
}
.tl_container .tl_item .tl_l {
  flex: 0 0 160px;
  color: #8193B2;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .tl_container .tl_item .tl_l {
    flex: 0 0 120px;
    margin-left: 0;
  }
}
.tl_container .tl_item .tl_r {
  flex: 1;
}

.idset_s {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  word-break: break-all;
  margin-bottom: 40px;
}
.idset_s:last-child {
  margin-bottom: 0;
}
.idset_s__l {
  flex: 0 0 160px;
  border-radius: 10px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .idset_s__l {
    flex: 0 0 120px;
    margin-right: 25px;
  }
}
.idset_s__l img {
  width: 100%;
}

.fm_flxcontainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fm_flxcontainer {
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
  }
}
.fm_flxcontainer__l {
  flex: 0 0 280px;
  border-radius: 10px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .fm_flxcontainer__l {
    flex: inherit;
    margin: 0 0 40px;
  }
}
.fm_flxcontainer__r {
  flex: 0 0 500px;
}
@media screen and (max-width: 767px) {
  .fm_flxcontainer__r {
    flex: inherit;
  }
}

.fm_guidance {
  height: 720px;
  background-color: #EFF5FD;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fm_guidance {
    height: auto;
  }
}
.fm_guidance .fm_guidance_top {
  height: 494px;
  color: #8193B2;
  background: url("../images/img_illust_fm01.png") no-repeat;
  background-size: 242px;
  background-position: bottom center;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .fm_guidance .fm_guidance_top {
    height: auto;
    background-size: 210px;
  }
}
.fm_guidance .fm_guidance_top p {
  padding: 80px 25px 0;
}
@media screen and (max-width: 767px) {
  .fm_guidance .fm_guidance_top p {
    padding: 40px 20px 200px;
  }
}
.fm_guidance .fm_guidance_btm {
  height: 226px;
  color: #fff;
  background-color: #009FEF;
}
@media screen and (max-width: 767px) {
  .fm_guidance .fm_guidance_btm {
    height: auto;
  }
}
.fm_guidance .fm_guidance_btm .fm_guidance_btm_inner {
  padding: 40px 10px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .fm_guidance .fm_guidance_btm .fm_guidance_btm_inner {
    padding: 30px 10px;
  }
}

.callno {
  font-size: 3.2rem;
  line-height: 60px;
}
.callno a {
  color: #fff;
}

.a_blank {
  padding: 0 25px 0 0;
  color: #009FEF;
  background: url("../images/icon_blank.png") no-repeat;
  background-position: 100% 55%;
  background-size: 12px;
}
.a_blank:hover {
  opacity: .65;
}

.reasonbnr {
  position: relative;
  display: block;
  width: 800px;
  height: 120px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(90deg, #009FEF, #46D78B);
}
@media screen and (max-width: 767px) {
  .reasonbnr {
    width: 100%;
    height: auto;
  }
}
.reasonbnr:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #009FEF;
  opacity: 0;
  z-index: 0;
  transition: ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  .reasonbnr .reasonbnr_tbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 20px 20px 10px;
  }
}
.reasonbnr .bnr01_icon {
  display: block;
  position: absolute;
  top: 18px;
  left: 47px;
}
@media screen and (max-width: 767px) {
  .reasonbnr .bnr01_icon {
    flex: 0 0 70px;
    position: relative;
    top: inherit;
    left: inherit;
    margin-right: 15px;
  }
}
.reasonbnr .bnr01_icon img {
  width: 77px;
}
@media screen and (max-width: 767px) {
  .reasonbnr .bnr01_icon img {
    width: 100%;
  }
}
.reasonbnr .bnr01_itxts {
  display: block;
  position: absolute;
  top: 37px;
  left: 149px;
}
@media screen and (max-width: 767px) {
  .reasonbnr .bnr01_itxts {
    flex: 1;
    position: relative;
    top: inherit;
    left: inherit;
  }
}
.reasonbnr .bnr01_itxt img {
  width: 322px;
}
@media screen and (max-width: 767px) {
  .reasonbnr .bnr01_itxt img {
    width: 100%;
    max-width: 250px;
    padding-top: 22px;
  }
}
.reasonbnr .bnr01_itxt {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .reasonbnr .bnr01_itxt {
    display: block;
    margin-bottom: 8px;
  }
}
.reasonbnr .bnr01_itxt img {
  width: 116px;
  display: block;
}
@media screen and (max-width: 767px) {
  .reasonbnr .bnr01_itxt img {
    width: 100%;
    max-width: 116px;
    padding-top: 8px;
  }
}
.reasonbnr .bnr02_itxt {
  color: #fff;
  font-size: 2.6rem;
  line-height: 48px;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .reasonbnr .bnr02_itxt {
    font-size: 2rem;
    line-height: 38px;
    line-height: 30px;
    letter-spacing: 2px;
  }
}
.reasonbnr .bnr01_iimg {
  display: block;
  position: absolute;
  top: 10px;
  right: 116px;
}
@media screen and (max-width: 767px) {
  .reasonbnr .bnr01_iimg {
    position: relative;
    top: inherit;
    right: inherit;
    text-align: center;
    margin-top: -10px;
    padding-bottom: 15px;
  }
}
.reasonbnr .bnr01_iimg img {
  width: 183px;
}
@media screen and (max-width: 767px) {
  .reasonbnr .bnr01_iimg img {
    width: 100%;
    max-width: 190px;
  }
}
.reasonbnr .arrow_type01w {
  right: 32px;
}
@media screen and (max-width: 767px) {
  .reasonbnr .arrow_type01w {
    right: 20px;
    top: inherit;
    bottom: 20px;
  }
}
.reasonbnr:hover:before {
  opacity: 1;
}
.reasonbnr:hover > .arrow_type01w {
  right: 27px;
}
@media screen and (max-width: 767px) {
  .reasonbnr:hover > .arrow_type01w {
    right: 20px;
  }
}

.manualbnr {
  position: relative;
  display: block;
  width: 100%;
  height: 160px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #EFF5FD;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .manualbnr {
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
    height: auto;
  }
}
.manualbnr .manualbnr_tbox {
  flex: 0 0 510px;
  padding: 45px 0 38px 40px;
}
@media screen and (max-width: 767px) {
  .manualbnr .manualbnr_tbox {
    flex: 1;
    padding: 28px 20px 10px;
  }
}
.manualbnr .manualbnr_tbox__mttl {
  font-size: 2.3rem;
  line-height: 42px;
  margin-bottom: 20px;
  color: #41D587;
}
@media screen and (max-width: 767px) {
  .manualbnr .manualbnr_tbox__mttl {
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 20px;
  }
}
.manualbnr .manualbnr_tbox__bttl {
  font-size: 2.6rem;
  line-height: 48px;
  line-height: 26px;
  color: #4365A0;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .manualbnr .manualbnr_tbox__bttl {
    font-size: 2rem;
    line-height: 38px;
  }
}
.manualbnr .manualbnr_txt {
  flex: 1;
  color: #4365A0;
  padding: 59px 40px 41px 0px;
}
@media screen and (max-width: 767px) {
  .manualbnr .manualbnr_txt {
    flex: 1;
    position: relative;
    top: inherit;
    left: inherit;
    padding: 0 160px 30px 20px;
  }
}
.manualbnr .manualbnr_img {
  display: block;
  position: absolute;
  top: 24px;
  left: 365px;
}
@media screen and (max-width: 767px) {
  .manualbnr .manualbnr_img {
    top: 80px;
    left: inherit;
    right: 20px;
  }
}
.manualbnr .manualbnr_img img {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .manualbnr .manualbnr_img img {
    width: 125px;
  }
}
.manualbnr:hover {
  opacity: .65;
}

.lbl_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.lblset {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  flex: 0 0 50%;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .lblset {
    flex: 0 0 100%;
    margin-bottom: 12px;
  }
}
.lblset .lbl_label {
  flex: 0 0 100px;
  height: auto;
  padding: 1px 0;
  border: solid 2px #41D587;
  border-radius: 3px;
  font-weight: 600;
  color: #41D587;
  text-align: center;
  margin-right: 20px;
}
.lblset .lbl_txt {
  padding: 3px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .lblset .lbl_txt {
    padding: 3px 0 0 0;
  }
}

.ct_links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ct_links {
    display: block;
    -webkit-box-lines: inherit;
    -moz-box-lines: inherit;
    -webkit-flex-wrap: inherit;
    -moz-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    -webkit-justify-content: inherit;
    margin-bottom: 20px;
  }
}
.ct_links__ttl {
  flex: 0 0 120px;
  font-size: 1.8rem;
  line-height: 34px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ct_links__ttl {
    flex: inherit;
    margin: 0 0 8px;
  }
}
.ct_links__abox {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .ct_links__abox {
    flex: inherit;
  }
}
.ct_links__abox a {
  margin: 0 25px 12px 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .ct_links__abox a {
    display: inline-block;
    margin: 0 15px 8px 0;
  }
}
.ct_links__abox a:hover {
  opacity: .65;
}

#sc_reason_q {
  margin-bottom: 130px;
  height: 560px;
}
@media screen and (max-width: 767px) {
  #sc_reason_q {
    height: auto;
    margin-bottom: 100px;
  }
}

#img_illust_reason_qimg {
  display: block;
  width: 723px;
  height: 671px;
  position: absolute;
  top: -145px;
  left: -68px;
  background: url("../images/img_illust_reason_qimg.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #img_illust_reason_qimg {
    width: 340px;
    height: 320px;
    top: 0;
    left: 50%;
    transform: translateX(-35%);
  }
}

.cnklist li {
  padding: 0 0 0 35px;
  background: url("../images/icon_clock.png") no-repeat;
  background-size: 20px;
  background-position: 0 50%;
  color: #4365A0;
  font-size: 2rem;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cnklist li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cnklist li {
    font-size: 1.5rem;
    line-height: 28px;
    padding: 0 0 0 28px;
    background-size: 18px;
  }
}
.cnklist#cnklist01 {
  position: absolute;
  top: 210px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .cnklist#cnklist01 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 10px;
  }
}
.cnklist#cnklist02 {
  position: absolute;
  top: 113px;
  left: 610px;
}
@media screen and (max-width: 767px) {
  .cnklist#cnklist02 {
    position: relative;
    top: inherit;
    left: inherit;
  }
}

.prices {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .prices {
    overflow-x: scroll;
  }
}
.prices__item {
  flex: 0 0 24%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .prices__item {
    flex: 0 0 220px;
  }
}
.prices #prices__item00 {
  padding-top: 7px;
  flex: 0 0 26%;
}
@media screen and (max-width: 767px) {
  .prices #prices__item00 {
    flex: 0 0 120px;
  }
}
.prices #prices__item01 {
  border: solid 7px #BA6ECC;
  box-sizing: border-box;
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  .prices #prices__item01 {
    margin-right: 10px;
  }
}
.prices #prices__item02 {
  border: solid 7px #10BFE0;
  box-sizing: border-box;
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  .prices #prices__item02 {
    margin-right: 10px;
  }
}
.prices #prices__item03 {
  border: solid 7px #41D587;
  box-sizing: border-box;
}
.prices__hdttls {
  color: #4365A0;
}
.prices__hdttls li {
  position: relative;
  padding: 15px 10px 15px 20px;
  font-weight: 600;
}
.prices__hdttls li span {
  position: absolute;
  font-size: 8px;
  bottom: -2px;
  right: 5px;
}
.prices__hdttls li:nth-child(odd) {
  background-color: #EFF5FD;
}
@media screen and (max-width: 767px) {
  .prices__hdttls li {
    font-size: 1.4rem;
    line-height: 26px;
  }
}
.prices__lowttls {
  color: #4365A0;
}
.prices__lowttls li {
  padding: 15px 40px;
  color: #2B3039;
}
@media screen and (max-width: 767px) {
  .prices__lowttls li {
    font-size: 1.4rem;
    line-height: 26px;
    padding: 15px 20px;
  }
}
.prices__lowttls li:nth-child(odd) {
  background-color: #EFF5FD;
}
.prices__lowttls li .icon_checked01 {
  width: 20px;
  height: 30px;
  padding-left: 20px;
  background: url("../images/icon_checkmark01.png") no-repeat;
  background-size: 20px;
  background-position: 0 50%;
}
.prices__lowttls li .icon_checked02 {
  width: 20px;
  height: 30px;
  padding-left: 20px;
  background: url("../images/icon_checkmark02.png") no-repeat;
  background-size: 20px;
  background-position: 0 50%;
}
.prices__lowttls li .icon_checked03 {
  width: 20px;
  height: 30px;
  padding-left: 20px;
  background: url("../images/icon_checkmark03.png") no-repeat;
  background-size: 20px;
  background-position: 0 50%;
}
.prices__topblc {
  height: 312px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .prices__topblc {
    height: 285px;
  }
}
.prices__topblc_inner {
  padding: 19px 20px 14px;
}
@media screen and (max-width: 767px) {
  .prices__topblc_inner {
    padding: 25px 10px;
  }
}
.prices__btmblc {
  height: 133px;
  text-align: center;
}
.prices__btmblc .btn_base {
  width: 100%;
}
.prices__btmblc_inner {
  padding: 10px 5px 25px;
}
.prices__topblc_top {
  color: #fff;
}
.prices__topblc_top_etl {
  font-size: 2.4rem;
  line-height: 44px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .prices__topblc_top_etl {
    font-size: 2rem;
    line-height: 38px;
    line-height: 22px;
  }
}
.prices__topblc_top_jtl {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .prices__topblc_top_jtl {
    font-size: 1.4rem;
    line-height: 26px;
  }
}
.prices__topblc_btm {
  position: relative;
}
.prices__topblc_btm .prices__topblc_inner {
  padding: 33px 15px 18px;
}
@media screen and (max-width: 767px) {
  .prices__topblc_btm .prices__topblc_inner {
    padding: 20px 10px;
  }
}
.prices__topblc_btm .prices_p1 {
  font-size: 2.8rem;
  line-height: 52px;
  letter-spacing: -.5px;
  line-height: 36px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .prices__topblc_btm .prices_p1 {
    font-size: 2.6rem;
    line-height: 48px;
    line-height: 28px;
  }
}
.prices__topblc_btm .prices_p1 .prices_p_yen {
  font-size: 1.8rem;
  line-height: 34px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .prices__topblc_btm .prices_p1 .prices_p_yen {
    font-size: 1.6rem;
    line-height: 30px;
  }
}
.prices__topblc_btm .prices_p2 {
  font-size: 2.4rem;
  line-height: 44px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .prices__topblc_btm .prices_p2 {
    font-size: 2rem;
    line-height: 38px;
    line-height: 22px;
    argin-bottom: 12px;
  }
}
.prices__topblc_btm .prices_p2 .prices_p_yen {
  font-size: 1.6rem;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .prices__topblc_btm .prices_p2 .prices_p_yen {
    font-size: 1.4rem;
    line-height: 26px;
  }
}
.prices__topblc_btm .prices_detail {
  font-size: 1.8rem;
  line-height: 34px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .prices__topblc_btm .prices_detail {
    font-size: 1.6rem;
    line-height: 30px;
  }
}
.prices__topblc_btm .prices_redhuk {
  display: block;
  width: 79px;
  height: 92px;
  background: url("../images/parts_huk03.png") no-repeat;
  background-size: contain;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: -40px;
  left: -29px;
}
@media screen and (max-width: 767px) {
  .prices__topblc_btm .prices_redhuk {
    top: -57px;
    left: -35px;
  }
}
.prices__topblc_btm .prices_redhuk .redhuk_t {
  display: block;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 21px;
  padding: 15px 0;
}
.prices__topblc_btm .prices_redhuk .rh_fs20 {
  font-size: 2rem;
}
.prices__topblc_btm .prices_redhuk .rh_fs12 {
  font-size: 1.2rem;
}
.prices .freetry_txt01 {
  position: relative;
  display: table;
  margin: 0 auto 4px;
  color: #BA6ECC;
  font-weight: 600;
  padding: 0 15px;
}
.prices .freetry_txt01:before {
  display: block;
  content: "";
  width: 2px;
  height: 15px;
  transform: rotate(160deg);
  background-color: #BA6ECC;
  position: absolute;
  top: 8px;
  left: 0;
}
.prices .freetry_txt01:after {
  display: block;
  content: "";
  width: 2px;
  height: 15px;
  transform: rotate(20deg);
  background-color: #BA6ECC;
  position: absolute;
  top: 8px;
  right: 0;
}
.prices .freetry_txt02 {
  position: relative;
  display: table;
  margin: 0 auto 4px;
  color: #10BFE0;
  font-weight: 600;
  padding: 0 15px;
}
.prices .freetry_txt02:before {
  display: block;
  content: "";
  width: 2px;
  height: 15px;
  transform: rotate(160deg);
  background-color: #10BFE0;
  position: absolute;
  top: 8px;
  left: 0;
}
.prices .freetry_txt02:after {
  display: block;
  content: "";
  width: 2px;
  height: 15px;
  transform: rotate(20deg);
  background-color: #10BFE0;
  position: absolute;
  top: 8px;
  right: 0;
}
.prices .freetry_txt03 {
  position: relative;
  display: table;
  margin: 0 auto 4px;
  color: #10BFE0;
  /*color: #41D587;*/
  font-weight: 600;
  padding: 0 15px;
}
.prices .freetry_txt03:before {
  display: block;
  content: "";
  width: 2px;
  height: 15px;
  transform: rotate(160deg);
  background-color: #10BFE0;
  /*background-color: #41D587;*/
  position: absolute;
  top: 8px;
  left: 0;
}
.prices .freetry_txt03:after {
  display: block;
  content: "";
  width: 2px;
  height: 15px;
  transform: rotate(20deg);
  background-color: #10BFE0;
  /*background-color: #41D587;*/
  position: absolute;
  top: 8px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .sp_2lineH {
    height: 50px !important;
  }

  .sp_3lineH {
    height: 75px !important;
  }
}


/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 30px 0;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .modaal-container {
    margin: 0;
  }
}
.modaal-close {
  position: fixed;
  right: 40px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: #000 !important;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #000;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 2px;
  height: 22px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 0;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.modaal-inner-wrapper {
  padding: 0 !important;
}

/* マージン、パディング */
.mb0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mb210 {
  margin-bottom: 210px !important;
}

.mb220 {
  margin-bottom: 220px !important;
}

.mb230 {
  margin-bottom: 230px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}

.mb250 {
  margin-bottom: 250px !important;
}

.mb260 {
  margin-bottom: 260px !important;
}

.mb270 {
  margin-bottom: 270px !important;
}

.mb280 {
  margin-bottom: 280px !important;
}

.mb290 {
  margin-bottom: 290px !important;
}

.mb300 {
  margin-bottom: 300px !important;
}

.mb310 {
  margin-bottom: 310px !important;
}

.mb320 {
  margin-bottom: 320px !important;
}

.mb330 {
  margin-bottom: 330px !important;
}

.mb340 {
  margin-bottom: 340px !important;
}

.mb350 {
  margin-bottom: 350px !important;
}

.mb360 {
  margin-bottom: 360px !important;
}

.mb370 {
  margin-bottom: 370px !important;
}

.mb380 {
  margin-bottom: 380px !important;
}

.mb390 {
  margin-bottom: 390px !important;
}

.mb400 {
  margin-bottom: 400px !important;
}

.mb410 {
  margin-bottom: 410px !important;
}

.mb420 {
  margin-bottom: 420px !important;
}

.mb430 {
  margin-bottom: 430px !important;
}

.mb440 {
  margin-bottom: 440px !important;
}

.mb450 {
  margin-bottom: 450px !important;
}

.mb460 {
  margin-bottom: 460px !important;
}

.mb470 {
  margin-bottom: 470px !important;
}

.mb480 {
  margin-bottom: 480px !important;
}

.mb490 {
  margin-bottom: 490px !important;
}

.mb500 {
  margin-bottom: 500px !important;
}

.mb510 {
  margin-bottom: 510px !important;
}

.mb520 {
  margin-bottom: 520px !important;
}

.mb530 {
  margin-bottom: 530px !important;
}

.mb540 {
  margin-bottom: 540px !important;
}

.mb550 {
  margin-bottom: 550px !important;
}

.mb560 {
  margin-bottom: 560px !important;
}

.mb570 {
  margin-bottom: 570px !important;
}

.mb580 {
  margin-bottom: 580px !important;
}

.mb590 {
  margin-bottom: 590px !important;
}

.mb600 {
  margin-bottom: 600px !important;
}

.mb610 {
  margin-bottom: 610px !important;
}

.mb620 {
  margin-bottom: 620px !important;
}

.mb630 {
  margin-bottom: 630px !important;
}

.mb640 {
  margin-bottom: 640px !important;
}

.mb650 {
  margin-bottom: 650px !important;
}

.mb660 {
  margin-bottom: 660px !important;
}

.mb670 {
  margin-bottom: 670px !important;
}

.mb680 {
  margin-bottom: 680px !important;
}

.mb690 {
  margin-bottom: 690px !important;
}

.mb700 {
  margin-bottom: 700px !important;
}

.mb710 {
  margin-bottom: 710px !important;
}

.mb720 {
  margin-bottom: 720px !important;
}

.mb730 {
  margin-bottom: 730px !important;
}

.mb740 {
  margin-bottom: 740px !important;
}

.mb750 {
  margin-bottom: 750px !important;
}

.mb760 {
  margin-bottom: 760px !important;
}

.mb770 {
  margin-bottom: 770px !important;
}

.mb780 {
  margin-bottom: 780px !important;
}

.mb790 {
  margin-bottom: 790px !important;
}

.mb800 {
  margin-bottom: 800px !important;
}

.mb810 {
  margin-bottom: 810px !important;
}

.mb820 {
  margin-bottom: 820px !important;
}

.mb830 {
  margin-bottom: 830px !important;
}

.mb840 {
  margin-bottom: 840px !important;
}

.mb850 {
  margin-bottom: 850px !important;
}

.mb860 {
  margin-bottom: 860px !important;
}

.mb870 {
  margin-bottom: 870px !important;
}

.mb880 {
  margin-bottom: 880px !important;
}

.mb890 {
  margin-bottom: 890px !important;
}

.mb900 {
  margin-bottom: 900px !important;
}

.mb910 {
  margin-bottom: 910px !important;
}

.mb920 {
  margin-bottom: 920px !important;
}

.mb930 {
  margin-bottom: 930px !important;
}

.mb940 {
  margin-bottom: 940px !important;
}

.mb950 {
  margin-bottom: 950px !important;
}

.mb960 {
  margin-bottom: 960px !important;
}

.mb970 {
  margin-bottom: 970px !important;
}

.mb980 {
  margin-bottom: 980px !important;
}

.mb990 {
  margin-bottom: 990px !important;
}

.mb1000 {
  margin-bottom: 1000px !important;
}

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

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

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

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

.nmt0 {
  margin-top: 0px !important;
}

.nmb0 {
  margin-bottom: 0px !important;
}

.nml0 {
  margin-left: 0px !important;
}

.nmr0 {
  margin-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.nmt1 {
  margin-top: -1px !important;
}

.nmb1 {
  margin-bottom: -1px !important;
}

.nml1 {
  margin-left: -1px !important;
}

.nmr1 {
  margin-right: -1px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.nmt2 {
  margin-top: -2px !important;
}

.nmb2 {
  margin-bottom: -2px !important;
}

.nml2 {
  margin-left: -2px !important;
}

.nmr2 {
  margin-right: -2px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.nmt3 {
  margin-top: -3px !important;
}

.nmb3 {
  margin-bottom: -3px !important;
}

.nml3 {
  margin-left: -3px !important;
}

.nmr3 {
  margin-right: -3px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.nmt4 {
  margin-top: -4px !important;
}

.nmb4 {
  margin-bottom: -4px !important;
}

.nml4 {
  margin-left: -4px !important;
}

.nmr4 {
  margin-right: -4px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pl4 {
  padding-left: 4px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb6 {
  margin-bottom: 6px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.nmt6 {
  margin-top: -6px !important;
}

.nmb6 {
  margin-bottom: -6px !important;
}

.nml6 {
  margin-left: -6px !important;
}

.nmr6 {
  margin-right: -6px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.nmt7 {
  margin-top: -7px !important;
}

.nmb7 {
  margin-bottom: -7px !important;
}

.nml7 {
  margin-left: -7px !important;
}

.nmr7 {
  margin-right: -7px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.nmt8 {
  margin-top: -8px !important;
}

.nmb8 {
  margin-bottom: -8px !important;
}

.nml8 {
  margin-left: -8px !important;
}

.nmr8 {
  margin-right: -8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.nmt9 {
  margin-top: -9px !important;
}

.nmb9 {
  margin-bottom: -9px !important;
}

.nml9 {
  margin-left: -9px !important;
}

.nmr9 {
  margin-right: -9px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.pl9 {
  padding-left: 9px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb11 {
  margin-bottom: 11px !important;
}

.mr11 {
  margin-right: 11px !important;
}

.ml11 {
  margin-left: 11px !important;
}

.mt11 {
  margin-top: 11px !important;
}

.nmt11 {
  margin-top: -11px !important;
}

.nmb11 {
  margin-bottom: -11px !important;
}

.nml11 {
  margin-left: -11px !important;
}

.nmr11 {
  margin-right: -11px !important;
}

.pb11 {
  padding-bottom: 11px !important;
}

.pt11 {
  padding-top: 11px !important;
}

.pr11 {
  padding-right: 11px !important;
}

.pl11 {
  padding-left: 11px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.nmt12 {
  margin-top: -12px !important;
}

.nmb12 {
  margin-bottom: -12px !important;
}

.nml12 {
  margin-left: -12px !important;
}

.nmr12 {
  margin-right: -12px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.mb13 {
  margin-bottom: 13px !important;
}

.mr13 {
  margin-right: 13px !important;
}

.ml13 {
  margin-left: 13px !important;
}

.mt13 {
  margin-top: 13px !important;
}

.nmt13 {
  margin-top: -13px !important;
}

.nmb13 {
  margin-bottom: -13px !important;
}

.nml13 {
  margin-left: -13px !important;
}

.nmr13 {
  margin-right: -13px !important;
}

.pb13 {
  padding-bottom: 13px !important;
}

.pt13 {
  padding-top: 13px !important;
}

.pr13 {
  padding-right: 13px !important;
}

.pl13 {
  padding-left: 13px !important;
}

.mb14 {
  margin-bottom: 14px !important;
}

.mr14 {
  margin-right: 14px !important;
}

.ml14 {
  margin-left: 14px !important;
}

.mt14 {
  margin-top: 14px !important;
}

.nmt14 {
  margin-top: -14px !important;
}

.nmb14 {
  margin-bottom: -14px !important;
}

.nml14 {
  margin-left: -14px !important;
}

.nmr14 {
  margin-right: -14px !important;
}

.pb14 {
  padding-bottom: 14px !important;
}

.pt14 {
  padding-top: 14px !important;
}

.pr14 {
  padding-right: 14px !important;
}

.pl14 {
  padding-left: 14px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb16 {
  margin-bottom: 16px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.nmt16 {
  margin-top: -16px !important;
}

.nmb16 {
  margin-bottom: -16px !important;
}

.nml16 {
  margin-left: -16px !important;
}

.nmr16 {
  margin-right: -16px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.mb17 {
  margin-bottom: 17px !important;
}

.mr17 {
  margin-right: 17px !important;
}

.ml17 {
  margin-left: 17px !important;
}

.mt17 {
  margin-top: 17px !important;
}

.nmt17 {
  margin-top: -17px !important;
}

.nmb17 {
  margin-bottom: -17px !important;
}

.nml17 {
  margin-left: -17px !important;
}

.nmr17 {
  margin-right: -17px !important;
}

.pb17 {
  padding-bottom: 17px !important;
}

.pt17 {
  padding-top: 17px !important;
}

.pr17 {
  padding-right: 17px !important;
}

.pl17 {
  padding-left: 17px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.mr18 {
  margin-right: 18px !important;
}

.ml18 {
  margin-left: 18px !important;
}

.mt18 {
  margin-top: 18px !important;
}

.nmt18 {
  margin-top: -18px !important;
}

.nmb18 {
  margin-bottom: -18px !important;
}

.nml18 {
  margin-left: -18px !important;
}

.nmr18 {
  margin-right: -18px !important;
}

.pb18 {
  padding-bottom: 18px !important;
}

.pt18 {
  padding-top: 18px !important;
}

.pr18 {
  padding-right: 18px !important;
}

.pl18 {
  padding-left: 18px !important;
}

.mb19 {
  margin-bottom: 19px !important;
}

.mr19 {
  margin-right: 19px !important;
}

.ml19 {
  margin-left: 19px !important;
}

.mt19 {
  margin-top: 19px !important;
}

.nmt19 {
  margin-top: -19px !important;
}

.nmb19 {
  margin-bottom: -19px !important;
}

.nml19 {
  margin-left: -19px !important;
}

.nmr19 {
  margin-right: -19px !important;
}

.pb19 {
  padding-bottom: 19px !important;
}

.pt19 {
  padding-top: 19px !important;
}

.pr19 {
  padding-right: 19px !important;
}

.pl19 {
  padding-left: 19px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb21 {
  margin-bottom: 21px !important;
}

.mr21 {
  margin-right: 21px !important;
}

.ml21 {
  margin-left: 21px !important;
}

.mt21 {
  margin-top: 21px !important;
}

.nmt21 {
  margin-top: -21px !important;
}

.nmb21 {
  margin-bottom: -21px !important;
}

.nml21 {
  margin-left: -21px !important;
}

.nmr21 {
  margin-right: -21px !important;
}

.pb21 {
  padding-bottom: 21px !important;
}

.pt21 {
  padding-top: 21px !important;
}

.pr21 {
  padding-right: 21px !important;
}

.pl21 {
  padding-left: 21px !important;
}

.mb22 {
  margin-bottom: 22px !important;
}

.mr22 {
  margin-right: 22px !important;
}

.ml22 {
  margin-left: 22px !important;
}

.mt22 {
  margin-top: 22px !important;
}

.nmt22 {
  margin-top: -22px !important;
}

.nmb22 {
  margin-bottom: -22px !important;
}

.nml22 {
  margin-left: -22px !important;
}

.nmr22 {
  margin-right: -22px !important;
}

.pb22 {
  padding-bottom: 22px !important;
}

.pt22 {
  padding-top: 22px !important;
}

.pr22 {
  padding-right: 22px !important;
}

.pl22 {
  padding-left: 22px !important;
}

.mb23 {
  margin-bottom: 23px !important;
}

.mr23 {
  margin-right: 23px !important;
}

.ml23 {
  margin-left: 23px !important;
}

.mt23 {
  margin-top: 23px !important;
}

.nmt23 {
  margin-top: -23px !important;
}

.nmb23 {
  margin-bottom: -23px !important;
}

.nml23 {
  margin-left: -23px !important;
}

.nmr23 {
  margin-right: -23px !important;
}

.pb23 {
  padding-bottom: 23px !important;
}

.pt23 {
  padding-top: 23px !important;
}

.pr23 {
  padding-right: 23px !important;
}

.pl23 {
  padding-left: 23px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.nmt24 {
  margin-top: -24px !important;
}

.nmb24 {
  margin-bottom: -24px !important;
}

.nml24 {
  margin-left: -24px !important;
}

.nmr24 {
  margin-right: -24px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pr24 {
  padding-right: 24px !important;
}

.pl24 {
  padding-left: 24px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb26 {
  margin-bottom: 26px !important;
}

.mr26 {
  margin-right: 26px !important;
}

.ml26 {
  margin-left: 26px !important;
}

.mt26 {
  margin-top: 26px !important;
}

.nmt26 {
  margin-top: -26px !important;
}

.nmb26 {
  margin-bottom: -26px !important;
}

.nml26 {
  margin-left: -26px !important;
}

.nmr26 {
  margin-right: -26px !important;
}

.pb26 {
  padding-bottom: 26px !important;
}

.pt26 {
  padding-top: 26px !important;
}

.pr26 {
  padding-right: 26px !important;
}

.pl26 {
  padding-left: 26px !important;
}

.mb27 {
  margin-bottom: 27px !important;
}

.mr27 {
  margin-right: 27px !important;
}

.ml27 {
  margin-left: 27px !important;
}

.mt27 {
  margin-top: 27px !important;
}

.nmt27 {
  margin-top: -27px !important;
}

.nmb27 {
  margin-bottom: -27px !important;
}

.nml27 {
  margin-left: -27px !important;
}

.nmr27 {
  margin-right: -27px !important;
}

.pb27 {
  padding-bottom: 27px !important;
}

.pt27 {
  padding-top: 27px !important;
}

.pr27 {
  padding-right: 27px !important;
}

.pl27 {
  padding-left: 27px !important;
}

.mb28 {
  margin-bottom: 28px !important;
}

.mr28 {
  margin-right: 28px !important;
}

.ml28 {
  margin-left: 28px !important;
}

.mt28 {
  margin-top: 28px !important;
}

.nmt28 {
  margin-top: -28px !important;
}

.nmb28 {
  margin-bottom: -28px !important;
}

.nml28 {
  margin-left: -28px !important;
}

.nmr28 {
  margin-right: -28px !important;
}

.pb28 {
  padding-bottom: 28px !important;
}

.pt28 {
  padding-top: 28px !important;
}

.pr28 {
  padding-right: 28px !important;
}

.pl28 {
  padding-left: 28px !important;
}

.mb29 {
  margin-bottom: 29px !important;
}

.mr29 {
  margin-right: 29px !important;
}

.ml29 {
  margin-left: 29px !important;
}

.mt29 {
  margin-top: 29px !important;
}

.nmt29 {
  margin-top: -29px !important;
}

.nmb29 {
  margin-bottom: -29px !important;
}

.nml29 {
  margin-left: -29px !important;
}

.nmr29 {
  margin-right: -29px !important;
}

.pb29 {
  padding-bottom: 29px !important;
}

.pt29 {
  padding-top: 29px !important;
}

.pr29 {
  padding-right: 29px !important;
}

.pl29 {
  padding-left: 29px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb31 {
  margin-bottom: 31px !important;
}

.mr31 {
  margin-right: 31px !important;
}

.ml31 {
  margin-left: 31px !important;
}

.mt31 {
  margin-top: 31px !important;
}

.nmt31 {
  margin-top: -31px !important;
}

.nmb31 {
  margin-bottom: -31px !important;
}

.nml31 {
  margin-left: -31px !important;
}

.nmr31 {
  margin-right: -31px !important;
}

.pb31 {
  padding-bottom: 31px !important;
}

.pt31 {
  padding-top: 31px !important;
}

.pr31 {
  padding-right: 31px !important;
}

.pl31 {
  padding-left: 31px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mr32 {
  margin-right: 32px !important;
}

.ml32 {
  margin-left: 32px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.nmt32 {
  margin-top: -32px !important;
}

.nmb32 {
  margin-bottom: -32px !important;
}

.nml32 {
  margin-left: -32px !important;
}

.nmr32 {
  margin-right: -32px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

.pt32 {
  padding-top: 32px !important;
}

.pr32 {
  padding-right: 32px !important;
}

.pl32 {
  padding-left: 32px !important;
}

.mb33 {
  margin-bottom: 33px !important;
}

.mr33 {
  margin-right: 33px !important;
}

.ml33 {
  margin-left: 33px !important;
}

.mt33 {
  margin-top: 33px !important;
}

.nmt33 {
  margin-top: -33px !important;
}

.nmb33 {
  margin-bottom: -33px !important;
}

.nml33 {
  margin-left: -33px !important;
}

.nmr33 {
  margin-right: -33px !important;
}

.pb33 {
  padding-bottom: 33px !important;
}

.pt33 {
  padding-top: 33px !important;
}

.pr33 {
  padding-right: 33px !important;
}

.pl33 {
  padding-left: 33px !important;
}

.mb34 {
  margin-bottom: 34px !important;
}

.mr34 {
  margin-right: 34px !important;
}

.ml34 {
  margin-left: 34px !important;
}

.mt34 {
  margin-top: 34px !important;
}

.nmt34 {
  margin-top: -34px !important;
}

.nmb34 {
  margin-bottom: -34px !important;
}

.nml34 {
  margin-left: -34px !important;
}

.nmr34 {
  margin-right: -34px !important;
}

.pb34 {
  padding-bottom: 34px !important;
}

.pt34 {
  padding-top: 34px !important;
}

.pr34 {
  padding-right: 34px !important;
}

.pl34 {
  padding-left: 34px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb36 {
  margin-bottom: 36px !important;
}

.mr36 {
  margin-right: 36px !important;
}

.ml36 {
  margin-left: 36px !important;
}

.mt36 {
  margin-top: 36px !important;
}

.nmt36 {
  margin-top: -36px !important;
}

.nmb36 {
  margin-bottom: -36px !important;
}

.nml36 {
  margin-left: -36px !important;
}

.nmr36 {
  margin-right: -36px !important;
}

.pb36 {
  padding-bottom: 36px !important;
}

.pt36 {
  padding-top: 36px !important;
}

.pr36 {
  padding-right: 36px !important;
}

.pl36 {
  padding-left: 36px !important;
}

.mb37 {
  margin-bottom: 37px !important;
}

.mr37 {
  margin-right: 37px !important;
}

.ml37 {
  margin-left: 37px !important;
}

.mt37 {
  margin-top: 37px !important;
}

.nmt37 {
  margin-top: -37px !important;
}

.nmb37 {
  margin-bottom: -37px !important;
}

.nml37 {
  margin-left: -37px !important;
}

.nmr37 {
  margin-right: -37px !important;
}

.pb37 {
  padding-bottom: 37px !important;
}

.pt37 {
  padding-top: 37px !important;
}

.pr37 {
  padding-right: 37px !important;
}

.pl37 {
  padding-left: 37px !important;
}

.mb38 {
  margin-bottom: 38px !important;
}

.mr38 {
  margin-right: 38px !important;
}

.ml38 {
  margin-left: 38px !important;
}

.mt38 {
  margin-top: 38px !important;
}

.nmt38 {
  margin-top: -38px !important;
}

.nmb38 {
  margin-bottom: -38px !important;
}

.nml38 {
  margin-left: -38px !important;
}

.nmr38 {
  margin-right: -38px !important;
}

.pb38 {
  padding-bottom: 38px !important;
}

.pt38 {
  padding-top: 38px !important;
}

.pr38 {
  padding-right: 38px !important;
}

.pl38 {
  padding-left: 38px !important;
}

.mb39 {
  margin-bottom: 39px !important;
}

.mr39 {
  margin-right: 39px !important;
}

.ml39 {
  margin-left: 39px !important;
}

.mt39 {
  margin-top: 39px !important;
}

.nmt39 {
  margin-top: -39px !important;
}

.nmb39 {
  margin-bottom: -39px !important;
}

.nml39 {
  margin-left: -39px !important;
}

.nmr39 {
  margin-right: -39px !important;
}

.pb39 {
  padding-bottom: 39px !important;
}

.pt39 {
  padding-top: 39px !important;
}

.pr39 {
  padding-right: 39px !important;
}

.pl39 {
  padding-left: 39px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb41 {
  margin-bottom: 41px !important;
}

.mr41 {
  margin-right: 41px !important;
}

.ml41 {
  margin-left: 41px !important;
}

.mt41 {
  margin-top: 41px !important;
}

.nmt41 {
  margin-top: -41px !important;
}

.nmb41 {
  margin-bottom: -41px !important;
}

.nml41 {
  margin-left: -41px !important;
}

.nmr41 {
  margin-right: -41px !important;
}

.pb41 {
  padding-bottom: 41px !important;
}

.pt41 {
  padding-top: 41px !important;
}

.pr41 {
  padding-right: 41px !important;
}

.pl41 {
  padding-left: 41px !important;
}

.mb42 {
  margin-bottom: 42px !important;
}

.mr42 {
  margin-right: 42px !important;
}

.ml42 {
  margin-left: 42px !important;
}

.mt42 {
  margin-top: 42px !important;
}

.nmt42 {
  margin-top: -42px !important;
}

.nmb42 {
  margin-bottom: -42px !important;
}

.nml42 {
  margin-left: -42px !important;
}

.nmr42 {
  margin-right: -42px !important;
}

.pb42 {
  padding-bottom: 42px !important;
}

.pt42 {
  padding-top: 42px !important;
}

.pr42 {
  padding-right: 42px !important;
}

.pl42 {
  padding-left: 42px !important;
}

.mb43 {
  margin-bottom: 43px !important;
}

.mr43 {
  margin-right: 43px !important;
}

.ml43 {
  margin-left: 43px !important;
}

.mt43 {
  margin-top: 43px !important;
}

.nmt43 {
  margin-top: -43px !important;
}

.nmb43 {
  margin-bottom: -43px !important;
}

.nml43 {
  margin-left: -43px !important;
}

.nmr43 {
  margin-right: -43px !important;
}

.pb43 {
  padding-bottom: 43px !important;
}

.pt43 {
  padding-top: 43px !important;
}

.pr43 {
  padding-right: 43px !important;
}

.pl43 {
  padding-left: 43px !important;
}

.mb44 {
  margin-bottom: 44px !important;
}

.mr44 {
  margin-right: 44px !important;
}

.ml44 {
  margin-left: 44px !important;
}

.mt44 {
  margin-top: 44px !important;
}

.nmt44 {
  margin-top: -44px !important;
}

.nmb44 {
  margin-bottom: -44px !important;
}

.nml44 {
  margin-left: -44px !important;
}

.nmr44 {
  margin-right: -44px !important;
}

.pb44 {
  padding-bottom: 44px !important;
}

.pt44 {
  padding-top: 44px !important;
}

.pr44 {
  padding-right: 44px !important;
}

.pl44 {
  padding-left: 44px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb46 {
  margin-bottom: 46px !important;
}

.mr46 {
  margin-right: 46px !important;
}

.ml46 {
  margin-left: 46px !important;
}

.mt46 {
  margin-top: 46px !important;
}

.nmt46 {
  margin-top: -46px !important;
}

.nmb46 {
  margin-bottom: -46px !important;
}

.nml46 {
  margin-left: -46px !important;
}

.nmr46 {
  margin-right: -46px !important;
}

.pb46 {
  padding-bottom: 46px !important;
}

.pt46 {
  padding-top: 46px !important;
}

.pr46 {
  padding-right: 46px !important;
}

.pl46 {
  padding-left: 46px !important;
}

.mb47 {
  margin-bottom: 47px !important;
}

.mr47 {
  margin-right: 47px !important;
}

.ml47 {
  margin-left: 47px !important;
}

.mt47 {
  margin-top: 47px !important;
}

.nmt47 {
  margin-top: -47px !important;
}

.nmb47 {
  margin-bottom: -47px !important;
}

.nml47 {
  margin-left: -47px !important;
}

.nmr47 {
  margin-right: -47px !important;
}

.pb47 {
  padding-bottom: 47px !important;
}

.pt47 {
  padding-top: 47px !important;
}

.pr47 {
  padding-right: 47px !important;
}

.pl47 {
  padding-left: 47px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mr48 {
  margin-right: 48px !important;
}

.ml48 {
  margin-left: 48px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.nmt48 {
  margin-top: -48px !important;
}

.nmb48 {
  margin-bottom: -48px !important;
}

.nml48 {
  margin-left: -48px !important;
}

.nmr48 {
  margin-right: -48px !important;
}

.pb48 {
  padding-bottom: 48px !important;
}

.pt48 {
  padding-top: 48px !important;
}

.pr48 {
  padding-right: 48px !important;
}

.pl48 {
  padding-left: 48px !important;
}

.mb49 {
  margin-bottom: 49px !important;
}

.mr49 {
  margin-right: 49px !important;
}

.ml49 {
  margin-left: 49px !important;
}

.mt49 {
  margin-top: 49px !important;
}

.nmt49 {
  margin-top: -49px !important;
}

.nmb49 {
  margin-bottom: -49px !important;
}

.nml49 {
  margin-left: -49px !important;
}

.nmr49 {
  margin-right: -49px !important;
}

.pb49 {
  padding-bottom: 49px !important;
}

.pt49 {
  padding-top: 49px !important;
}

.pr49 {
  padding-right: 49px !important;
}

.pl49 {
  padding-left: 49px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb51 {
  margin-bottom: 51px !important;
}

.mr51 {
  margin-right: 51px !important;
}

.ml51 {
  margin-left: 51px !important;
}

.mt51 {
  margin-top: 51px !important;
}

.nmt51 {
  margin-top: -51px !important;
}

.nmb51 {
  margin-bottom: -51px !important;
}

.nml51 {
  margin-left: -51px !important;
}

.nmr51 {
  margin-right: -51px !important;
}

.pb51 {
  padding-bottom: 51px !important;
}

.pt51 {
  padding-top: 51px !important;
}

.pr51 {
  padding-right: 51px !important;
}

.pl51 {
  padding-left: 51px !important;
}

.mb52 {
  margin-bottom: 52px !important;
}

.mr52 {
  margin-right: 52px !important;
}

.ml52 {
  margin-left: 52px !important;
}

.mt52 {
  margin-top: 52px !important;
}

.nmt52 {
  margin-top: -52px !important;
}

.nmb52 {
  margin-bottom: -52px !important;
}

.nml52 {
  margin-left: -52px !important;
}

.nmr52 {
  margin-right: -52px !important;
}

.pb52 {
  padding-bottom: 52px !important;
}

.pt52 {
  padding-top: 52px !important;
}

.pr52 {
  padding-right: 52px !important;
}

.pl52 {
  padding-left: 52px !important;
}

.mb53 {
  margin-bottom: 53px !important;
}

.mr53 {
  margin-right: 53px !important;
}

.ml53 {
  margin-left: 53px !important;
}

.mt53 {
  margin-top: 53px !important;
}

.nmt53 {
  margin-top: -53px !important;
}

.nmb53 {
  margin-bottom: -53px !important;
}

.nml53 {
  margin-left: -53px !important;
}

.nmr53 {
  margin-right: -53px !important;
}

.pb53 {
  padding-bottom: 53px !important;
}

.pt53 {
  padding-top: 53px !important;
}

.pr53 {
  padding-right: 53px !important;
}

.pl53 {
  padding-left: 53px !important;
}

.mb54 {
  margin-bottom: 54px !important;
}

.mr54 {
  margin-right: 54px !important;
}

.ml54 {
  margin-left: 54px !important;
}

.mt54 {
  margin-top: 54px !important;
}

.nmt54 {
  margin-top: -54px !important;
}

.nmb54 {
  margin-bottom: -54px !important;
}

.nml54 {
  margin-left: -54px !important;
}

.nmr54 {
  margin-right: -54px !important;
}

.pb54 {
  padding-bottom: 54px !important;
}

.pt54 {
  padding-top: 54px !important;
}

.pr54 {
  padding-right: 54px !important;
}

.pl54 {
  padding-left: 54px !important;
}

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

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

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

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

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

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

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

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

.pb55 {
  padding-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.mr56 {
  margin-right: 56px !important;
}

.ml56 {
  margin-left: 56px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.nmt56 {
  margin-top: -56px !important;
}

.nmb56 {
  margin-bottom: -56px !important;
}

.nml56 {
  margin-left: -56px !important;
}

.nmr56 {
  margin-right: -56px !important;
}

.pb56 {
  padding-bottom: 56px !important;
}

.pt56 {
  padding-top: 56px !important;
}

.pr56 {
  padding-right: 56px !important;
}

.pl56 {
  padding-left: 56px !important;
}

.mb57 {
  margin-bottom: 57px !important;
}

.mr57 {
  margin-right: 57px !important;
}

.ml57 {
  margin-left: 57px !important;
}

.mt57 {
  margin-top: 57px !important;
}

.nmt57 {
  margin-top: -57px !important;
}

.nmb57 {
  margin-bottom: -57px !important;
}

.nml57 {
  margin-left: -57px !important;
}

.nmr57 {
  margin-right: -57px !important;
}

.pb57 {
  padding-bottom: 57px !important;
}

.pt57 {
  padding-top: 57px !important;
}

.pr57 {
  padding-right: 57px !important;
}

.pl57 {
  padding-left: 57px !important;
}

.mb58 {
  margin-bottom: 58px !important;
}

.mr58 {
  margin-right: 58px !important;
}

.ml58 {
  margin-left: 58px !important;
}

.mt58 {
  margin-top: 58px !important;
}

.nmt58 {
  margin-top: -58px !important;
}

.nmb58 {
  margin-bottom: -58px !important;
}

.nml58 {
  margin-left: -58px !important;
}

.nmr58 {
  margin-right: -58px !important;
}

.pb58 {
  padding-bottom: 58px !important;
}

.pt58 {
  padding-top: 58px !important;
}

.pr58 {
  padding-right: 58px !important;
}

.pl58 {
  padding-left: 58px !important;
}

.mb59 {
  margin-bottom: 59px !important;
}

.mr59 {
  margin-right: 59px !important;
}

.ml59 {
  margin-left: 59px !important;
}

.mt59 {
  margin-top: 59px !important;
}

.nmt59 {
  margin-top: -59px !important;
}

.nmb59 {
  margin-bottom: -59px !important;
}

.nml59 {
  margin-left: -59px !important;
}

.nmr59 {
  margin-right: -59px !important;
}

.pb59 {
  padding-bottom: 59px !important;
}

.pt59 {
  padding-top: 59px !important;
}

.pr59 {
  padding-right: 59px !important;
}

.pl59 {
  padding-left: 59px !important;
}

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

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

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

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

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

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

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

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

.pb60 {
  padding-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mb61 {
  margin-bottom: 61px !important;
}

.mr61 {
  margin-right: 61px !important;
}

.ml61 {
  margin-left: 61px !important;
}

.mt61 {
  margin-top: 61px !important;
}

.nmt61 {
  margin-top: -61px !important;
}

.nmb61 {
  margin-bottom: -61px !important;
}

.nml61 {
  margin-left: -61px !important;
}

.nmr61 {
  margin-right: -61px !important;
}

.pb61 {
  padding-bottom: 61px !important;
}

.pt61 {
  padding-top: 61px !important;
}

.pr61 {
  padding-right: 61px !important;
}

.pl61 {
  padding-left: 61px !important;
}

.mb62 {
  margin-bottom: 62px !important;
}

.mr62 {
  margin-right: 62px !important;
}

.ml62 {
  margin-left: 62px !important;
}

.mt62 {
  margin-top: 62px !important;
}

.nmt62 {
  margin-top: -62px !important;
}

.nmb62 {
  margin-bottom: -62px !important;
}

.nml62 {
  margin-left: -62px !important;
}

.nmr62 {
  margin-right: -62px !important;
}

.pb62 {
  padding-bottom: 62px !important;
}

.pt62 {
  padding-top: 62px !important;
}

.pr62 {
  padding-right: 62px !important;
}

.pl62 {
  padding-left: 62px !important;
}

.mb63 {
  margin-bottom: 63px !important;
}

.mr63 {
  margin-right: 63px !important;
}

.ml63 {
  margin-left: 63px !important;
}

.mt63 {
  margin-top: 63px !important;
}

.nmt63 {
  margin-top: -63px !important;
}

.nmb63 {
  margin-bottom: -63px !important;
}

.nml63 {
  margin-left: -63px !important;
}

.nmr63 {
  margin-right: -63px !important;
}

.pb63 {
  padding-bottom: 63px !important;
}

.pt63 {
  padding-top: 63px !important;
}

.pr63 {
  padding-right: 63px !important;
}

.pl63 {
  padding-left: 63px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mr64 {
  margin-right: 64px !important;
}

.ml64 {
  margin-left: 64px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.nmt64 {
  margin-top: -64px !important;
}

.nmb64 {
  margin-bottom: -64px !important;
}

.nml64 {
  margin-left: -64px !important;
}

.nmr64 {
  margin-right: -64px !important;
}

.pb64 {
  padding-bottom: 64px !important;
}

.pt64 {
  padding-top: 64px !important;
}

.pr64 {
  padding-right: 64px !important;
}

.pl64 {
  padding-left: 64px !important;
}

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

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

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

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

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

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

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

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

.pb65 {
  padding-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mb66 {
  margin-bottom: 66px !important;
}

.mr66 {
  margin-right: 66px !important;
}

.ml66 {
  margin-left: 66px !important;
}

.mt66 {
  margin-top: 66px !important;
}

.nmt66 {
  margin-top: -66px !important;
}

.nmb66 {
  margin-bottom: -66px !important;
}

.nml66 {
  margin-left: -66px !important;
}

.nmr66 {
  margin-right: -66px !important;
}

.pb66 {
  padding-bottom: 66px !important;
}

.pt66 {
  padding-top: 66px !important;
}

.pr66 {
  padding-right: 66px !important;
}

.pl66 {
  padding-left: 66px !important;
}

.mb67 {
  margin-bottom: 67px !important;
}

.mr67 {
  margin-right: 67px !important;
}

.ml67 {
  margin-left: 67px !important;
}

.mt67 {
  margin-top: 67px !important;
}

.nmt67 {
  margin-top: -67px !important;
}

.nmb67 {
  margin-bottom: -67px !important;
}

.nml67 {
  margin-left: -67px !important;
}

.nmr67 {
  margin-right: -67px !important;
}

.pb67 {
  padding-bottom: 67px !important;
}

.pt67 {
  padding-top: 67px !important;
}

.pr67 {
  padding-right: 67px !important;
}

.pl67 {
  padding-left: 67px !important;
}

.mb68 {
  margin-bottom: 68px !important;
}

.mr68 {
  margin-right: 68px !important;
}

.ml68 {
  margin-left: 68px !important;
}

.mt68 {
  margin-top: 68px !important;
}

.nmt68 {
  margin-top: -68px !important;
}

.nmb68 {
  margin-bottom: -68px !important;
}

.nml68 {
  margin-left: -68px !important;
}

.nmr68 {
  margin-right: -68px !important;
}

.pb68 {
  padding-bottom: 68px !important;
}

.pt68 {
  padding-top: 68px !important;
}

.pr68 {
  padding-right: 68px !important;
}

.pl68 {
  padding-left: 68px !important;
}

.mb69 {
  margin-bottom: 69px !important;
}

.mr69 {
  margin-right: 69px !important;
}

.ml69 {
  margin-left: 69px !important;
}

.mt69 {
  margin-top: 69px !important;
}

.nmt69 {
  margin-top: -69px !important;
}

.nmb69 {
  margin-bottom: -69px !important;
}

.nml69 {
  margin-left: -69px !important;
}

.nmr69 {
  margin-right: -69px !important;
}

.pb69 {
  padding-bottom: 69px !important;
}

.pt69 {
  padding-top: 69px !important;
}

.pr69 {
  padding-right: 69px !important;
}

.pl69 {
  padding-left: 69px !important;
}

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

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

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

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

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

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

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

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

.pb70 {
  padding-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mb71 {
  margin-bottom: 71px !important;
}

.mr71 {
  margin-right: 71px !important;
}

.ml71 {
  margin-left: 71px !important;
}

.mt71 {
  margin-top: 71px !important;
}

.nmt71 {
  margin-top: -71px !important;
}

.nmb71 {
  margin-bottom: -71px !important;
}

.nml71 {
  margin-left: -71px !important;
}

.nmr71 {
  margin-right: -71px !important;
}

.pb71 {
  padding-bottom: 71px !important;
}

.pt71 {
  padding-top: 71px !important;
}

.pr71 {
  padding-right: 71px !important;
}

.pl71 {
  padding-left: 71px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.mr72 {
  margin-right: 72px !important;
}

.ml72 {
  margin-left: 72px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.nmt72 {
  margin-top: -72px !important;
}

.nmb72 {
  margin-bottom: -72px !important;
}

.nml72 {
  margin-left: -72px !important;
}

.nmr72 {
  margin-right: -72px !important;
}

.pb72 {
  padding-bottom: 72px !important;
}

.pt72 {
  padding-top: 72px !important;
}

.pr72 {
  padding-right: 72px !important;
}

.pl72 {
  padding-left: 72px !important;
}

.mb73 {
  margin-bottom: 73px !important;
}

.mr73 {
  margin-right: 73px !important;
}

.ml73 {
  margin-left: 73px !important;
}

.mt73 {
  margin-top: 73px !important;
}

.nmt73 {
  margin-top: -73px !important;
}

.nmb73 {
  margin-bottom: -73px !important;
}

.nml73 {
  margin-left: -73px !important;
}

.nmr73 {
  margin-right: -73px !important;
}

.pb73 {
  padding-bottom: 73px !important;
}

.pt73 {
  padding-top: 73px !important;
}

.pr73 {
  padding-right: 73px !important;
}

.pl73 {
  padding-left: 73px !important;
}

.mb74 {
  margin-bottom: 74px !important;
}

.mr74 {
  margin-right: 74px !important;
}

.ml74 {
  margin-left: 74px !important;
}

.mt74 {
  margin-top: 74px !important;
}

.nmt74 {
  margin-top: -74px !important;
}

.nmb74 {
  margin-bottom: -74px !important;
}

.nml74 {
  margin-left: -74px !important;
}

.nmr74 {
  margin-right: -74px !important;
}

.pb74 {
  padding-bottom: 74px !important;
}

.pt74 {
  padding-top: 74px !important;
}

.pr74 {
  padding-right: 74px !important;
}

.pl74 {
  padding-left: 74px !important;
}

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

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

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

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

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

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

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

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

.pb75 {
  padding-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mb76 {
  margin-bottom: 76px !important;
}

.mr76 {
  margin-right: 76px !important;
}

.ml76 {
  margin-left: 76px !important;
}

.mt76 {
  margin-top: 76px !important;
}

.nmt76 {
  margin-top: -76px !important;
}

.nmb76 {
  margin-bottom: -76px !important;
}

.nml76 {
  margin-left: -76px !important;
}

.nmr76 {
  margin-right: -76px !important;
}

.pb76 {
  padding-bottom: 76px !important;
}

.pt76 {
  padding-top: 76px !important;
}

.pr76 {
  padding-right: 76px !important;
}

.pl76 {
  padding-left: 76px !important;
}

.mb77 {
  margin-bottom: 77px !important;
}

.mr77 {
  margin-right: 77px !important;
}

.ml77 {
  margin-left: 77px !important;
}

.mt77 {
  margin-top: 77px !important;
}

.nmt77 {
  margin-top: -77px !important;
}

.nmb77 {
  margin-bottom: -77px !important;
}

.nml77 {
  margin-left: -77px !important;
}

.nmr77 {
  margin-right: -77px !important;
}

.pb77 {
  padding-bottom: 77px !important;
}

.pt77 {
  padding-top: 77px !important;
}

.pr77 {
  padding-right: 77px !important;
}

.pl77 {
  padding-left: 77px !important;
}

.mb78 {
  margin-bottom: 78px !important;
}

.mr78 {
  margin-right: 78px !important;
}

.ml78 {
  margin-left: 78px !important;
}

.mt78 {
  margin-top: 78px !important;
}

.nmt78 {
  margin-top: -78px !important;
}

.nmb78 {
  margin-bottom: -78px !important;
}

.nml78 {
  margin-left: -78px !important;
}

.nmr78 {
  margin-right: -78px !important;
}

.pb78 {
  padding-bottom: 78px !important;
}

.pt78 {
  padding-top: 78px !important;
}

.pr78 {
  padding-right: 78px !important;
}

.pl78 {
  padding-left: 78px !important;
}

.mb79 {
  margin-bottom: 79px !important;
}

.mr79 {
  margin-right: 79px !important;
}

.ml79 {
  margin-left: 79px !important;
}

.mt79 {
  margin-top: 79px !important;
}

.nmt79 {
  margin-top: -79px !important;
}

.nmb79 {
  margin-bottom: -79px !important;
}

.nml79 {
  margin-left: -79px !important;
}

.nmr79 {
  margin-right: -79px !important;
}

.pb79 {
  padding-bottom: 79px !important;
}

.pt79 {
  padding-top: 79px !important;
}

.pr79 {
  padding-right: 79px !important;
}

.pl79 {
  padding-left: 79px !important;
}

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

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

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

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

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

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

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

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

.pb80 {
  padding-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mb81 {
  margin-bottom: 81px !important;
}

.mr81 {
  margin-right: 81px !important;
}

.ml81 {
  margin-left: 81px !important;
}

.mt81 {
  margin-top: 81px !important;
}

.nmt81 {
  margin-top: -81px !important;
}

.nmb81 {
  margin-bottom: -81px !important;
}

.nml81 {
  margin-left: -81px !important;
}

.nmr81 {
  margin-right: -81px !important;
}

.pb81 {
  padding-bottom: 81px !important;
}

.pt81 {
  padding-top: 81px !important;
}

.pr81 {
  padding-right: 81px !important;
}

.pl81 {
  padding-left: 81px !important;
}

.mb82 {
  margin-bottom: 82px !important;
}

.mr82 {
  margin-right: 82px !important;
}

.ml82 {
  margin-left: 82px !important;
}

.mt82 {
  margin-top: 82px !important;
}

.nmt82 {
  margin-top: -82px !important;
}

.nmb82 {
  margin-bottom: -82px !important;
}

.nml82 {
  margin-left: -82px !important;
}

.nmr82 {
  margin-right: -82px !important;
}

.pb82 {
  padding-bottom: 82px !important;
}

.pt82 {
  padding-top: 82px !important;
}

.pr82 {
  padding-right: 82px !important;
}

.pl82 {
  padding-left: 82px !important;
}

.mb83 {
  margin-bottom: 83px !important;
}

.mr83 {
  margin-right: 83px !important;
}

.ml83 {
  margin-left: 83px !important;
}

.mt83 {
  margin-top: 83px !important;
}

.nmt83 {
  margin-top: -83px !important;
}

.nmb83 {
  margin-bottom: -83px !important;
}

.nml83 {
  margin-left: -83px !important;
}

.nmr83 {
  margin-right: -83px !important;
}

.pb83 {
  padding-bottom: 83px !important;
}

.pt83 {
  padding-top: 83px !important;
}

.pr83 {
  padding-right: 83px !important;
}

.pl83 {
  padding-left: 83px !important;
}

.mb84 {
  margin-bottom: 84px !important;
}

.mr84 {
  margin-right: 84px !important;
}

.ml84 {
  margin-left: 84px !important;
}

.mt84 {
  margin-top: 84px !important;
}

.nmt84 {
  margin-top: -84px !important;
}

.nmb84 {
  margin-bottom: -84px !important;
}

.nml84 {
  margin-left: -84px !important;
}

.nmr84 {
  margin-right: -84px !important;
}

.pb84 {
  padding-bottom: 84px !important;
}

.pt84 {
  padding-top: 84px !important;
}

.pr84 {
  padding-right: 84px !important;
}

.pl84 {
  padding-left: 84px !important;
}

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

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

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

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

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

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

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

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

.pb85 {
  padding-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mb86 {
  margin-bottom: 86px !important;
}

.mr86 {
  margin-right: 86px !important;
}

.ml86 {
  margin-left: 86px !important;
}

.mt86 {
  margin-top: 86px !important;
}

.nmt86 {
  margin-top: -86px !important;
}

.nmb86 {
  margin-bottom: -86px !important;
}

.nml86 {
  margin-left: -86px !important;
}

.nmr86 {
  margin-right: -86px !important;
}

.pb86 {
  padding-bottom: 86px !important;
}

.pt86 {
  padding-top: 86px !important;
}

.pr86 {
  padding-right: 86px !important;
}

.pl86 {
  padding-left: 86px !important;
}

.mb87 {
  margin-bottom: 87px !important;
}

.mr87 {
  margin-right: 87px !important;
}

.ml87 {
  margin-left: 87px !important;
}

.mt87 {
  margin-top: 87px !important;
}

.nmt87 {
  margin-top: -87px !important;
}

.nmb87 {
  margin-bottom: -87px !important;
}

.nml87 {
  margin-left: -87px !important;
}

.nmr87 {
  margin-right: -87px !important;
}

.pb87 {
  padding-bottom: 87px !important;
}

.pt87 {
  padding-top: 87px !important;
}

.pr87 {
  padding-right: 87px !important;
}

.pl87 {
  padding-left: 87px !important;
}

.mb88 {
  margin-bottom: 88px !important;
}

.mr88 {
  margin-right: 88px !important;
}

.ml88 {
  margin-left: 88px !important;
}

.mt88 {
  margin-top: 88px !important;
}

.nmt88 {
  margin-top: -88px !important;
}

.nmb88 {
  margin-bottom: -88px !important;
}

.nml88 {
  margin-left: -88px !important;
}

.nmr88 {
  margin-right: -88px !important;
}

.pb88 {
  padding-bottom: 88px !important;
}

.pt88 {
  padding-top: 88px !important;
}

.pr88 {
  padding-right: 88px !important;
}

.pl88 {
  padding-left: 88px !important;
}

.mb89 {
  margin-bottom: 89px !important;
}

.mr89 {
  margin-right: 89px !important;
}

.ml89 {
  margin-left: 89px !important;
}

.mt89 {
  margin-top: 89px !important;
}

.nmt89 {
  margin-top: -89px !important;
}

.nmb89 {
  margin-bottom: -89px !important;
}

.nml89 {
  margin-left: -89px !important;
}

.nmr89 {
  margin-right: -89px !important;
}

.pb89 {
  padding-bottom: 89px !important;
}

.pt89 {
  padding-top: 89px !important;
}

.pr89 {
  padding-right: 89px !important;
}

.pl89 {
  padding-left: 89px !important;
}

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

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

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

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

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

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

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

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

.pb90 {
  padding-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mb91 {
  margin-bottom: 91px !important;
}

.mr91 {
  margin-right: 91px !important;
}

.ml91 {
  margin-left: 91px !important;
}

.mt91 {
  margin-top: 91px !important;
}

.nmt91 {
  margin-top: -91px !important;
}

.nmb91 {
  margin-bottom: -91px !important;
}

.nml91 {
  margin-left: -91px !important;
}

.nmr91 {
  margin-right: -91px !important;
}

.pb91 {
  padding-bottom: 91px !important;
}

.pt91 {
  padding-top: 91px !important;
}

.pr91 {
  padding-right: 91px !important;
}

.pl91 {
  padding-left: 91px !important;
}

.mb92 {
  margin-bottom: 92px !important;
}

.mr92 {
  margin-right: 92px !important;
}

.ml92 {
  margin-left: 92px !important;
}

.mt92 {
  margin-top: 92px !important;
}

.nmt92 {
  margin-top: -92px !important;
}

.nmb92 {
  margin-bottom: -92px !important;
}

.nml92 {
  margin-left: -92px !important;
}

.nmr92 {
  margin-right: -92px !important;
}

.pb92 {
  padding-bottom: 92px !important;
}

.pt92 {
  padding-top: 92px !important;
}

.pr92 {
  padding-right: 92px !important;
}

.pl92 {
  padding-left: 92px !important;
}

.mb93 {
  margin-bottom: 93px !important;
}

.mr93 {
  margin-right: 93px !important;
}

.ml93 {
  margin-left: 93px !important;
}

.mt93 {
  margin-top: 93px !important;
}

.nmt93 {
  margin-top: -93px !important;
}

.nmb93 {
  margin-bottom: -93px !important;
}

.nml93 {
  margin-left: -93px !important;
}

.nmr93 {
  margin-right: -93px !important;
}

.pb93 {
  padding-bottom: 93px !important;
}

.pt93 {
  padding-top: 93px !important;
}

.pr93 {
  padding-right: 93px !important;
}

.pl93 {
  padding-left: 93px !important;
}

.mb94 {
  margin-bottom: 94px !important;
}

.mr94 {
  margin-right: 94px !important;
}

.ml94 {
  margin-left: 94px !important;
}

.mt94 {
  margin-top: 94px !important;
}

.nmt94 {
  margin-top: -94px !important;
}

.nmb94 {
  margin-bottom: -94px !important;
}

.nml94 {
  margin-left: -94px !important;
}

.nmr94 {
  margin-right: -94px !important;
}

.pb94 {
  padding-bottom: 94px !important;
}

.pt94 {
  padding-top: 94px !important;
}

.pr94 {
  padding-right: 94px !important;
}

.pl94 {
  padding-left: 94px !important;
}

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

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

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

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

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

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

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

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

.pb95 {
  padding-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mb96 {
  margin-bottom: 96px !important;
}

.mr96 {
  margin-right: 96px !important;
}

.ml96 {
  margin-left: 96px !important;
}

.mt96 {
  margin-top: 96px !important;
}

.nmt96 {
  margin-top: -96px !important;
}

.nmb96 {
  margin-bottom: -96px !important;
}

.nml96 {
  margin-left: -96px !important;
}

.nmr96 {
  margin-right: -96px !important;
}

.pb96 {
  padding-bottom: 96px !important;
}

.pt96 {
  padding-top: 96px !important;
}

.pr96 {
  padding-right: 96px !important;
}

.pl96 {
  padding-left: 96px !important;
}

.mb97 {
  margin-bottom: 97px !important;
}

.mr97 {
  margin-right: 97px !important;
}

.ml97 {
  margin-left: 97px !important;
}

.mt97 {
  margin-top: 97px !important;
}

.nmt97 {
  margin-top: -97px !important;
}

.nmb97 {
  margin-bottom: -97px !important;
}

.nml97 {
  margin-left: -97px !important;
}

.nmr97 {
  margin-right: -97px !important;
}

.pb97 {
  padding-bottom: 97px !important;
}

.pt97 {
  padding-top: 97px !important;
}

.pr97 {
  padding-right: 97px !important;
}

.pl97 {
  padding-left: 97px !important;
}

.mb98 {
  margin-bottom: 98px !important;
}

.mr98 {
  margin-right: 98px !important;
}

.ml98 {
  margin-left: 98px !important;
}

.mt98 {
  margin-top: 98px !important;
}

.nmt98 {
  margin-top: -98px !important;
}

.nmb98 {
  margin-bottom: -98px !important;
}

.nml98 {
  margin-left: -98px !important;
}

.nmr98 {
  margin-right: -98px !important;
}

.pb98 {
  padding-bottom: 98px !important;
}

.pt98 {
  padding-top: 98px !important;
}

.pr98 {
  padding-right: 98px !important;
}

.pl98 {
  padding-left: 98px !important;
}

.mb99 {
  margin-bottom: 99px !important;
}

.mr99 {
  margin-right: 99px !important;
}

.ml99 {
  margin-left: 99px !important;
}

.mt99 {
  margin-top: 99px !important;
}

.nmt99 {
  margin-top: -99px !important;
}

.nmb99 {
  margin-bottom: -99px !important;
}

.nml99 {
  margin-left: -99px !important;
}

.nmr99 {
  margin-right: -99px !important;
}

.pb99 {
  padding-bottom: 99px !important;
}

.pt99 {
  padding-top: 99px !important;
}

.pr99 {
  padding-right: 99px !important;
}

.pl99 {
  padding-left: 99px !important;
}

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

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

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

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

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

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

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

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

.pb100 {
  padding-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

@media screen and (max-width: 768px) {
  /* マージン、パディング */
  .smb0 {
    margin-bottom: 0px !important;
  }

  .smr0 {
    margin-right: 0px !important;
  }

  .sml0 {
    margin-left: 0px !important;
  }

  .smt0 {
    margin-top: 0px !important;
  }

  .snmt0 {
    margin-top: 0px !important;
  }

  .snmb0 {
    margin-bottom: 0px !important;
  }

  .snml0 {
    margin-left: 0px !important;
  }

  .snmr0 {
    margin-right: 0px !important;
  }

  .spb0 {
    padding-bottom: 0px !important;
  }

  .spt0 {
    padding-top: 0px !important;
  }

  .spr0 {
    padding-right: 0px !important;
  }

  .spl0 {
    padding-left: 0px !important;
  }

  .smb1 {
    margin-bottom: 1px !important;
  }

  .smr1 {
    margin-right: 1px !important;
  }

  .sml1 {
    margin-left: 1px !important;
  }

  .smt1 {
    margin-top: 1px !important;
  }

  .snmt1 {
    margin-top: -1px !important;
  }

  .snmb1 {
    margin-bottom: -1px !important;
  }

  .snml1 {
    margin-left: -1px !important;
  }

  .snmr1 {
    margin-right: -1px !important;
  }

  .spb1 {
    padding-bottom: 1px !important;
  }

  .spt1 {
    padding-top: 1px !important;
  }

  .spr1 {
    padding-right: 1px !important;
  }

  .spl1 {
    padding-left: 1px !important;
  }

  .smb2 {
    margin-bottom: 2px !important;
  }

  .smr2 {
    margin-right: 2px !important;
  }

  .sml2 {
    margin-left: 2px !important;
  }

  .smt2 {
    margin-top: 2px !important;
  }

  .snmt2 {
    margin-top: -2px !important;
  }

  .snmb2 {
    margin-bottom: -2px !important;
  }

  .snml2 {
    margin-left: -2px !important;
  }

  .snmr2 {
    margin-right: -2px !important;
  }

  .spb2 {
    padding-bottom: 2px !important;
  }

  .spt2 {
    padding-top: 2px !important;
  }

  .spr2 {
    padding-right: 2px !important;
  }

  .spl2 {
    padding-left: 2px !important;
  }

  .smb3 {
    margin-bottom: 3px !important;
  }

  .smr3 {
    margin-right: 3px !important;
  }

  .sml3 {
    margin-left: 3px !important;
  }

  .smt3 {
    margin-top: 3px !important;
  }

  .snmt3 {
    margin-top: -3px !important;
  }

  .snmb3 {
    margin-bottom: -3px !important;
  }

  .snml3 {
    margin-left: -3px !important;
  }

  .snmr3 {
    margin-right: -3px !important;
  }

  .spb3 {
    padding-bottom: 3px !important;
  }

  .spt3 {
    padding-top: 3px !important;
  }

  .spr3 {
    padding-right: 3px !important;
  }

  .spl3 {
    padding-left: 3px !important;
  }

  .smb4 {
    margin-bottom: 4px !important;
  }

  .smr4 {
    margin-right: 4px !important;
  }

  .sml4 {
    margin-left: 4px !important;
  }

  .smt4 {
    margin-top: 4px !important;
  }

  .snmt4 {
    margin-top: -4px !important;
  }

  .snmb4 {
    margin-bottom: -4px !important;
  }

  .snml4 {
    margin-left: -4px !important;
  }

  .snmr4 {
    margin-right: -4px !important;
  }

  .spb4 {
    padding-bottom: 4px !important;
  }

  .spt4 {
    padding-top: 4px !important;
  }

  .spr4 {
    padding-right: 4px !important;
  }

  .spl4 {
    padding-left: 4px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .smb6 {
    margin-bottom: 6px !important;
  }

  .smr6 {
    margin-right: 6px !important;
  }

  .sml6 {
    margin-left: 6px !important;
  }

  .smt6 {
    margin-top: 6px !important;
  }

  .snmt6 {
    margin-top: -6px !important;
  }

  .snmb6 {
    margin-bottom: -6px !important;
  }

  .snml6 {
    margin-left: -6px !important;
  }

  .snmr6 {
    margin-right: -6px !important;
  }

  .spb6 {
    padding-bottom: 6px !important;
  }

  .spt6 {
    padding-top: 6px !important;
  }

  .spr6 {
    padding-right: 6px !important;
  }

  .spl6 {
    padding-left: 6px !important;
  }

  .smb7 {
    margin-bottom: 7px !important;
  }

  .smr7 {
    margin-right: 7px !important;
  }

  .sml7 {
    margin-left: 7px !important;
  }

  .smt7 {
    margin-top: 7px !important;
  }

  .snmt7 {
    margin-top: -7px !important;
  }

  .snmb7 {
    margin-bottom: -7px !important;
  }

  .snml7 {
    margin-left: -7px !important;
  }

  .snmr7 {
    margin-right: -7px !important;
  }

  .spb7 {
    padding-bottom: 7px !important;
  }

  .spt7 {
    padding-top: 7px !important;
  }

  .spr7 {
    padding-right: 7px !important;
  }

  .spl7 {
    padding-left: 7px !important;
  }

  .smb8 {
    margin-bottom: 8px !important;
  }

  .smr8 {
    margin-right: 8px !important;
  }

  .sml8 {
    margin-left: 8px !important;
  }

  .smt8 {
    margin-top: 8px !important;
  }

  .snmt8 {
    margin-top: -8px !important;
  }

  .snmb8 {
    margin-bottom: -8px !important;
  }

  .snml8 {
    margin-left: -8px !important;
  }

  .snmr8 {
    margin-right: -8px !important;
  }

  .spb8 {
    padding-bottom: 8px !important;
  }

  .spt8 {
    padding-top: 8px !important;
  }

  .spr8 {
    padding-right: 8px !important;
  }

  .spl8 {
    padding-left: 8px !important;
  }

  .smb9 {
    margin-bottom: 9px !important;
  }

  .smr9 {
    margin-right: 9px !important;
  }

  .sml9 {
    margin-left: 9px !important;
  }

  .smt9 {
    margin-top: 9px !important;
  }

  .snmt9 {
    margin-top: -9px !important;
  }

  .snmb9 {
    margin-bottom: -9px !important;
  }

  .snml9 {
    margin-left: -9px !important;
  }

  .snmr9 {
    margin-right: -9px !important;
  }

  .spb9 {
    padding-bottom: 9px !important;
  }

  .spt9 {
    padding-top: 9px !important;
  }

  .spr9 {
    padding-right: 9px !important;
  }

  .spl9 {
    padding-left: 9px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .smb11 {
    margin-bottom: 11px !important;
  }

  .smr11 {
    margin-right: 11px !important;
  }

  .sml11 {
    margin-left: 11px !important;
  }

  .smt11 {
    margin-top: 11px !important;
  }

  .snmt11 {
    margin-top: -11px !important;
  }

  .snmb11 {
    margin-bottom: -11px !important;
  }

  .snml11 {
    margin-left: -11px !important;
  }

  .snmr11 {
    margin-right: -11px !important;
  }

  .spb11 {
    padding-bottom: 11px !important;
  }

  .spt11 {
    padding-top: 11px !important;
  }

  .spr11 {
    padding-right: 11px !important;
  }

  .spl11 {
    padding-left: 11px !important;
  }

  .smb12 {
    margin-bottom: 12px !important;
  }

  .smr12 {
    margin-right: 12px !important;
  }

  .sml12 {
    margin-left: 12px !important;
  }

  .smt12 {
    margin-top: 12px !important;
  }

  .snmt12 {
    margin-top: -12px !important;
  }

  .snmb12 {
    margin-bottom: -12px !important;
  }

  .snml12 {
    margin-left: -12px !important;
  }

  .snmr12 {
    margin-right: -12px !important;
  }

  .spb12 {
    padding-bottom: 12px !important;
  }

  .spt12 {
    padding-top: 12px !important;
  }

  .spr12 {
    padding-right: 12px !important;
  }

  .spl12 {
    padding-left: 12px !important;
  }

  .smb13 {
    margin-bottom: 13px !important;
  }

  .smr13 {
    margin-right: 13px !important;
  }

  .sml13 {
    margin-left: 13px !important;
  }

  .smt13 {
    margin-top: 13px !important;
  }

  .snmt13 {
    margin-top: -13px !important;
  }

  .snmb13 {
    margin-bottom: -13px !important;
  }

  .snml13 {
    margin-left: -13px !important;
  }

  .snmr13 {
    margin-right: -13px !important;
  }

  .spb13 {
    padding-bottom: 13px !important;
  }

  .spt13 {
    padding-top: 13px !important;
  }

  .spr13 {
    padding-right: 13px !important;
  }

  .spl13 {
    padding-left: 13px !important;
  }

  .smb14 {
    margin-bottom: 14px !important;
  }

  .smr14 {
    margin-right: 14px !important;
  }

  .sml14 {
    margin-left: 14px !important;
  }

  .smt14 {
    margin-top: 14px !important;
  }

  .snmt14 {
    margin-top: -14px !important;
  }

  .snmb14 {
    margin-bottom: -14px !important;
  }

  .snml14 {
    margin-left: -14px !important;
  }

  .snmr14 {
    margin-right: -14px !important;
  }

  .spb14 {
    padding-bottom: 14px !important;
  }

  .spt14 {
    padding-top: 14px !important;
  }

  .spr14 {
    padding-right: 14px !important;
  }

  .spl14 {
    padding-left: 14px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .smb16 {
    margin-bottom: 16px !important;
  }

  .smr16 {
    margin-right: 16px !important;
  }

  .sml16 {
    margin-left: 16px !important;
  }

  .smt16 {
    margin-top: 16px !important;
  }

  .snmt16 {
    margin-top: -16px !important;
  }

  .snmb16 {
    margin-bottom: -16px !important;
  }

  .snml16 {
    margin-left: -16px !important;
  }

  .snmr16 {
    margin-right: -16px !important;
  }

  .spb16 {
    padding-bottom: 16px !important;
  }

  .spt16 {
    padding-top: 16px !important;
  }

  .spr16 {
    padding-right: 16px !important;
  }

  .spl16 {
    padding-left: 16px !important;
  }

  .smb17 {
    margin-bottom: 17px !important;
  }

  .smr17 {
    margin-right: 17px !important;
  }

  .sml17 {
    margin-left: 17px !important;
  }

  .smt17 {
    margin-top: 17px !important;
  }

  .snmt17 {
    margin-top: -17px !important;
  }

  .snmb17 {
    margin-bottom: -17px !important;
  }

  .snml17 {
    margin-left: -17px !important;
  }

  .snmr17 {
    margin-right: -17px !important;
  }

  .spb17 {
    padding-bottom: 17px !important;
  }

  .spt17 {
    padding-top: 17px !important;
  }

  .spr17 {
    padding-right: 17px !important;
  }

  .spl17 {
    padding-left: 17px !important;
  }

  .smb18 {
    margin-bottom: 18px !important;
  }

  .smr18 {
    margin-right: 18px !important;
  }

  .sml18 {
    margin-left: 18px !important;
  }

  .smt18 {
    margin-top: 18px !important;
  }

  .snmt18 {
    margin-top: -18px !important;
  }

  .snmb18 {
    margin-bottom: -18px !important;
  }

  .snml18 {
    margin-left: -18px !important;
  }

  .snmr18 {
    margin-right: -18px !important;
  }

  .spb18 {
    padding-bottom: 18px !important;
  }

  .spt18 {
    padding-top: 18px !important;
  }

  .spr18 {
    padding-right: 18px !important;
  }

  .spl18 {
    padding-left: 18px !important;
  }

  .smb19 {
    margin-bottom: 19px !important;
  }

  .smr19 {
    margin-right: 19px !important;
  }

  .sml19 {
    margin-left: 19px !important;
  }

  .smt19 {
    margin-top: 19px !important;
  }

  .snmt19 {
    margin-top: -19px !important;
  }

  .snmb19 {
    margin-bottom: -19px !important;
  }

  .snml19 {
    margin-left: -19px !important;
  }

  .snmr19 {
    margin-right: -19px !important;
  }

  .spb19 {
    padding-bottom: 19px !important;
  }

  .spt19 {
    padding-top: 19px !important;
  }

  .spr19 {
    padding-right: 19px !important;
  }

  .spl19 {
    padding-left: 19px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .smb21 {
    margin-bottom: 21px !important;
  }

  .smr21 {
    margin-right: 21px !important;
  }

  .sml21 {
    margin-left: 21px !important;
  }

  .smt21 {
    margin-top: 21px !important;
  }

  .snmt21 {
    margin-top: -21px !important;
  }

  .snmb21 {
    margin-bottom: -21px !important;
  }

  .snml21 {
    margin-left: -21px !important;
  }

  .snmr21 {
    margin-right: -21px !important;
  }

  .spb21 {
    padding-bottom: 21px !important;
  }

  .spt21 {
    padding-top: 21px !important;
  }

  .spr21 {
    padding-right: 21px !important;
  }

  .spl21 {
    padding-left: 21px !important;
  }

  .smb22 {
    margin-bottom: 22px !important;
  }

  .smr22 {
    margin-right: 22px !important;
  }

  .sml22 {
    margin-left: 22px !important;
  }

  .smt22 {
    margin-top: 22px !important;
  }

  .snmt22 {
    margin-top: -22px !important;
  }

  .snmb22 {
    margin-bottom: -22px !important;
  }

  .snml22 {
    margin-left: -22px !important;
  }

  .snmr22 {
    margin-right: -22px !important;
  }

  .spb22 {
    padding-bottom: 22px !important;
  }

  .spt22 {
    padding-top: 22px !important;
  }

  .spr22 {
    padding-right: 22px !important;
  }

  .spl22 {
    padding-left: 22px !important;
  }

  .smb23 {
    margin-bottom: 23px !important;
  }

  .smr23 {
    margin-right: 23px !important;
  }

  .sml23 {
    margin-left: 23px !important;
  }

  .smt23 {
    margin-top: 23px !important;
  }

  .snmt23 {
    margin-top: -23px !important;
  }

  .snmb23 {
    margin-bottom: -23px !important;
  }

  .snml23 {
    margin-left: -23px !important;
  }

  .snmr23 {
    margin-right: -23px !important;
  }

  .spb23 {
    padding-bottom: 23px !important;
  }

  .spt23 {
    padding-top: 23px !important;
  }

  .spr23 {
    padding-right: 23px !important;
  }

  .spl23 {
    padding-left: 23px !important;
  }

  .smb24 {
    margin-bottom: 24px !important;
  }

  .smr24 {
    margin-right: 24px !important;
  }

  .sml24 {
    margin-left: 24px !important;
  }

  .smt24 {
    margin-top: 24px !important;
  }

  .snmt24 {
    margin-top: -24px !important;
  }

  .snmb24 {
    margin-bottom: -24px !important;
  }

  .snml24 {
    margin-left: -24px !important;
  }

  .snmr24 {
    margin-right: -24px !important;
  }

  .spb24 {
    padding-bottom: 24px !important;
  }

  .spt24 {
    padding-top: 24px !important;
  }

  .spr24 {
    padding-right: 24px !important;
  }

  .spl24 {
    padding-left: 24px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .smb26 {
    margin-bottom: 26px !important;
  }

  .smr26 {
    margin-right: 26px !important;
  }

  .sml26 {
    margin-left: 26px !important;
  }

  .smt26 {
    margin-top: 26px !important;
  }

  .snmt26 {
    margin-top: -26px !important;
  }

  .snmb26 {
    margin-bottom: -26px !important;
  }

  .snml26 {
    margin-left: -26px !important;
  }

  .snmr26 {
    margin-right: -26px !important;
  }

  .spb26 {
    padding-bottom: 26px !important;
  }

  .spt26 {
    padding-top: 26px !important;
  }

  .spr26 {
    padding-right: 26px !important;
  }

  .spl26 {
    padding-left: 26px !important;
  }

  .smb27 {
    margin-bottom: 27px !important;
  }

  .smr27 {
    margin-right: 27px !important;
  }

  .sml27 {
    margin-left: 27px !important;
  }

  .smt27 {
    margin-top: 27px !important;
  }

  .snmt27 {
    margin-top: -27px !important;
  }

  .snmb27 {
    margin-bottom: -27px !important;
  }

  .snml27 {
    margin-left: -27px !important;
  }

  .snmr27 {
    margin-right: -27px !important;
  }

  .spb27 {
    padding-bottom: 27px !important;
  }

  .spt27 {
    padding-top: 27px !important;
  }

  .spr27 {
    padding-right: 27px !important;
  }

  .spl27 {
    padding-left: 27px !important;
  }

  .smb28 {
    margin-bottom: 28px !important;
  }

  .smr28 {
    margin-right: 28px !important;
  }

  .sml28 {
    margin-left: 28px !important;
  }

  .smt28 {
    margin-top: 28px !important;
  }

  .snmt28 {
    margin-top: -28px !important;
  }

  .snmb28 {
    margin-bottom: -28px !important;
  }

  .snml28 {
    margin-left: -28px !important;
  }

  .snmr28 {
    margin-right: -28px !important;
  }

  .spb28 {
    padding-bottom: 28px !important;
  }

  .spt28 {
    padding-top: 28px !important;
  }

  .spr28 {
    padding-right: 28px !important;
  }

  .spl28 {
    padding-left: 28px !important;
  }

  .smb29 {
    margin-bottom: 29px !important;
  }

  .smr29 {
    margin-right: 29px !important;
  }

  .sml29 {
    margin-left: 29px !important;
  }

  .smt29 {
    margin-top: 29px !important;
  }

  .snmt29 {
    margin-top: -29px !important;
  }

  .snmb29 {
    margin-bottom: -29px !important;
  }

  .snml29 {
    margin-left: -29px !important;
  }

  .snmr29 {
    margin-right: -29px !important;
  }

  .spb29 {
    padding-bottom: 29px !important;
  }

  .spt29 {
    padding-top: 29px !important;
  }

  .spr29 {
    padding-right: 29px !important;
  }

  .spl29 {
    padding-left: 29px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .smb31 {
    margin-bottom: 31px !important;
  }

  .smr31 {
    margin-right: 31px !important;
  }

  .sml31 {
    margin-left: 31px !important;
  }

  .smt31 {
    margin-top: 31px !important;
  }

  .snmt31 {
    margin-top: -31px !important;
  }

  .snmb31 {
    margin-bottom: -31px !important;
  }

  .snml31 {
    margin-left: -31px !important;
  }

  .snmr31 {
    margin-right: -31px !important;
  }

  .spb31 {
    padding-bottom: 31px !important;
  }

  .spt31 {
    padding-top: 31px !important;
  }

  .spr31 {
    padding-right: 31px !important;
  }

  .spl31 {
    padding-left: 31px !important;
  }

  .smb32 {
    margin-bottom: 32px !important;
  }

  .smr32 {
    margin-right: 32px !important;
  }

  .sml32 {
    margin-left: 32px !important;
  }

  .smt32 {
    margin-top: 32px !important;
  }

  .snmt32 {
    margin-top: -32px !important;
  }

  .snmb32 {
    margin-bottom: -32px !important;
  }

  .snml32 {
    margin-left: -32px !important;
  }

  .snmr32 {
    margin-right: -32px !important;
  }

  .spb32 {
    padding-bottom: 32px !important;
  }

  .spt32 {
    padding-top: 32px !important;
  }

  .spr32 {
    padding-right: 32px !important;
  }

  .spl32 {
    padding-left: 32px !important;
  }

  .smb33 {
    margin-bottom: 33px !important;
  }

  .smr33 {
    margin-right: 33px !important;
  }

  .sml33 {
    margin-left: 33px !important;
  }

  .smt33 {
    margin-top: 33px !important;
  }

  .snmt33 {
    margin-top: -33px !important;
  }

  .snmb33 {
    margin-bottom: -33px !important;
  }

  .snml33 {
    margin-left: -33px !important;
  }

  .snmr33 {
    margin-right: -33px !important;
  }

  .spb33 {
    padding-bottom: 33px !important;
  }

  .spt33 {
    padding-top: 33px !important;
  }

  .spr33 {
    padding-right: 33px !important;
  }

  .spl33 {
    padding-left: 33px !important;
  }

  .smb34 {
    margin-bottom: 34px !important;
  }

  .smr34 {
    margin-right: 34px !important;
  }

  .sml34 {
    margin-left: 34px !important;
  }

  .smt34 {
    margin-top: 34px !important;
  }

  .snmt34 {
    margin-top: -34px !important;
  }

  .snmb34 {
    margin-bottom: -34px !important;
  }

  .snml34 {
    margin-left: -34px !important;
  }

  .snmr34 {
    margin-right: -34px !important;
  }

  .spb34 {
    padding-bottom: 34px !important;
  }

  .spt34 {
    padding-top: 34px !important;
  }

  .spr34 {
    padding-right: 34px !important;
  }

  .spl34 {
    padding-left: 34px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .smb36 {
    margin-bottom: 36px !important;
  }

  .smr36 {
    margin-right: 36px !important;
  }

  .sml36 {
    margin-left: 36px !important;
  }

  .smt36 {
    margin-top: 36px !important;
  }

  .snmt36 {
    margin-top: -36px !important;
  }

  .snmb36 {
    margin-bottom: -36px !important;
  }

  .snml36 {
    margin-left: -36px !important;
  }

  .snmr36 {
    margin-right: -36px !important;
  }

  .spb36 {
    padding-bottom: 36px !important;
  }

  .spt36 {
    padding-top: 36px !important;
  }

  .spr36 {
    padding-right: 36px !important;
  }

  .spl36 {
    padding-left: 36px !important;
  }

  .smb37 {
    margin-bottom: 37px !important;
  }

  .smr37 {
    margin-right: 37px !important;
  }

  .sml37 {
    margin-left: 37px !important;
  }

  .smt37 {
    margin-top: 37px !important;
  }

  .snmt37 {
    margin-top: -37px !important;
  }

  .snmb37 {
    margin-bottom: -37px !important;
  }

  .snml37 {
    margin-left: -37px !important;
  }

  .snmr37 {
    margin-right: -37px !important;
  }

  .spb37 {
    padding-bottom: 37px !important;
  }

  .spt37 {
    padding-top: 37px !important;
  }

  .spr37 {
    padding-right: 37px !important;
  }

  .spl37 {
    padding-left: 37px !important;
  }

  .smb38 {
    margin-bottom: 38px !important;
  }

  .smr38 {
    margin-right: 38px !important;
  }

  .sml38 {
    margin-left: 38px !important;
  }

  .smt38 {
    margin-top: 38px !important;
  }

  .snmt38 {
    margin-top: -38px !important;
  }

  .snmb38 {
    margin-bottom: -38px !important;
  }

  .snml38 {
    margin-left: -38px !important;
  }

  .snmr38 {
    margin-right: -38px !important;
  }

  .spb38 {
    padding-bottom: 38px !important;
  }

  .spt38 {
    padding-top: 38px !important;
  }

  .spr38 {
    padding-right: 38px !important;
  }

  .spl38 {
    padding-left: 38px !important;
  }

  .smb39 {
    margin-bottom: 39px !important;
  }

  .smr39 {
    margin-right: 39px !important;
  }

  .sml39 {
    margin-left: 39px !important;
  }

  .smt39 {
    margin-top: 39px !important;
  }

  .snmt39 {
    margin-top: -39px !important;
  }

  .snmb39 {
    margin-bottom: -39px !important;
  }

  .snml39 {
    margin-left: -39px !important;
  }

  .snmr39 {
    margin-right: -39px !important;
  }

  .spb39 {
    padding-bottom: 39px !important;
  }

  .spt39 {
    padding-top: 39px !important;
  }

  .spr39 {
    padding-right: 39px !important;
  }

  .spl39 {
    padding-left: 39px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .smb41 {
    margin-bottom: 41px !important;
  }

  .smr41 {
    margin-right: 41px !important;
  }

  .sml41 {
    margin-left: 41px !important;
  }

  .smt41 {
    margin-top: 41px !important;
  }

  .snmt41 {
    margin-top: -41px !important;
  }

  .snmb41 {
    margin-bottom: -41px !important;
  }

  .snml41 {
    margin-left: -41px !important;
  }

  .snmr41 {
    margin-right: -41px !important;
  }

  .spb41 {
    padding-bottom: 41px !important;
  }

  .spt41 {
    padding-top: 41px !important;
  }

  .spr41 {
    padding-right: 41px !important;
  }

  .spl41 {
    padding-left: 41px !important;
  }

  .smb42 {
    margin-bottom: 42px !important;
  }

  .smr42 {
    margin-right: 42px !important;
  }

  .sml42 {
    margin-left: 42px !important;
  }

  .smt42 {
    margin-top: 42px !important;
  }

  .snmt42 {
    margin-top: -42px !important;
  }

  .snmb42 {
    margin-bottom: -42px !important;
  }

  .snml42 {
    margin-left: -42px !important;
  }

  .snmr42 {
    margin-right: -42px !important;
  }

  .spb42 {
    padding-bottom: 42px !important;
  }

  .spt42 {
    padding-top: 42px !important;
  }

  .spr42 {
    padding-right: 42px !important;
  }

  .spl42 {
    padding-left: 42px !important;
  }

  .smb43 {
    margin-bottom: 43px !important;
  }

  .smr43 {
    margin-right: 43px !important;
  }

  .sml43 {
    margin-left: 43px !important;
  }

  .smt43 {
    margin-top: 43px !important;
  }

  .snmt43 {
    margin-top: -43px !important;
  }

  .snmb43 {
    margin-bottom: -43px !important;
  }

  .snml43 {
    margin-left: -43px !important;
  }

  .snmr43 {
    margin-right: -43px !important;
  }

  .spb43 {
    padding-bottom: 43px !important;
  }

  .spt43 {
    padding-top: 43px !important;
  }

  .spr43 {
    padding-right: 43px !important;
  }

  .spl43 {
    padding-left: 43px !important;
  }

  .smb44 {
    margin-bottom: 44px !important;
  }

  .smr44 {
    margin-right: 44px !important;
  }

  .sml44 {
    margin-left: 44px !important;
  }

  .smt44 {
    margin-top: 44px !important;
  }

  .snmt44 {
    margin-top: -44px !important;
  }

  .snmb44 {
    margin-bottom: -44px !important;
  }

  .snml44 {
    margin-left: -44px !important;
  }

  .snmr44 {
    margin-right: -44px !important;
  }

  .spb44 {
    padding-bottom: 44px !important;
  }

  .spt44 {
    padding-top: 44px !important;
  }

  .spr44 {
    padding-right: 44px !important;
  }

  .spl44 {
    padding-left: 44px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .smb46 {
    margin-bottom: 46px !important;
  }

  .smr46 {
    margin-right: 46px !important;
  }

  .sml46 {
    margin-left: 46px !important;
  }

  .smt46 {
    margin-top: 46px !important;
  }

  .snmt46 {
    margin-top: -46px !important;
  }

  .snmb46 {
    margin-bottom: -46px !important;
  }

  .snml46 {
    margin-left: -46px !important;
  }

  .snmr46 {
    margin-right: -46px !important;
  }

  .spb46 {
    padding-bottom: 46px !important;
  }

  .spt46 {
    padding-top: 46px !important;
  }

  .spr46 {
    padding-right: 46px !important;
  }

  .spl46 {
    padding-left: 46px !important;
  }

  .smb47 {
    margin-bottom: 47px !important;
  }

  .smr47 {
    margin-right: 47px !important;
  }

  .sml47 {
    margin-left: 47px !important;
  }

  .smt47 {
    margin-top: 47px !important;
  }

  .snmt47 {
    margin-top: -47px !important;
  }

  .snmb47 {
    margin-bottom: -47px !important;
  }

  .snml47 {
    margin-left: -47px !important;
  }

  .snmr47 {
    margin-right: -47px !important;
  }

  .spb47 {
    padding-bottom: 47px !important;
  }

  .spt47 {
    padding-top: 47px !important;
  }

  .spr47 {
    padding-right: 47px !important;
  }

  .spl47 {
    padding-left: 47px !important;
  }

  .smb48 {
    margin-bottom: 48px !important;
  }

  .smr48 {
    margin-right: 48px !important;
  }

  .sml48 {
    margin-left: 48px !important;
  }

  .smt48 {
    margin-top: 48px !important;
  }

  .snmt48 {
    margin-top: -48px !important;
  }

  .snmb48 {
    margin-bottom: -48px !important;
  }

  .snml48 {
    margin-left: -48px !important;
  }

  .snmr48 {
    margin-right: -48px !important;
  }

  .spb48 {
    padding-bottom: 48px !important;
  }

  .spt48 {
    padding-top: 48px !important;
  }

  .spr48 {
    padding-right: 48px !important;
  }

  .spl48 {
    padding-left: 48px !important;
  }

  .smb49 {
    margin-bottom: 49px !important;
  }

  .smr49 {
    margin-right: 49px !important;
  }

  .sml49 {
    margin-left: 49px !important;
  }

  .smt49 {
    margin-top: 49px !important;
  }

  .snmt49 {
    margin-top: -49px !important;
  }

  .snmb49 {
    margin-bottom: -49px !important;
  }

  .snml49 {
    margin-left: -49px !important;
  }

  .snmr49 {
    margin-right: -49px !important;
  }

  .spb49 {
    padding-bottom: 49px !important;
  }

  .spt49 {
    padding-top: 49px !important;
  }

  .spr49 {
    padding-right: 49px !important;
  }

  .spl49 {
    padding-left: 49px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .smb51 {
    margin-bottom: 51px !important;
  }

  .smr51 {
    margin-right: 51px !important;
  }

  .sml51 {
    margin-left: 51px !important;
  }

  .smt51 {
    margin-top: 51px !important;
  }

  .snmt51 {
    margin-top: -51px !important;
  }

  .snmb51 {
    margin-bottom: -51px !important;
  }

  .snml51 {
    margin-left: -51px !important;
  }

  .snmr51 {
    margin-right: -51px !important;
  }

  .spb51 {
    padding-bottom: 51px !important;
  }

  .spt51 {
    padding-top: 51px !important;
  }

  .spr51 {
    padding-right: 51px !important;
  }

  .spl51 {
    padding-left: 51px !important;
  }

  .smb52 {
    margin-bottom: 52px !important;
  }

  .smr52 {
    margin-right: 52px !important;
  }

  .sml52 {
    margin-left: 52px !important;
  }

  .smt52 {
    margin-top: 52px !important;
  }

  .snmt52 {
    margin-top: -52px !important;
  }

  .snmb52 {
    margin-bottom: -52px !important;
  }

  .snml52 {
    margin-left: -52px !important;
  }

  .snmr52 {
    margin-right: -52px !important;
  }

  .spb52 {
    padding-bottom: 52px !important;
  }

  .spt52 {
    padding-top: 52px !important;
  }

  .spr52 {
    padding-right: 52px !important;
  }

  .spl52 {
    padding-left: 52px !important;
  }

  .smb53 {
    margin-bottom: 53px !important;
  }

  .smr53 {
    margin-right: 53px !important;
  }

  .sml53 {
    margin-left: 53px !important;
  }

  .smt53 {
    margin-top: 53px !important;
  }

  .snmt53 {
    margin-top: -53px !important;
  }

  .snmb53 {
    margin-bottom: -53px !important;
  }

  .snml53 {
    margin-left: -53px !important;
  }

  .snmr53 {
    margin-right: -53px !important;
  }

  .spb53 {
    padding-bottom: 53px !important;
  }

  .spt53 {
    padding-top: 53px !important;
  }

  .spr53 {
    padding-right: 53px !important;
  }

  .spl53 {
    padding-left: 53px !important;
  }

  .smb54 {
    margin-bottom: 54px !important;
  }

  .smr54 {
    margin-right: 54px !important;
  }

  .sml54 {
    margin-left: 54px !important;
  }

  .smt54 {
    margin-top: 54px !important;
  }

  .snmt54 {
    margin-top: -54px !important;
  }

  .snmb54 {
    margin-bottom: -54px !important;
  }

  .snml54 {
    margin-left: -54px !important;
  }

  .snmr54 {
    margin-right: -54px !important;
  }

  .spb54 {
    padding-bottom: 54px !important;
  }

  .spt54 {
    padding-top: 54px !important;
  }

  .spr54 {
    padding-right: 54px !important;
  }

  .spl54 {
    padding-left: 54px !important;
  }

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

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

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

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

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

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

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

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

  .spb55 {
    padding-bottom: 55px !important;
  }

  .spt55 {
    padding-top: 55px !important;
  }

  .spr55 {
    padding-right: 55px !important;
  }

  .spl55 {
    padding-left: 55px !important;
  }

  .smb56 {
    margin-bottom: 56px !important;
  }

  .smr56 {
    margin-right: 56px !important;
  }

  .sml56 {
    margin-left: 56px !important;
  }

  .smt56 {
    margin-top: 56px !important;
  }

  .snmt56 {
    margin-top: -56px !important;
  }

  .snmb56 {
    margin-bottom: -56px !important;
  }

  .snml56 {
    margin-left: -56px !important;
  }

  .snmr56 {
    margin-right: -56px !important;
  }

  .spb56 {
    padding-bottom: 56px !important;
  }

  .spt56 {
    padding-top: 56px !important;
  }

  .spr56 {
    padding-right: 56px !important;
  }

  .spl56 {
    padding-left: 56px !important;
  }

  .smb57 {
    margin-bottom: 57px !important;
  }

  .smr57 {
    margin-right: 57px !important;
  }

  .sml57 {
    margin-left: 57px !important;
  }

  .smt57 {
    margin-top: 57px !important;
  }

  .snmt57 {
    margin-top: -57px !important;
  }

  .snmb57 {
    margin-bottom: -57px !important;
  }

  .snml57 {
    margin-left: -57px !important;
  }

  .snmr57 {
    margin-right: -57px !important;
  }

  .spb57 {
    padding-bottom: 57px !important;
  }

  .spt57 {
    padding-top: 57px !important;
  }

  .spr57 {
    padding-right: 57px !important;
  }

  .spl57 {
    padding-left: 57px !important;
  }

  .smb58 {
    margin-bottom: 58px !important;
  }

  .smr58 {
    margin-right: 58px !important;
  }

  .sml58 {
    margin-left: 58px !important;
  }

  .smt58 {
    margin-top: 58px !important;
  }

  .snmt58 {
    margin-top: -58px !important;
  }

  .snmb58 {
    margin-bottom: -58px !important;
  }

  .snml58 {
    margin-left: -58px !important;
  }

  .snmr58 {
    margin-right: -58px !important;
  }

  .spb58 {
    padding-bottom: 58px !important;
  }

  .spt58 {
    padding-top: 58px !important;
  }

  .spr58 {
    padding-right: 58px !important;
  }

  .spl58 {
    padding-left: 58px !important;
  }

  .smb59 {
    margin-bottom: 59px !important;
  }

  .smr59 {
    margin-right: 59px !important;
  }

  .sml59 {
    margin-left: 59px !important;
  }

  .smt59 {
    margin-top: 59px !important;
  }

  .snmt59 {
    margin-top: -59px !important;
  }

  .snmb59 {
    margin-bottom: -59px !important;
  }

  .snml59 {
    margin-left: -59px !important;
  }

  .snmr59 {
    margin-right: -59px !important;
  }

  .spb59 {
    padding-bottom: 59px !important;
  }

  .spt59 {
    padding-top: 59px !important;
  }

  .spr59 {
    padding-right: 59px !important;
  }

  .spl59 {
    padding-left: 59px !important;
  }

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

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

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

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

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

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

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

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

  .spb60 {
    padding-bottom: 60px !important;
  }

  .spt60 {
    padding-top: 60px !important;
  }

  .spr60 {
    padding-right: 60px !important;
  }

  .spl60 {
    padding-left: 60px !important;
  }

  .smb61 {
    margin-bottom: 61px !important;
  }

  .smr61 {
    margin-right: 61px !important;
  }

  .sml61 {
    margin-left: 61px !important;
  }

  .smt61 {
    margin-top: 61px !important;
  }

  .snmt61 {
    margin-top: -61px !important;
  }

  .snmb61 {
    margin-bottom: -61px !important;
  }

  .snml61 {
    margin-left: -61px !important;
  }

  .snmr61 {
    margin-right: -61px !important;
  }

  .spb61 {
    padding-bottom: 61px !important;
  }

  .spt61 {
    padding-top: 61px !important;
  }

  .spr61 {
    padding-right: 61px !important;
  }

  .spl61 {
    padding-left: 61px !important;
  }

  .smb62 {
    margin-bottom: 62px !important;
  }

  .smr62 {
    margin-right: 62px !important;
  }

  .sml62 {
    margin-left: 62px !important;
  }

  .smt62 {
    margin-top: 62px !important;
  }

  .snmt62 {
    margin-top: -62px !important;
  }

  .snmb62 {
    margin-bottom: -62px !important;
  }

  .snml62 {
    margin-left: -62px !important;
  }

  .snmr62 {
    margin-right: -62px !important;
  }

  .spb62 {
    padding-bottom: 62px !important;
  }

  .spt62 {
    padding-top: 62px !important;
  }

  .spr62 {
    padding-right: 62px !important;
  }

  .spl62 {
    padding-left: 62px !important;
  }

  .smb63 {
    margin-bottom: 63px !important;
  }

  .smr63 {
    margin-right: 63px !important;
  }

  .sml63 {
    margin-left: 63px !important;
  }

  .smt63 {
    margin-top: 63px !important;
  }

  .snmt63 {
    margin-top: -63px !important;
  }

  .snmb63 {
    margin-bottom: -63px !important;
  }

  .snml63 {
    margin-left: -63px !important;
  }

  .snmr63 {
    margin-right: -63px !important;
  }

  .spb63 {
    padding-bottom: 63px !important;
  }

  .spt63 {
    padding-top: 63px !important;
  }

  .spr63 {
    padding-right: 63px !important;
  }

  .spl63 {
    padding-left: 63px !important;
  }

  .smb64 {
    margin-bottom: 64px !important;
  }

  .smr64 {
    margin-right: 64px !important;
  }

  .sml64 {
    margin-left: 64px !important;
  }

  .smt64 {
    margin-top: 64px !important;
  }

  .snmt64 {
    margin-top: -64px !important;
  }

  .snmb64 {
    margin-bottom: -64px !important;
  }

  .snml64 {
    margin-left: -64px !important;
  }

  .snmr64 {
    margin-right: -64px !important;
  }

  .spb64 {
    padding-bottom: 64px !important;
  }

  .spt64 {
    padding-top: 64px !important;
  }

  .spr64 {
    padding-right: 64px !important;
  }

  .spl64 {
    padding-left: 64px !important;
  }

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

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

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

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

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

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

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

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

  .spb65 {
    padding-bottom: 65px !important;
  }

  .spt65 {
    padding-top: 65px !important;
  }

  .spr65 {
    padding-right: 65px !important;
  }

  .spl65 {
    padding-left: 65px !important;
  }

  .smb66 {
    margin-bottom: 66px !important;
  }

  .smr66 {
    margin-right: 66px !important;
  }

  .sml66 {
    margin-left: 66px !important;
  }

  .smt66 {
    margin-top: 66px !important;
  }

  .snmt66 {
    margin-top: -66px !important;
  }

  .snmb66 {
    margin-bottom: -66px !important;
  }

  .snml66 {
    margin-left: -66px !important;
  }

  .snmr66 {
    margin-right: -66px !important;
  }

  .spb66 {
    padding-bottom: 66px !important;
  }

  .spt66 {
    padding-top: 66px !important;
  }

  .spr66 {
    padding-right: 66px !important;
  }

  .spl66 {
    padding-left: 66px !important;
  }

  .smb67 {
    margin-bottom: 67px !important;
  }

  .smr67 {
    margin-right: 67px !important;
  }

  .sml67 {
    margin-left: 67px !important;
  }

  .smt67 {
    margin-top: 67px !important;
  }

  .snmt67 {
    margin-top: -67px !important;
  }

  .snmb67 {
    margin-bottom: -67px !important;
  }

  .snml67 {
    margin-left: -67px !important;
  }

  .snmr67 {
    margin-right: -67px !important;
  }

  .spb67 {
    padding-bottom: 67px !important;
  }

  .spt67 {
    padding-top: 67px !important;
  }

  .spr67 {
    padding-right: 67px !important;
  }

  .spl67 {
    padding-left: 67px !important;
  }

  .smb68 {
    margin-bottom: 68px !important;
  }

  .smr68 {
    margin-right: 68px !important;
  }

  .sml68 {
    margin-left: 68px !important;
  }

  .smt68 {
    margin-top: 68px !important;
  }

  .snmt68 {
    margin-top: -68px !important;
  }

  .snmb68 {
    margin-bottom: -68px !important;
  }

  .snml68 {
    margin-left: -68px !important;
  }

  .snmr68 {
    margin-right: -68px !important;
  }

  .spb68 {
    padding-bottom: 68px !important;
  }

  .spt68 {
    padding-top: 68px !important;
  }

  .spr68 {
    padding-right: 68px !important;
  }

  .spl68 {
    padding-left: 68px !important;
  }

  .smb69 {
    margin-bottom: 69px !important;
  }

  .smr69 {
    margin-right: 69px !important;
  }

  .sml69 {
    margin-left: 69px !important;
  }

  .smt69 {
    margin-top: 69px !important;
  }

  .snmt69 {
    margin-top: -69px !important;
  }

  .snmb69 {
    margin-bottom: -69px !important;
  }

  .snml69 {
    margin-left: -69px !important;
  }

  .snmr69 {
    margin-right: -69px !important;
  }

  .spb69 {
    padding-bottom: 69px !important;
  }

  .spt69 {
    padding-top: 69px !important;
  }

  .spr69 {
    padding-right: 69px !important;
  }

  .spl69 {
    padding-left: 69px !important;
  }

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

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

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

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

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

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

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

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

  .spb70 {
    padding-bottom: 70px !important;
  }

  .spt70 {
    padding-top: 70px !important;
  }

  .spr70 {
    padding-right: 70px !important;
  }

  .spl70 {
    padding-left: 70px !important;
  }

  .smb71 {
    margin-bottom: 71px !important;
  }

  .smr71 {
    margin-right: 71px !important;
  }

  .sml71 {
    margin-left: 71px !important;
  }

  .smt71 {
    margin-top: 71px !important;
  }

  .snmt71 {
    margin-top: -71px !important;
  }

  .snmb71 {
    margin-bottom: -71px !important;
  }

  .snml71 {
    margin-left: -71px !important;
  }

  .snmr71 {
    margin-right: -71px !important;
  }

  .spb71 {
    padding-bottom: 71px !important;
  }

  .spt71 {
    padding-top: 71px !important;
  }

  .spr71 {
    padding-right: 71px !important;
  }

  .spl71 {
    padding-left: 71px !important;
  }

  .smb72 {
    margin-bottom: 72px !important;
  }

  .smr72 {
    margin-right: 72px !important;
  }

  .sml72 {
    margin-left: 72px !important;
  }

  .smt72 {
    margin-top: 72px !important;
  }

  .snmt72 {
    margin-top: -72px !important;
  }

  .snmb72 {
    margin-bottom: -72px !important;
  }

  .snml72 {
    margin-left: -72px !important;
  }

  .snmr72 {
    margin-right: -72px !important;
  }

  .spb72 {
    padding-bottom: 72px !important;
  }

  .spt72 {
    padding-top: 72px !important;
  }

  .spr72 {
    padding-right: 72px !important;
  }

  .spl72 {
    padding-left: 72px !important;
  }

  .smb73 {
    margin-bottom: 73px !important;
  }

  .smr73 {
    margin-right: 73px !important;
  }

  .sml73 {
    margin-left: 73px !important;
  }

  .smt73 {
    margin-top: 73px !important;
  }

  .snmt73 {
    margin-top: -73px !important;
  }

  .snmb73 {
    margin-bottom: -73px !important;
  }

  .snml73 {
    margin-left: -73px !important;
  }

  .snmr73 {
    margin-right: -73px !important;
  }

  .spb73 {
    padding-bottom: 73px !important;
  }

  .spt73 {
    padding-top: 73px !important;
  }

  .spr73 {
    padding-right: 73px !important;
  }

  .spl73 {
    padding-left: 73px !important;
  }

  .smb74 {
    margin-bottom: 74px !important;
  }

  .smr74 {
    margin-right: 74px !important;
  }

  .sml74 {
    margin-left: 74px !important;
  }

  .smt74 {
    margin-top: 74px !important;
  }

  .snmt74 {
    margin-top: -74px !important;
  }

  .snmb74 {
    margin-bottom: -74px !important;
  }

  .snml74 {
    margin-left: -74px !important;
  }

  .snmr74 {
    margin-right: -74px !important;
  }

  .spb74 {
    padding-bottom: 74px !important;
  }

  .spt74 {
    padding-top: 74px !important;
  }

  .spr74 {
    padding-right: 74px !important;
  }

  .spl74 {
    padding-left: 74px !important;
  }

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

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

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

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

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

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

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

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

  .spb75 {
    padding-bottom: 75px !important;
  }

  .spt75 {
    padding-top: 75px !important;
  }

  .spr75 {
    padding-right: 75px !important;
  }

  .spl75 {
    padding-left: 75px !important;
  }

  .smb76 {
    margin-bottom: 76px !important;
  }

  .smr76 {
    margin-right: 76px !important;
  }

  .sml76 {
    margin-left: 76px !important;
  }

  .smt76 {
    margin-top: 76px !important;
  }

  .snmt76 {
    margin-top: -76px !important;
  }

  .snmb76 {
    margin-bottom: -76px !important;
  }

  .snml76 {
    margin-left: -76px !important;
  }

  .snmr76 {
    margin-right: -76px !important;
  }

  .spb76 {
    padding-bottom: 76px !important;
  }

  .spt76 {
    padding-top: 76px !important;
  }

  .spr76 {
    padding-right: 76px !important;
  }

  .spl76 {
    padding-left: 76px !important;
  }

  .smb77 {
    margin-bottom: 77px !important;
  }

  .smr77 {
    margin-right: 77px !important;
  }

  .sml77 {
    margin-left: 77px !important;
  }

  .smt77 {
    margin-top: 77px !important;
  }

  .snmt77 {
    margin-top: -77px !important;
  }

  .snmb77 {
    margin-bottom: -77px !important;
  }

  .snml77 {
    margin-left: -77px !important;
  }

  .snmr77 {
    margin-right: -77px !important;
  }

  .spb77 {
    padding-bottom: 77px !important;
  }

  .spt77 {
    padding-top: 77px !important;
  }

  .spr77 {
    padding-right: 77px !important;
  }

  .spl77 {
    padding-left: 77px !important;
  }

  .smb78 {
    margin-bottom: 78px !important;
  }

  .smr78 {
    margin-right: 78px !important;
  }

  .sml78 {
    margin-left: 78px !important;
  }

  .smt78 {
    margin-top: 78px !important;
  }

  .snmt78 {
    margin-top: -78px !important;
  }

  .snmb78 {
    margin-bottom: -78px !important;
  }

  .snml78 {
    margin-left: -78px !important;
  }

  .snmr78 {
    margin-right: -78px !important;
  }

  .spb78 {
    padding-bottom: 78px !important;
  }

  .spt78 {
    padding-top: 78px !important;
  }

  .spr78 {
    padding-right: 78px !important;
  }

  .spl78 {
    padding-left: 78px !important;
  }

  .smb79 {
    margin-bottom: 79px !important;
  }

  .smr79 {
    margin-right: 79px !important;
  }

  .sml79 {
    margin-left: 79px !important;
  }

  .smt79 {
    margin-top: 79px !important;
  }

  .snmt79 {
    margin-top: -79px !important;
  }

  .snmb79 {
    margin-bottom: -79px !important;
  }

  .snml79 {
    margin-left: -79px !important;
  }

  .snmr79 {
    margin-right: -79px !important;
  }

  .spb79 {
    padding-bottom: 79px !important;
  }

  .spt79 {
    padding-top: 79px !important;
  }

  .spr79 {
    padding-right: 79px !important;
  }

  .spl79 {
    padding-left: 79px !important;
  }

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

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

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

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

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

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

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

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

  .spb80 {
    padding-bottom: 80px !important;
  }

  .spt80 {
    padding-top: 80px !important;
  }

  .spr80 {
    padding-right: 80px !important;
  }

  .spl80 {
    padding-left: 80px !important;
  }

  .smb81 {
    margin-bottom: 81px !important;
  }

  .smr81 {
    margin-right: 81px !important;
  }

  .sml81 {
    margin-left: 81px !important;
  }

  .smt81 {
    margin-top: 81px !important;
  }

  .snmt81 {
    margin-top: -81px !important;
  }

  .snmb81 {
    margin-bottom: -81px !important;
  }

  .snml81 {
    margin-left: -81px !important;
  }

  .snmr81 {
    margin-right: -81px !important;
  }

  .spb81 {
    padding-bottom: 81px !important;
  }

  .spt81 {
    padding-top: 81px !important;
  }

  .spr81 {
    padding-right: 81px !important;
  }

  .spl81 {
    padding-left: 81px !important;
  }

  .smb82 {
    margin-bottom: 82px !important;
  }

  .smr82 {
    margin-right: 82px !important;
  }

  .sml82 {
    margin-left: 82px !important;
  }

  .smt82 {
    margin-top: 82px !important;
  }

  .snmt82 {
    margin-top: -82px !important;
  }

  .snmb82 {
    margin-bottom: -82px !important;
  }

  .snml82 {
    margin-left: -82px !important;
  }

  .snmr82 {
    margin-right: -82px !important;
  }

  .spb82 {
    padding-bottom: 82px !important;
  }

  .spt82 {
    padding-top: 82px !important;
  }

  .spr82 {
    padding-right: 82px !important;
  }

  .spl82 {
    padding-left: 82px !important;
  }

  .smb83 {
    margin-bottom: 83px !important;
  }

  .smr83 {
    margin-right: 83px !important;
  }

  .sml83 {
    margin-left: 83px !important;
  }

  .smt83 {
    margin-top: 83px !important;
  }

  .snmt83 {
    margin-top: -83px !important;
  }

  .snmb83 {
    margin-bottom: -83px !important;
  }

  .snml83 {
    margin-left: -83px !important;
  }

  .snmr83 {
    margin-right: -83px !important;
  }

  .spb83 {
    padding-bottom: 83px !important;
  }

  .spt83 {
    padding-top: 83px !important;
  }

  .spr83 {
    padding-right: 83px !important;
  }

  .spl83 {
    padding-left: 83px !important;
  }

  .smb84 {
    margin-bottom: 84px !important;
  }

  .smr84 {
    margin-right: 84px !important;
  }

  .sml84 {
    margin-left: 84px !important;
  }

  .smt84 {
    margin-top: 84px !important;
  }

  .snmt84 {
    margin-top: -84px !important;
  }

  .snmb84 {
    margin-bottom: -84px !important;
  }

  .snml84 {
    margin-left: -84px !important;
  }

  .snmr84 {
    margin-right: -84px !important;
  }

  .spb84 {
    padding-bottom: 84px !important;
  }

  .spt84 {
    padding-top: 84px !important;
  }

  .spr84 {
    padding-right: 84px !important;
  }

  .spl84 {
    padding-left: 84px !important;
  }

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

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

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

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

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

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

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

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

  .spb85 {
    padding-bottom: 85px !important;
  }

  .spt85 {
    padding-top: 85px !important;
  }

  .spr85 {
    padding-right: 85px !important;
  }

  .spl85 {
    padding-left: 85px !important;
  }

  .smb86 {
    margin-bottom: 86px !important;
  }

  .smr86 {
    margin-right: 86px !important;
  }

  .sml86 {
    margin-left: 86px !important;
  }

  .smt86 {
    margin-top: 86px !important;
  }

  .snmt86 {
    margin-top: -86px !important;
  }

  .snmb86 {
    margin-bottom: -86px !important;
  }

  .snml86 {
    margin-left: -86px !important;
  }

  .snmr86 {
    margin-right: -86px !important;
  }

  .spb86 {
    padding-bottom: 86px !important;
  }

  .spt86 {
    padding-top: 86px !important;
  }

  .spr86 {
    padding-right: 86px !important;
  }

  .spl86 {
    padding-left: 86px !important;
  }

  .smb87 {
    margin-bottom: 87px !important;
  }

  .smr87 {
    margin-right: 87px !important;
  }

  .sml87 {
    margin-left: 87px !important;
  }

  .smt87 {
    margin-top: 87px !important;
  }

  .snmt87 {
    margin-top: -87px !important;
  }

  .snmb87 {
    margin-bottom: -87px !important;
  }

  .snml87 {
    margin-left: -87px !important;
  }

  .snmr87 {
    margin-right: -87px !important;
  }

  .spb87 {
    padding-bottom: 87px !important;
  }

  .spt87 {
    padding-top: 87px !important;
  }

  .spr87 {
    padding-right: 87px !important;
  }

  .spl87 {
    padding-left: 87px !important;
  }

  .smb88 {
    margin-bottom: 88px !important;
  }

  .smr88 {
    margin-right: 88px !important;
  }

  .sml88 {
    margin-left: 88px !important;
  }

  .smt88 {
    margin-top: 88px !important;
  }

  .snmt88 {
    margin-top: -88px !important;
  }

  .snmb88 {
    margin-bottom: -88px !important;
  }

  .snml88 {
    margin-left: -88px !important;
  }

  .snmr88 {
    margin-right: -88px !important;
  }

  .spb88 {
    padding-bottom: 88px !important;
  }

  .spt88 {
    padding-top: 88px !important;
  }

  .spr88 {
    padding-right: 88px !important;
  }

  .spl88 {
    padding-left: 88px !important;
  }

  .smb89 {
    margin-bottom: 89px !important;
  }

  .smr89 {
    margin-right: 89px !important;
  }

  .sml89 {
    margin-left: 89px !important;
  }

  .smt89 {
    margin-top: 89px !important;
  }

  .snmt89 {
    margin-top: -89px !important;
  }

  .snmb89 {
    margin-bottom: -89px !important;
  }

  .snml89 {
    margin-left: -89px !important;
  }

  .snmr89 {
    margin-right: -89px !important;
  }

  .spb89 {
    padding-bottom: 89px !important;
  }

  .spt89 {
    padding-top: 89px !important;
  }

  .spr89 {
    padding-right: 89px !important;
  }

  .spl89 {
    padding-left: 89px !important;
  }

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

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

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

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

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

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

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

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

  .spb90 {
    padding-bottom: 90px !important;
  }

  .spt90 {
    padding-top: 90px !important;
  }

  .spr90 {
    padding-right: 90px !important;
  }

  .spl90 {
    padding-left: 90px !important;
  }

  .smb91 {
    margin-bottom: 91px !important;
  }

  .smr91 {
    margin-right: 91px !important;
  }

  .sml91 {
    margin-left: 91px !important;
  }

  .smt91 {
    margin-top: 91px !important;
  }

  .snmt91 {
    margin-top: -91px !important;
  }

  .snmb91 {
    margin-bottom: -91px !important;
  }

  .snml91 {
    margin-left: -91px !important;
  }

  .snmr91 {
    margin-right: -91px !important;
  }

  .spb91 {
    padding-bottom: 91px !important;
  }

  .spt91 {
    padding-top: 91px !important;
  }

  .spr91 {
    padding-right: 91px !important;
  }

  .spl91 {
    padding-left: 91px !important;
  }

  .smb92 {
    margin-bottom: 92px !important;
  }

  .smr92 {
    margin-right: 92px !important;
  }

  .sml92 {
    margin-left: 92px !important;
  }

  .smt92 {
    margin-top: 92px !important;
  }

  .snmt92 {
    margin-top: -92px !important;
  }

  .snmb92 {
    margin-bottom: -92px !important;
  }

  .snml92 {
    margin-left: -92px !important;
  }

  .snmr92 {
    margin-right: -92px !important;
  }

  .spb92 {
    padding-bottom: 92px !important;
  }

  .spt92 {
    padding-top: 92px !important;
  }

  .spr92 {
    padding-right: 92px !important;
  }

  .spl92 {
    padding-left: 92px !important;
  }

  .smb93 {
    margin-bottom: 93px !important;
  }

  .smr93 {
    margin-right: 93px !important;
  }

  .sml93 {
    margin-left: 93px !important;
  }

  .smt93 {
    margin-top: 93px !important;
  }

  .snmt93 {
    margin-top: -93px !important;
  }

  .snmb93 {
    margin-bottom: -93px !important;
  }

  .snml93 {
    margin-left: -93px !important;
  }

  .snmr93 {
    margin-right: -93px !important;
  }

  .spb93 {
    padding-bottom: 93px !important;
  }

  .spt93 {
    padding-top: 93px !important;
  }

  .spr93 {
    padding-right: 93px !important;
  }

  .spl93 {
    padding-left: 93px !important;
  }

  .smb94 {
    margin-bottom: 94px !important;
  }

  .smr94 {
    margin-right: 94px !important;
  }

  .sml94 {
    margin-left: 94px !important;
  }

  .smt94 {
    margin-top: 94px !important;
  }

  .snmt94 {
    margin-top: -94px !important;
  }

  .snmb94 {
    margin-bottom: -94px !important;
  }

  .snml94 {
    margin-left: -94px !important;
  }

  .snmr94 {
    margin-right: -94px !important;
  }

  .spb94 {
    padding-bottom: 94px !important;
  }

  .spt94 {
    padding-top: 94px !important;
  }

  .spr94 {
    padding-right: 94px !important;
  }

  .spl94 {
    padding-left: 94px !important;
  }

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

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

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

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

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

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

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

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

  .spb95 {
    padding-bottom: 95px !important;
  }

  .spt95 {
    padding-top: 95px !important;
  }

  .spr95 {
    padding-right: 95px !important;
  }

  .spl95 {
    padding-left: 95px !important;
  }

  .smb96 {
    margin-bottom: 96px !important;
  }

  .smr96 {
    margin-right: 96px !important;
  }

  .sml96 {
    margin-left: 96px !important;
  }

  .smt96 {
    margin-top: 96px !important;
  }

  .snmt96 {
    margin-top: -96px !important;
  }

  .snmb96 {
    margin-bottom: -96px !important;
  }

  .snml96 {
    margin-left: -96px !important;
  }

  .snmr96 {
    margin-right: -96px !important;
  }

  .spb96 {
    padding-bottom: 96px !important;
  }

  .spt96 {
    padding-top: 96px !important;
  }

  .spr96 {
    padding-right: 96px !important;
  }

  .spl96 {
    padding-left: 96px !important;
  }

  .smb97 {
    margin-bottom: 97px !important;
  }

  .smr97 {
    margin-right: 97px !important;
  }

  .sml97 {
    margin-left: 97px !important;
  }

  .smt97 {
    margin-top: 97px !important;
  }

  .snmt97 {
    margin-top: -97px !important;
  }

  .snmb97 {
    margin-bottom: -97px !important;
  }

  .snml97 {
    margin-left: -97px !important;
  }

  .snmr97 {
    margin-right: -97px !important;
  }

  .spb97 {
    padding-bottom: 97px !important;
  }

  .spt97 {
    padding-top: 97px !important;
  }

  .spr97 {
    padding-right: 97px !important;
  }

  .spl97 {
    padding-left: 97px !important;
  }

  .smb98 {
    margin-bottom: 98px !important;
  }

  .smr98 {
    margin-right: 98px !important;
  }

  .sml98 {
    margin-left: 98px !important;
  }

  .smt98 {
    margin-top: 98px !important;
  }

  .snmt98 {
    margin-top: -98px !important;
  }

  .snmb98 {
    margin-bottom: -98px !important;
  }

  .snml98 {
    margin-left: -98px !important;
  }

  .snmr98 {
    margin-right: -98px !important;
  }

  .spb98 {
    padding-bottom: 98px !important;
  }

  .spt98 {
    padding-top: 98px !important;
  }

  .spr98 {
    padding-right: 98px !important;
  }

  .spl98 {
    padding-left: 98px !important;
  }

  .smb99 {
    margin-bottom: 99px !important;
  }

  .smr99 {
    margin-right: 99px !important;
  }

  .sml99 {
    margin-left: 99px !important;
  }

  .smt99 {
    margin-top: 99px !important;
  }

  .snmt99 {
    margin-top: -99px !important;
  }

  .snmb99 {
    margin-bottom: -99px !important;
  }

  .snml99 {
    margin-left: -99px !important;
  }

  .snmr99 {
    margin-right: -99px !important;
  }

  .spb99 {
    padding-bottom: 99px !important;
  }

  .spt99 {
    padding-top: 99px !important;
  }

  .spr99 {
    padding-right: 99px !important;
  }

  .spl99 {
    padding-left: 99px !important;
  }

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

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

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

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

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

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

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

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

  .spb100 {
    padding-bottom: 100px !important;
  }

  .spt100 {
    padding-top: 100px !important;
  }

  .spr100 {
    padding-right: 100px !important;
  }

  .spl100 {
    padding-left: 100px !important;
  }
}
#img_illust01 {
  width: 280px;
}
@media screen and (max-width: 767px) {
  #img_illust01 {
    width: 173px;
  }
}

#img_illust_ft01 {
  width: 206px;
}

#img_illust_ft02 {
  width: 109px;
}

#img_illust_ft03 {
  width: 130px;
}

.handwrite01 {
  top: -95px;
  left: -63px;
}
@media screen and (max-width: 767px) {
  .handwrite01 {
    top: -67px !important;
    left: -32px;
  }
}
.handwrite01 img {
  width: 235px;
}
@media screen and (max-width: 767px) {
  .handwrite01 img {
    width: 141px;
  }
}

.handwrite01w {
  top: -82px;
  left: -49px;
}
@media screen and (max-width: 767px) {
  .handwrite01w {
    top: -55px !important;
    left: -32px;
  }
}
.handwrite01w img {
  width: 174px;
}
@media screen and (max-width: 767px) {
  .handwrite01w img {
    width: 141px;
  }
}

.handwrite02 {
  top: -51px;
  left: -148px;
}
@media screen and (max-width: 767px) {
  .handwrite02 {
    top: -39px;
    left: -62px;
  }
}
.handwrite02 img {
  width: 136px;
}
@media screen and (max-width: 767px) {
  .handwrite02 img {
    width: 82px;
  }
}

.handwrite03 {
  top: -69px;
  left: -80px;
}
@media screen and (max-width: 767px) {
  .handwrite03 {
    top: -39px;
    left: 35px;
  }
}
.handwrite03 img {
  width: 142px;
}
@media screen and (max-width: 767px) {
  .handwrite03 img {
    width: 85px;
  }
}

.handwrite04 {
  top: -68px;
  left: -130px;
}
@media screen and (max-width: 767px) {
  .handwrite04 {
    top: -52px;
    left: -28px;
  }
}
.handwrite04 img {
  width: 182px;
}
@media screen and (max-width: 767px) {
  .handwrite04 img {
    width: 109px;
  }
}

.handwrite05 {
  top: -45px;
  left: -153px;
}
@media screen and (max-width: 767px) {
  .handwrite05 {
    top: -52px;
    left: -28px;
  }
}
.handwrite05 img {
  width: 145px;
}
@media screen and (max-width: 767px) {
  .handwrite05 img {
    width: 87px;
  }
}

.handwrite06 {
  top: -64px;
  left: -41px;
}
@media screen and (max-width: 767px) {
  .handwrite06 {
    top: -49px;
    left: -41px;
  }
}
.handwrite06 img {
  width: 175px;
}
@media screen and (max-width: 767px) {
  .handwrite06 img {
    width: 140px;
  }
}

/* ２カラム */
.twocols {
    padding: 0;
    background-color: #FFFFFF;
}

.twocols-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px 40px;

}

@media (min-width: 1000px) {
  .twocols-container{
    grid-template-columns: 5fr 5fr;

  }
}

/* 横幅と左右の余白 */
.w-container {
  width: min(90%, 1000px);
  margin: 0 auto;
}

/* カラム内のボックス */
.col div {
  display: grid; 
  place-items: center;
  height: auto;
  font-size: 60px;
}
.col:first-child div {
  background:#FFFFFF;
}
.col:last-child div {
  background:#FFFFFF;
}

/*# sourceMappingURL=style.css.map */
