@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.1em;
  scroll-margin-top: 80px;
}
@media only screen and (max-width: 1220px) {
  * {
    scroll-margin-top: 70px;
  }
}

::before,
::after {
  display: inline-block;
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  font-size: 62.5%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1.4rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1220px) {
  body {
    font-size: 1.3rem;
  }
}

.container {
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0;
}
@media only screen and (max-width: 1220px) {
  .container {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.slide-menu .container {
  max-width: 1350px;
}

p,
dt,
dd,
li,
th,
td {
  line-height: 1.8;
}

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

li {
  list-style-type: none;
}

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

button {
  overflow: visible;
  background-color: transparent;
  border-radius: 0;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

a {
  text-decoration: underline;
  color: #172a88;
}
a:hover {
  text-decoration: none;
}
.float:before, .float:after {
  content: " ";
  display: table;
}
.float:after {
  clear: both;
}
.float .left-box,
.float .left-sp {
  float: left !important;
}
.float .right-box,
.float .right-sp {
  float: right !important;
}
@media only screen and (max-width: 1220px) {
  .float > .left-box {
    float: none !important;
    width: 100% !important;
  }
  .float > .right-box {
    float: none !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .float > .left-sp {
    float: none !important;
    width: 100% !important;
  }
  .float > .right-sp {
    float: none !important;
    width: 100% !important;
  }
}

.w100 {
  width: 100% !important;
}

@media only screen and (max-width: 1220px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .pctb {
    display: none !important;
  }
}

@media only screen and (min-width: 1221px) {
  .tb {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.fade {
  transition: opacity 0.3s;
  opacity: 1;
  backface-visibility: hidden;
}
.fade:hover {
  opacity: 0.7;
}

.hover-all {
  position: relative;
}
.hover-all > a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  font-size: 0;
}

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

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

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

.f8px {
  font-size: 8px !important;
}

.f9px {
  font-size: 9px !important;
}

.f10px {
  font-size: 10px !important;
}

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

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

.f13px {
  font-size: 13px !important;
}

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

.f15px {
  font-size: 15px !important;
}

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

.f17px {
  font-size: 17px !important;
}

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

.f19px {
  font-size: 19px !important;
}

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

.f21px {
  font-size: 21px !important;
}

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

.f23px {
  font-size: 23px !important;
}

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

.f25px {
  font-size: 25px !important;
}

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

.f27px {
  font-size: 27px !important;
}

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

.f29px {
  font-size: 29px !important;
}

.f30px {
  font-size: 30px !important;
}

.f31px {
  font-size: 31px !important;
}

.f32px {
  font-size: 32px !important;
}

.f33px {
  font-size: 33px !important;
}

.f34px {
  font-size: 34px !important;
}

.f35px {
  font-size: 35px !important;
}

.f36px {
  font-size: 36px !important;
}

.f37px {
  font-size: 37px !important;
}

.f38px {
  font-size: 38px !important;
}

.f39px {
  font-size: 39px !important;
}

.f40px {
  font-size: 40px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

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

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

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

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

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

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

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

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

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

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

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

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

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

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

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

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

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

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

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

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

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

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

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

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

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

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

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

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

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

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

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

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

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

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

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

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

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

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

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

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

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

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

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

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

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

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

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

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

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

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

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

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

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

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

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

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

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

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

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

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

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

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

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

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

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

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

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

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

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

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

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

.ml110 {
  margin-left: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

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

.ml120 {
  margin-left: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

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

.ml130 {
  margin-left: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

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

.ml140 {
  margin-left: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

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

.ml150 {
  margin-left: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.ml155 {
  margin-left: 155px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.pl155 {
  padding-left: 155px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mr160 {
  margin-right: 160px !important;
}

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

.ml160 {
  margin-left: 160px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mr165 {
  margin-right: 165px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.ml165 {
  margin-left: 165px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pr165 {
  padding-right: 165px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.pl165 {
  padding-left: 165px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mr170 {
  margin-right: 170px !important;
}

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

.ml170 {
  margin-left: 170px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pr170 {
  padding-right: 170px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mr175 {
  margin-right: 175px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.ml175 {
  margin-left: 175px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pr175 {
  padding-right: 175px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.pl175 {
  padding-left: 175px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mr180 {
  margin-right: 180px !important;
}

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

.ml180 {
  margin-left: 180px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mr185 {
  margin-right: 185px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.ml185 {
  margin-left: 185px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pr185 {
  padding-right: 185px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.pl185 {
  padding-left: 185px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mr190 {
  margin-right: 190px !important;
}

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

.ml190 {
  margin-left: 190px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pr190 {
  padding-right: 190px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mr195 {
  margin-right: 195px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.ml195 {
  margin-left: 195px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pr195 {
  padding-right: 195px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.pl195 {
  padding-left: 195px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mr200 {
  margin-right: 200px !important;
}

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

.ml200 {
  margin-left: 200px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pr200 {
  padding-right: 200px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pl200 {
  padding-left: 200px !important;
}

.owl5 > * + * {
  margin-top: 5px;
}

.owl10 > * + * {
  margin-top: 10px;
}

.owl15 > * + * {
  margin-top: 15px;
}

.owl20 > * + * {
  margin-top: 20px;
}

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

.owl30 > * + * {
  margin-top: 30px;
}

.owl35 > * + * {
  margin-top: 35px;
}

.owl40 > * + * {
  margin-top: 40px;
}

.owl45 > * + * {
  margin-top: 45px;
}

.owl50 > * + * {
  margin-top: 50px;
}

.owl55 > * + * {
  margin-top: 55px;
}

.owl60 > * + * {
  margin-top: 60px;
}

.owl65 > * + * {
  margin-top: 65px;
}

.owl70 > * + * {
  margin-top: 70px;
}

.owl75 > * + * {
  margin-top: 75px;
}

.owl80 > * + * {
  margin-top: 80px;
}

.owl85 > * + * {
  margin-top: 85px;
}

.owl90 > * + * {
  margin-top: 90px;
}

.owl95 > * + * {
  margin-top: 95px;
}

.owl100 > * + * {
  margin-top: 100px;
}

.wpx5 {
  width: 5px;
}

.wpx10 {
  width: 10px;
}

.wpx15 {
  width: 15px;
}

.wpx20 {
  width: 20px;
}

.wpx25 {
  width: 25px;
}

.wpx30 {
  width: 30px;
}

.wpx35 {
  width: 35px;
}

.wpx40 {
  width: 40px;
}

.wpx45 {
  width: 45px;
}

.wpx50 {
  width: 50px;
}

.wpx55 {
  width: 55px;
}

.wpx60 {
  width: 60px;
}

.wpx65 {
  width: 65px;
}

.wpx70 {
  width: 70px;
}

.wpx75 {
  width: 75px;
}

.wpx80 {
  width: 80px;
}

.wpx85 {
  width: 85px;
}

.wpx90 {
  width: 90px;
}

.wpx95 {
  width: 95px;
}

.wpx100 {
  width: 100px;
}

.wpx105 {
  width: 105px;
}

.wpx110 {
  width: 110px;
}

.wpx115 {
  width: 115px;
}

.wpx120 {
  width: 120px;
}

.wpx125 {
  width: 125px;
}

.wpx130 {
  width: 130px;
}

.wpx135 {
  width: 135px;
}

.wpx140 {
  width: 140px;
}

.wpx145 {
  width: 145px;
}

.wpx150 {
  width: 150px;
}

.wpx155 {
  width: 155px;
}

.wpx160 {
  width: 160px;
}

.wpx165 {
  width: 165px;
}

.wpx170 {
  width: 170px;
}

.wpx175 {
  width: 175px;
}

.wpx180 {
  width: 180px;
}

.wpx185 {
  width: 185px;
}

.wpx190 {
  width: 190px;
}

.wpx195 {
  width: 195px;
}

.wpx200 {
  width: 200px;
}

.wpx205 {
  width: 205px;
}

.wpx210 {
  width: 210px;
}

.wpx215 {
  width: 215px;
}

.wpx220 {
  width: 220px;
}

.wpx225 {
  width: 225px;
}

.wpx230 {
  width: 230px;
}

.wpx235 {
  width: 235px;
}

.wpx240 {
  width: 240px;
}

.wpx245 {
  width: 245px;
}

.wpx250 {
  width: 250px;
}

.wpx255 {
  width: 255px;
}

.wpx260 {
  width: 260px;
}

.wpx265 {
  width: 265px;
}

.wpx270 {
  width: 270px;
}

.wpx275 {
  width: 275px;
}

.wpx280 {
  width: 280px;
}

.wpx285 {
  width: 285px;
}

.wpx290 {
  width: 290px;
}

.wpx295 {
  width: 295px;
}

.wpx300 {
  width: 300px;
}

.wpx305 {
  width: 305px;
}

.wpx310 {
  width: 310px;
}

.wpx315 {
  width: 315px;
}

.wpx320 {
  width: 320px;
}

.wpx325 {
  width: 325px;
}

.wpx330 {
  width: 330px;
}

.wpx335 {
  width: 335px;
}

.wpx340 {
  width: 340px;
}

.wpx345 {
  width: 345px;
}

.wpx350 {
  width: 350px;
}

.wpx355 {
  width: 355px;
}

.wpx360 {
  width: 360px;
}

.wpx365 {
  width: 365px;
}

.wpx370 {
  width: 370px;
}

.wpx375 {
  width: 375px;
}

.wpx380 {
  width: 380px;
}

.wpx385 {
  width: 385px;
}

.wpx390 {
  width: 390px;
}

.wpx395 {
  width: 395px;
}

.wpx400 {
  width: 400px;
}

.wpx405 {
  width: 405px;
}

.wpx410 {
  width: 410px;
}

.wpx415 {
  width: 415px;
}

.wpx420 {
  width: 420px;
}

.wpx425 {
  width: 425px;
}

.wpx430 {
  width: 430px;
}

.wpx435 {
  width: 435px;
}

.wpx440 {
  width: 440px;
}

.wpx445 {
  width: 445px;
}

.wpx450 {
  width: 450px;
}

.wpx455 {
  width: 455px;
}

.wpx460 {
  width: 460px;
}

.wpx465 {
  width: 465px;
}

.wpx470 {
  width: 470px;
}

.wpx475 {
  width: 475px;
}

.wpx480 {
  width: 480px;
}

.wpx485 {
  width: 485px;
}

.wpx490 {
  width: 490px;
}

.wpx495 {
  width: 495px;
}

.wpx500 {
  width: 500px;
}

.wpx505 {
  width: 505px;
}

.wpx510 {
  width: 510px;
}

.wpx515 {
  width: 515px;
}

.wpx520 {
  width: 520px;
}

.wpx525 {
  width: 525px;
}

.wpx530 {
  width: 530px;
}

.wpx535 {
  width: 535px;
}

.wpx540 {
  width: 540px;
}

.wpx545 {
  width: 545px;
}

.wpx550 {
  width: 550px;
}

.wpx555 {
  width: 555px;
}

.wpx560 {
  width: 560px;
}

.wpx565 {
  width: 565px;
}

.wpx570 {
  width: 570px;
}

.wpx575 {
  width: 575px;
}

.wpx580 {
  width: 580px;
}

.wpx585 {
  width: 585px;
}

.wpx590 {
  width: 590px;
}

.wpx595 {
  width: 595px;
}

.wpx600 {
  width: 600px;
}

.wpx605 {
  width: 605px;
}

.wpx610 {
  width: 610px;
}

.wpx615 {
  width: 615px;
}

.wpx620 {
  width: 620px;
}

.wpx625 {
  width: 625px;
}

.wpx630 {
  width: 630px;
}

.wpx635 {
  width: 635px;
}

.wpx640 {
  width: 640px;
}

.wpx645 {
  width: 645px;
}

.wpx650 {
  width: 650px;
}

.wpx655 {
  width: 655px;
}

.wpx660 {
  width: 660px;
}

.wpx665 {
  width: 665px;
}

.wpx670 {
  width: 670px;
}

.wpx675 {
  width: 675px;
}

.wpx680 {
  width: 680px;
}

.wpx685 {
  width: 685px;
}

.wpx690 {
  width: 690px;
}

.wpx695 {
  width: 695px;
}

.wpx700 {
  width: 700px;
}

.wpx705 {
  width: 705px;
}

.wpx710 {
  width: 710px;
}

.wpx715 {
  width: 715px;
}

.wpx720 {
  width: 720px;
}

.wpx725 {
  width: 725px;
}

.wpx730 {
  width: 730px;
}

.wpx735 {
  width: 735px;
}

.wpx740 {
  width: 740px;
}

.wpx745 {
  width: 745px;
}

.wpx750 {
  width: 750px;
}

.wpx755 {
  width: 755px;
}

.wpx760 {
  width: 760px;
}

.wpx765 {
  width: 765px;
}

.wpx770 {
  width: 770px;
}

.wpx775 {
  width: 775px;
}

.wpx780 {
  width: 780px;
}

.wpx785 {
  width: 785px;
}

.wpx790 {
  width: 790px;
}

.wpx795 {
  width: 795px;
}

.wpx800 {
  width: 800px;
}

.wpx805 {
  width: 805px;
}

.wpx810 {
  width: 810px;
}

.wpx815 {
  width: 815px;
}

.wpx820 {
  width: 820px;
}

.wpx825 {
  width: 825px;
}

.wpx830 {
  width: 830px;
}

.wpx835 {
  width: 835px;
}

.wpx840 {
  width: 840px;
}

.wpx845 {
  width: 845px;
}

.wpx850 {
  width: 850px;
}

.wpx855 {
  width: 855px;
}

.wpx860 {
  width: 860px;
}

.wpx865 {
  width: 865px;
}

.wpx870 {
  width: 870px;
}

.wpx875 {
  width: 875px;
}

.wpx880 {
  width: 880px;
}

.wpx885 {
  width: 885px;
}

.wpx890 {
  width: 890px;
}

.wpx895 {
  width: 895px;
}

.wpx900 {
  width: 900px;
}

.wpx905 {
  width: 905px;
}

.wpx910 {
  width: 910px;
}

.wpx915 {
  width: 915px;
}

.wpx920 {
  width: 920px;
}

.wpx925 {
  width: 925px;
}

.wpx930 {
  width: 930px;
}

.wpx935 {
  width: 935px;
}

.wpx940 {
  width: 940px;
}

.wpx945 {
  width: 945px;
}

.wpx950 {
  width: 950px;
}

.wpx955 {
  width: 955px;
}

.wpx960 {
  width: 960px;
}

.wpx965 {
  width: 965px;
}

.wpx970 {
  width: 970px;
}

.wpx975 {
  width: 975px;
}

.wpx980 {
  width: 980px;
}

.wpx985 {
  width: 985px;
}

.wpx990 {
  width: 990px;
}

.wpx995 {
  width: 995px;
}

.wpx1000 {
  width: 1000px;
}

.wper1 {
  width: 1%;
}

.wper2 {
  width: 2%;
}

.wper3 {
  width: 3%;
}

.wper4 {
  width: 4%;
}

.wper5 {
  width: 5%;
}

.wper6 {
  width: 6%;
}

.wper7 {
  width: 7%;
}

.wper8 {
  width: 8%;
}

.wper9 {
  width: 9%;
}

.wper10 {
  width: 10%;
}

.wper11 {
  width: 11%;
}

.wper12 {
  width: 12%;
}

.wper13 {
  width: 13%;
}

.wper14 {
  width: 14%;
}

.wper15 {
  width: 15%;
}

.wper16 {
  width: 16%;
}

.wper17 {
  width: 17%;
}

.wper18 {
  width: 18%;
}

.wper19 {
  width: 19%;
}

.wper20 {
  width: 20%;
}

.wper21 {
  width: 21%;
}

.wper22 {
  width: 22%;
}

.wper23 {
  width: 23%;
}

.wper24 {
  width: 24%;
}

.wper25 {
  width: 25%;
}

.wper26 {
  width: 26%;
}

.wper27 {
  width: 27%;
}

.wper28 {
  width: 28%;
}

.wper29 {
  width: 29%;
}

.wper30 {
  width: 30%;
}

.wper31 {
  width: 31%;
}

.wper32 {
  width: 32%;
}

.wper33 {
  width: 33%;
}

.wper34 {
  width: 34%;
}

.wper35 {
  width: 35%;
}

.wper36 {
  width: 36%;
}

.wper37 {
  width: 37%;
}

.wper38 {
  width: 38%;
}

.wper39 {
  width: 39%;
}

.wper40 {
  width: 40%;
}

.wper41 {
  width: 41%;
}

.wper42 {
  width: 42%;
}

.wper43 {
  width: 43%;
}

.wper44 {
  width: 44%;
}

.wper45 {
  width: 45%;
}

.wper46 {
  width: 46%;
}

.wper47 {
  width: 47%;
}

.wper48 {
  width: 48%;
}

.wper49 {
  width: 49%;
}

.wper50 {
  width: 50%;
}

.wper51 {
  width: 51%;
}

.wper52 {
  width: 52%;
}

.wper53 {
  width: 53%;
}

.wper54 {
  width: 54%;
}

.wper55 {
  width: 55%;
}

.wper56 {
  width: 56%;
}

.wper57 {
  width: 57%;
}

.wper58 {
  width: 58%;
}

.wper59 {
  width: 59%;
}

.wper60 {
  width: 60%;
}

.wper61 {
  width: 61%;
}

.wper62 {
  width: 62%;
}

.wper63 {
  width: 63%;
}

.wper64 {
  width: 64%;
}

.wper65 {
  width: 65%;
}

.wper66 {
  width: 66%;
}

.wper67 {
  width: 67%;
}

.wper68 {
  width: 68%;
}

.wper69 {
  width: 69%;
}

.wper70 {
  width: 70%;
}

.wper71 {
  width: 71%;
}

.wper72 {
  width: 72%;
}

.wper73 {
  width: 73%;
}

.wper74 {
  width: 74%;
}

.wper75 {
  width: 75%;
}

.wper76 {
  width: 76%;
}

.wper77 {
  width: 77%;
}

.wper78 {
  width: 78%;
}

.wper79 {
  width: 79%;
}

.wper80 {
  width: 80%;
}

.wper81 {
  width: 81%;
}

.wper82 {
  width: 82%;
}

.wper83 {
  width: 83%;
}

.wper84 {
  width: 84%;
}

.wper85 {
  width: 85%;
}

.wper86 {
  width: 86%;
}

.wper87 {
  width: 87%;
}

.wper88 {
  width: 88%;
}

.wper89 {
  width: 89%;
}

.wper90 {
  width: 90%;
}

.wper91 {
  width: 91%;
}

.wper92 {
  width: 92%;
}

.wper93 {
  width: 93%;
}

.wper94 {
  width: 94%;
}

.wper95 {
  width: 95%;
}

.wper96 {
  width: 96%;
}

.wper97 {
  width: 97%;
}

.wper98 {
  width: 98%;
}

.wper99 {
  width: 99%;
}

.wper100 {
  width: 100%;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

@media only screen and (max-width: 1220px) {
  .left-text-tb {
    text-align: left !important;
  }
  .right-text-tb {
    text-align: right !important;
  }
  .center-text-tb {
    text-align: center !important;
  }
  .mt0-tb {
    margin-top: 0px !important;
  }
  .mr0-tb {
    margin-right: 0px !important;
  }
  .mb0-tb {
    margin-bottom: 0px !important;
  }
  .ml0-tb {
    margin-left: 0px !important;
  }
  .pt0-tb {
    padding-top: 0px !important;
  }
  .pr0-tb {
    padding-right: 0px !important;
  }
  .pb0-tb {
    padding-bottom: 0px !important;
  }
  .pl0-tb {
    padding-left: 0px !important;
  }
  .mt1-tb {
    margin-top: 1px !important;
  }
  .mr1-tb {
    margin-right: 1px !important;
  }
  .mb1-tb {
    margin-bottom: 1px !important;
  }
  .ml1-tb {
    margin-left: 1px !important;
  }
  .pt1-tb {
    padding-top: 1px !important;
  }
  .pr1-tb {
    padding-right: 1px !important;
  }
  .pb1-tb {
    padding-bottom: 1px !important;
  }
  .pl1-tb {
    padding-left: 1px !important;
  }
  .mt2-tb {
    margin-top: 2px !important;
  }
  .mr2-tb {
    margin-right: 2px !important;
  }
  .mb2-tb {
    margin-bottom: 2px !important;
  }
  .ml2-tb {
    margin-left: 2px !important;
  }
  .pt2-tb {
    padding-top: 2px !important;
  }
  .pr2-tb {
    padding-right: 2px !important;
  }
  .pb2-tb {
    padding-bottom: 2px !important;
  }
  .pl2-tb {
    padding-left: 2px !important;
  }
  .mt3-tb {
    margin-top: 3px !important;
  }
  .mr3-tb {
    margin-right: 3px !important;
  }
  .mb3-tb {
    margin-bottom: 3px !important;
  }
  .ml3-tb {
    margin-left: 3px !important;
  }
  .pt3-tb {
    padding-top: 3px !important;
  }
  .pr3-tb {
    padding-right: 3px !important;
  }
  .pb3-tb {
    padding-bottom: 3px !important;
  }
  .pl3-tb {
    padding-left: 3px !important;
  }
  .mt4-tb {
    margin-top: 4px !important;
  }
  .mr4-tb {
    margin-right: 4px !important;
  }
  .mb4-tb {
    margin-bottom: 4px !important;
  }
  .ml4-tb {
    margin-left: 4px !important;
  }
  .pt4-tb {
    padding-top: 4px !important;
  }
  .pr4-tb {
    padding-right: 4px !important;
  }
  .pb4-tb {
    padding-bottom: 4px !important;
  }
  .pl4-tb {
    padding-left: 4px !important;
  }
  .mt5-tb {
    margin-top: 5px !important;
  }
  .mr5-tb {
    margin-right: 5px !important;
  }
  .mb5-tb {
    margin-bottom: 5px !important;
  }
  .ml5-tb {
    margin-left: 5px !important;
  }
  .pt5-tb {
    padding-top: 5px !important;
  }
  .pr5-tb {
    padding-right: 5px !important;
  }
  .pb5-tb {
    padding-bottom: 5px !important;
  }
  .pl5-tb {
    padding-left: 5px !important;
  }
  .mt6-tb {
    margin-top: 6px !important;
  }
  .mr6-tb {
    margin-right: 6px !important;
  }
  .mb6-tb {
    margin-bottom: 6px !important;
  }
  .ml6-tb {
    margin-left: 6px !important;
  }
  .pt6-tb {
    padding-top: 6px !important;
  }
  .pr6-tb {
    padding-right: 6px !important;
  }
  .pb6-tb {
    padding-bottom: 6px !important;
  }
  .pl6-tb {
    padding-left: 6px !important;
  }
  .mt7-tb {
    margin-top: 7px !important;
  }
  .mr7-tb {
    margin-right: 7px !important;
  }
  .mb7-tb {
    margin-bottom: 7px !important;
  }
  .ml7-tb {
    margin-left: 7px !important;
  }
  .pt7-tb {
    padding-top: 7px !important;
  }
  .pr7-tb {
    padding-right: 7px !important;
  }
  .pb7-tb {
    padding-bottom: 7px !important;
  }
  .pl7-tb {
    padding-left: 7px !important;
  }
  .mt8-tb {
    margin-top: 8px !important;
  }
  .mr8-tb {
    margin-right: 8px !important;
  }
  .mb8-tb {
    margin-bottom: 8px !important;
  }
  .ml8-tb {
    margin-left: 8px !important;
  }
  .pt8-tb {
    padding-top: 8px !important;
  }
  .pr8-tb {
    padding-right: 8px !important;
  }
  .pb8-tb {
    padding-bottom: 8px !important;
  }
  .pl8-tb {
    padding-left: 8px !important;
  }
  .mt9-tb {
    margin-top: 9px !important;
  }
  .mr9-tb {
    margin-right: 9px !important;
  }
  .mb9-tb {
    margin-bottom: 9px !important;
  }
  .ml9-tb {
    margin-left: 9px !important;
  }
  .pt9-tb {
    padding-top: 9px !important;
  }
  .pr9-tb {
    padding-right: 9px !important;
  }
  .pb9-tb {
    padding-bottom: 9px !important;
  }
  .pl9-tb {
    padding-left: 9px !important;
  }
  .mt10-tb {
    margin-top: 10px !important;
  }
  .mr10-tb {
    margin-right: 10px !important;
  }
  .mb10-tb {
    margin-bottom: 10px !important;
  }
  .ml10-tb {
    margin-left: 10px !important;
  }
  .pt10-tb {
    padding-top: 10px !important;
  }
  .pr10-tb {
    padding-right: 10px !important;
  }
  .pb10-tb {
    padding-bottom: 10px !important;
  }
  .pl10-tb {
    padding-left: 10px !important;
  }
  .mt11-tb {
    margin-top: 11px !important;
  }
  .mr11-tb {
    margin-right: 11px !important;
  }
  .mb11-tb {
    margin-bottom: 11px !important;
  }
  .ml11-tb {
    margin-left: 11px !important;
  }
  .pt11-tb {
    padding-top: 11px !important;
  }
  .pr11-tb {
    padding-right: 11px !important;
  }
  .pb11-tb {
    padding-bottom: 11px !important;
  }
  .pl11-tb {
    padding-left: 11px !important;
  }
  .mt12-tb {
    margin-top: 12px !important;
  }
  .mr12-tb {
    margin-right: 12px !important;
  }
  .mb12-tb {
    margin-bottom: 12px !important;
  }
  .ml12-tb {
    margin-left: 12px !important;
  }
  .pt12-tb {
    padding-top: 12px !important;
  }
  .pr12-tb {
    padding-right: 12px !important;
  }
  .pb12-tb {
    padding-bottom: 12px !important;
  }
  .pl12-tb {
    padding-left: 12px !important;
  }
  .mt13-tb {
    margin-top: 13px !important;
  }
  .mr13-tb {
    margin-right: 13px !important;
  }
  .mb13-tb {
    margin-bottom: 13px !important;
  }
  .ml13-tb {
    margin-left: 13px !important;
  }
  .pt13-tb {
    padding-top: 13px !important;
  }
  .pr13-tb {
    padding-right: 13px !important;
  }
  .pb13-tb {
    padding-bottom: 13px !important;
  }
  .pl13-tb {
    padding-left: 13px !important;
  }
  .mt14-tb {
    margin-top: 14px !important;
  }
  .mr14-tb {
    margin-right: 14px !important;
  }
  .mb14-tb {
    margin-bottom: 14px !important;
  }
  .ml14-tb {
    margin-left: 14px !important;
  }
  .pt14-tb {
    padding-top: 14px !important;
  }
  .pr14-tb {
    padding-right: 14px !important;
  }
  .pb14-tb {
    padding-bottom: 14px !important;
  }
  .pl14-tb {
    padding-left: 14px !important;
  }
  .mt15-tb {
    margin-top: 15px !important;
  }
  .mr15-tb {
    margin-right: 15px !important;
  }
  .mb15-tb {
    margin-bottom: 15px !important;
  }
  .ml15-tb {
    margin-left: 15px !important;
  }
  .pt15-tb {
    padding-top: 15px !important;
  }
  .pr15-tb {
    padding-right: 15px !important;
  }
  .pb15-tb {
    padding-bottom: 15px !important;
  }
  .pl15-tb {
    padding-left: 15px !important;
  }
  .mt16-tb {
    margin-top: 16px !important;
  }
  .mr16-tb {
    margin-right: 16px !important;
  }
  .mb16-tb {
    margin-bottom: 16px !important;
  }
  .ml16-tb {
    margin-left: 16px !important;
  }
  .pt16-tb {
    padding-top: 16px !important;
  }
  .pr16-tb {
    padding-right: 16px !important;
  }
  .pb16-tb {
    padding-bottom: 16px !important;
  }
  .pl16-tb {
    padding-left: 16px !important;
  }
  .mt17-tb {
    margin-top: 17px !important;
  }
  .mr17-tb {
    margin-right: 17px !important;
  }
  .mb17-tb {
    margin-bottom: 17px !important;
  }
  .ml17-tb {
    margin-left: 17px !important;
  }
  .pt17-tb {
    padding-top: 17px !important;
  }
  .pr17-tb {
    padding-right: 17px !important;
  }
  .pb17-tb {
    padding-bottom: 17px !important;
  }
  .pl17-tb {
    padding-left: 17px !important;
  }
  .mt18-tb {
    margin-top: 18px !important;
  }
  .mr18-tb {
    margin-right: 18px !important;
  }
  .mb18-tb {
    margin-bottom: 18px !important;
  }
  .ml18-tb {
    margin-left: 18px !important;
  }
  .pt18-tb {
    padding-top: 18px !important;
  }
  .pr18-tb {
    padding-right: 18px !important;
  }
  .pb18-tb {
    padding-bottom: 18px !important;
  }
  .pl18-tb {
    padding-left: 18px !important;
  }
  .mt19-tb {
    margin-top: 19px !important;
  }
  .mr19-tb {
    margin-right: 19px !important;
  }
  .mb19-tb {
    margin-bottom: 19px !important;
  }
  .ml19-tb {
    margin-left: 19px !important;
  }
  .pt19-tb {
    padding-top: 19px !important;
  }
  .pr19-tb {
    padding-right: 19px !important;
  }
  .pb19-tb {
    padding-bottom: 19px !important;
  }
  .pl19-tb {
    padding-left: 19px !important;
  }
  .mt20-tb {
    margin-top: 20px !important;
  }
  .mr20-tb {
    margin-right: 20px !important;
  }
  .mb20-tb {
    margin-bottom: 20px !important;
  }
  .ml20-tb {
    margin-left: 20px !important;
  }
  .pt20-tb {
    padding-top: 20px !important;
  }
  .pr20-tb {
    padding-right: 20px !important;
  }
  .pb20-tb {
    padding-bottom: 20px !important;
  }
  .pl20-tb {
    padding-left: 20px !important;
  }
  .mt25-tb {
    margin-top: 25px !important;
  }
  .mr25-tb {
    margin-right: 25px !important;
  }
  .mb25-tb {
    margin-bottom: 25px !important;
  }
  .ml25-tb {
    margin-left: 25px !important;
  }
  .pt25-tb {
    padding-top: 25px !important;
  }
  .pr25-tb {
    padding-right: 25px !important;
  }
  .pb25-tb {
    padding-bottom: 25px !important;
  }
  .pl25-tb {
    padding-left: 25px !important;
  }
  .mt30-tb {
    margin-top: 30px !important;
  }
  .mr30-tb {
    margin-right: 30px !important;
  }
  .mb30-tb {
    margin-bottom: 30px !important;
  }
  .ml30-tb {
    margin-left: 30px !important;
  }
  .pt30-tb {
    padding-top: 30px !important;
  }
  .pr30-tb {
    padding-right: 30px !important;
  }
  .pb30-tb {
    padding-bottom: 30px !important;
  }
  .pl30-tb {
    padding-left: 30px !important;
  }
  .mt35-tb {
    margin-top: 35px !important;
  }
  .mr35-tb {
    margin-right: 35px !important;
  }
  .mb35-tb {
    margin-bottom: 35px !important;
  }
  .ml35-tb {
    margin-left: 35px !important;
  }
  .pt35-tb {
    padding-top: 35px !important;
  }
  .pr35-tb {
    padding-right: 35px !important;
  }
  .pb35-tb {
    padding-bottom: 35px !important;
  }
  .pl35-tb {
    padding-left: 35px !important;
  }
  .mt40-tb {
    margin-top: 40px !important;
  }
  .mr40-tb {
    margin-right: 40px !important;
  }
  .mb40-tb {
    margin-bottom: 40px !important;
  }
  .ml40-tb {
    margin-left: 40px !important;
  }
  .pt40-tb {
    padding-top: 40px !important;
  }
  .pr40-tb {
    padding-right: 40px !important;
  }
  .pb40-tb {
    padding-bottom: 40px !important;
  }
  .pl40-tb {
    padding-left: 40px !important;
  }
  .mt45-tb {
    margin-top: 45px !important;
  }
  .mr45-tb {
    margin-right: 45px !important;
  }
  .mb45-tb {
    margin-bottom: 45px !important;
  }
  .ml45-tb {
    margin-left: 45px !important;
  }
  .pt45-tb {
    padding-top: 45px !important;
  }
  .pr45-tb {
    padding-right: 45px !important;
  }
  .pb45-tb {
    padding-bottom: 45px !important;
  }
  .pl45-tb {
    padding-left: 45px !important;
  }
  .mt50-tb {
    margin-top: 50px !important;
  }
  .mr50-tb {
    margin-right: 50px !important;
  }
  .mb50-tb {
    margin-bottom: 50px !important;
  }
  .ml50-tb {
    margin-left: 50px !important;
  }
  .pt50-tb {
    padding-top: 50px !important;
  }
  .pr50-tb {
    padding-right: 50px !important;
  }
  .pb50-tb {
    padding-bottom: 50px !important;
  }
  .pl50-tb {
    padding-left: 50px !important;
  }
  .mt55-tb {
    margin-top: 55px !important;
  }
  .mr55-tb {
    margin-right: 55px !important;
  }
  .mb55-tb {
    margin-bottom: 55px !important;
  }
  .ml55-tb {
    margin-left: 55px !important;
  }
  .pt55-tb {
    padding-top: 55px !important;
  }
  .pr55-tb {
    padding-right: 55px !important;
  }
  .pb55-tb {
    padding-bottom: 55px !important;
  }
  .pl55-tb {
    padding-left: 55px !important;
  }
  .mt60-tb {
    margin-top: 60px !important;
  }
  .mr60-tb {
    margin-right: 60px !important;
  }
  .mb60-tb {
    margin-bottom: 60px !important;
  }
  .ml60-tb {
    margin-left: 60px !important;
  }
  .pt60-tb {
    padding-top: 60px !important;
  }
  .pr60-tb {
    padding-right: 60px !important;
  }
  .pb60-tb {
    padding-bottom: 60px !important;
  }
  .pl60-tb {
    padding-left: 60px !important;
  }
  .mt65-tb {
    margin-top: 65px !important;
  }
  .mr65-tb {
    margin-right: 65px !important;
  }
  .mb65-tb {
    margin-bottom: 65px !important;
  }
  .ml65-tb {
    margin-left: 65px !important;
  }
  .pt65-tb {
    padding-top: 65px !important;
  }
  .pr65-tb {
    padding-right: 65px !important;
  }
  .pb65-tb {
    padding-bottom: 65px !important;
  }
  .pl65-tb {
    padding-left: 65px !important;
  }
  .mt70-tb {
    margin-top: 70px !important;
  }
  .mr70-tb {
    margin-right: 70px !important;
  }
  .mb70-tb {
    margin-bottom: 70px !important;
  }
  .ml70-tb {
    margin-left: 70px !important;
  }
  .pt70-tb {
    padding-top: 70px !important;
  }
  .pr70-tb {
    padding-right: 70px !important;
  }
  .pb70-tb {
    padding-bottom: 70px !important;
  }
  .pl70-tb {
    padding-left: 70px !important;
  }
  .mt75-tb {
    margin-top: 75px !important;
  }
  .mr75-tb {
    margin-right: 75px !important;
  }
  .mb75-tb {
    margin-bottom: 75px !important;
  }
  .ml75-tb {
    margin-left: 75px !important;
  }
  .pt75-tb {
    padding-top: 75px !important;
  }
  .pr75-tb {
    padding-right: 75px !important;
  }
  .pb75-tb {
    padding-bottom: 75px !important;
  }
  .pl75-tb {
    padding-left: 75px !important;
  }
  .mt80-tb {
    margin-top: 80px !important;
  }
  .mr80-tb {
    margin-right: 80px !important;
  }
  .mb80-tb {
    margin-bottom: 80px !important;
  }
  .ml80-tb {
    margin-left: 80px !important;
  }
  .pt80-tb {
    padding-top: 80px !important;
  }
  .pr80-tb {
    padding-right: 80px !important;
  }
  .pb80-tb {
    padding-bottom: 80px !important;
  }
  .pl80-tb {
    padding-left: 80px !important;
  }
  .mt85-tb {
    margin-top: 85px !important;
  }
  .mr85-tb {
    margin-right: 85px !important;
  }
  .mb85-tb {
    margin-bottom: 85px !important;
  }
  .ml85-tb {
    margin-left: 85px !important;
  }
  .pt85-tb {
    padding-top: 85px !important;
  }
  .pr85-tb {
    padding-right: 85px !important;
  }
  .pb85-tb {
    padding-bottom: 85px !important;
  }
  .pl85-tb {
    padding-left: 85px !important;
  }
  .mt90-tb {
    margin-top: 90px !important;
  }
  .mr90-tb {
    margin-right: 90px !important;
  }
  .mb90-tb {
    margin-bottom: 90px !important;
  }
  .ml90-tb {
    margin-left: 90px !important;
  }
  .pt90-tb {
    padding-top: 90px !important;
  }
  .pr90-tb {
    padding-right: 90px !important;
  }
  .pb90-tb {
    padding-bottom: 90px !important;
  }
  .pl90-tb {
    padding-left: 90px !important;
  }
  .mt95-tb {
    margin-top: 95px !important;
  }
  .mr95-tb {
    margin-right: 95px !important;
  }
  .mb95-tb {
    margin-bottom: 95px !important;
  }
  .ml95-tb {
    margin-left: 95px !important;
  }
  .pt95-tb {
    padding-top: 95px !important;
  }
  .pr95-tb {
    padding-right: 95px !important;
  }
  .pb95-tb {
    padding-bottom: 95px !important;
  }
  .pl95-tb {
    padding-left: 95px !important;
  }
  .mt100-tb {
    margin-top: 100px !important;
  }
  .mr100-tb {
    margin-right: 100px !important;
  }
  .mb100-tb {
    margin-bottom: 100px !important;
  }
  .ml100-tb {
    margin-left: 100px !important;
  }
  .pt100-tb {
    padding-top: 100px !important;
  }
  .pr100-tb {
    padding-right: 100px !important;
  }
  .pb100-tb {
    padding-bottom: 100px !important;
  }
  .pl100-tb {
    padding-left: 100px !important;
  }
  .mt105-tb {
    margin-top: 105px !important;
  }
  .mr105-tb {
    margin-right: 105px !important;
  }
  .mb105-tb {
    margin-bottom: 105px !important;
  }
  .ml105-tb {
    margin-left: 105px !important;
  }
  .pt105-tb {
    padding-top: 105px !important;
  }
  .pr105-tb {
    padding-right: 105px !important;
  }
  .pb105-tb {
    padding-bottom: 105px !important;
  }
  .pl105-tb {
    padding-left: 105px !important;
  }
  .mt110-tb {
    margin-top: 110px !important;
  }
  .mr110-tb {
    margin-right: 110px !important;
  }
  .mb110-tb {
    margin-bottom: 110px !important;
  }
  .ml110-tb {
    margin-left: 110px !important;
  }
  .pt110-tb {
    padding-top: 110px !important;
  }
  .pr110-tb {
    padding-right: 110px !important;
  }
  .pb110-tb {
    padding-bottom: 110px !important;
  }
  .pl110-tb {
    padding-left: 110px !important;
  }
  .mt115-tb {
    margin-top: 115px !important;
  }
  .mr115-tb {
    margin-right: 115px !important;
  }
  .mb115-tb {
    margin-bottom: 115px !important;
  }
  .ml115-tb {
    margin-left: 115px !important;
  }
  .pt115-tb {
    padding-top: 115px !important;
  }
  .pr115-tb {
    padding-right: 115px !important;
  }
  .pb115-tb {
    padding-bottom: 115px !important;
  }
  .pl115-tb {
    padding-left: 115px !important;
  }
  .mt120-tb {
    margin-top: 120px !important;
  }
  .mr120-tb {
    margin-right: 120px !important;
  }
  .mb120-tb {
    margin-bottom: 120px !important;
  }
  .ml120-tb {
    margin-left: 120px !important;
  }
  .pt120-tb {
    padding-top: 120px !important;
  }
  .pr120-tb {
    padding-right: 120px !important;
  }
  .pb120-tb {
    padding-bottom: 120px !important;
  }
  .pl120-tb {
    padding-left: 120px !important;
  }
  .mt125-tb {
    margin-top: 125px !important;
  }
  .mr125-tb {
    margin-right: 125px !important;
  }
  .mb125-tb {
    margin-bottom: 125px !important;
  }
  .ml125-tb {
    margin-left: 125px !important;
  }
  .pt125-tb {
    padding-top: 125px !important;
  }
  .pr125-tb {
    padding-right: 125px !important;
  }
  .pb125-tb {
    padding-bottom: 125px !important;
  }
  .pl125-tb {
    padding-left: 125px !important;
  }
  .mt130-tb {
    margin-top: 130px !important;
  }
  .mr130-tb {
    margin-right: 130px !important;
  }
  .mb130-tb {
    margin-bottom: 130px !important;
  }
  .ml130-tb {
    margin-left: 130px !important;
  }
  .pt130-tb {
    padding-top: 130px !important;
  }
  .pr130-tb {
    padding-right: 130px !important;
  }
  .pb130-tb {
    padding-bottom: 130px !important;
  }
  .pl130-tb {
    padding-left: 130px !important;
  }
  .mt135-tb {
    margin-top: 135px !important;
  }
  .mr135-tb {
    margin-right: 135px !important;
  }
  .mb135-tb {
    margin-bottom: 135px !important;
  }
  .ml135-tb {
    margin-left: 135px !important;
  }
  .pt135-tb {
    padding-top: 135px !important;
  }
  .pr135-tb {
    padding-right: 135px !important;
  }
  .pb135-tb {
    padding-bottom: 135px !important;
  }
  .pl135-tb {
    padding-left: 135px !important;
  }
  .mt140-tb {
    margin-top: 140px !important;
  }
  .mr140-tb {
    margin-right: 140px !important;
  }
  .mb140-tb {
    margin-bottom: 140px !important;
  }
  .ml140-tb {
    margin-left: 140px !important;
  }
  .pt140-tb {
    padding-top: 140px !important;
  }
  .pr140-tb {
    padding-right: 140px !important;
  }
  .pb140-tb {
    padding-bottom: 140px !important;
  }
  .pl140-tb {
    padding-left: 140px !important;
  }
  .mt145-tb {
    margin-top: 145px !important;
  }
  .mr145-tb {
    margin-right: 145px !important;
  }
  .mb145-tb {
    margin-bottom: 145px !important;
  }
  .ml145-tb {
    margin-left: 145px !important;
  }
  .pt145-tb {
    padding-top: 145px !important;
  }
  .pr145-tb {
    padding-right: 145px !important;
  }
  .pb145-tb {
    padding-bottom: 145px !important;
  }
  .pl145-tb {
    padding-left: 145px !important;
  }
  .mt150-tb {
    margin-top: 150px !important;
  }
  .mr150-tb {
    margin-right: 150px !important;
  }
  .mb150-tb {
    margin-bottom: 150px !important;
  }
  .ml150-tb {
    margin-left: 150px !important;
  }
  .pt150-tb {
    padding-top: 150px !important;
  }
  .pr150-tb {
    padding-right: 150px !important;
  }
  .pb150-tb {
    padding-bottom: 150px !important;
  }
  .pl150-tb {
    padding-left: 150px !important;
  }
  .mt155-tb {
    margin-top: 155px !important;
  }
  .mr155-tb {
    margin-right: 155px !important;
  }
  .mb155-tb {
    margin-bottom: 155px !important;
  }
  .ml155-tb {
    margin-left: 155px !important;
  }
  .pt155-tb {
    padding-top: 155px !important;
  }
  .pr155-tb {
    padding-right: 155px !important;
  }
  .pb155-tb {
    padding-bottom: 155px !important;
  }
  .pl155-tb {
    padding-left: 155px !important;
  }
  .mt160-tb {
    margin-top: 160px !important;
  }
  .mr160-tb {
    margin-right: 160px !important;
  }
  .mb160-tb {
    margin-bottom: 160px !important;
  }
  .ml160-tb {
    margin-left: 160px !important;
  }
  .pt160-tb {
    padding-top: 160px !important;
  }
  .pr160-tb {
    padding-right: 160px !important;
  }
  .pb160-tb {
    padding-bottom: 160px !important;
  }
  .pl160-tb {
    padding-left: 160px !important;
  }
  .mt165-tb {
    margin-top: 165px !important;
  }
  .mr165-tb {
    margin-right: 165px !important;
  }
  .mb165-tb {
    margin-bottom: 165px !important;
  }
  .ml165-tb {
    margin-left: 165px !important;
  }
  .pt165-tb {
    padding-top: 165px !important;
  }
  .pr165-tb {
    padding-right: 165px !important;
  }
  .pb165-tb {
    padding-bottom: 165px !important;
  }
  .pl165-tb {
    padding-left: 165px !important;
  }
  .mt170-tb {
    margin-top: 170px !important;
  }
  .mr170-tb {
    margin-right: 170px !important;
  }
  .mb170-tb {
    margin-bottom: 170px !important;
  }
  .ml170-tb {
    margin-left: 170px !important;
  }
  .pt170-tb {
    padding-top: 170px !important;
  }
  .pr170-tb {
    padding-right: 170px !important;
  }
  .pb170-tb {
    padding-bottom: 170px !important;
  }
  .pl170-tb {
    padding-left: 170px !important;
  }
  .mt175-tb {
    margin-top: 175px !important;
  }
  .mr175-tb {
    margin-right: 175px !important;
  }
  .mb175-tb {
    margin-bottom: 175px !important;
  }
  .ml175-tb {
    margin-left: 175px !important;
  }
  .pt175-tb {
    padding-top: 175px !important;
  }
  .pr175-tb {
    padding-right: 175px !important;
  }
  .pb175-tb {
    padding-bottom: 175px !important;
  }
  .pl175-tb {
    padding-left: 175px !important;
  }
  .mt180-tb {
    margin-top: 180px !important;
  }
  .mr180-tb {
    margin-right: 180px !important;
  }
  .mb180-tb {
    margin-bottom: 180px !important;
  }
  .ml180-tb {
    margin-left: 180px !important;
  }
  .pt180-tb {
    padding-top: 180px !important;
  }
  .pr180-tb {
    padding-right: 180px !important;
  }
  .pb180-tb {
    padding-bottom: 180px !important;
  }
  .pl180-tb {
    padding-left: 180px !important;
  }
  .mt185-tb {
    margin-top: 185px !important;
  }
  .mr185-tb {
    margin-right: 185px !important;
  }
  .mb185-tb {
    margin-bottom: 185px !important;
  }
  .ml185-tb {
    margin-left: 185px !important;
  }
  .pt185-tb {
    padding-top: 185px !important;
  }
  .pr185-tb {
    padding-right: 185px !important;
  }
  .pb185-tb {
    padding-bottom: 185px !important;
  }
  .pl185-tb {
    padding-left: 185px !important;
  }
  .mt190-tb {
    margin-top: 190px !important;
  }
  .mr190-tb {
    margin-right: 190px !important;
  }
  .mb190-tb {
    margin-bottom: 190px !important;
  }
  .ml190-tb {
    margin-left: 190px !important;
  }
  .pt190-tb {
    padding-top: 190px !important;
  }
  .pr190-tb {
    padding-right: 190px !important;
  }
  .pb190-tb {
    padding-bottom: 190px !important;
  }
  .pl190-tb {
    padding-left: 190px !important;
  }
  .mt195-tb {
    margin-top: 195px !important;
  }
  .mr195-tb {
    margin-right: 195px !important;
  }
  .mb195-tb {
    margin-bottom: 195px !important;
  }
  .ml195-tb {
    margin-left: 195px !important;
  }
  .pt195-tb {
    padding-top: 195px !important;
  }
  .pr195-tb {
    padding-right: 195px !important;
  }
  .pb195-tb {
    padding-bottom: 195px !important;
  }
  .pl195-tb {
    padding-left: 195px !important;
  }
  .mt200-tb {
    margin-top: 200px !important;
  }
  .mr200-tb {
    margin-right: 200px !important;
  }
  .mb200-tb {
    margin-bottom: 200px !important;
  }
  .ml200-tb {
    margin-left: 200px !important;
  }
  .pt200-tb {
    padding-top: 200px !important;
  }
  .pr200-tb {
    padding-right: 200px !important;
  }
  .pb200-tb {
    padding-bottom: 200px !important;
  }
  .pl200-tb {
    padding-left: 200px !important;
  }
  .f8px-tb {
    font-size: 8px !important;
  }
  .f9px-tb {
    font-size: 9px !important;
  }
  .f10px-tb {
    font-size: 10px !important;
  }
  .f11px-tb {
    font-size: 11px !important;
  }
  .f12px-tb {
    font-size: 12px !important;
  }
  .f13px-tb {
    font-size: 13px !important;
  }
  .f14px-tb {
    font-size: 14px !important;
  }
  .f15px-tb {
    font-size: 15px !important;
  }
  .f16px-tb {
    font-size: 16px !important;
  }
  .f17px-tb {
    font-size: 17px !important;
  }
  .f18px-tb {
    font-size: 18px !important;
  }
  .f19px-tb {
    font-size: 19px !important;
  }
  .f20px-tb {
    font-size: 20px !important;
  }
  .f21px-tb {
    font-size: 21px !important;
  }
  .f22px-tb {
    font-size: 22px !important;
  }
  .f23px-tb {
    font-size: 23px !important;
  }
  .f24px-tb {
    font-size: 24px !important;
  }
  .f25px-tb {
    font-size: 25px !important;
  }
  .f26px-tb {
    font-size: 26px !important;
  }
  .f27px-tb {
    font-size: 27px !important;
  }
  .f28px-tb {
    font-size: 28px !important;
  }
  .f29px-tb {
    font-size: 29px !important;
  }
  .f30px-tb {
    font-size: 30px !important;
  }
  .f31px-tb {
    font-size: 31px !important;
  }
  .f32px-tb {
    font-size: 32px !important;
  }
  .f33px-tb {
    font-size: 33px !important;
  }
  .f34px-tb {
    font-size: 34px !important;
  }
  .f35px-tb {
    font-size: 35px !important;
  }
  .f36px-tb {
    font-size: 36px !important;
  }
  .f37px-tb {
    font-size: 37px !important;
  }
  .f38px-tb {
    font-size: 38px !important;
  }
  .f39px-tb {
    font-size: 39px !important;
  }
  .f40px-tb {
    font-size: 40px !important;
  }
  .owl5-tb > * + * {
    margin-top: 5px;
  }
  .owl10-tb > * + * {
    margin-top: 10px;
  }
  .owl15-tb > * + * {
    margin-top: 15px;
  }
  .owl20-tb > * + * {
    margin-top: 20px;
  }
  .owl25-tb > * + * {
    margin-top: 25px;
  }
  .owl30-tb > * + * {
    margin-top: 30px;
  }
  .owl35-tb > * + * {
    margin-top: 35px;
  }
  .owl40-tb > * + * {
    margin-top: 40px;
  }
  .owl45-tb > * + * {
    margin-top: 45px;
  }
  .owl50-tb > * + * {
    margin-top: 50px;
  }
  .owl55-tb > * + * {
    margin-top: 55px;
  }
  .owl60-tb > * + * {
    margin-top: 60px;
  }
  .owl65-tb > * + * {
    margin-top: 65px;
  }
  .owl70-tb > * + * {
    margin-top: 70px;
  }
  .owl75-tb > * + * {
    margin-top: 75px;
  }
  .owl80-tb > * + * {
    margin-top: 80px;
  }
  .owl85-tb > * + * {
    margin-top: 85px;
  }
  .owl90-tb > * + * {
    margin-top: 90px;
  }
  .owl95-tb > * + * {
    margin-top: 95px;
  }
  .owl100-tb > * + * {
    margin-top: 100px;
  }
  .wpx5-tb {
    width: 5px;
  }
  .wpx10-tb {
    width: 10px;
  }
  .wpx15-tb {
    width: 15px;
  }
  .wpx20-tb {
    width: 20px;
  }
  .wpx25-tb {
    width: 25px;
  }
  .wpx30-tb {
    width: 30px;
  }
  .wpx35-tb {
    width: 35px;
  }
  .wpx40-tb {
    width: 40px;
  }
  .wpx45-tb {
    width: 45px;
  }
  .wpx50-tb {
    width: 50px;
  }
  .wpx55-tb {
    width: 55px;
  }
  .wpx60-tb {
    width: 60px;
  }
  .wpx65-tb {
    width: 65px;
  }
  .wpx70-tb {
    width: 70px;
  }
  .wpx75-tb {
    width: 75px;
  }
  .wpx80-tb {
    width: 80px;
  }
  .wpx85-tb {
    width: 85px;
  }
  .wpx90-tb {
    width: 90px;
  }
  .wpx95-tb {
    width: 95px;
  }
  .wpx100-tb {
    width: 100px;
  }
  .wpx105-tb {
    width: 105px;
  }
  .wpx110-tb {
    width: 110px;
  }
  .wpx115-tb {
    width: 115px;
  }
  .wpx120-tb {
    width: 120px;
  }
  .wpx125-tb {
    width: 125px;
  }
  .wpx130-tb {
    width: 130px;
  }
  .wpx135-tb {
    width: 135px;
  }
  .wpx140-tb {
    width: 140px;
  }
  .wpx145-tb {
    width: 145px;
  }
  .wpx150-tb {
    width: 150px;
  }
  .wpx155-tb {
    width: 155px;
  }
  .wpx160-tb {
    width: 160px;
  }
  .wpx165-tb {
    width: 165px;
  }
  .wpx170-tb {
    width: 170px;
  }
  .wpx175-tb {
    width: 175px;
  }
  .wpx180-tb {
    width: 180px;
  }
  .wpx185-tb {
    width: 185px;
  }
  .wpx190-tb {
    width: 190px;
  }
  .wpx195-tb {
    width: 195px;
  }
  .wpx200-tb {
    width: 200px;
  }
  .wpx205-tb {
    width: 205px;
  }
  .wpx210-tb {
    width: 210px;
  }
  .wpx215-tb {
    width: 215px;
  }
  .wpx220-tb {
    width: 220px;
  }
  .wpx225-tb {
    width: 225px;
  }
  .wpx230-tb {
    width: 230px;
  }
  .wpx235-tb {
    width: 235px;
  }
  .wpx240-tb {
    width: 240px;
  }
  .wpx245-tb {
    width: 245px;
  }
  .wpx250-tb {
    width: 250px;
  }
  .wpx255-tb {
    width: 255px;
  }
  .wpx260-tb {
    width: 260px;
  }
  .wpx265-tb {
    width: 265px;
  }
  .wpx270-tb {
    width: 270px;
  }
  .wpx275-tb {
    width: 275px;
  }
  .wpx280-tb {
    width: 280px;
  }
  .wpx285-tb {
    width: 285px;
  }
  .wpx290-tb {
    width: 290px;
  }
  .wpx295-tb {
    width: 295px;
  }
  .wpx300-tb {
    width: 300px;
  }
  .wpx305-tb {
    width: 305px;
  }
  .wpx310-tb {
    width: 310px;
  }
  .wpx315-tb {
    width: 315px;
  }
  .wpx320-tb {
    width: 320px;
  }
  .wpx325-tb {
    width: 325px;
  }
  .wpx330-tb {
    width: 330px;
  }
  .wpx335-tb {
    width: 335px;
  }
  .wpx340-tb {
    width: 340px;
  }
  .wpx345-tb {
    width: 345px;
  }
  .wpx350-tb {
    width: 350px;
  }
  .wpx355-tb {
    width: 355px;
  }
  .wpx360-tb {
    width: 360px;
  }
  .wpx365-tb {
    width: 365px;
  }
  .wpx370-tb {
    width: 370px;
  }
  .wpx375-tb {
    width: 375px;
  }
  .wpx380-tb {
    width: 380px;
  }
  .wpx385-tb {
    width: 385px;
  }
  .wpx390-tb {
    width: 390px;
  }
  .wpx395-tb {
    width: 395px;
  }
  .wpx400-tb {
    width: 400px;
  }
  .wpx405-tb {
    width: 405px;
  }
  .wpx410-tb {
    width: 410px;
  }
  .wpx415-tb {
    width: 415px;
  }
  .wpx420-tb {
    width: 420px;
  }
  .wpx425-tb {
    width: 425px;
  }
  .wpx430-tb {
    width: 430px;
  }
  .wpx435-tb {
    width: 435px;
  }
  .wpx440-tb {
    width: 440px;
  }
  .wpx445-tb {
    width: 445px;
  }
  .wpx450-tb {
    width: 450px;
  }
  .wpx455-tb {
    width: 455px;
  }
  .wpx460-tb {
    width: 460px;
  }
  .wpx465-tb {
    width: 465px;
  }
  .wpx470-tb {
    width: 470px;
  }
  .wpx475-tb {
    width: 475px;
  }
  .wpx480-tb {
    width: 480px;
  }
  .wpx485-tb {
    width: 485px;
  }
  .wpx490-tb {
    width: 490px;
  }
  .wpx495-tb {
    width: 495px;
  }
  .wpx500-tb {
    width: 500px;
  }
  .wpx505-tb {
    width: 505px;
  }
  .wpx510-tb {
    width: 510px;
  }
  .wpx515-tb {
    width: 515px;
  }
  .wpx520-tb {
    width: 520px;
  }
  .wpx525-tb {
    width: 525px;
  }
  .wpx530-tb {
    width: 530px;
  }
  .wpx535-tb {
    width: 535px;
  }
  .wpx540-tb {
    width: 540px;
  }
  .wpx545-tb {
    width: 545px;
  }
  .wpx550-tb {
    width: 550px;
  }
  .wpx555-tb {
    width: 555px;
  }
  .wpx560-tb {
    width: 560px;
  }
  .wpx565-tb {
    width: 565px;
  }
  .wpx570-tb {
    width: 570px;
  }
  .wpx575-tb {
    width: 575px;
  }
  .wpx580-tb {
    width: 580px;
  }
  .wpx585-tb {
    width: 585px;
  }
  .wpx590-tb {
    width: 590px;
  }
  .wpx595-tb {
    width: 595px;
  }
  .wpx600-tb {
    width: 600px;
  }
  .wpx605-tb {
    width: 605px;
  }
  .wpx610-tb {
    width: 610px;
  }
  .wpx615-tb {
    width: 615px;
  }
  .wpx620-tb {
    width: 620px;
  }
  .wpx625-tb {
    width: 625px;
  }
  .wpx630-tb {
    width: 630px;
  }
  .wpx635-tb {
    width: 635px;
  }
  .wpx640-tb {
    width: 640px;
  }
  .wpx645-tb {
    width: 645px;
  }
  .wpx650-tb {
    width: 650px;
  }
  .wpx655-tb {
    width: 655px;
  }
  .wpx660-tb {
    width: 660px;
  }
  .wpx665-tb {
    width: 665px;
  }
  .wpx670-tb {
    width: 670px;
  }
  .wpx675-tb {
    width: 675px;
  }
  .wpx680-tb {
    width: 680px;
  }
  .wpx685-tb {
    width: 685px;
  }
  .wpx690-tb {
    width: 690px;
  }
  .wpx695-tb {
    width: 695px;
  }
  .wpx700-tb {
    width: 700px;
  }
  .wpx705-tb {
    width: 705px;
  }
  .wpx710-tb {
    width: 710px;
  }
  .wpx715-tb {
    width: 715px;
  }
  .wpx720-tb {
    width: 720px;
  }
  .wpx725-tb {
    width: 725px;
  }
  .wpx730-tb {
    width: 730px;
  }
  .wpx735-tb {
    width: 735px;
  }
  .wpx740-tb {
    width: 740px;
  }
  .wpx745-tb {
    width: 745px;
  }
  .wpx750-tb {
    width: 750px;
  }
  .wpx755-tb {
    width: 755px;
  }
  .wpx760-tb {
    width: 760px;
  }
  .wpx765-tb {
    width: 765px;
  }
  .wpx770-tb {
    width: 770px;
  }
  .wpx775-tb {
    width: 775px;
  }
  .wpx780-tb {
    width: 780px;
  }
  .wpx785-tb {
    width: 785px;
  }
  .wpx790-tb {
    width: 790px;
  }
  .wpx795-tb {
    width: 795px;
  }
  .wpx800-tb {
    width: 800px;
  }
  .wpx805-tb {
    width: 805px;
  }
  .wpx810-tb {
    width: 810px;
  }
  .wpx815-tb {
    width: 815px;
  }
  .wpx820-tb {
    width: 820px;
  }
  .wpx825-tb {
    width: 825px;
  }
  .wpx830-tb {
    width: 830px;
  }
  .wpx835-tb {
    width: 835px;
  }
  .wpx840-tb {
    width: 840px;
  }
  .wpx845-tb {
    width: 845px;
  }
  .wpx850-tb {
    width: 850px;
  }
  .wpx855-tb {
    width: 855px;
  }
  .wpx860-tb {
    width: 860px;
  }
  .wpx865-tb {
    width: 865px;
  }
  .wpx870-tb {
    width: 870px;
  }
  .wpx875-tb {
    width: 875px;
  }
  .wpx880-tb {
    width: 880px;
  }
  .wpx885-tb {
    width: 885px;
  }
  .wpx890-tb {
    width: 890px;
  }
  .wpx895-tb {
    width: 895px;
  }
  .wpx900-tb {
    width: 900px;
  }
  .wpx905-tb {
    width: 905px;
  }
  .wpx910-tb {
    width: 910px;
  }
  .wpx915-tb {
    width: 915px;
  }
  .wpx920-tb {
    width: 920px;
  }
  .wpx925-tb {
    width: 925px;
  }
  .wpx930-tb {
    width: 930px;
  }
  .wpx935-tb {
    width: 935px;
  }
  .wpx940-tb {
    width: 940px;
  }
  .wpx945-tb {
    width: 945px;
  }
  .wpx950-tb {
    width: 950px;
  }
  .wpx955-tb {
    width: 955px;
  }
  .wpx960-tb {
    width: 960px;
  }
  .wpx965-tb {
    width: 965px;
  }
  .wpx970-tb {
    width: 970px;
  }
  .wpx975-tb {
    width: 975px;
  }
  .wpx980-tb {
    width: 980px;
  }
  .wpx985-tb {
    width: 985px;
  }
  .wpx990-tb {
    width: 990px;
  }
  .wpx995-tb {
    width: 995px;
  }
  .wpx1000-tb {
    width: 1000px;
  }
  .wper1-tb {
    width: 1%;
  }
  .wper2-tb {
    width: 2%;
  }
  .wper3-tb {
    width: 3%;
  }
  .wper4-tb {
    width: 4%;
  }
  .wper5-tb {
    width: 5%;
  }
  .wper6-tb {
    width: 6%;
  }
  .wper7-tb {
    width: 7%;
  }
  .wper8-tb {
    width: 8%;
  }
  .wper9-tb {
    width: 9%;
  }
  .wper10-tb {
    width: 10%;
  }
  .wper11-tb {
    width: 11%;
  }
  .wper12-tb {
    width: 12%;
  }
  .wper13-tb {
    width: 13%;
  }
  .wper14-tb {
    width: 14%;
  }
  .wper15-tb {
    width: 15%;
  }
  .wper16-tb {
    width: 16%;
  }
  .wper17-tb {
    width: 17%;
  }
  .wper18-tb {
    width: 18%;
  }
  .wper19-tb {
    width: 19%;
  }
  .wper20-tb {
    width: 20%;
  }
  .wper21-tb {
    width: 21%;
  }
  .wper22-tb {
    width: 22%;
  }
  .wper23-tb {
    width: 23%;
  }
  .wper24-tb {
    width: 24%;
  }
  .wper25-tb {
    width: 25%;
  }
  .wper26-tb {
    width: 26%;
  }
  .wper27-tb {
    width: 27%;
  }
  .wper28-tb {
    width: 28%;
  }
  .wper29-tb {
    width: 29%;
  }
  .wper30-tb {
    width: 30%;
  }
  .wper31-tb {
    width: 31%;
  }
  .wper32-tb {
    width: 32%;
  }
  .wper33-tb {
    width: 33%;
  }
  .wper34-tb {
    width: 34%;
  }
  .wper35-tb {
    width: 35%;
  }
  .wper36-tb {
    width: 36%;
  }
  .wper37-tb {
    width: 37%;
  }
  .wper38-tb {
    width: 38%;
  }
  .wper39-tb {
    width: 39%;
  }
  .wper40-tb {
    width: 40%;
  }
  .wper41-tb {
    width: 41%;
  }
  .wper42-tb {
    width: 42%;
  }
  .wper43-tb {
    width: 43%;
  }
  .wper44-tb {
    width: 44%;
  }
  .wper45-tb {
    width: 45%;
  }
  .wper46-tb {
    width: 46%;
  }
  .wper47-tb {
    width: 47%;
  }
  .wper48-tb {
    width: 48%;
  }
  .wper49-tb {
    width: 49%;
  }
  .wper50-tb {
    width: 50%;
  }
  .wper51-tb {
    width: 51%;
  }
  .wper52-tb {
    width: 52%;
  }
  .wper53-tb {
    width: 53%;
  }
  .wper54-tb {
    width: 54%;
  }
  .wper55-tb {
    width: 55%;
  }
  .wper56-tb {
    width: 56%;
  }
  .wper57-tb {
    width: 57%;
  }
  .wper58-tb {
    width: 58%;
  }
  .wper59-tb {
    width: 59%;
  }
  .wper60-tb {
    width: 60%;
  }
  .wper61-tb {
    width: 61%;
  }
  .wper62-tb {
    width: 62%;
  }
  .wper63-tb {
    width: 63%;
  }
  .wper64-tb {
    width: 64%;
  }
  .wper65-tb {
    width: 65%;
  }
  .wper66-tb {
    width: 66%;
  }
  .wper67-tb {
    width: 67%;
  }
  .wper68-tb {
    width: 68%;
  }
  .wper69-tb {
    width: 69%;
  }
  .wper70-tb {
    width: 70%;
  }
  .wper71-tb {
    width: 71%;
  }
  .wper72-tb {
    width: 72%;
  }
  .wper73-tb {
    width: 73%;
  }
  .wper74-tb {
    width: 74%;
  }
  .wper75-tb {
    width: 75%;
  }
  .wper76-tb {
    width: 76%;
  }
  .wper77-tb {
    width: 77%;
  }
  .wper78-tb {
    width: 78%;
  }
  .wper79-tb {
    width: 79%;
  }
  .wper80-tb {
    width: 80%;
  }
  .wper81-tb {
    width: 81%;
  }
  .wper82-tb {
    width: 82%;
  }
  .wper83-tb {
    width: 83%;
  }
  .wper84-tb {
    width: 84%;
  }
  .wper85-tb {
    width: 85%;
  }
  .wper86-tb {
    width: 86%;
  }
  .wper87-tb {
    width: 87%;
  }
  .wper88-tb {
    width: 88%;
  }
  .wper89-tb {
    width: 89%;
  }
  .wper90-tb {
    width: 90%;
  }
  .wper91-tb {
    width: 91%;
  }
  .wper92-tb {
    width: 92%;
  }
  .wper93-tb {
    width: 93%;
  }
  .wper94-tb {
    width: 94%;
  }
  .wper95-tb {
    width: 95%;
  }
  .wper96-tb {
    width: 96%;
  }
  .wper97-tb {
    width: 97%;
  }
  .wper98-tb {
    width: 98%;
  }
  .wper99-tb {
    width: 99%;
  }
  .wper100-tb {
    width: 100%;
  }
  .fw-100-tb {
    font-weight: 100 !important;
  }
  .fw-200-tb {
    font-weight: 200 !important;
  }
  .fw-300-tb {
    font-weight: 300 !important;
  }
  .fw-400-tb {
    font-weight: 400 !important;
  }
  .fw-500-tb {
    font-weight: 500 !important;
  }
  .fw-600-tb {
    font-weight: 600 !important;
  }
  .fw-700-tb {
    font-weight: 700 !important;
  }
  .fw-800-tb {
    font-weight: 800 !important;
  }
  .fw-900-tb {
    font-weight: 900 !important;
  }
}
@media only screen and (max-width: 767px) {
  .left-text-sp {
    text-align: left !important;
  }
  .right-text-sp {
    text-align: right !important;
  }
  .center-text-sp {
    text-align: center !important;
  }
  .mt0-sp {
    margin-top: 0px !important;
  }
  .mr0-sp {
    margin-right: 0px !important;
  }
  .mb0-sp {
    margin-bottom: 0px !important;
  }
  .ml0-sp {
    margin-left: 0px !important;
  }
  .pt0-sp {
    padding-top: 0px !important;
  }
  .pr0-sp {
    padding-right: 0px !important;
  }
  .pb0-sp {
    padding-bottom: 0px !important;
  }
  .pl0-sp {
    padding-left: 0px !important;
  }
  .mt1-sp {
    margin-top: 1px !important;
  }
  .mr1-sp {
    margin-right: 1px !important;
  }
  .mb1-sp {
    margin-bottom: 1px !important;
  }
  .ml1-sp {
    margin-left: 1px !important;
  }
  .pt1-sp {
    padding-top: 1px !important;
  }
  .pr1-sp {
    padding-right: 1px !important;
  }
  .pb1-sp {
    padding-bottom: 1px !important;
  }
  .pl1-sp {
    padding-left: 1px !important;
  }
  .mt2-sp {
    margin-top: 2px !important;
  }
  .mr2-sp {
    margin-right: 2px !important;
  }
  .mb2-sp {
    margin-bottom: 2px !important;
  }
  .ml2-sp {
    margin-left: 2px !important;
  }
  .pt2-sp {
    padding-top: 2px !important;
  }
  .pr2-sp {
    padding-right: 2px !important;
  }
  .pb2-sp {
    padding-bottom: 2px !important;
  }
  .pl2-sp {
    padding-left: 2px !important;
  }
  .mt3-sp {
    margin-top: 3px !important;
  }
  .mr3-sp {
    margin-right: 3px !important;
  }
  .mb3-sp {
    margin-bottom: 3px !important;
  }
  .ml3-sp {
    margin-left: 3px !important;
  }
  .pt3-sp {
    padding-top: 3px !important;
  }
  .pr3-sp {
    padding-right: 3px !important;
  }
  .pb3-sp {
    padding-bottom: 3px !important;
  }
  .pl3-sp {
    padding-left: 3px !important;
  }
  .mt4-sp {
    margin-top: 4px !important;
  }
  .mr4-sp {
    margin-right: 4px !important;
  }
  .mb4-sp {
    margin-bottom: 4px !important;
  }
  .ml4-sp {
    margin-left: 4px !important;
  }
  .pt4-sp {
    padding-top: 4px !important;
  }
  .pr4-sp {
    padding-right: 4px !important;
  }
  .pb4-sp {
    padding-bottom: 4px !important;
  }
  .pl4-sp {
    padding-left: 4px !important;
  }
  .mt5-sp {
    margin-top: 5px !important;
  }
  .mr5-sp {
    margin-right: 5px !important;
  }
  .mb5-sp {
    margin-bottom: 5px !important;
  }
  .ml5-sp {
    margin-left: 5px !important;
  }
  .pt5-sp {
    padding-top: 5px !important;
  }
  .pr5-sp {
    padding-right: 5px !important;
  }
  .pb5-sp {
    padding-bottom: 5px !important;
  }
  .pl5-sp {
    padding-left: 5px !important;
  }
  .mt6-sp {
    margin-top: 6px !important;
  }
  .mr6-sp {
    margin-right: 6px !important;
  }
  .mb6-sp {
    margin-bottom: 6px !important;
  }
  .ml6-sp {
    margin-left: 6px !important;
  }
  .pt6-sp {
    padding-top: 6px !important;
  }
  .pr6-sp {
    padding-right: 6px !important;
  }
  .pb6-sp {
    padding-bottom: 6px !important;
  }
  .pl6-sp {
    padding-left: 6px !important;
  }
  .mt7-sp {
    margin-top: 7px !important;
  }
  .mr7-sp {
    margin-right: 7px !important;
  }
  .mb7-sp {
    margin-bottom: 7px !important;
  }
  .ml7-sp {
    margin-left: 7px !important;
  }
  .pt7-sp {
    padding-top: 7px !important;
  }
  .pr7-sp {
    padding-right: 7px !important;
  }
  .pb7-sp {
    padding-bottom: 7px !important;
  }
  .pl7-sp {
    padding-left: 7px !important;
  }
  .mt8-sp {
    margin-top: 8px !important;
  }
  .mr8-sp {
    margin-right: 8px !important;
  }
  .mb8-sp {
    margin-bottom: 8px !important;
  }
  .ml8-sp {
    margin-left: 8px !important;
  }
  .pt8-sp {
    padding-top: 8px !important;
  }
  .pr8-sp {
    padding-right: 8px !important;
  }
  .pb8-sp {
    padding-bottom: 8px !important;
  }
  .pl8-sp {
    padding-left: 8px !important;
  }
  .mt9-sp {
    margin-top: 9px !important;
  }
  .mr9-sp {
    margin-right: 9px !important;
  }
  .mb9-sp {
    margin-bottom: 9px !important;
  }
  .ml9-sp {
    margin-left: 9px !important;
  }
  .pt9-sp {
    padding-top: 9px !important;
  }
  .pr9-sp {
    padding-right: 9px !important;
  }
  .pb9-sp {
    padding-bottom: 9px !important;
  }
  .pl9-sp {
    padding-left: 9px !important;
  }
  .mt10-sp {
    margin-top: 10px !important;
  }
  .mr10-sp {
    margin-right: 10px !important;
  }
  .mb10-sp {
    margin-bottom: 10px !important;
  }
  .ml10-sp {
    margin-left: 10px !important;
  }
  .pt10-sp {
    padding-top: 10px !important;
  }
  .pr10-sp {
    padding-right: 10px !important;
  }
  .pb10-sp {
    padding-bottom: 10px !important;
  }
  .pl10-sp {
    padding-left: 10px !important;
  }
  .mt11-sp {
    margin-top: 11px !important;
  }
  .mr11-sp {
    margin-right: 11px !important;
  }
  .mb11-sp {
    margin-bottom: 11px !important;
  }
  .ml11-sp {
    margin-left: 11px !important;
  }
  .pt11-sp {
    padding-top: 11px !important;
  }
  .pr11-sp {
    padding-right: 11px !important;
  }
  .pb11-sp {
    padding-bottom: 11px !important;
  }
  .pl11-sp {
    padding-left: 11px !important;
  }
  .mt12-sp {
    margin-top: 12px !important;
  }
  .mr12-sp {
    margin-right: 12px !important;
  }
  .mb12-sp {
    margin-bottom: 12px !important;
  }
  .ml12-sp {
    margin-left: 12px !important;
  }
  .pt12-sp {
    padding-top: 12px !important;
  }
  .pr12-sp {
    padding-right: 12px !important;
  }
  .pb12-sp {
    padding-bottom: 12px !important;
  }
  .pl12-sp {
    padding-left: 12px !important;
  }
  .mt13-sp {
    margin-top: 13px !important;
  }
  .mr13-sp {
    margin-right: 13px !important;
  }
  .mb13-sp {
    margin-bottom: 13px !important;
  }
  .ml13-sp {
    margin-left: 13px !important;
  }
  .pt13-sp {
    padding-top: 13px !important;
  }
  .pr13-sp {
    padding-right: 13px !important;
  }
  .pb13-sp {
    padding-bottom: 13px !important;
  }
  .pl13-sp {
    padding-left: 13px !important;
  }
  .mt14-sp {
    margin-top: 14px !important;
  }
  .mr14-sp {
    margin-right: 14px !important;
  }
  .mb14-sp {
    margin-bottom: 14px !important;
  }
  .ml14-sp {
    margin-left: 14px !important;
  }
  .pt14-sp {
    padding-top: 14px !important;
  }
  .pr14-sp {
    padding-right: 14px !important;
  }
  .pb14-sp {
    padding-bottom: 14px !important;
  }
  .pl14-sp {
    padding-left: 14px !important;
  }
  .mt15-sp {
    margin-top: 15px !important;
  }
  .mr15-sp {
    margin-right: 15px !important;
  }
  .mb15-sp {
    margin-bottom: 15px !important;
  }
  .ml15-sp {
    margin-left: 15px !important;
  }
  .pt15-sp {
    padding-top: 15px !important;
  }
  .pr15-sp {
    padding-right: 15px !important;
  }
  .pb15-sp {
    padding-bottom: 15px !important;
  }
  .pl15-sp {
    padding-left: 15px !important;
  }
  .mt16-sp {
    margin-top: 16px !important;
  }
  .mr16-sp {
    margin-right: 16px !important;
  }
  .mb16-sp {
    margin-bottom: 16px !important;
  }
  .ml16-sp {
    margin-left: 16px !important;
  }
  .pt16-sp {
    padding-top: 16px !important;
  }
  .pr16-sp {
    padding-right: 16px !important;
  }
  .pb16-sp {
    padding-bottom: 16px !important;
  }
  .pl16-sp {
    padding-left: 16px !important;
  }
  .mt17-sp {
    margin-top: 17px !important;
  }
  .mr17-sp {
    margin-right: 17px !important;
  }
  .mb17-sp {
    margin-bottom: 17px !important;
  }
  .ml17-sp {
    margin-left: 17px !important;
  }
  .pt17-sp {
    padding-top: 17px !important;
  }
  .pr17-sp {
    padding-right: 17px !important;
  }
  .pb17-sp {
    padding-bottom: 17px !important;
  }
  .pl17-sp {
    padding-left: 17px !important;
  }
  .mt18-sp {
    margin-top: 18px !important;
  }
  .mr18-sp {
    margin-right: 18px !important;
  }
  .mb18-sp {
    margin-bottom: 18px !important;
  }
  .ml18-sp {
    margin-left: 18px !important;
  }
  .pt18-sp {
    padding-top: 18px !important;
  }
  .pr18-sp {
    padding-right: 18px !important;
  }
  .pb18-sp {
    padding-bottom: 18px !important;
  }
  .pl18-sp {
    padding-left: 18px !important;
  }
  .mt19-sp {
    margin-top: 19px !important;
  }
  .mr19-sp {
    margin-right: 19px !important;
  }
  .mb19-sp {
    margin-bottom: 19px !important;
  }
  .ml19-sp {
    margin-left: 19px !important;
  }
  .pt19-sp {
    padding-top: 19px !important;
  }
  .pr19-sp {
    padding-right: 19px !important;
  }
  .pb19-sp {
    padding-bottom: 19px !important;
  }
  .pl19-sp {
    padding-left: 19px !important;
  }
  .mt20-sp {
    margin-top: 20px !important;
  }
  .mr20-sp {
    margin-right: 20px !important;
  }
  .mb20-sp {
    margin-bottom: 20px !important;
  }
  .ml20-sp {
    margin-left: 20px !important;
  }
  .pt20-sp {
    padding-top: 20px !important;
  }
  .pr20-sp {
    padding-right: 20px !important;
  }
  .pb20-sp {
    padding-bottom: 20px !important;
  }
  .pl20-sp {
    padding-left: 20px !important;
  }
  .mt25-sp {
    margin-top: 25px !important;
  }
  .mr25-sp {
    margin-right: 25px !important;
  }
  .mb25-sp {
    margin-bottom: 25px !important;
  }
  .ml25-sp {
    margin-left: 25px !important;
  }
  .pt25-sp {
    padding-top: 25px !important;
  }
  .pr25-sp {
    padding-right: 25px !important;
  }
  .pb25-sp {
    padding-bottom: 25px !important;
  }
  .pl25-sp {
    padding-left: 25px !important;
  }
  .mt30-sp {
    margin-top: 30px !important;
  }
  .mr30-sp {
    margin-right: 30px !important;
  }
  .mb30-sp {
    margin-bottom: 30px !important;
  }
  .ml30-sp {
    margin-left: 30px !important;
  }
  .pt30-sp {
    padding-top: 30px !important;
  }
  .pr30-sp {
    padding-right: 30px !important;
  }
  .pb30-sp {
    padding-bottom: 30px !important;
  }
  .pl30-sp {
    padding-left: 30px !important;
  }
  .mt35-sp {
    margin-top: 35px !important;
  }
  .mr35-sp {
    margin-right: 35px !important;
  }
  .mb35-sp {
    margin-bottom: 35px !important;
  }
  .ml35-sp {
    margin-left: 35px !important;
  }
  .pt35-sp {
    padding-top: 35px !important;
  }
  .pr35-sp {
    padding-right: 35px !important;
  }
  .pb35-sp {
    padding-bottom: 35px !important;
  }
  .pl35-sp {
    padding-left: 35px !important;
  }
  .mt40-sp {
    margin-top: 40px !important;
  }
  .mr40-sp {
    margin-right: 40px !important;
  }
  .mb40-sp {
    margin-bottom: 40px !important;
  }
  .ml40-sp {
    margin-left: 40px !important;
  }
  .pt40-sp {
    padding-top: 40px !important;
  }
  .pr40-sp {
    padding-right: 40px !important;
  }
  .pb40-sp {
    padding-bottom: 40px !important;
  }
  .pl40-sp {
    padding-left: 40px !important;
  }
  .mt45-sp {
    margin-top: 45px !important;
  }
  .mr45-sp {
    margin-right: 45px !important;
  }
  .mb45-sp {
    margin-bottom: 45px !important;
  }
  .ml45-sp {
    margin-left: 45px !important;
  }
  .pt45-sp {
    padding-top: 45px !important;
  }
  .pr45-sp {
    padding-right: 45px !important;
  }
  .pb45-sp {
    padding-bottom: 45px !important;
  }
  .pl45-sp {
    padding-left: 45px !important;
  }
  .mt50-sp {
    margin-top: 50px !important;
  }
  .mr50-sp {
    margin-right: 50px !important;
  }
  .mb50-sp {
    margin-bottom: 50px !important;
  }
  .ml50-sp {
    margin-left: 50px !important;
  }
  .pt50-sp {
    padding-top: 50px !important;
  }
  .pr50-sp {
    padding-right: 50px !important;
  }
  .pb50-sp {
    padding-bottom: 50px !important;
  }
  .pl50-sp {
    padding-left: 50px !important;
  }
  .mt55-sp {
    margin-top: 55px !important;
  }
  .mr55-sp {
    margin-right: 55px !important;
  }
  .mb55-sp {
    margin-bottom: 55px !important;
  }
  .ml55-sp {
    margin-left: 55px !important;
  }
  .pt55-sp {
    padding-top: 55px !important;
  }
  .pr55-sp {
    padding-right: 55px !important;
  }
  .pb55-sp {
    padding-bottom: 55px !important;
  }
  .pl55-sp {
    padding-left: 55px !important;
  }
  .mt60-sp {
    margin-top: 60px !important;
  }
  .mr60-sp {
    margin-right: 60px !important;
  }
  .mb60-sp {
    margin-bottom: 60px !important;
  }
  .ml60-sp {
    margin-left: 60px !important;
  }
  .pt60-sp {
    padding-top: 60px !important;
  }
  .pr60-sp {
    padding-right: 60px !important;
  }
  .pb60-sp {
    padding-bottom: 60px !important;
  }
  .pl60-sp {
    padding-left: 60px !important;
  }
  .mt65-sp {
    margin-top: 65px !important;
  }
  .mr65-sp {
    margin-right: 65px !important;
  }
  .mb65-sp {
    margin-bottom: 65px !important;
  }
  .ml65-sp {
    margin-left: 65px !important;
  }
  .pt65-sp {
    padding-top: 65px !important;
  }
  .pr65-sp {
    padding-right: 65px !important;
  }
  .pb65-sp {
    padding-bottom: 65px !important;
  }
  .pl65-sp {
    padding-left: 65px !important;
  }
  .mt70-sp {
    margin-top: 70px !important;
  }
  .mr70-sp {
    margin-right: 70px !important;
  }
  .mb70-sp {
    margin-bottom: 70px !important;
  }
  .ml70-sp {
    margin-left: 70px !important;
  }
  .pt70-sp {
    padding-top: 70px !important;
  }
  .pr70-sp {
    padding-right: 70px !important;
  }
  .pb70-sp {
    padding-bottom: 70px !important;
  }
  .pl70-sp {
    padding-left: 70px !important;
  }
  .mt75-sp {
    margin-top: 75px !important;
  }
  .mr75-sp {
    margin-right: 75px !important;
  }
  .mb75-sp {
    margin-bottom: 75px !important;
  }
  .ml75-sp {
    margin-left: 75px !important;
  }
  .pt75-sp {
    padding-top: 75px !important;
  }
  .pr75-sp {
    padding-right: 75px !important;
  }
  .pb75-sp {
    padding-bottom: 75px !important;
  }
  .pl75-sp {
    padding-left: 75px !important;
  }
  .mt80-sp {
    margin-top: 80px !important;
  }
  .mr80-sp {
    margin-right: 80px !important;
  }
  .mb80-sp {
    margin-bottom: 80px !important;
  }
  .ml80-sp {
    margin-left: 80px !important;
  }
  .pt80-sp {
    padding-top: 80px !important;
  }
  .pr80-sp {
    padding-right: 80px !important;
  }
  .pb80-sp {
    padding-bottom: 80px !important;
  }
  .pl80-sp {
    padding-left: 80px !important;
  }
  .mt85-sp {
    margin-top: 85px !important;
  }
  .mr85-sp {
    margin-right: 85px !important;
  }
  .mb85-sp {
    margin-bottom: 85px !important;
  }
  .ml85-sp {
    margin-left: 85px !important;
  }
  .pt85-sp {
    padding-top: 85px !important;
  }
  .pr85-sp {
    padding-right: 85px !important;
  }
  .pb85-sp {
    padding-bottom: 85px !important;
  }
  .pl85-sp {
    padding-left: 85px !important;
  }
  .mt90-sp {
    margin-top: 90px !important;
  }
  .mr90-sp {
    margin-right: 90px !important;
  }
  .mb90-sp {
    margin-bottom: 90px !important;
  }
  .ml90-sp {
    margin-left: 90px !important;
  }
  .pt90-sp {
    padding-top: 90px !important;
  }
  .pr90-sp {
    padding-right: 90px !important;
  }
  .pb90-sp {
    padding-bottom: 90px !important;
  }
  .pl90-sp {
    padding-left: 90px !important;
  }
  .mt95-sp {
    margin-top: 95px !important;
  }
  .mr95-sp {
    margin-right: 95px !important;
  }
  .mb95-sp {
    margin-bottom: 95px !important;
  }
  .ml95-sp {
    margin-left: 95px !important;
  }
  .pt95-sp {
    padding-top: 95px !important;
  }
  .pr95-sp {
    padding-right: 95px !important;
  }
  .pb95-sp {
    padding-bottom: 95px !important;
  }
  .pl95-sp {
    padding-left: 95px !important;
  }
  .mt100-sp {
    margin-top: 100px !important;
  }
  .mr100-sp {
    margin-right: 100px !important;
  }
  .mb100-sp {
    margin-bottom: 100px !important;
  }
  .ml100-sp {
    margin-left: 100px !important;
  }
  .pt100-sp {
    padding-top: 100px !important;
  }
  .pr100-sp {
    padding-right: 100px !important;
  }
  .pb100-sp {
    padding-bottom: 100px !important;
  }
  .pl100-sp {
    padding-left: 100px !important;
  }
  .mt105-sp {
    margin-top: 105px !important;
  }
  .mr105-sp {
    margin-right: 105px !important;
  }
  .mb105-sp {
    margin-bottom: 105px !important;
  }
  .ml105-sp {
    margin-left: 105px !important;
  }
  .pt105-sp {
    padding-top: 105px !important;
  }
  .pr105-sp {
    padding-right: 105px !important;
  }
  .pb105-sp {
    padding-bottom: 105px !important;
  }
  .pl105-sp {
    padding-left: 105px !important;
  }
  .mt110-sp {
    margin-top: 110px !important;
  }
  .mr110-sp {
    margin-right: 110px !important;
  }
  .mb110-sp {
    margin-bottom: 110px !important;
  }
  .ml110-sp {
    margin-left: 110px !important;
  }
  .pt110-sp {
    padding-top: 110px !important;
  }
  .pr110-sp {
    padding-right: 110px !important;
  }
  .pb110-sp {
    padding-bottom: 110px !important;
  }
  .pl110-sp {
    padding-left: 110px !important;
  }
  .mt115-sp {
    margin-top: 115px !important;
  }
  .mr115-sp {
    margin-right: 115px !important;
  }
  .mb115-sp {
    margin-bottom: 115px !important;
  }
  .ml115-sp {
    margin-left: 115px !important;
  }
  .pt115-sp {
    padding-top: 115px !important;
  }
  .pr115-sp {
    padding-right: 115px !important;
  }
  .pb115-sp {
    padding-bottom: 115px !important;
  }
  .pl115-sp {
    padding-left: 115px !important;
  }
  .mt120-sp {
    margin-top: 120px !important;
  }
  .mr120-sp {
    margin-right: 120px !important;
  }
  .mb120-sp {
    margin-bottom: 120px !important;
  }
  .ml120-sp {
    margin-left: 120px !important;
  }
  .pt120-sp {
    padding-top: 120px !important;
  }
  .pr120-sp {
    padding-right: 120px !important;
  }
  .pb120-sp {
    padding-bottom: 120px !important;
  }
  .pl120-sp {
    padding-left: 120px !important;
  }
  .mt125-sp {
    margin-top: 125px !important;
  }
  .mr125-sp {
    margin-right: 125px !important;
  }
  .mb125-sp {
    margin-bottom: 125px !important;
  }
  .ml125-sp {
    margin-left: 125px !important;
  }
  .pt125-sp {
    padding-top: 125px !important;
  }
  .pr125-sp {
    padding-right: 125px !important;
  }
  .pb125-sp {
    padding-bottom: 125px !important;
  }
  .pl125-sp {
    padding-left: 125px !important;
  }
  .mt130-sp {
    margin-top: 130px !important;
  }
  .mr130-sp {
    margin-right: 130px !important;
  }
  .mb130-sp {
    margin-bottom: 130px !important;
  }
  .ml130-sp {
    margin-left: 130px !important;
  }
  .pt130-sp {
    padding-top: 130px !important;
  }
  .pr130-sp {
    padding-right: 130px !important;
  }
  .pb130-sp {
    padding-bottom: 130px !important;
  }
  .pl130-sp {
    padding-left: 130px !important;
  }
  .mt135-sp {
    margin-top: 135px !important;
  }
  .mr135-sp {
    margin-right: 135px !important;
  }
  .mb135-sp {
    margin-bottom: 135px !important;
  }
  .ml135-sp {
    margin-left: 135px !important;
  }
  .pt135-sp {
    padding-top: 135px !important;
  }
  .pr135-sp {
    padding-right: 135px !important;
  }
  .pb135-sp {
    padding-bottom: 135px !important;
  }
  .pl135-sp {
    padding-left: 135px !important;
  }
  .mt140-sp {
    margin-top: 140px !important;
  }
  .mr140-sp {
    margin-right: 140px !important;
  }
  .mb140-sp {
    margin-bottom: 140px !important;
  }
  .ml140-sp {
    margin-left: 140px !important;
  }
  .pt140-sp {
    padding-top: 140px !important;
  }
  .pr140-sp {
    padding-right: 140px !important;
  }
  .pb140-sp {
    padding-bottom: 140px !important;
  }
  .pl140-sp {
    padding-left: 140px !important;
  }
  .mt145-sp {
    margin-top: 145px !important;
  }
  .mr145-sp {
    margin-right: 145px !important;
  }
  .mb145-sp {
    margin-bottom: 145px !important;
  }
  .ml145-sp {
    margin-left: 145px !important;
  }
  .pt145-sp {
    padding-top: 145px !important;
  }
  .pr145-sp {
    padding-right: 145px !important;
  }
  .pb145-sp {
    padding-bottom: 145px !important;
  }
  .pl145-sp {
    padding-left: 145px !important;
  }
  .mt150-sp {
    margin-top: 150px !important;
  }
  .mr150-sp {
    margin-right: 150px !important;
  }
  .mb150-sp {
    margin-bottom: 150px !important;
  }
  .ml150-sp {
    margin-left: 150px !important;
  }
  .pt150-sp {
    padding-top: 150px !important;
  }
  .pr150-sp {
    padding-right: 150px !important;
  }
  .pb150-sp {
    padding-bottom: 150px !important;
  }
  .pl150-sp {
    padding-left: 150px !important;
  }
  .mt155-sp {
    margin-top: 155px !important;
  }
  .mr155-sp {
    margin-right: 155px !important;
  }
  .mb155-sp {
    margin-bottom: 155px !important;
  }
  .ml155-sp {
    margin-left: 155px !important;
  }
  .pt155-sp {
    padding-top: 155px !important;
  }
  .pr155-sp {
    padding-right: 155px !important;
  }
  .pb155-sp {
    padding-bottom: 155px !important;
  }
  .pl155-sp {
    padding-left: 155px !important;
  }
  .mt160-sp {
    margin-top: 160px !important;
  }
  .mr160-sp {
    margin-right: 160px !important;
  }
  .mb160-sp {
    margin-bottom: 160px !important;
  }
  .ml160-sp {
    margin-left: 160px !important;
  }
  .pt160-sp {
    padding-top: 160px !important;
  }
  .pr160-sp {
    padding-right: 160px !important;
  }
  .pb160-sp {
    padding-bottom: 160px !important;
  }
  .pl160-sp {
    padding-left: 160px !important;
  }
  .mt165-sp {
    margin-top: 165px !important;
  }
  .mr165-sp {
    margin-right: 165px !important;
  }
  .mb165-sp {
    margin-bottom: 165px !important;
  }
  .ml165-sp {
    margin-left: 165px !important;
  }
  .pt165-sp {
    padding-top: 165px !important;
  }
  .pr165-sp {
    padding-right: 165px !important;
  }
  .pb165-sp {
    padding-bottom: 165px !important;
  }
  .pl165-sp {
    padding-left: 165px !important;
  }
  .mt170-sp {
    margin-top: 170px !important;
  }
  .mr170-sp {
    margin-right: 170px !important;
  }
  .mb170-sp {
    margin-bottom: 170px !important;
  }
  .ml170-sp {
    margin-left: 170px !important;
  }
  .pt170-sp {
    padding-top: 170px !important;
  }
  .pr170-sp {
    padding-right: 170px !important;
  }
  .pb170-sp {
    padding-bottom: 170px !important;
  }
  .pl170-sp {
    padding-left: 170px !important;
  }
  .mt175-sp {
    margin-top: 175px !important;
  }
  .mr175-sp {
    margin-right: 175px !important;
  }
  .mb175-sp {
    margin-bottom: 175px !important;
  }
  .ml175-sp {
    margin-left: 175px !important;
  }
  .pt175-sp {
    padding-top: 175px !important;
  }
  .pr175-sp {
    padding-right: 175px !important;
  }
  .pb175-sp {
    padding-bottom: 175px !important;
  }
  .pl175-sp {
    padding-left: 175px !important;
  }
  .mt180-sp {
    margin-top: 180px !important;
  }
  .mr180-sp {
    margin-right: 180px !important;
  }
  .mb180-sp {
    margin-bottom: 180px !important;
  }
  .ml180-sp {
    margin-left: 180px !important;
  }
  .pt180-sp {
    padding-top: 180px !important;
  }
  .pr180-sp {
    padding-right: 180px !important;
  }
  .pb180-sp {
    padding-bottom: 180px !important;
  }
  .pl180-sp {
    padding-left: 180px !important;
  }
  .mt185-sp {
    margin-top: 185px !important;
  }
  .mr185-sp {
    margin-right: 185px !important;
  }
  .mb185-sp {
    margin-bottom: 185px !important;
  }
  .ml185-sp {
    margin-left: 185px !important;
  }
  .pt185-sp {
    padding-top: 185px !important;
  }
  .pr185-sp {
    padding-right: 185px !important;
  }
  .pb185-sp {
    padding-bottom: 185px !important;
  }
  .pl185-sp {
    padding-left: 185px !important;
  }
  .mt190-sp {
    margin-top: 190px !important;
  }
  .mr190-sp {
    margin-right: 190px !important;
  }
  .mb190-sp {
    margin-bottom: 190px !important;
  }
  .ml190-sp {
    margin-left: 190px !important;
  }
  .pt190-sp {
    padding-top: 190px !important;
  }
  .pr190-sp {
    padding-right: 190px !important;
  }
  .pb190-sp {
    padding-bottom: 190px !important;
  }
  .pl190-sp {
    padding-left: 190px !important;
  }
  .mt195-sp {
    margin-top: 195px !important;
  }
  .mr195-sp {
    margin-right: 195px !important;
  }
  .mb195-sp {
    margin-bottom: 195px !important;
  }
  .ml195-sp {
    margin-left: 195px !important;
  }
  .pt195-sp {
    padding-top: 195px !important;
  }
  .pr195-sp {
    padding-right: 195px !important;
  }
  .pb195-sp {
    padding-bottom: 195px !important;
  }
  .pl195-sp {
    padding-left: 195px !important;
  }
  .mt200-sp {
    margin-top: 200px !important;
  }
  .mr200-sp {
    margin-right: 200px !important;
  }
  .mb200-sp {
    margin-bottom: 200px !important;
  }
  .ml200-sp {
    margin-left: 200px !important;
  }
  .pt200-sp {
    padding-top: 200px !important;
  }
  .pr200-sp {
    padding-right: 200px !important;
  }
  .pb200-sp {
    padding-bottom: 200px !important;
  }
  .pl200-sp {
    padding-left: 200px !important;
  }
  .f8px-sp {
    font-size: 8px !important;
  }
  .f9px-sp {
    font-size: 9px !important;
  }
  .f10px-sp {
    font-size: 10px !important;
  }
  .f11px-sp {
    font-size: 11px !important;
  }
  .f12px-sp {
    font-size: 12px !important;
  }
  .f13px-sp {
    font-size: 13px !important;
  }
  .f14px-sp {
    font-size: 14px !important;
  }
  .f15px-sp {
    font-size: 15px !important;
  }
  .f16px-sp {
    font-size: 16px !important;
  }
  .f17px-sp {
    font-size: 17px !important;
  }
  .f18px-sp {
    font-size: 18px !important;
  }
  .f19px-sp {
    font-size: 19px !important;
  }
  .f20px-sp {
    font-size: 20px !important;
  }
  .f21px-sp {
    font-size: 21px !important;
  }
  .f22px-sp {
    font-size: 22px !important;
  }
  .f23px-sp {
    font-size: 23px !important;
  }
  .f24px-sp {
    font-size: 24px !important;
  }
  .f25px-sp {
    font-size: 25px !important;
  }
  .f26px-sp {
    font-size: 26px !important;
  }
  .f27px-sp {
    font-size: 27px !important;
  }
  .f28px-sp {
    font-size: 28px !important;
  }
  .f29px-sp {
    font-size: 29px !important;
  }
  .f30px-sp {
    font-size: 30px !important;
  }
  .f31px-sp {
    font-size: 31px !important;
  }
  .f32px-sp {
    font-size: 32px !important;
  }
  .f33px-sp {
    font-size: 33px !important;
  }
  .f34px-sp {
    font-size: 34px !important;
  }
  .f35px-sp {
    font-size: 35px !important;
  }
  .f36px-sp {
    font-size: 36px !important;
  }
  .f37px-sp {
    font-size: 37px !important;
  }
  .f38px-sp {
    font-size: 38px !important;
  }
  .f39px-sp {
    font-size: 39px !important;
  }
  .f40px-sp {
    font-size: 40px !important;
  }
  .owl5-sp > * + * {
    margin-top: 5px;
  }
  .owl10-sp > * + * {
    margin-top: 10px;
  }
  .owl15-sp > * + * {
    margin-top: 15px;
  }
  .owl20-sp > * + * {
    margin-top: 20px;
  }
  .owl25-sp > * + * {
    margin-top: 25px;
  }
  .owl30-sp > * + * {
    margin-top: 30px;
  }
  .owl35-sp > * + * {
    margin-top: 35px;
  }
  .owl40-sp > * + * {
    margin-top: 40px;
  }
  .owl45-sp > * + * {
    margin-top: 45px;
  }
  .owl50-sp > * + * {
    margin-top: 50px;
  }
  .owl55-sp > * + * {
    margin-top: 55px;
  }
  .owl60-sp > * + * {
    margin-top: 60px;
  }
  .owl65-sp > * + * {
    margin-top: 65px;
  }
  .owl70-sp > * + * {
    margin-top: 70px;
  }
  .owl75-sp > * + * {
    margin-top: 75px;
  }
  .owl80-sp > * + * {
    margin-top: 80px;
  }
  .owl85-sp > * + * {
    margin-top: 85px;
  }
  .owl90-sp > * + * {
    margin-top: 90px;
  }
  .owl95-sp > * + * {
    margin-top: 95px;
  }
  .owl100-sp > * + * {
    margin-top: 100px;
  }
  .wpx5-sp {
    width: 5px;
  }
  .wpx10-sp {
    width: 10px;
  }
  .wpx15-sp {
    width: 15px;
  }
  .wpx20-sp {
    width: 20px;
  }
  .wpx25-sp {
    width: 25px;
  }
  .wpx30-sp {
    width: 30px;
  }
  .wpx35-sp {
    width: 35px;
  }
  .wpx40-sp {
    width: 40px;
  }
  .wpx45-sp {
    width: 45px;
  }
  .wpx50-sp {
    width: 50px;
  }
  .wpx55-sp {
    width: 55px;
  }
  .wpx60-sp {
    width: 60px;
  }
  .wpx65-sp {
    width: 65px;
  }
  .wpx70-sp {
    width: 70px;
  }
  .wpx75-sp {
    width: 75px;
  }
  .wpx80-sp {
    width: 80px;
  }
  .wpx85-sp {
    width: 85px;
  }
  .wpx90-sp {
    width: 90px;
  }
  .wpx95-sp {
    width: 95px;
  }
  .wpx100-sp {
    width: 100px;
  }
  .wpx105-sp {
    width: 105px;
  }
  .wpx110-sp {
    width: 110px;
  }
  .wpx115-sp {
    width: 115px;
  }
  .wpx120-sp {
    width: 120px;
  }
  .wpx125-sp {
    width: 125px;
  }
  .wpx130-sp {
    width: 130px;
  }
  .wpx135-sp {
    width: 135px;
  }
  .wpx140-sp {
    width: 140px;
  }
  .wpx145-sp {
    width: 145px;
  }
  .wpx150-sp {
    width: 150px;
  }
  .wpx155-sp {
    width: 155px;
  }
  .wpx160-sp {
    width: 160px;
  }
  .wpx165-sp {
    width: 165px;
  }
  .wpx170-sp {
    width: 170px;
  }
  .wpx175-sp {
    width: 175px;
  }
  .wpx180-sp {
    width: 180px;
  }
  .wpx185-sp {
    width: 185px;
  }
  .wpx190-sp {
    width: 190px;
  }
  .wpx195-sp {
    width: 195px;
  }
  .wpx200-sp {
    width: 200px;
  }
  .wpx205-sp {
    width: 205px;
  }
  .wpx210-sp {
    width: 210px;
  }
  .wpx215-sp {
    width: 215px;
  }
  .wpx220-sp {
    width: 220px;
  }
  .wpx225-sp {
    width: 225px;
  }
  .wpx230-sp {
    width: 230px;
  }
  .wpx235-sp {
    width: 235px;
  }
  .wpx240-sp {
    width: 240px;
  }
  .wpx245-sp {
    width: 245px;
  }
  .wpx250-sp {
    width: 250px;
  }
  .wpx255-sp {
    width: 255px;
  }
  .wpx260-sp {
    width: 260px;
  }
  .wpx265-sp {
    width: 265px;
  }
  .wpx270-sp {
    width: 270px;
  }
  .wpx275-sp {
    width: 275px;
  }
  .wpx280-sp {
    width: 280px;
  }
  .wpx285-sp {
    width: 285px;
  }
  .wpx290-sp {
    width: 290px;
  }
  .wpx295-sp {
    width: 295px;
  }
  .wpx300-sp {
    width: 300px;
  }
  .wpx305-sp {
    width: 305px;
  }
  .wpx310-sp {
    width: 310px;
  }
  .wpx315-sp {
    width: 315px;
  }
  .wpx320-sp {
    width: 320px;
  }
  .wpx325-sp {
    width: 325px;
  }
  .wpx330-sp {
    width: 330px;
  }
  .wpx335-sp {
    width: 335px;
  }
  .wpx340-sp {
    width: 340px;
  }
  .wpx345-sp {
    width: 345px;
  }
  .wpx350-sp {
    width: 350px;
  }
  .wpx355-sp {
    width: 355px;
  }
  .wpx360-sp {
    width: 360px;
  }
  .wpx365-sp {
    width: 365px;
  }
  .wpx370-sp {
    width: 370px;
  }
  .wpx375-sp {
    width: 375px;
  }
  .wpx380-sp {
    width: 380px;
  }
  .wpx385-sp {
    width: 385px;
  }
  .wpx390-sp {
    width: 390px;
  }
  .wpx395-sp {
    width: 395px;
  }
  .wpx400-sp {
    width: 400px;
  }
  .wpx405-sp {
    width: 405px;
  }
  .wpx410-sp {
    width: 410px;
  }
  .wpx415-sp {
    width: 415px;
  }
  .wpx420-sp {
    width: 420px;
  }
  .wpx425-sp {
    width: 425px;
  }
  .wpx430-sp {
    width: 430px;
  }
  .wpx435-sp {
    width: 435px;
  }
  .wpx440-sp {
    width: 440px;
  }
  .wpx445-sp {
    width: 445px;
  }
  .wpx450-sp {
    width: 450px;
  }
  .wpx455-sp {
    width: 455px;
  }
  .wpx460-sp {
    width: 460px;
  }
  .wpx465-sp {
    width: 465px;
  }
  .wpx470-sp {
    width: 470px;
  }
  .wpx475-sp {
    width: 475px;
  }
  .wpx480-sp {
    width: 480px;
  }
  .wpx485-sp {
    width: 485px;
  }
  .wpx490-sp {
    width: 490px;
  }
  .wpx495-sp {
    width: 495px;
  }
  .wpx500-sp {
    width: 500px;
  }
  .wpx505-sp {
    width: 505px;
  }
  .wpx510-sp {
    width: 510px;
  }
  .wpx515-sp {
    width: 515px;
  }
  .wpx520-sp {
    width: 520px;
  }
  .wpx525-sp {
    width: 525px;
  }
  .wpx530-sp {
    width: 530px;
  }
  .wpx535-sp {
    width: 535px;
  }
  .wpx540-sp {
    width: 540px;
  }
  .wpx545-sp {
    width: 545px;
  }
  .wpx550-sp {
    width: 550px;
  }
  .wpx555-sp {
    width: 555px;
  }
  .wpx560-sp {
    width: 560px;
  }
  .wpx565-sp {
    width: 565px;
  }
  .wpx570-sp {
    width: 570px;
  }
  .wpx575-sp {
    width: 575px;
  }
  .wpx580-sp {
    width: 580px;
  }
  .wpx585-sp {
    width: 585px;
  }
  .wpx590-sp {
    width: 590px;
  }
  .wpx595-sp {
    width: 595px;
  }
  .wpx600-sp {
    width: 600px;
  }
  .wpx605-sp {
    width: 605px;
  }
  .wpx610-sp {
    width: 610px;
  }
  .wpx615-sp {
    width: 615px;
  }
  .wpx620-sp {
    width: 620px;
  }
  .wpx625-sp {
    width: 625px;
  }
  .wpx630-sp {
    width: 630px;
  }
  .wpx635-sp {
    width: 635px;
  }
  .wpx640-sp {
    width: 640px;
  }
  .wpx645-sp {
    width: 645px;
  }
  .wpx650-sp {
    width: 650px;
  }
  .wpx655-sp {
    width: 655px;
  }
  .wpx660-sp {
    width: 660px;
  }
  .wpx665-sp {
    width: 665px;
  }
  .wpx670-sp {
    width: 670px;
  }
  .wpx675-sp {
    width: 675px;
  }
  .wpx680-sp {
    width: 680px;
  }
  .wpx685-sp {
    width: 685px;
  }
  .wpx690-sp {
    width: 690px;
  }
  .wpx695-sp {
    width: 695px;
  }
  .wpx700-sp {
    width: 700px;
  }
  .wpx705-sp {
    width: 705px;
  }
  .wpx710-sp {
    width: 710px;
  }
  .wpx715-sp {
    width: 715px;
  }
  .wpx720-sp {
    width: 720px;
  }
  .wpx725-sp {
    width: 725px;
  }
  .wpx730-sp {
    width: 730px;
  }
  .wpx735-sp {
    width: 735px;
  }
  .wpx740-sp {
    width: 740px;
  }
  .wpx745-sp {
    width: 745px;
  }
  .wpx750-sp {
    width: 750px;
  }
  .wpx755-sp {
    width: 755px;
  }
  .wpx760-sp {
    width: 760px;
  }
  .wpx765-sp {
    width: 765px;
  }
  .wpx770-sp {
    width: 770px;
  }
  .wpx775-sp {
    width: 775px;
  }
  .wpx780-sp {
    width: 780px;
  }
  .wpx785-sp {
    width: 785px;
  }
  .wpx790-sp {
    width: 790px;
  }
  .wpx795-sp {
    width: 795px;
  }
  .wpx800-sp {
    width: 800px;
  }
  .wpx805-sp {
    width: 805px;
  }
  .wpx810-sp {
    width: 810px;
  }
  .wpx815-sp {
    width: 815px;
  }
  .wpx820-sp {
    width: 820px;
  }
  .wpx825-sp {
    width: 825px;
  }
  .wpx830-sp {
    width: 830px;
  }
  .wpx835-sp {
    width: 835px;
  }
  .wpx840-sp {
    width: 840px;
  }
  .wpx845-sp {
    width: 845px;
  }
  .wpx850-sp {
    width: 850px;
  }
  .wpx855-sp {
    width: 855px;
  }
  .wpx860-sp {
    width: 860px;
  }
  .wpx865-sp {
    width: 865px;
  }
  .wpx870-sp {
    width: 870px;
  }
  .wpx875-sp {
    width: 875px;
  }
  .wpx880-sp {
    width: 880px;
  }
  .wpx885-sp {
    width: 885px;
  }
  .wpx890-sp {
    width: 890px;
  }
  .wpx895-sp {
    width: 895px;
  }
  .wpx900-sp {
    width: 900px;
  }
  .wpx905-sp {
    width: 905px;
  }
  .wpx910-sp {
    width: 910px;
  }
  .wpx915-sp {
    width: 915px;
  }
  .wpx920-sp {
    width: 920px;
  }
  .wpx925-sp {
    width: 925px;
  }
  .wpx930-sp {
    width: 930px;
  }
  .wpx935-sp {
    width: 935px;
  }
  .wpx940-sp {
    width: 940px;
  }
  .wpx945-sp {
    width: 945px;
  }
  .wpx950-sp {
    width: 950px;
  }
  .wpx955-sp {
    width: 955px;
  }
  .wpx960-sp {
    width: 960px;
  }
  .wpx965-sp {
    width: 965px;
  }
  .wpx970-sp {
    width: 970px;
  }
  .wpx975-sp {
    width: 975px;
  }
  .wpx980-sp {
    width: 980px;
  }
  .wpx985-sp {
    width: 985px;
  }
  .wpx990-sp {
    width: 990px;
  }
  .wpx995-sp {
    width: 995px;
  }
  .wpx1000-sp {
    width: 1000px;
  }
  .wper1-sp {
    width: 1%;
  }
  .wper2-sp {
    width: 2%;
  }
  .wper3-sp {
    width: 3%;
  }
  .wper4-sp {
    width: 4%;
  }
  .wper5-sp {
    width: 5%;
  }
  .wper6-sp {
    width: 6%;
  }
  .wper7-sp {
    width: 7%;
  }
  .wper8-sp {
    width: 8%;
  }
  .wper9-sp {
    width: 9%;
  }
  .wper10-sp {
    width: 10%;
  }
  .wper11-sp {
    width: 11%;
  }
  .wper12-sp {
    width: 12%;
  }
  .wper13-sp {
    width: 13%;
  }
  .wper14-sp {
    width: 14%;
  }
  .wper15-sp {
    width: 15%;
  }
  .wper16-sp {
    width: 16%;
  }
  .wper17-sp {
    width: 17%;
  }
  .wper18-sp {
    width: 18%;
  }
  .wper19-sp {
    width: 19%;
  }
  .wper20-sp {
    width: 20%;
  }
  .wper21-sp {
    width: 21%;
  }
  .wper22-sp {
    width: 22%;
  }
  .wper23-sp {
    width: 23%;
  }
  .wper24-sp {
    width: 24%;
  }
  .wper25-sp {
    width: 25%;
  }
  .wper26-sp {
    width: 26%;
  }
  .wper27-sp {
    width: 27%;
  }
  .wper28-sp {
    width: 28%;
  }
  .wper29-sp {
    width: 29%;
  }
  .wper30-sp {
    width: 30%;
  }
  .wper31-sp {
    width: 31%;
  }
  .wper32-sp {
    width: 32%;
  }
  .wper33-sp {
    width: 33%;
  }
  .wper34-sp {
    width: 34%;
  }
  .wper35-sp {
    width: 35%;
  }
  .wper36-sp {
    width: 36%;
  }
  .wper37-sp {
    width: 37%;
  }
  .wper38-sp {
    width: 38%;
  }
  .wper39-sp {
    width: 39%;
  }
  .wper40-sp {
    width: 40%;
  }
  .wper41-sp {
    width: 41%;
  }
  .wper42-sp {
    width: 42%;
  }
  .wper43-sp {
    width: 43%;
  }
  .wper44-sp {
    width: 44%;
  }
  .wper45-sp {
    width: 45%;
  }
  .wper46-sp {
    width: 46%;
  }
  .wper47-sp {
    width: 47%;
  }
  .wper48-sp {
    width: 48%;
  }
  .wper49-sp {
    width: 49%;
  }
  .wper50-sp {
    width: 50%;
  }
  .wper51-sp {
    width: 51%;
  }
  .wper52-sp {
    width: 52%;
  }
  .wper53-sp {
    width: 53%;
  }
  .wper54-sp {
    width: 54%;
  }
  .wper55-sp {
    width: 55%;
  }
  .wper56-sp {
    width: 56%;
  }
  .wper57-sp {
    width: 57%;
  }
  .wper58-sp {
    width: 58%;
  }
  .wper59-sp {
    width: 59%;
  }
  .wper60-sp {
    width: 60%;
  }
  .wper61-sp {
    width: 61%;
  }
  .wper62-sp {
    width: 62%;
  }
  .wper63-sp {
    width: 63%;
  }
  .wper64-sp {
    width: 64%;
  }
  .wper65-sp {
    width: 65%;
  }
  .wper66-sp {
    width: 66%;
  }
  .wper67-sp {
    width: 67%;
  }
  .wper68-sp {
    width: 68%;
  }
  .wper69-sp {
    width: 69%;
  }
  .wper70-sp {
    width: 70%;
  }
  .wper71-sp {
    width: 71%;
  }
  .wper72-sp {
    width: 72%;
  }
  .wper73-sp {
    width: 73%;
  }
  .wper74-sp {
    width: 74%;
  }
  .wper75-sp {
    width: 75%;
  }
  .wper76-sp {
    width: 76%;
  }
  .wper77-sp {
    width: 77%;
  }
  .wper78-sp {
    width: 78%;
  }
  .wper79-sp {
    width: 79%;
  }
  .wper80-sp {
    width: 80%;
  }
  .wper81-sp {
    width: 81%;
  }
  .wper82-sp {
    width: 82%;
  }
  .wper83-sp {
    width: 83%;
  }
  .wper84-sp {
    width: 84%;
  }
  .wper85-sp {
    width: 85%;
  }
  .wper86-sp {
    width: 86%;
  }
  .wper87-sp {
    width: 87%;
  }
  .wper88-sp {
    width: 88%;
  }
  .wper89-sp {
    width: 89%;
  }
  .wper90-sp {
    width: 90%;
  }
  .wper91-sp {
    width: 91%;
  }
  .wper92-sp {
    width: 92%;
  }
  .wper93-sp {
    width: 93%;
  }
  .wper94-sp {
    width: 94%;
  }
  .wper95-sp {
    width: 95%;
  }
  .wper96-sp {
    width: 96%;
  }
  .wper97-sp {
    width: 97%;
  }
  .wper98-sp {
    width: 98%;
  }
  .wper99-sp {
    width: 99%;
  }
  .wper100-sp {
    width: 100%;
  }
  .fw-100-sp {
    font-weight: 100 !important;
  }
  .fw-200-sp {
    font-weight: 200 !important;
  }
  .fw-300-sp {
    font-weight: 300 !important;
  }
  .fw-400-sp {
    font-weight: 400 !important;
  }
  .fw-500-sp {
    font-weight: 500 !important;
  }
  .fw-600-sp {
    font-weight: 600 !important;
  }
  .fw-700-sp {
    font-weight: 700 !important;
  }
  .fw-800-sp {
    font-weight: 800 !important;
  }
  .fw-900-sp {
    font-weight: 900 !important;
  }
}
.d-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

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

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

.d-flex.jc-center {
  justify-content: center;
}

.d-flex.jc-center {
  justify-content: flex-end;
}

.d-flex.jc-sa {
  justify-content: space-around;
}

.d-flex.jc-sb {
  justify-content: space-between;
}

.d-flex.f-wrap {
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .pc-v {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (min-width: 767px) {
  .sp-v {
    display: none;
    visibility: hidden;
  }
}
.button01,
.wp-block-button .wp-block-button__link {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 285px;
  background: #172a88;
  position: relative;
  padding: 13px 55px 13px 20px;
  transition: 0.3s;
}
body#green .button01,
body#green .wp-block-button .wp-block-button__link {
  background: #1e8b84;
}
body#green .button01:hover,
body#green .wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background: #2e6d76;
}
body#green .button01:hover:after,
body#green .wp-block-button .wp-block-button__link:hover:after {
  background: url(../img/common/arr03.svg) no-repeat center/contain;
}
.button01:after,
.wp-block-button .wp-block-button__link:after {
  content: "";
  width: 35px;
  height: 17px;
  background: url(../img/common/arr03.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.button01:hover,
.wp-block-button .wp-block-button__link:hover {
  color: #172a88;
  background: #ffe400;
}
.button01:hover:after,
.wp-block-button .wp-block-button__link:hover:after {
  background: url(../img/common/arr05.svg) no-repeat center/contain;
}

.table01,
.wp-block-table > .has-fixed-layout {
  width: 100%;
}
.table01 tr,
.wp-block-table > .has-fixed-layout tr {
  border-bottom: 2px solid #000;
}
.table01 tr th,
.table01 tr td,
.wp-block-table > .has-fixed-layout tr th,
.wp-block-table > .has-fixed-layout tr td {
  text-align: left;
  padding: 30px 0 15px;
  vertical-align: top;
}
@media only screen and (max-width: 1220px) {
  .table01 tr th,
  .table01 tr td,
  .wp-block-table > .has-fixed-layout tr th,
  .wp-block-table > .has-fixed-layout tr td {
    padding: 20px 0 10px;
  }
}
.table01 tr th,
.wp-block-table > .has-fixed-layout tr th {
  width: 255px;
}
@media only screen and (max-width: 1220px) {
  .table01 tr th,
  .wp-block-table > .has-fixed-layout tr th {
    width: 115px;
  }
}
.table01 tr td,
.wp-block-table > .has-fixed-layout tr td {
  padding-left: 20px;
}
.table01.-contact tr th.required,
.wp-block-table > .has-fixed-layout.-contact tr th.required {
  position: relative;
}
.table01.-contact tr th.required:before,
.wp-block-table > .has-fixed-layout.-contact tr th.required:before {
  content: "必須";
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  color: #fff;
  background: #172a88;
  display: inline-block;
  width: 48px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 0;
}
.table01.-contact tr td,
.wp-block-table > .has-fixed-layout.-contact tr td {
  padding-left: 60px;
}
.table01.-contact tr td .wpcf7-form-control-wrap .wpcf7-list-item,
.wp-block-table > .has-fixed-layout.-contact tr td .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
  margin-right: 40px;
}
.table01.-contact tr td .wpcf7-form-control-wrap .wpcf7-list-item.last,
.wp-block-table > .has-fixed-layout.-contact tr td .wpcf7-form-control-wrap .wpcf7-list-item.last {
  margin-right: 0;
}
.table01.-contact tr td .wpcf7-form-control-wrap .wpcf7-list-item > label,
.wp-block-table > .has-fixed-layout.-contact tr td .wpcf7-form-control-wrap .wpcf7-list-item > label {
  position: relative;
  padding-left: 20px;
}
.table01.-contact tr td .wpcf7-form-control-wrap .wpcf7-list-item > label > input,
.wp-block-table > .has-fixed-layout.-contact tr td .wpcf7-form-control-wrap .wpcf7-list-item > label > input {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  accent-color: #000;
}
.table01.-contact tr td input[type=text],
.table01.-contact tr td input[type=tel],
.table01.-contact tr td input[type=email],
.table01.-contact tr td select,
.table01.-contact tr td textarea,
.wp-block-table > .has-fixed-layout.-contact tr td input[type=text],
.wp-block-table > .has-fixed-layout.-contact tr td input[type=tel],
.wp-block-table > .has-fixed-layout.-contact tr td input[type=email],
.wp-block-table > .has-fixed-layout.-contact tr td select,
.wp-block-table > .has-fixed-layout.-contact tr td textarea {
  width: 100%;
  border: 3px solid #eff4f7;
  padding: 0 10px;
}
.table01.-contact tr td input[type=text]::-moz-placeholder, .table01.-contact tr td input[type=tel]::-moz-placeholder, .table01.-contact tr td input[type=email]::-moz-placeholder, .table01.-contact tr td select::-moz-placeholder, .table01.-contact tr td textarea::-moz-placeholder, .wp-block-table > .has-fixed-layout.-contact tr td input[type=text]::-moz-placeholder, .wp-block-table > .has-fixed-layout.-contact tr td input[type=tel]::-moz-placeholder, .wp-block-table > .has-fixed-layout.-contact tr td input[type=email]::-moz-placeholder, .wp-block-table > .has-fixed-layout.-contact tr td select::-moz-placeholder, .wp-block-table > .has-fixed-layout.-contact tr td textarea::-moz-placeholder {
  color: #848ab3;
}
.table01.-contact tr td input[type=text]::placeholder,
.table01.-contact tr td input[type=tel]::placeholder,
.table01.-contact tr td input[type=email]::placeholder,
.table01.-contact tr td select::placeholder,
.table01.-contact tr td textarea::placeholder,
.wp-block-table > .has-fixed-layout.-contact tr td input[type=text]::placeholder,
.wp-block-table > .has-fixed-layout.-contact tr td input[type=tel]::placeholder,
.wp-block-table > .has-fixed-layout.-contact tr td input[type=email]::placeholder,
.wp-block-table > .has-fixed-layout.-contact tr td select::placeholder,
.wp-block-table > .has-fixed-layout.-contact tr td textarea::placeholder {
  color: #848ab3;
}
.table01.-contact tr td input[type=text],
.table01.-contact tr td input[type=tel],
.table01.-contact tr td input[type=email],
.table01.-contact tr td select,
.wp-block-table > .has-fixed-layout.-contact tr td input[type=text],
.wp-block-table > .has-fixed-layout.-contact tr td input[type=tel],
.wp-block-table > .has-fixed-layout.-contact tr td input[type=email],
.wp-block-table > .has-fixed-layout.-contact tr td select {
  height: 44px;
}
.table01.-contact tr td select,
.wp-block-table > .has-fixed-layout.-contact tr td select {
  width: 80px;
  margin-right: 10px;
}
.table01.-contact tr td .smallfont,
.wp-block-table > .has-fixed-layout.-contact tr td .smallfont {
  font-size: 1.3rem;
  margin: 10px 0 15px;
}
.table01.-contact tr td .flex-box,
.wp-block-table > .has-fixed-layout.-contact tr td .flex-box {
  display: flex;
  align-items: center;
}
.table01.-contact tr td .flex-box > span,
.wp-block-table > .has-fixed-layout.-contact tr td .flex-box > span {
  width: 80px;
}
.table01.-contact tr td .flex-box > span.wpcf7-form-control-wrap,
.wp-block-table > .has-fixed-layout.-contact tr td .flex-box > span.wpcf7-form-control-wrap {
  width: calc(100% - 80px);
}
@media only screen and (max-width: 1220px) {
  .table01.-contact tr th,
  .table01.-contact tr td,
  .wp-block-table > .has-fixed-layout.-contact tr th,
  .wp-block-table > .has-fixed-layout.-contact tr td {
    display: block;
    width: 100% !important;
  }
  .table01.-contact tr th.required:before,
  .wp-block-table > .has-fixed-layout.-contact tr th.required:before {
    top: 16px;
  }
  .table01.-contact tr td,
  .wp-block-table > .has-fixed-layout.-contact tr td {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 20px;
  }
}

.table02,
.wp-block-table.is-style-stripes > table {
  width: 100%;
}
.table02 tr td,
.table02 tr th,
.wp-block-table.is-style-stripes > table tr td,
.wp-block-table.is-style-stripes > table tr th {
  text-align: left;
  border: 0;
  border-bottom: 1px dotted #999;
  border-color: #999;
  padding: 15px 20px;
}
.table02 tr th,
.wp-block-table.is-style-stripes > table tr th {
  background: #172a88;
  color: #fff;
}
body#green .table02 tr th,
body#green .wp-block-table.is-style-stripes > table tr th {
  background: #1e8b84;
}
.table02 tr td,
.wp-block-table.is-style-stripes > table tr td {
  background: #f5f5f5;
}

h1.news-detail-ttl {
  font-size: 3rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 50px;
  color: #172a88;
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 1220px) {
  h1.news-detail-ttl {
    font-size: 2.6rem;
  }
}

h2 {
  font-weight: 600;
  font-size: 2.8rem;
  font-weight: 600;
  color: #172a88;
  position: relative;
  padding-top: 20px;
}
body#green h2 {
  color: #2e6d76;
}
@media only screen and (max-width: 1220px) {
  h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }
}
h2:before, h2:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
}
h2:before {
  left: 0;
  background: #172a88;
}
body#green h2:before {
  background: #1e8b84;
}
h2:after {
  left: 7px;
  background: #ffe400;
}
h2 > span.en {
  font-size: 1.4rem;
  font-weight: 500;
  color: #4f61be;
  display: block;
}
body#green h2 > span.en {
  color: #46a0ad;
}
@media only screen and (max-width: 1220px) {
  h2 > span.en {
    font-size: 1.2rem;
  }
}
h2.-icon {
  padding-top: 0;
}
h2.-icon:before, h2.-icon:after {
  display: none;
}
h2.center {
  text-align: center;
}
h2.center:before, h2.center:after {
  transform: translateX(-50%);
}
h2.center:before {
  left: calc(50% - 3px);
}
h2.center:after {
  left: calc(50% + 4px);
}

h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #2e6d76;
}
h3 > span {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  color: #999;
  line-height: 1.2;
}

h4 {
  font-size: 2rem;
  line-height: 0.2;
}

h5 {
  font-size: 1.8rem;
  line-height: 0.2;
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
}
.page-numbers > li > .page-numbers {
  font-weight: 400;
  font-size: 1.8rem;
  text-decoration: none;
  text-align: center;
  line-height: 45px;
  color: #172a88;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #172a88;
  border-radius: 3px;
  transition: 0.3s;
}
body#green .page-numbers > li > .page-numbers {
  color: #2e6d76;
  border: 1px solid #1e8b84;
}
.page-numbers > li > .page-numbers.dots {
  border: unset;
  margin: 0 -5px;
}
.page-numbers > li > .page-numbers.current, .page-numbers > li > .page-numbers:hover {
  background: #172a88;
  color: #fff;
}
.page-numbers > li > .page-numbers.next, .page-numbers > li > .page-numbers.prev {
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

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

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

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

.news-detail-box {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1220px) {
  .news-detail-box {
    margin-bottom: 40px;
  }
}
.news-detail-box .wp-block-file {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.news-detail-box > * {
  margin: 0 auto 40px;
}
.news-detail-box > * + * {
  margin-top: 40px;
}
.news-detail-box h2 + *,
.news-detail-box h3 + *,
.news-detail-box h4 + *,
.news-detail-box h5 + * {
  margin-top: 20px;
}
.news-detail-box figure,
.news-detail-box img {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.news-detail-box p {
  margin: 10px 0;
  font-size: 16px;
}
.news-detail-box a {
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
.news-detail-box a:hover {
  color: #ffe400;
}
.news-detail-box ul,
.news-detail-box ol {
  background: #f0f4f7;
  border-radius: 15px;
  padding: 40px;
}
@media only screen and (max-width: 1220px) {
  .news-detail-box ul,
  .news-detail-box ol {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .news-detail-box ul,
  .news-detail-box ol {
    padding: 40px 20px;
  }
}
.news-detail-box ul > * + *,
.news-detail-box ol > * + * {
  margin-top: 15px;
}
@media only screen and (max-width: 1220px) {
  .news-detail-box ul > * + *,
  .news-detail-box ol > * + * {
    margin-top: 10px;
  }
}
.news-detail-box ul > li,
.news-detail-box ol > li {
  position: relative;
}
.news-detail-box ul > li:before,
.news-detail-box ol > li:before {
  position: absolute;
  left: 0;
}
.news-detail-box ul > li > ul, .news-detail-box ul > li > ol,
.news-detail-box ol > li > ul,
.news-detail-box ol > li > ol {
  padding: 5px;
}
.news-detail-box ul > li > ul > * + *, .news-detail-box ul > li > ol > * + *,
.news-detail-box ol > li > ul > * + *,
.news-detail-box ol > li > ol > * + * {
  margin-top: 5px;
}
.news-detail-box ul > li {
  padding-left: 1.5rem;
}
.news-detail-box ul > li:before {
  content: "";
  width: 5px;
  height: 5px;
  top: 14px;
  background: #000;
}
.news-detail-box ol {
  counter-reset: section;
}
.news-detail-box ol > li {
  padding-left: 2.5rem;
}
.news-detail-box ol > li:before {
  font-weight: 700;
  counter-increment: section;
  content: counter(section) ".";
  top: 0;
}
.news-detail-box .wp-block-media-text {
  gap: 20px 40px;
}
@media only screen and (max-width: 1220px) {
  .news-detail-box .wp-block-media-text {
    gap: 20px;
  }
}
.news-detail-box .wp-block-media-text > .wp-block-media-text__content {
  padding: 0;
}
.news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex {
  display: flex;
  flex-wrap: nowrap !important;
  gap: 10px !important;
}
@media only screen and (max-width: 767px) {
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex {
    justify-content: center;
    flex-wrap: wrap !important;
  }
}
.news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex .wp-block-column-is-layout-flow {
  flex-basis: unset !important;
}
@media only screen and (max-width: 767px) {
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex .wp-block-column-is-layout-flow {
    width: calc(50% - 5px) !important;
    flex-basis: calc(50% - 5px) !important;
    flex-grow: unset;
  }
}
.news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex .is-type-video {
  margin-top: 0;
}
@media only screen and (max-width: 1220px) {
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.tb-col-1 {
    flex-wrap: wrap !important;
    gap: 20px !important;
  }
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.tb-col-1 > .wp-block-column {
    width: calc((100% - 0px) / 1) !important;
    flex-basis: calc((100% - 0px) / 1) !important;
    flex-grow: unset;
  }
}
@media only screen and (max-width: 1220px) {
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.tb-col-2 {
    flex-wrap: wrap !important;
    gap: 20px !important;
  }
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.tb-col-2 > .wp-block-column {
    width: calc((100% - 20px) / 2) !important;
    flex-basis: calc((100% - 20px) / 2) !important;
    flex-grow: unset;
  }
}
@media only screen and (max-width: 1220px) {
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.tb-col-3 {
    flex-wrap: wrap !important;
    gap: 20px !important;
  }
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.tb-col-3 > .wp-block-column {
    width: calc((100% - 40px) / 3) !important;
    flex-basis: calc((100% - 40px) / 3) !important;
    flex-grow: unset;
  }
}
@media only screen and (max-width: 767px) {
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.sp-col-1 {
    flex-wrap: wrap !important;
    gap: 20px !important;
  }
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.sp-col-1 > .wp-block-column {
    width: calc((100% - 0px) / 1) !important;
    flex-basis: calc((100% - 0px) / 1) !important;
    flex-grow: unset;
  }
}
@media only screen and (max-width: 767px) {
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.sp-col-2 {
    flex-wrap: wrap !important;
    gap: 20px !important;
  }
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.sp-col-2 > .wp-block-column {
    width: calc((100% - 20px) / 2) !important;
    flex-basis: calc((100% - 20px) / 2) !important;
    flex-grow: unset;
  }
}
@media only screen and (max-width: 767px) {
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.sp-col-3 {
    flex-wrap: wrap !important;
    gap: 20px !important;
  }
  .news-detail-box .wp-block-columns.wp-block-columns-is-layout-flex.sp-col-3 > .wp-block-column {
    width: calc((100% - 40px) / 3) !important;
    flex-basis: calc((100% - 40px) / 3) !important;
    flex-grow: unset;
  }
}
.news-detail-box .is-type-video {
  margin-top: 40px;
}
.news-detail-box .wp-block-spacer {
  margin-bottom: 0;
}
.news-detail-box .wp-block-spacer,
.news-detail-box .wp-block-spacer + * {
  margin-top: 0;
}

.detail-btn-box {
  width: 700px;
  margin: auto;
  display: flex;
  overflow: hidden;
  gap: 1px;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .detail-btn-box {
    width: 100%;
    flex-direction: column;
  }
}
.detail-btn-box .prev-btn,
.detail-btn-box .next-btn {
  width: 100%;
}
.detail-btn-box .prev-btn > a,
.detail-btn-box .next-btn > a,
.detail-btn-box .history-btn,
.detail-btn-box .search-page {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  line-height: 60px;
  width: 100%;
  height: 60px;
  position: relative;
}
.detail-btn-box .prev-btn > a:before,
.detail-btn-box .next-btn > a:before,
.detail-btn-box .history-btn:before,
.detail-btn-box .search-page:before {
  content: "\f104";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
}
@media only screen and (min-width: 1221px) {
  .detail-btn-box .prev-btn > a,
  .detail-btn-box .next-btn > a,
  .detail-btn-box .history-btn,
  .detail-btn-box .search-page {
    transition: 0.3s;
  }
  .detail-btn-box .prev-btn > a:hover,
  .detail-btn-box .next-btn > a:hover,
  .detail-btn-box .history-btn:hover,
  .detail-btn-box .search-page:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .detail-btn-box .prev-btn > a,
  .detail-btn-box .next-btn > a,
  .detail-btn-box .history-btn,
  .detail-btn-box .search-page {
    width: 100%;
  }
}
.detail-btn-box .history-btn,
.detail-btn-box .prev-btn > a,
.detail-btn-box .next-btn > a {
  background: #172a88;
}
.detail-btn-box .history-btn:before,
.detail-btn-box .prev-btn > a:before,
.detail-btn-box .next-btn > a:before {
  left: 20px;
}
.detail-btn-box .next-btn > a:before {
  left: unset;
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.detail-btn-box .search-page {
  text-align: center;
  text-decoration: none;
  background: #ffa500;
}
.detail-btn-box .search-page:before {
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  right: 20px;
}

.wpcf7-response-output {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 80px;
  background: #172a88;
  border: 0;
  text-align: center;
  padding: 40px !important;
  font-weight: bold;
  margin-top: 80px !important;
  border: 0 !important;
}
@media only screen and (max-width: 1220px) {
  .wpcf7-response-output {
    padding: 30px !important;
    margin-top: 60px !important;
  }
}

form.sent .wpcf7-response-output {
  background: #ffffff !important;
  color: #000 !important;
}

form.failed .wpcf7-response-output,
form.invalid .wpcf7-response-output,
form.unaccepted .wpcf7-response-output,
form.payment-required .wpcf7-response-output {
  color: #fff !important;
}

.g-icon-box {
  width: 65px;
  height: 65px;
  background: #ffe400;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1220px) {
  .g-icon-box {
    width: 55px;
    height: 55px;
    background: #ffe400;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .g-icon-box img {
    width: 65%;
    height: auto;
  }
}
.news-list {
  border-top: 1px solid #ccc;
}
.news-list > li {
  border-bottom: 1px solid #ccc;
}
.news-list > li > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 18px 0;
  transition: 0.3s;
}
@media only screen and (max-width: 1220px) {
  .news-list > li > a {
    padding: 15px 5px;
  }
}
.news-list > li > a > time {
  font-weight: 500;
  color: #000;
  display: inline-block;
  width: 100px;
}
.news-list > li > a > .ttl {
  width: calc(100% - 250px);
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  padding-left: 30px;
}
@media only screen and (max-width: 1220px) {
  .news-list > li > a > .ttl {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
  }
}
.news-list > li > a:hover {
  background: #ecefff;
}

.works-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1220px) {
  .works-list {
    margin-bottom: 40px;
  }
}
.works-list > li {
  width: calc((100% - 40px) / 3);
}
@media only screen and (max-width: 1220px) {
  .works-list > li {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .works-list > li {
    width: 100%;
  }
}

.tag {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 110px;
  background: #172a88;
  padding: 3px;
  border-radius: 25px;
}

@media only screen and (max-width: 1220px) {
  .tag {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #172a88;
    padding: 1px 10px 2px;
    border-radius: 25px;
  }
}
.card-box01 {
  text-decoration: none;
  display: block;
  background: #f5f5f5;
  padding: 13px;
  transition: 0.3s;
}
.card-box01 .img-box {
  position: relative;
  padding-bottom: 75%;
}
.card-box01 .img-box > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-box01 .txt-box .sub-txt {
  font-size: 1.4rem;
  font-weight: 500;
  background: #fff;
  padding: 12px 60px 12px 20px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .card-box01 .txt-box .sub-txt {
    font-size: 1.4rem;
  }
}
.card-box01 .txt-box .sub-txt:after {
  content: "";
  width: 34px;
  height: 17px;
  background: url(../img/common/arr04.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.card-box01 .txt-box .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 5px 0;
  transition: 0.3s;
}
@media only screen and (max-width: 1220px) {
  .card-box01 .txt-box .ttl {
    font-size: 1.6rem;
  }
}
.card-box01:hover {
  background: #172a88;
}
.card-box01:hover .txt-box > .ttl {
  color: #fff;
}

.works-img-box {
  background: #f5f5f5;
  padding-bottom: 20px;
}
.works-img-box *:empty {
  display: none;
}
.works-img-box > .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #172a88;
  padding: 7px 0;
  margin-bottom: 20px;
}
.works-img-box .content-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
}
.works-img-box .content-box > .item {
  width: calc((100% - 50px) / 2);
}
.works-img-box .content-box > .item > .img-box {
  position: relative;
  padding-bottom: 75%;
}
.works-img-box .content-box > .item > .img-box > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  display: block;
}
.works-img-box .content-box > .item > .ttl {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}
.works-img-box .content-box > .item:nth-of-type(1) {
  position: relative;
}
.works-img-box .content-box > .item:nth-of-type(1):before {
  content: "";
  width: 30px;
  height: 40px;
  background: #172a88;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}
.works-img-box .content-box > .item:nth-of-type(1) > .ttl {
  background: #999;
}
.works-img-box .content-box > .item:nth-of-type(2) > .ttl {
  background: #172a88;
}

.primary-txt {
  color: #172a88;
}
body#green .primary-txt {
  color: #2e6d76;
}

.white-txt {
  color: #fff;
}
body#green .white-txt {
  color: #2e6d76;
}

header {
  position: fixed;
  width: 100%;
  background: #172a88;
  z-index: 99;
  top: 0;
  left: 0;
}
header .h-wrap {
  display: flex;
  justify-content: space-between;
}
header .h-wrap .logo-box {
  padding: 25px 30px;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  header .h-wrap .logo-box {
    padding: 10px;
  }
}
header .h-wrap .logo-box:before {
  content: "";
  width: 475px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/layout/header/logo_bg.png) no-repeat center/100% 100%;
}
@media only screen and (max-width: 1220px) {
  header .h-wrap .logo-box:before {
    display: none;
  }
}
header .h-wrap .logo-box > a {
  position: relative;
  z-index: 2;
}
header .h-wrap .logo-box > a img {
  height: 50px;
}
@media only screen and (max-width: 1220px) {
  header .h-wrap .logo-box > a img {
    height: 40px;
  }
}
header .h-wrap .r-box {
  display: flex;
  position: relative;
  z-index: 2;
}
header .h-wrap .r-box .nav-list {
  margin-right: 25px;
}
@media only screen and (max-width: 1400px) {
  header .h-wrap .r-box .nav-list {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1220px) {
  header .h-wrap .r-box .nav-list {
    display: none;
  }
}
header .h-wrap .r-box .nav-list .menu {
  display: flex;
  height: 100%;
}
header .h-wrap .r-box .nav-list .menu > li > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 20px;
  height: 100%;
  transition: 0.3s;
}
@media only screen and (max-width: 1400px) {
  header .h-wrap .r-box .nav-list .menu > li > a {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 1200px) {
  header .h-wrap .r-box .nav-list .menu > li > a {
    padding: 0 4px;
  }
}
header .h-wrap .r-box .nav-list .menu > li > a .icon-box {
  height: 35px;
  margin-bottom: 5px;
}
header .h-wrap .r-box .nav-list .menu > li > a .icon-box path {
  fill: #ffe400;
  transition: 0.3s;
}
header .h-wrap .r-box .nav-list .menu > li > a > span {
  font-size: 1.6rem;
  color: #fff;
  display: block;
  line-height: 1.2;
  transition: 0.3s;
  letter-spacing: 0.08em;
}
header .h-wrap .r-box .nav-list .menu > li > a:hover {
  background: #ffe400;
}
header .h-wrap .r-box .nav-list .menu > li > a:hover .icon-box path {
  fill: #172a88;
}
header .h-wrap .r-box .nav-list .menu > li > a:hover > span {
  color: #172a88;
}
header .h-wrap .r-box .btn-box {
  display: flex;
}
header .h-wrap .r-box .btn-box .item > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 150px;
  height: 100%;
  background: #2036a5;
  transition: 0.3s;
}
@media only screen and (max-width: 1300px) {
  header .h-wrap .r-box .btn-box .item > a {
    width: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  header .h-wrap .r-box .btn-box .item > a {
    width: 110px;
  }
}
@media only screen and (max-width: 1220px) {
  header .h-wrap .r-box .btn-box .item > a {
    width: 60px;
  }
}
header .h-wrap .r-box .btn-box .item > a .icon-box {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1220px) {
  header .h-wrap .r-box .btn-box .item > a .icon-box > svg {
    width: 22px;
    height: 19px;
  }
}
header .h-wrap .r-box .btn-box .item > a .icon-box > svg path {
  fill: #ffe400;
  transition: 0.3s;
}
header .h-wrap .r-box .btn-box .item > a > .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (max-width: 1220px) {
  header .h-wrap .r-box .btn-box .item > a > .ttl {
    font-size: 1rem;
  }
}
header .h-wrap .r-box .btn-box .item > a:hover {
  background: #ffe400;
}
header .h-wrap .r-box .btn-box .item > a:hover .icon-box path {
  fill: #172a88;
}
header .h-wrap .r-box .btn-box .item > a:hover > .ttl {
  color: #172a88;
}
header .h-wrap .r-box .btn-box .slide-btn-box {
  width: 100px;
  height: 100%;
  background: #ffa500;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 1220px) {
  header .h-wrap .r-box .btn-box .slide-btn-box {
    width: 60px;
  }
}
header .h-wrap .r-box .btn-box .slide-btn-box .bdr-box {
  width: 30px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1220px) {
  header .h-wrap .r-box .btn-box .slide-btn-box .bdr-box {
    width: 22px;
  }
}
header .h-wrap .r-box .btn-box .slide-btn-box .bdr-box > span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 1220px) {
  header .h-wrap .r-box .btn-box .slide-btn-box .bdr-box > span {
    height: 1.5px;
  }
}
header .h-wrap .r-box .btn-box .slide-btn-box .bdr-box > span:nth-of-type(1) {
  transform: translateY(-12px);
}
@media only screen and (max-width: 1220px) {
  header .h-wrap .r-box .btn-box .slide-btn-box .bdr-box > span:nth-of-type(1) {
    transform: translateY(-7px);
  }
}
header .h-wrap .r-box .btn-box .slide-btn-box .bdr-box > span:nth-of-type(3) {
  transform: translateY(12px);
}
@media only screen and (max-width: 1220px) {
  header .h-wrap .r-box .btn-box .slide-btn-box .bdr-box > span:nth-of-type(3) {
    transform: translateY(7px);
  }
}
header .h-wrap .r-box .btn-box .slide-btn-box:hover {
  background: #ff8000;
}
body.slide-open header .h-wrap .r-box .btn-box .slide-btn-box {
  background: #ff8000;
}
body.slide-open header .h-wrap .r-box .btn-box .slide-btn-box .bdr-box > span:nth-of-type(1) {
  transform: rotate(45deg);
}
body.slide-open header .h-wrap .r-box .btn-box .slide-btn-box .bdr-box > span:nth-of-type(2) {
  opacity: 0;
}
body.slide-open header .h-wrap .r-box .btn-box .slide-btn-box .bdr-box > span:nth-of-type(3) {
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1221px) {
  header .h-wrap .logo-box {
    padding: 25px 30px;
    transition: 0.3s;
  }
}
@media only screen and (min-width: 1221px) and (max-width: 1400px) {
  header .h-wrap .logo-box {
    padding: 30px;
  }
}
@media only screen and (min-width: 1221px) and (max-width: 1200px) {
  header .h-wrap .logo-box {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 1221px) and (max-width: 1400px) {
  header .h-wrap .logo-box:before {
    width: 370px;
  }
}
@media only screen and (min-width: 1221px) and (max-width: 1200px) {
  header .h-wrap .logo-box:before {
    width: 350px;
  }
}
@media only screen and (min-width: 1221px) and (max-width: 1400px) {
  header .h-wrap .logo-box > a > img {
    height: 40px;
  }
}
@media only screen and (min-width: 1221px) {
  header.-scroll .h-wrap .logo-box {
    padding: 15px 30px;
  }
}
@media only screen and (min-width: 1221px) and (max-width: 1400px) {
  header.-scroll .h-wrap .logo-box {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 1221px) and (max-width: 1200px) {
  header.-scroll .h-wrap .logo-box {
    padding: 20px;
  }
}

.key-l-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 525px;
  height: calc(100px + 35.5vw);
  z-index: 100;
  background: url(../img/page/index/key-bg.png) no-repeat center/100% 100%;
  padding: 35px 60px;
  pointer-events: none;
}
@media only screen and (max-width: 1300px) {
  .key-l-content {
    width: 400px;
  }
}
@media only screen and (max-width: 1100px) {
  .key-l-content {
    width: 376px;
  }
}
@media only screen and (max-width: 1220px) {
  .key-l-content {
    display: none;
  }
}
.key-l-content .logo-box > a {
  pointer-events: all;
}
.key-l-content .logo-box > a > img {
  height: 151px;
}
@media only screen and (max-width: 1300px) {
  .key-l-content .logo-box > a > img {
    height: 100px;
  }
}
@media only screen and (max-width: 1100px) {
  .key-l-content .logo-box > a > img {
    height: 90px;
  }
}
@media only screen and (max-width: 1220px) {
  .key-l-content .logo-box > a > img {
    height: 80px;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1); /* 拡大率 */
  }
}
.key-visual #key-visual-copy {
  position: absolute;
  left: 0;
  top: 25vw;
  z-index: 101;
  text-align: left;
}
@media only screen and (max-width: 1100px) {
  .key-visual #key-visual-copy {
    left: 0;
    top: 25vw;
  }
}
@media only screen and (max-width: 768px) {
  .key-visual #key-visual-copy {
    right: 0;
    top: 25vw;
    text-align: right;
  }
}
.key-visual #key-visual-copy img {
  width: 45%;
  height: auto;
}
@media only screen and (max-width: 1100px) {
  .key-visual #key-visual-copy img {
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .key-visual #key-visual-copy img {
    width: 70%;
  }
}
.key-visual {
  width: 100%;
}
.key-visual .key-slick {
  overflow: hidden;
}
.key-visual .key-slick .item > a {
  display: block;
}
.key-visual .key-slick .item > a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 35.5vw;
}
@media only screen and (max-width: 1220px) {
  .key-visual .key-slick .item > a img {
    height: 106vw;
  }
}
.key-visual.sub {
  position: relative;
}
.key-visual.sub .key-img {
  width: 100%;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .key-visual.sub .key-img {
    height: 250px;
  }
}
.key-visual.sub .key-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.key-visual.sub .key-txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 65px;
}
@media only screen and (max-width: 1220px) {
  .key-visual.sub .key-txt {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1220px) {
  .key-visual.sub .key-txt {
    padding: 0 20px;
    top: 65%;
  }
}
.key-visual.sub .key-txt h1,
.key-visual.sub .key-txt .sub-txt {
  font-weight: 700;
  color: #fff;
}
.key-visual.sub .key-txt h1 > span,
.key-visual.sub .key-txt .sub-txt > span {
  background: url(../img/common/key-txt.png) repeat;
  display: inline;
  padding: 7px 25px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 2;
}
@media only screen and (max-width: 1220px) {
  .key-visual.sub .key-txt h1 > span,
  .key-visual.sub .key-txt .sub-txt > span {
    padding: 4px 10px;
    letter-spacing: 0;
  }
}
.key-visual.sub .key-txt h1 {
  font-size: 3.7rem;
  font-letter-spacing: 0.2em;
  color: #fff;
}
@media only screen and (max-width: 1220px) {
  .key-visual.sub .key-txt h1 {
    font-size: 2.5rem;
  }
}
.key-visual.sub .key-txt .sub-txt {
  font-size: 2rem;
  margin-top: 5px;
}
@media only screen and (max-width: 1220px) {
  .key-visual.sub .key-txt .sub-txt {
    font-size: 1.6rem;
  }
}

.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

#breadcrumbs {
  background: #dfe4ff;
  padding: 5px 50px;
}
body#green #breadcrumbs {
  background: #b6e3e8;
}
body#green #breadcrumbs > span > * + *:before {
  background: #50939a;
}
body#green #breadcrumbs > span > span {
  color: #2e6d76;
}
body#green #breadcrumbs > span > span > a {
  color: #2e6d76;
}
#breadcrumbs > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0;
}
#breadcrumbs > span > * + *:before {
  content: "";
  width: 8px;
  height: 11px;
  background: #758bfa;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin: 0 15px;
}
#breadcrumbs > span > span {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #1f37a5;
}
#breadcrumbs > span > span > a {
  text-decoration: none;
  color: #1f37a5;
}
#breadcrumbs > span > span > a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1220px) {
  #breadcrumbs {
    padding: 5px 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1220px) {
  #breadcrumbs {
    padding: 5px 15px;
    margin-bottom: 10px;
  }
  #breadcrumbs > span {
    font-size: 1.5rem;
  }
}

.slide-menu {
  position: fixed;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  top: -100%;
  background: #f1f1f1;
  padding: 250px 0 150px;
  z-index: 98;
  transition: 0.5s top;
}
@media only screen and (max-width: 1220px) {
  .slide-menu {
    padding: 100px 0 50px;
  }
}
body.slide-open .slide-menu {
  top: 0;
}
.slide-menu .slide-wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px 30px;
}
@media only screen and (max-width: 767px) {
  .slide-menu .slide-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.2em;
  }
}
.slide-menu .slide-wrap .l-box .logo-box {
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .slide-menu .slide-wrap .l-box .logo-box {
    margin-bottom: 20px;
  }
}
.slide-menu .slide-wrap .l-box .logo-box > a > img {
  height: 150px;
}
@media only screen and (max-width: 1220px) {
  .slide-menu .slide-wrap .l-box .logo-box > a > img {
    height: 120px;
  }
}
.slide-menu .slide-wrap .l-box .sns-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .slide-menu .slide-wrap .r-box {
    width: 100%;
    margin: 0 -15px;
    background: #fff;
  }
}
.slide-menu .slide-wrap .r-box .s-nav {
  display: flex;
  gap: 0 80px;
  padding: 20px;
}
@media only screen and (max-width: 1220px) {
  .slide-menu .slide-wrap .r-box .s-nav {
    gap: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .slide-menu .slide-wrap .r-box .s-nav {
    flex-direction: column;
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slide-menu .slide-wrap .r-box .s-nav .item {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .slide-menu .slide-wrap .r-box .s-nav .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.slide-menu .slide-wrap .r-box .s-nav .item > .ttl {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  color: #172a88;
  padding-top: 13px;
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1220px) {
  .slide-menu .slide-wrap .r-box .s-nav .item > .ttl {
    font-size: 1.8rem;
    line-height: 1.2em;
  }
}
.slide-menu .slide-wrap .r-box .s-nav .item > .ttl:before, .slide-menu .slide-wrap .r-box .s-nav .item > .ttl:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
}
.slide-menu .slide-wrap .r-box .s-nav .item > .ttl:before {
  background: #172a88;
  left: 0;
}
.slide-menu .slide-wrap .r-box .s-nav .item > .ttl:after {
  background: #ffe400;
  left: 7px;
}
.slide-menu .slide-wrap .r-box .s-nav .item .nav-list > * + * {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .slide-menu .slide-wrap .r-box .s-nav .item .nav-list > * + * {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slide-menu .slide-wrap .r-box .s-nav .item .nav-list > li {
    border-bottom: 1px dashed #eee;
  }
  .slide-menu .slide-wrap .r-box .s-nav .item .nav-list > li:last-child {
    border-bottom: none;
  }
}
.slide-menu .slide-wrap .r-box .s-nav .item .nav-list > li > a {
  display: block;
  padding: 10px 0 10px 17px;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
  position: relative;
}
.slide-menu .slide-wrap .r-box .s-nav .item .nav-list > li > a:before {
  content: "";
  background: #172a88;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: 0.3s;
}
.slide-menu .slide-wrap .r-box .s-nav .item .nav-list > li > a:hover:before {
  background: #ffe400;
}
.slide-menu .slide-wrap .r-box .s-nav .item .nav-list > li > .sub-list {
  margin-top: 0;
  padding: 0 0 10px 0;
  font-size: 1.5rem;
}
.slide-menu .slide-wrap .r-box .s-nav .item .nav-list > li > .sub-list > li > a {
  padding: 8px 0 8px 13px;
  display: block;
  text-decoration: none;
}
.slide-menu .slide-wrap .r-box .s-nav .item .nav-list > li > .sub-list > li > a:before {
  content: "";
  width: 7px;
  height: 1px;
  background: #ccc;
  top: 50%;
  left: 0;
  margin-right: 10px;
}

body {
  width: 100%;
  text-align: justify;
  padding-top: 100px;
}
@media only screen and (max-width: 1220px) {
  body {
    padding-top: 60px;
  }
}
body.slide-open {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.wp-admin, body.block-editor-iframe__body {
  padding-top: 0;
}

.fixed-box {
  position: fixed;
  top: 40%;
  right: -280px;
  transform: translateY(-50%);
  display: flex;
  transition: 0.3s right;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  z-index: 3;
}
.fixed-box.-open {
  right: 0;
}
.fixed-box.-open .fixed-btn:after {
  transform: rotate(0);
}
.fixed-box .fixed-btn {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  width: 40px;
  background: #1e36a2;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  letter-spacing: 0.5rem;
  cursor: pointer;
}
.fixed-box .fixed-btn:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/common/arr02.svg) no-repeat center/contain;
  margin-top: 10px;
  transform: rotate(180deg);
  transition: 0.3s;
}
.fixed-box .fixed-content {
  background: #fff;
}
.fixed-box .fixed-content .item > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 15px;
  transition: 0.3s;
}
.fixed-box .fixed-content .item > a > .txt-box .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
.fixed-box .fixed-content .item > a > .txt-box .ttl-tel {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
.fixed-box .fixed-content .item > a > .txt-box .sub-txt {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
.fixed-box .fixed-content .item.-first > a {
  padding: 20px 15px;
  color: #1f37a5;
  background: #ffe400;
}
.fixed-box .fixed-content .item.-first > a:hover {
  background: #ffb121;
}
.fixed-box .fixed-content .item.-next > a {
  padding: 15px 15px;
  color: #038025;
}
.fixed-box .fixed-content .item.-next > a:hover {
  background: #fff17b;
}
.fixed-box .fixed-content .item.-third > a {
  color: #1f37a5;
  padding: 15px 15px;
  background: #ffe400;
}
.fixed-box .fixed-content .item.-third > a:hover {
  background: #ffb121;
}
.fixed-box .fixed-content .item.-forth {
  padding: 20px 15px;
  background: #fff;
  border-bottom: solid 3px #e8e8e8;
}
.fixed-box .fixed-content .item.-forth .t-box {
  display: flex;
  gap: 15px;
  padding: 0 0 5px;
  position: relative;
  margin-bottom: 10px;
}
.fixed-box .fixed-content .item.-forth .t-box:before {
  content: "";
  width: calc(100% + 16px);
  height: 10px;
  background: #f1f1f1;
  position: absolute;
  left: -8px;
  bottom: 0;
}
.fixed-box .fixed-content .item.-forth .t-box .icon-box {
  position: relative;
  z-index: 2;
}
.fixed-box .fixed-content .item.-forth .t-box .ttl {
  font-weight: 700;
  font-size: 1.7rem;
  color: #1e36a2;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
.fixed-box .fixed-content .item.-forth > .txt {
  font-size: 1.4rem;
  font-weight: 550;
  color: #172a88;
  padding-left: 40px;
  line-height: 1.5;
  position: relative;
}
.fixed-box .fixed-content .item.-forth > .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.fixed-box .fixed-content .item.-forth > .txt.-address:before {
  left: 7px;
  width: 18px;
  height: 23px;
  background: url(../img/common/icon04.svg) no-repeat center/contain;
}
.fixed-box .fixed-content .item.-forth > .txt.-time:before {
  left: 6px;
  width: 23px;
  height: 23px;
  background: url(../img/common/icon05.svg) no-repeat center/contain;
}
.fixed-box .fixed-content .item.-forth > .btn-box {
  margin: 11px 0;
}
.fixed-box .fixed-content .item.-forth > .btn-box > a {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
  background: #1e36a2;
  border-radius: 13px;
  letter-spacing: 0.2em;
  position: relative;
}
.fixed-box .fixed-content .item.-forth > .btn-box > a:after {
  content: "";
  width: 7px;
  height: 7px;
  background: url(../img/common/arr02.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.fixed-box .fixed-content .item.-forth > .btn-box > a:hover:after {
  right: 7px;
}

.sp-fixed-box {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-fixed-box {
    display: flex;
  }
}
.sp-fixed-box > .item {
  width: 50%;
}
.sp-fixed-box > .item > a {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.sp-fixed-box > .item > a.line {
  color: #fff;
  background: #3eb157;
}
.sp-fixed-box > .item > a.line:before {
  content: "";
  width: 27px;
  height: 27px;
  background: url(../img/common/icon07.svg) no-repeat center/contain;
}
.sp-fixed-box > .item > a.tel {
  color: #1e36a2;
  background: #ffe400;
}
.sp-fixed-box > .item > a.tel:before {
  content: "";
  width: 29px;
  height: 24px;
  background: url(../img/common/icon02.svg) no-repeat center/contain;
}

.footer-cta {
  padding: 40px;
  background: #f1f1f1;
}
@media only screen and (max-width: 1220px) {
  .footer-cta {
    padding: 10px;
  }
}
.footer-cta .container {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 1220px) {
  .footer-cta .container {
    display: block;
    gap: 0;
  }
}
.footer-cta .container .cta-tel {
  flex: 1;
  text-align: center;
  border-right: dotted 3px #fff;
}
@media only screen and (max-width: 1220px) {
  .footer-cta .container .cta-tel {
    border-right: none;
    border-bottom: dotted 3px #fff;
  }
}
.footer-cta .container .cta-tel a {
  width: 470px;
  margin: auto;
  padding: 50px 50px 50px 90px;
  background: url(../img/layout/footer/free-dial.png) no-repeat left center;
  text-decoration: none;
  text-align: left;
  display: block;
}
@media only screen and (max-width: 1220px) {
  .footer-cta .container .cta-tel a {
    width: 100%;
    margin: auto;
    padding: 20px 0 20px 60px;
    background-size: 40px auto;
    box-sizing: border-box;
  }
}
.footer-cta .container .cta-tel a h3 {
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
}
.footer-cta .container .cta-tel a div {
  color: #54a249;
  font-size: 3.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 1220px) {
  .footer-cta .container .cta-tel a div {
    font-size: 2.8rem;
  }
}
.footer-cta .container .cta-tel a span {
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
  display: block;
}
@media only screen and (max-width: 1220px) {
  .footer-cta .container .cta-tel a span {
    font-size: 1.4rem;
  }
}
.footer-cta .container .cta-mail {
  flex: 1;
  text-align: center;
}
.footer-cta .container .cta-mail a {
  width: 450px;
  margin: auto;
  padding: 50px 50px 50px 85px;
  background: url(../img/layout/footer/mail.png) no-repeat left center;
  text-decoration: none;
  text-align: left;
  display: block;
}
@media only screen and (max-width: 1220px) {
  .footer-cta .container .cta-mail a {
    width: 100%;
    margin: auto;
    padding: 20px 0 20px 60px;
    background-size: 38px auto;
    box-sizing: border-box;
  }
}
.footer-cta .container .cta-mail a h3 {
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
}
.footer-cta .container .cta-mail a div {
  color: #213190;
  font-size: 2.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 1220px) {
  .footer-cta .container .cta-mail a div {
    font-size: 2rem;
  }
}
.footer-cta .container .cta-mail a span {
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
  display: block;
}
@media only screen and (max-width: 1220px) {
  .footer-cta .container .cta-mail a span {
    font-size: 1.4rem;
  }
}

footer {
  background: #172a88;
}
footer .f-wrap {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
@media only screen and (max-width: 1220px) {
  footer .f-wrap {
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1220px) {
  footer .f-wrap .l-box {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  footer .f-wrap .l-box {
    margin-bottom: 0;
  }
}
footer .f-wrap .l-box .logo-box {
  margin-bottom: 30px;
}
footer .f-wrap .l-box .logo-box > a > img {
  height: 133px;
}
footer .f-wrap .l-box .sns-box {
  display: flex;
  justify-content: center;
  gap: 25px;
}
footer .f-wrap .r-box .f-nav {
  display: flex;
  gap: 0 90px;
}
@media only screen and (max-width: 1100px) {
  footer .f-wrap .r-box .f-nav {
    gap: 0 80px;
  }
}
@media only screen and (max-width: 1220px) {
  footer .f-wrap .r-box .f-nav {
    gap: 50px 60px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  footer .f-wrap .r-box .f-nav .item {
    display: none;
  }
}
footer .f-wrap .r-box .f-nav .item .flex {
  display: flex;
  gap: 0 90px;
}
@media only screen and (max-width: 1100px) {
  footer .f-wrap .r-box .f-nav .item .flex {
    gap: 0 80px;
  }
}
@media only screen and (max-width: 1220px) {
  footer .f-wrap .r-box .f-nav .item .flex {
    gap: 0 60px;
  }
}
footer .f-wrap .r-box .f-nav .item a {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  color: #fff !important;
  position: relative;
}
footer .f-wrap .r-box .f-nav .item a:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
footer .f-wrap .r-box .f-nav .item .ttl {
  font-size: 1.4rem;
  font-letter-spacing: 0.08em;
  font-family: "Inter", sans-serif;
  color: #ffe400;
  margin-bottom: 15px;
}
footer .f-wrap .r-box .f-nav .item .nav-list > * + * {
  margin-top: 10px;
}
footer .f-wrap .r-box .f-nav .item .nav-list > li > a {
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.08em;
  display: inline-block;
  padding-left: 17px;
}
footer .f-wrap .r-box .f-nav .item .nav-list > li > a:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffe400;
  border-radius: 50%;
}
footer .f-wrap .r-box .f-nav .item .nav-list > li > a:hover:before {
  background: #ffa500;
}
footer .f-wrap .r-box .f-nav .item .nav-list > li > .sub-list {
  padding-left: 17px;
  margin-top: 10px;
}
footer .f-wrap .r-box .f-nav .item .nav-list > li > .sub-list > li > a {
  padding-left: 8px;
}
footer .f-wrap .r-box .f-nav .item .nav-list > li > .sub-list > li > a:before {
  content: "";
  width: 7px;
  height: 2px;
  background: #6c7ed2;
}
footer .f-wrap .r-box .f-nav .item .nav-list > li > .sub-list > li > a:hover:before {
  background: #ffe400;
}
footer .copy {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: #6d84f3;
  text-align: center;
  background: #0d174c;
  padding: 9px 0;
}
@media only screen and (max-width: 767px) {
  footer .copy {
    padding-bottom: 60px;
  }
}

.top-news {
  display: flex;
  padding: 60px 0 110px;
}
@media only screen and (max-width: 1220px) {
  .top-news {
    flex-direction: column;
    padding: 40px 0 60px;
  }
}
.top-news .l-box {
  width: 20%;
}
@media only screen and (max-width: 1220px) {
  .top-news .l-box {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.top-news .r-box {
  width: 80%;
}
@media only screen and (max-width: 1220px) {
  .top-news .r-box {
    width: 100%;
  }
}

.top-about {
  margin-bottom: 180px;
}
@media only screen and (max-width: 767px) {
  .top-about {
    margin-bottom: 80px;
  }
}
.top-about .item {
  display: flex;
  background: #f5f5f5;
}
@media only screen and (max-width: 1220px) {
  .top-about .item {
    flex-wrap: wrap;
  }
}
.top-about .item:nth-of-type(2n - 1) {
  flex-direction: row-reverse;
}
.top-about .item:nth-of-type(2n - 1) .txt-box .t-box {
  padding-left: 0;
}
.top-about .item:nth-of-type(2n - 1) .txt-box .icon-nav > li > a {
  padding: 20px 65px 20px 10px;
  transition: background-color 0.3s;
}
.top-about .item:nth-of-type(2n - 1) .txt-box .icon-nav > li > a:hover {
  background-color: #fff;
}
.top-about .item:nth-of-type(2n - 1) .txt-box .icon-nav > li > a:after {
  right: 52px;
}
@media only screen and (max-width: 1220px) {
  .top-about .item:nth-of-type(2n - 1) .txt-box .icon-nav > li > a:after {
    right: 20px;
  }
}
.top-about .item .img-box {
  width: 50%;
}
@media only screen and (max-width: 1220px) {
  .top-about .item .img-box {
    width: 100%;
  }
}
.top-about .item .img-box > img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1220px) {
  .top-about .item .img-box > img {
    min-height: unset;
  }
}
.top-about .item .txt-box {
  width: calc(50% - 20px);
  max-width: 550px;
  padding: 50px 0 70px;
}
@media only screen and (max-width: 1220px) {
  .top-about .item .txt-box {
    width: 100%;
    max-width: unset;
    padding: 30px 20px 50px;
  }
}
.top-about .item .txt-box .t-box {
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  padding-left: 50px;
}
@media only screen and (max-width: 1220px) {
  .top-about .item .txt-box .t-box {
    padding-left: 0;
  }
}
.top-about .item .txt-box .icon-nav > li {
  border-bottom: 2px solid #61b5f3;
}
.top-about .item .txt-box .icon-nav > li > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 10px 20px 60px;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .top-about .item .txt-box .icon-nav > li > a {
    padding: 20px 65px 20px 10px;
  }
}
.top-about .item .txt-box .icon-nav > li > a {
  transition: background-color 0.3s;
}
.top-about .item .txt-box .icon-nav > li > a:hover {
  background-color: #fff;
}
.top-about .item .txt-box .icon-nav > li > a:after {
  content: "";
  width: 35px;
  height: 17px;
  background: url(../img/common/arr01.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1220px) {
  .top-about .item .txt-box .icon-nav > li > a:after {
    right: 20px;
  }
}
.top-about .item .txt-box .icon-nav > li > a .ttl > span {
  display: block;
}
.top-about .item .txt-box .icon-nav > li > a .ttl > span.en {
  font-weight: 500;
  font-size: 1.2rem;
  color: #4f61be;
  line-height: 1;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1220px) {
  .top-about .item .txt-box .icon-nav > li > a .ttl > span.en {
    font-size: 1.1rem;
  }
}
.top-about .item .txt-box .icon-nav > li > a .ttl > span.jp {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1;
}
@media only screen and (max-width: 1220px) {
  .top-about .item .txt-box .icon-nav > li > a .ttl > span.jp {
    font-size: 1.8rem;
  }
}

.top-service {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .top-service {
    padding: 10px 0 50px;
  }
}
.top-service:before {
  content: "";
  width: 100%;
  height: 250px;
  background: #b6e3e8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .top-service:before {
    height: 100px;
  }
}
.top-service .content-box {
  position: relative;
}
@media only screen and (max-width: 1750px) {
  .top-service .content-box {
    display: flex;
    gap: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .top-service .content-box {
    flex-wrap: wrap;
  }
}
.top-service .content-box .l-box {
  position: absolute;
  top: -180px;
  left: -300px;
}
@media only screen and (max-width: 1750px) {
  .top-service .content-box .l-box {
    position: relative;
    top: 0;
    left: 0;
    flex-shrink: 0;
    transform: translateY(-180px);
  }
}
@media only screen and (max-width: 767px) {
  .top-service .content-box .l-box {
    width: 100%;
    transform: translateY(0px);
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 30px;
  }
  .top-service .content-box .l-box .logo-box > img {
    height: 80px;
  }
}
.top-service .content-box .service-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
}
@media only screen and (max-width: 767px) {
  .top-service .content-box .service-nav {
    gap: 30px;
  }
}
.top-service .content-box .service-nav > li {
  width: 33.33%;
  border-left: 2px solid #88c3c7;
}
.top-service .content-box .service-nav > li:nth-child(3n) {
  border-right: 2px solid #88c3c7;
}
@media only screen and (max-width: 1220px) {
  .top-service .content-box .service-nav > li {
    width: 50%;
  }
  .top-service .content-box .service-nav > li:nth-child(3n) {
    border-right: none;
  }
  .top-service .content-box .service-nav > li:nth-child(2n) {
    border-right: 2px solid #88c3c7;
  }
}
@media only screen and (max-width: 767px) {
  .top-service .content-box .service-nav > li {
    width: 100%;
    border-right: none;
  }
  .top-service .content-box .service-nav > li:nth-child(2n) {
    border-right: none;
  }
}
.top-service .content-box .service-nav > li > a {
  text-decoration: none;
  display: block;
  padding: 0 20px 20px;
  transition: 0.3s;
}
.top-service .content-box .service-nav > li > a .img-box {
  width: 100%;
  padding-bottom: 66.875%;
  position: relative;
  margin-bottom: 20px;
}
.top-service .content-box .service-nav > li > a .img-box > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.top-service .content-box .service-nav > li > a .txt-box h3 {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.top-service .content-box .service-nav > li > a .txt-box .txt {
  color: #000;
  margin-bottom: 20px;
}
.top-service .content-box .service-nav > li > a .txt-box .btn-box {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  width: 100%;
  background: #56aab2;
  padding: 14px 25px;
  position: relative;
  transition: 0.3s;
}
.top-service .content-box .service-nav > li > a .txt-box .btn-box:after {
  content: "";
  width: 35px;
  height: 17px;
  background: url(../img/common/arr03.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
.top-service .content-box .service-nav > li > a:hover {
  background: rgba(255, 228, 0, 0.3);
}
.top-service .content-box .service-nav > li > a:hover .txt-box .btn-box {
  background: #69b256;
}

.wpcf7-form .submit-btn-box > input.button01 {
  font-weight: 600;
  width: 100%;
  max-width: 300px;
  height: 50px;
  color: #fff;
  background: #172a88;
  border-radius: 25px;
  transition: 0.3s;
  border: 0;
}
.wpcf7-form .submit-btn-box > input.button01:hover {
  color: #000;
  background: #ffe400;
}
.wpcf7-form .submit-btn-box .wpcf7-spinner {
  display: none;
}

.top-works {
  margin-bottom: 180px;
}
.top-works .top-works-list {
  margin-bottom: 50px;
}
.top-works .top-works-list .item {
  width: 345px;
  margin: 0 10px;
}
@media only screen and (max-width: 1220px) {
  .top-works .top-works-list .item {
    width: 330px;
    margin: 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  .page-top-message.mt40 {
    margin-top: 0 !important;
  }
}
.sub-top-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 0 200px;
  background: url(../img/common/bg-logo.png) no-repeat right 15% bottom;
}
@media only screen and (max-width: 1220px) {
  .sub-top-content {
    padding: 0;
  }
}
.sub-top-content .l-box {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1220px) {
  .sub-top-content .l-box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sub-top-content .l-box .img-box {
  position: relative;
}
.sub-top-content .l-box .img-box > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-top-content .l-box .img-box:nth-of-type(1), .sub-top-content .l-box .img-box:nth-of-type(4) {
  width: 100%;
}
.sub-top-content .l-box .img-box:nth-of-type(1) > img, .sub-top-content .l-box .img-box:nth-of-type(4) > img {
  aspect-ratio: 5/2;
}
.sub-top-content .l-box .img-box:nth-of-type(2), .sub-top-content .l-box .img-box:nth-of-type(3) {
  width: calc(50% - 5px);
  margin-top: 10px;
}
.sub-top-content .l-box .img-box:nth-of-type(2) > img, .sub-top-content .l-box .img-box:nth-of-type(3) > img {
  aspect-ratio: 3/2;
}
.sub-top-content .r-box {
  width: 40%;
  max-width: 600px;
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 0;
}
@media only screen and (max-width: 1220px) {
  .sub-top-content .r-box {
    margin-top: 0;
  }
}
.sub-top-content .r-box {
  color: #172a88;
}
.sub-top-content .r-box .txt {
  line-height: 2.2em;
}
@media only screen and (max-width: 1220px) {
  .sub-top-content .r-box .txt {
    line-height: 1.8em;
  }
}
body#green .sub-top-content .r-box {
  color: #2e6d76;
}
@media only screen and (max-width: 1220px) {
  .sub-top-content .r-box {
    width: 100%;
  }
}
.sub-top-content .r-box .en-ttl {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1220px) {
  .sub-top-content .r-box .en-ttl {
    text-align: center;
  }
}
.sub-top-content .r-box .en-ttl > span {
  font-weight: 700;
  display: inline-block;
  padding: 0 20px;
  line-height: 1;
}
.sub-top-content .r-box .en-ttl > span.sub {
  font-size: 3.2rem;
  color: #172a88;
  display: block;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}
body#green .sub-top-content .r-box .en-ttl > span.sub {
  color: #1e8b84;
}
.sub-top-content .r-box .en-ttl > span.main {
  font-size: 4.2rem;
  color: #fff;
  background: #172a88;
  letter-spacing: 0.15em;
  padding: 15px 20px;
}
body#green .sub-top-content .r-box .en-ttl > span.main {
  background: #1e8b84;
}

.bg-icon-box {
  display: flex;
  background: #172a88;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 60px;
}
body#green .bg-icon-box {
  background: #1e8b84;
}
@media only screen and (max-width: 1220px) {
  .bg-icon-box {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
}
.bg-icon-box .txt-box {
  width: 50%;
  max-width: 610px;
  padding-left: 60px;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .bg-icon-box .txt-box {
    width: 100%;
    min-height: 150px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.bg-icon-box .txt-box:before {
  content: "";
  width: 355px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  background: url(../img/common/bg_icon01.png) no-repeat center/contain;
}
body#green .bg-icon-box .txt-box:before {
  background: url(../img/common/bg_icon01_green.png) no-repeat center/contain;
}
@media only screen and (max-width: 1220px) {
  .bg-icon-box .txt-box:before {
    left: unset;
    right: 0;
    width: 200px;
    height: 150px;
  }
}
.bg-icon-box .txt-box .ttl {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1220px) {
  .bg-icon-box .txt-box .ttl {
    font-size: 2rem;
    width: 100%;
  }
}
.bg-icon-box .img-box {
  width: 50%;
}
@media only screen and (max-width: 1220px) {
  .bg-icon-box .img-box {
    width: 100%;
    display: none;
    visibility: hidden;
  }
}
.bg-icon-box .img-box > img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.icon-ttl {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1;
  color: #172a88;
  position: relative;
  letter-spacing: 0.01em;
  line-height: 1.35;
  padding: 0 0 30px 90px;
  margin-bottom: 30px;
}
body#green .icon-ttl {
  color: #2e6d76;
}
body#green .icon-ttl:before {
  background: url(../img/common/top-content-dot-green.png) repeat-x left bottom/32px 7px;
}
@media only screen and (max-width: 1220px) {
  .icon-ttl {
    font-size: 1.8rem;
    padding: 10px 0 20px 65px;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  .icon-ttl br {
    display: none;
  }
}
.icon-ttl:before {
  content: "";
  width: 100%;
  height: 7px;
  background: url(../img/common/top-content-dot.png) repeat-x left bottom/32px 7px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.icon-ttl > img {
  position: absolute;
  width: 69px;
  top: 36px;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1220px) {
  .icon-ttl > img {
    width: 50px;
  }
}

.merit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
}
.merit-list > li {
  width: 32%;
  margin-top: 48px;
  position: relative;
  background: #f8f8f8;
}
@media only screen and (max-width: 1220px) {
  .merit-list > li {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .merit-list > li {
    width: 100%;
  }
}
.merit-list > li .merit-num {
  font-weight: 700;
  position: absolute;
  top: -48px;
}
@media only screen and (max-width: 1220px) {
  .merit-list > li .merit-num {
    top: -28px;
  }
}
.merit-list > li .merit-num {
  right: 0;
  color: #172a88;
  line-height: 1;
  z-index: 2;
}
body#green .merit-list > li .merit-num {
  color: #2e6d76;
}
.merit-list > li .merit-num > span {
  display: inline-block;
}
.merit-list > li .merit-num > span.txt {
  transform: translateY(-8px);
}
.merit-list > li .merit-num > span.num {
  font-size: 6.4rem;
  line-height: 1;
  padding-left: 10px;
}
@media only screen and (max-width: 1220px) {
  .merit-list > li .merit-num > span.num {
    font-size: 4rem;
  }
}
.merit-list > li .ttl {
  font-size: 2.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 1220px) {
  .merit-list > li .ttl {
    font-size: 1.8rem;
    min-height: 50px !important;
  }
}
.merit-list > li .ttl {
  text-align: center;
  color: #172a88;
  min-height: 63px;
}
@media only screen and (max-width: 767px) {
  .merit-list > li .ttl {
    font-size: 1.8rem;
    min-height: 50px !important;
  }
}
.merit-list > li .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffe400;
  position: relative;
}
body#green .merit-list > li .ttl {
  color: #2e6d76;
}
.merit-list > li .ttl:before {
  content: "";
  width: 23.46%;
  height: 100%;
  background: url(../img/common/merit_ttl_bg.png) no-repeat left center/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1220px) {
  .merit-list > li .ttl:before {
    background: url(../img/common/merit_ttl_bg.png) no-repeat left center/50% 100%;
  }
}
body#green .merit-list > li .ttl:before {
  background: url(../img/common/merit_ttl_bg_green.png) no-repeat left center/100% 100%;
}
@media only screen and (max-width: 1220px) {
  body#green .merit-list > li .ttl:before {
    background: url(../img/common/merit_ttl_bg_green.png) no-repeat left center/50% 100%;
  }
}
.merit-list > li .txt-box {
  padding: 30px 50px;
}
@media only screen and (max-width: 767px) {
  .merit-list > li .txt-box {
    padding: 30px 20px;
  }
}
.merit-list > li .txt-box .icon-box {
  width: auto;
  text-align: center;
  margin: 0 auto 30px;
}
.merit-list > li .txt-box .icon-box > img {
  width: auto;
  max-width: 100%;
}
.merit-list > li .txt-box .txt {
  color: #172a88;
}
body#green .merit-list > li .txt-box .txt {
  color: #2e6d76;
}
.merit-list.no-num > li {
  margin-top: 0;
}

.bg-box01 {
  background: #172a88;
}
body#green .bg-box01 {
  background: #eeeeee;
}

.bg-box02 {
  background: #fffeee;
}

.bg-box03 {
  background: #ecefff;
}
body#green .bg-box03 {
  background: #b6e3e8;
}

.documents-box {
  padding: 80px 0;
}
@media only screen and (max-width: 1220px) {
  .documents-box .img-box {
    text-align: center;
    margin-bottom: 30px;
  }
}
.documents-box .txt {
  color: #172a88;
  line-height: 1.9;
}
body#green .documents-box .txt {
  color: #2e6d76;
}

.check-list > * + * {
  margin-top: 10px;
}
.check-list > li {
  font-size: 2.4rem;
  font-weight: 700;
  color: #172a88;
  position: relative;
  padding-left: 37px;
}
body#green .check-list > li {
  color: #2e6d76;
}
@media only screen and (max-width: 1220px) {
  .check-list > li {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .check-list > li {
    font-size: 1.8rem;
    padding-left: 25px;
  }
}
.check-list > li:before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  top: 4px;
  left: 0;
  background: url(../img/common/icon_check.png) no-repeat center/contain;
}
@media only screen and (max-width: 1220px) {
  .check-list > li:before {
    top: 0;
    background-size: 15px auto;
  }
}

.step-list > * + * {
  margin-top: 52px;
}
.step-list > li {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .step-list > li {
    flex-wrap: wrap;
  }
}
.step-list > li:after {
  content: "";
  width: 70px;
  height: 30px;
  background: #ff8000;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
body#green .step-list > li:after {
  background: #ff5252;
}
.step-list > li:last-child:after {
  display: none;
}
.step-list > li .l-step {
  width: 200px;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  background: #172a88;
  padding: 25px;
}
body#green .step-list > li .l-step {
  background: #1e8b84;
}
@media only screen and (max-width: 1220px) {
  .step-list > li .l-step {
    font-size: 1.6rem;
    padding: 8px 20px;
  }
}
@media only screen and (max-width: 1220px) {
  .step-list > li .l-step {
    font-size: 1.6rem;
    padding: 2px 20px;
  }
}
.step-list > li .l-step > span {
  font-size: 3.6rem;
}
@media only screen and (max-width: 1220px) {
  .step-list > li .l-step > span {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .step-list > li .l-step > span {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1220px) {
  .step-list > li .l-step {
    width: 100%;
  }
}
.step-list > li .txt-box {
  color: #172a88;
  width: calc(100% - 200px);
  padding: 30px 50px;
  background: #f8f8f8;
}
body#green .step-list > li .txt-box {
  color: #2e6d76;
}
@media only screen and (max-width: 1220px) {
  .step-list > li .txt-box {
    width: 100%;
    padding: 20px;
  }
}
.step-list > li .txt-box .ttl {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1220px) {
  .step-list > li .txt-box .ttl {
    font-size: 2rem;
  }
}
.step-list > li .txt-box .contact-content {
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  padding: 15px 25px 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 1220px) {
  .step-list > li .txt-box .contact-content {
    width: 100%;
    padding: 15px 15px 20px;
  }
}
.step-list > li .txt-box .contact-content .tel-txt {
  font-weight: 600;
  font-size: 2.8rem;
  text-decoration: none;
  line-height: 1;
  padding-left: 70px;
  position: relative;
  display: inline-block;
}
body#green .step-list > li .txt-box .contact-content .tel-txt {
  color: #2e6d76;
}
@media only screen and (min-width: 1221px) {
  .step-list > li .txt-box .contact-content .tel-txt {
    text-decoration: none;
    pointer-events: none;
  }
}
@media only screen and (max-width: 1220px) {
  .step-list > li .txt-box .contact-content .tel-txt {
    font-size: 2.6rem;
    padding-left: 40px;
  }
}
.step-list > li .txt-box .contact-content .tel-txt:before {
  content: "";
  width: 29px;
  height: 24px;
  background: url(../img/common/icon02.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
body#green .step-list > li .txt-box .contact-content .tel-txt:before {
  background: url(../img/common/icon02_green.svg) no-repeat center/contain;
}
@media only screen and (max-width: 1220px) {
  .step-list > li .txt-box .contact-content .tel-txt:before {
    left: 0;
  }
}
.step-list > li .txt-box .contact-content .tel-txt > span {
  font-size: 13px;
  display: block;
  line-height: 1;
}
.step-list > li .txt-box .contact-content .form-btn {
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  width: 460px;
  color: #172a88;
  background: #ffe400;
  display: inline-block;
  padding: 7px 75px;
  margin-top: 10px;
  position: relative;
  transition: 0.3s;
}
body#green .step-list > li .txt-box .contact-content .form-btn {
  color: #2e6d76;
  background: #fff38c;
}
@media only screen and (max-width: 1220px) {
  .step-list > li .txt-box .contact-content .form-btn {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 35px;
  }
}
.step-list > li .txt-box .contact-content .form-btn:before, .step-list > li .txt-box .contact-content .form-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.step-list > li .txt-box .contact-content .form-btn:before {
  width: 26px;
  height: 19px;
  background: url(../img/common/icon_mail.png) no-repeat center/contain;
  left: 20px;
}
@media only screen and (max-width: 1220px) {
  .step-list > li .txt-box .contact-content .form-btn:before {
    left: 10px;
    width: 20px;
  }
}
.step-list > li .txt-box .contact-content .form-btn:after {
  content: "";
  width: 13px;
  height: 17px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #172a88;
  right: 20px;
  transition: 0.3s;
}
@media only screen and (max-width: 1220px) {
  .step-list > li .txt-box .contact-content .form-btn:after {
    right: 10px;
  }
}
.step-list > li .txt-box .contact-content .form-btn:hover {
  color: #fff;
  background: #172a88;
}
.step-list > li .txt-box .contact-content .form-btn:hover:after {
  background: #fff;
}

.value-list > * + * {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .value-list > * + * {
    margin-top: 40px;
  }
}
.value-list > li {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .value-list > li {
    flex-wrap: wrap;
  }
}
.value-list > li .img-box {
  width: 30.5%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .value-list > li .img-box {
    width: 100%;
  }
}
.value-list > li .img-box > img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.value-list > li .txt-box {
  width: 69.5%;
  background: #f8f8f8;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .value-list > li .txt-box {
    width: 100%;
  }
}
.value-list > li .txt-box .ttl {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  color: #172a88;
  min-height: 63px;
}
@media only screen and (max-width: 767px) {
  .value-list > li .txt-box .ttl {
    font-size: 1.8rem;
    min-height: 50px !important;
  }
}
.value-list > li .txt-box .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffe400;
  position: relative;
}
body#green .value-list > li .txt-box .ttl {
  color: #2e6d76;
}
@media only screen and (max-width: 1220px) {
  .value-list > li .txt-box .ttl {
    font-size: 1.8rem;
    min-height: 50px !important;
  }
}
.value-list > li .txt-box .ttl:before {
  content: "";
  width: 23.46%;
  height: 100%;
  background: url(../img/common/merit_ttl_bg.png) no-repeat center/100% 100%;
}
@media only screen and (max-width: 767px) {
  .value-list > li .txt-box .ttl:before {
    background: url(../img/common/merit_ttl_bg.png) no-repeat left center/50% 100%;
  }
}
.value-list > li .txt-box .ttl:before {
  position: absolute;
  top: 0;
  left: 0;
}
body#green .value-list > li .txt-box .ttl:before {
  background: url(../img/common/merit_ttl_bg_green.png) no-repeat center/100% 100%;
}
@media only screen and (max-width: 767px) {
  body#green .value-list > li .txt-box .ttl:before {
    background: url(../img/common/merit_ttl_bg.png) no-repeat left center/50% 100%;
  }
}
.value-list > li .txt-box > .txt {
  color: #172a88;
  line-height: 1.75;
  padding: 30px 35px;
}
body#green .value-list > li .txt-box > .txt {
  color: #2e6d76;
}
.value-list > li .txt-box .value-num {
  font-weight: 700;
  position: absolute;
  top: -48px;
  right: 0;
  color: #172a88;
  line-height: 1;
  z-index: 2;
}
body#green .value-list > li .txt-box .value-num {
  color: #2e6d76;
}
@media only screen and (max-width: 767px) {
  .value-list > li .txt-box .value-num {
    text-shadow: 1px 1px 2px #fff, 1px 0px 2px #fff, 0px 1px 2px #fff;
  }
}
.value-list > li .txt-box .value-num > span {
  display: inline-block;
}
.value-list > li .txt-box .value-num > span.txt {
  transform: translateY(-8px);
}
.value-list > li .txt-box .value-num > span.num {
  font-size: 6.4rem;
  line-height: 1;
  padding-left: 10px;
}

.faq-box {
  padding: 80px 0;
  margin-bottom: 100px;
}
.faq-box .faq-list > * + * {
  margin-top: 30px;
}
.faq-box .faq-list > li .q-ttl {
  font-size: 2rem;
  font-weight: 500;
  color: #172a88;
  background: #ededed;
  position: relative;
  padding: 8px 70px;
  cursor: pointer;
}
body#green .faq-box .faq-list > li .q-ttl {
  color: #2e6d76;
}
@media only screen and (max-width: 1220px) {
  .faq-box .faq-list > li .q-ttl {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.faq-box .faq-list > li .q-ttl:before, .faq-box .faq-list > li .q-ttl:after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 50px;
  top: 0;
  height: 100%;
}
.faq-box .faq-list > li .q-ttl:before {
  content: "Q.";
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  left: 0;
  background: #ff8000;
}
.faq-box .faq-list > li .q-ttl:after {
  content: "";
  font-size: 3.6rem;
  font-weight: 500;
  color: #fff;
  right: 0;
  background: url(../img/common/icon_plus.png) #4a61d8 no-repeat center/18px 18px;
}
.faq-box .faq-list > li .q-ttl.active:after {
  background: url(../img/common/icon_minus.png) #bfbfbf no-repeat center/18px 3px;
}
.faq-box .faq-list > li .a-txt {
  color: #172a88;
  padding: 30px 100px;
}
@media only screen and (max-width: 1220px) {
  .faq-box .faq-list > li .a-txt {
    padding: 30px 20px 30px 40px;
  }
}
.faq-box .faq-list > li .a-txt {
  background: #fff;
  position: relative;
  display: none;
}
body#green .faq-box .faq-list > li .a-txt {
  color: #2e6d76;
}
.faq-box .faq-list > li .a-txt:before {
  content: "A.";
  font-size: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 1220px) {
  .faq-box .faq-list > li .a-txt:before {
    font-size: 2rem;
  }
}
.faq-box .faq-list > li .a-txt:before {
  line-height: 1;
  position: absolute;
  top: 27px;
  left: 50px;
}
@media only screen and (max-width: 1220px) {
  .faq-box .faq-list > li .a-txt:before {
    top: 27px;
    left: 10px;
  }
}

.voice-detail-box {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1220px) {
  .voice-detail-box {
    margin-bottom: 60px;
  }
}
.voice-detail-box > .ttl {
  font-size: 2.4rem;
  font-weight: 600;
  color: #172a88;
  background: #ededed;
  padding: 12px 90px;
  position: relative;
}
.voice-detail-box > .ttl:before {
  content: "";
  width: 64px;
  height: 59px;
  background: url(../img/common/icon_comment.svg) no-repeat center/contain;
  position: absolute;
  left: 7px;
  top: -17px;
}
body#green .voice-detail-box > .ttl:before {
  background: url(../img/common/icon_comment_green.svg) no-repeat center/contain;
}
.voice-detail-box .content-box {
  display: flex;
  justify-content: space-between;
  background: #fffeee;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .voice-detail-box .content-box {
    flex-wrap: wrap;
  }
}
.voice-detail-box .content-box .l-box {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .voice-detail-box .content-box .l-box {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
}
.voice-detail-box .content-box .l-box > img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .voice-detail-box .content-box .l-box > img {
    width: 80%;
  }
}
.voice-detail-box .content-box .r-box {
  width: 44%;
}
@media only screen and (max-width: 767px) {
  .voice-detail-box .content-box .r-box {
    width: 100%;
  }
}
.voice-detail-box .content-box .r-box > .ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #172a88;
  margin-bottom: 30px;
  position: relative;
}
.voice-detail-box .content-box .r-box > .ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.voice-detail-box .content-box .r-box > .ttl.-comment {
  padding-left: 65px;
}
.voice-detail-box .content-box .r-box > .ttl.-comment:before {
  width: 50px;
  height: 46px;
  background: url(../img/common/icon_comment.svg) no-repeat center/contain;
}
body#green .voice-detail-box .content-box .r-box > .ttl.-comment:before {
  background: url(../img/common/icon_comment_green.svg) no-repeat center/contain;
}
.voice-detail-box .content-box .r-box > .ttl.-company {
  padding-left: 90px;
}
.voice-detail-box .content-box .r-box > .ttl.-company:before {
  width: 65px;
  height: 51px;
  background: url(../img/common/bg_icon01.png) no-repeat center/contain;
}
.voice-detail-box .content-box .r-box > .txt {
  color: #172a88;
  line-height: 1.75;
  white-space: break-spaces;
}

.voice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 3.5%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1220px) {
  .voice-list {
    margin-bottom: 50px;
    gap: 50px 4%;
  }
}
.voice-list > li {
  width: 31%;
  background: #fffeee;
}
@media only screen and (max-width: 1220px) {
  .voice-list > li {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .voice-list > li {
    width: 100%;
  }
}
.voice-list > li > a {
  text-decoration: none;
  display: block;
}
body#green .voice-list > li > a {
  color: #2e6d76;
}
.voice-list > li > a > .ttl {
  font-size: 2.4rem;
  font-weight: 600;
  text-decoration: none;
  background: #ededed;
  position: relative;
  padding: 12px 20px 12px 95px;
}
.voice-list > li > a > .ttl:before {
  content: "";
  width: 64px;
  height: 59px;
  background: url(../img/common/icon_comment.svg) no-repeat center/contain;
  position: absolute;
  top: -17px;
  left: 10px;
}
body#green .voice-list > li > a > .ttl:before {
  background: url(../img/common/icon_comment_green.svg) no-repeat center/contain;
}
@media only screen and (max-width: 1220px) {
  .voice-list > li > a > .ttl {
    font-size: 2.2rem;
    padding: 10px 10px 10px 80px;
  }
  .voice-list > li > a > .ttl:before {
    content: "";
    width: 55px;
    height: 45px;
    top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .voice-list > li > a > .ttl {
    font-size: 2rem;
    padding: 8px 10px 8px 70px;
  }
  .voice-list > li > a > .ttl:before {
    content: "";
    width: 45px;
    height: 35px;
    top: -5px;
  }
}
.voice-list > li > a .img-box {
  padding: 15px 40px;
}
.voice-list > li > a .img-box > img {
  width: 100%;
}

.merit-list02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .merit-list02 {
    display: block;
  }
}
.merit-list02 {
  gap: 10px;
}
.merit-list02 > li {
  width: 18%;
  padding-bottom: 30px;
  background: url(../img/page/sales/lease-merit-bg.png) no-repeat center bottom/100% auto;
}
@media only screen and (max-width: 767px) {
  .merit-list02 > li {
    width: 100%;
    margin-bottom: 30px;
    background-size: contain;
  }
}
.merit-list02 > li > .num-txt {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #ff8000;
  margin-bottom: 15px;
}
body#green .merit-list02 > li > .num-txt {
  color: #ff3939;
}
.merit-list02 > li > .num-txt .txt {
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .merit-list02 > li > .num-txt .txt {
    font-size: 1.4rem;
  }
}
.merit-list02 > li > .num-txt .txt {
  color: #ff8000;
  line-height: 1;
  left: 0.1em;
  position: relative;
  margin-right: 10px;
}
body#green .merit-list02 > li > .num-txt .txt {
  color: #ff3939;
}
.merit-list02 > li > .num-txt .num {
  font-size: 5rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .merit-list02 > li > .num-txt .num {
    font-size: 4.5rem;
  }
}
.merit-list02 > li > .num-txt .num {
  letter-spacing: 0;
  line-height: 0.9;
}
.merit-list02 > li > .sub-ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  text-align: center;
  line-height: 1;
  margin: 10px auto 8px;
}
body#green .merit-list02 > li > .sub-ttl {
  color: #2e6d76;
}
@media only screen and (max-width: 767px) {
  .merit-list02 > li > .sub-ttl {
    font-size: 1.8rem;
  }
}
.merit-list02 > li > .ttl {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  color: #333;
}
body#green .merit-list02 > li > .ttl {
  color: #2e6d76;
}
@media only screen and (max-width: 767px) {
  .merit-list02 > li > .ttl {
    font-size: 2.4rem;
  }
}
.merit-list02 > li figure {
  padding: 5px 0;
  text-align: center;
  display: block;
}

.merit-list03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 55px 0;
}
@media only screen and (max-width: 1220px) {
  .merit-list03 {
    gap: 30px 0;
  }
}
.merit-list03 > li {
  width: 45%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1220px) {
  .merit-list03 > li {
    width: 100%;
  }
}
.merit-list03 > li .l-box {
  width: 200px;
  padding: 30px 0 0;
}
@media only screen and (max-width: 1220px) {
  .merit-list03 > li .l-box {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .merit-list03 > li .l-box {
    width: 120px;
  }
}
.merit-list03 > li .l-box .img-box > img {
  width: 100%;
}
.merit-list03 > li .r-box {
  width: calc(100% - 230px);
}
@media only screen and (max-width: 1220px) {
  .merit-list03 > li .r-box {
    width: calc(100% - 170px);
  }
}
@media only screen and (max-width: 767px) {
  .merit-list03 > li .r-box {
    width: calc(100% - 140px);
  }
}
.merit-list03 > li .r-box .merit-num {
  margin-bottom: 5px;
}
.merit-list03 > li .r-box .merit-num > span {
  line-height: 1.4;
  font-weight: 700;
  color: #172a88;
}
.merit-list03 > li .r-box .merit-num > span.txt {
  font-size: 2rem;
}
@media only screen and (max-width: 1220px) {
  .merit-list03 > li .r-box .merit-num > span.txt {
    font-size: 1.6rem;
  }
}
.merit-list03 > li .r-box .merit-num > span.num {
  font-size: 4.8rem;
  margin-left: 5px;
}
@media only screen and (max-width: 1220px) {
  .merit-list03 > li .r-box .merit-num > span.num {
    font-size: 3rem;
  }
}
.merit-list03 > li .r-box h3 {
  line-height: 1.4;
}
.merit-list03 > li .r-box .txt {
  line-height: 1.4;
  color: #172a88;
}

.policy-top-box {
  padding-top: 40px;
  position: relative;
}
.policy-top-box:before {
  content: "";
  width: 709px;
  height: 565px;
  background: url(../img/page/policy/mark.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: calc(50% - 232px);
  transform: translateX(-50%);
}
@media only screen and (max-width: 1220px) {
  .policy-top-box:before {
    width: 100%;
    height: 100%;
    left: 50%;
    background: url(../img/page/policy/mark.png) no-repeat center/contain;
  }
}
.policy-top-box .content-box {
  display: flex;
  justify-content: center;
  gap: 50px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1220px) {
  .policy-top-box .content-box {
    flex-wrap: wrap;
  }
}
.policy-top-box .content-box .l-box {
  width: calc(100% - 464px);
  max-width: 543px;
  padding: 50px 0;
}
@media only screen and (max-width: 1220px) {
  .policy-top-box .content-box .l-box {
    width: 100%;
    padding: 30px 0 200px;
  }
}
.policy-top-box .content-box .l-box h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #172a88;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1220px) {
  .policy-top-box .content-box .l-box h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.policy-top-box .content-box .l-box .txt,
.policy-top-box .content-box .l-box .name-txt {
  color: #172a88;
  margin-left: 20px;
}
.policy-top-box .content-box .r-box {
  width: 438px;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .policy-top-box .content-box .r-box {
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 100%;
    max-width: 543px;
    transform: translateX(50%);
    text-align: right;
  }
}
.policy-top-box .content-box .r-box > img {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 1220px) {
  .policy-top-box .content-box .r-box > img {
    width: 250px;
    right: 13%;
  }
}

.name-txt {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
}
@media only screen and (max-width: 1220px) {
  .name-txt {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.name-txt > span {
  font-size: 2rem;
  margin-left: 20px;
}
@media only screen and (max-width: 1220px) {
  .name-txt > span {
    margin-left: 0;
  }
}

.policy-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 30px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1220px) {
  .policy-list {
    margin-bottom: 80px;
  }
}
.policy-list > li {
  width: calc((100% - 60px) / 3);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .policy-list > li {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .policy-list > li {
    width: 100%;
  }
}
.policy-list > li:before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  padding-bottom: calc(100% - 20px);
  background: #f9f9f9;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .policy-list > li:before {
    width: calc(60% - 20px);
    padding-bottom: calc(60% - 20px);
  }
}
.policy-list > li .num-txt {
  margin-bottom: 15px;
}
.policy-list > li .num-txt > span {
  line-height: 1;
  letter-spacing: 0.01em;
  color: #172a88;
  display: block;
  text-align: center;
}
body#green .policy-list > li .num-txt > span {
  color: #2e6d76;
}
.policy-list > li .num-txt > span.num {
  font-size: 6rem;
  font-weight: 700;
}
.policy-list > li .num-txt > span.txt {
  font-weight: 600;
}
.policy-list > li .icon-box {
  text-align: center;
  margin-bottom: 20px;
}
.policy-list > li .txt-box > .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  color: #172a88;
  background: #ffe400;
  padding: 12px 10px;
  margin-bottom: 15px;
}
body#green .policy-list > li .txt-box > .ttl {
  color: #2e6d76;
  background: #fffeee;
}
@media only screen and (max-width: 1220px) {
  .policy-list > li .txt-box > .ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .policy-list > li .txt-box > .ttl {
    font-size: 1.8rem;
    line-height: 1.3em;
  }
}
.policy-list > li .txt-box > .txt {
  color: #172a88;
  padding: 10px 25px 20px;
}
body#green .policy-list > li .txt-box > .txt {
  color: #2e6d76;
}
@media only screen and (max-width: 1220px) {
  .policy-list > li .txt-box > .txt {
    padding: 0 20px;
  }
}

.t-bdr {
  padding: 50px 0 80px;
  position: relative;
}
.t-bdr:before {
  content: "";
  width: 100%;
  height: 7px;
  background: url(../img/common/top-content-dot.png) repeat-x left bottom/32px 7px;
  position: absolute;
  left: 0;
  top: 0;
}
body#green .t-bdr:before {
  background: url(../img/common/top-content-dot-green.png) repeat-x left bottom/32px 7px;
}

.recruit-box {
  position: relative;
  padding: 40px 0;
  margin: 120px 0;
}
@media only screen and (max-width: 1220px) {
  .recruit-box {
    padding: 0;
    margin: 60px 0;
  }
}
.recruit-box .t-txt {
  font-size: clamp(1.6rem, 7.8vw, 10.3rem);
  font-weight: 700;
  height: 103px;
  line-height: 103px;
  text-align: center;
  color: #7789de;
  position: absolute;
  top: -52px;
  left: 0;
  width: 100%;
  letter-spacing: 0.02em;
}
body#green .recruit-box .t-txt {
  color: #53aea8;
}
.recruit-box .container .float {
  padding: 80px 0;
  position: relative;
}
.recruit-box .container .float:first-child:before {
  display: none;
}
.recruit-box .container .float:before {
  content: "";
  width: 100%;
  height: 7px;
  background: url(../img/common/top-content-dot.png) repeat-x left bottom/32px 7px;
  position: absolute;
  left: 0;
  top: 0;
}
body#green .recruit-box .container .float:before {
  background: url(../img/common/top-content-dot-green.png) repeat-x left bottom/32px 7px;
}

.marker-txt {
  text-align: left;
  line-height: 2;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1220px) {
  .marker-txt {
    margin-bottom: 20px;
  }
}
.marker-txt > span {
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  background: #172a88;
  padding: 6px 20px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
body#green .marker-txt > span {
  background: #1e8b84;
}
@media only screen and (max-width: 1220px) {
  .marker-txt > span {
    font-size: 2.2rem;
  }
}
.marker-txt > span.sub-tit {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  background: #172a88;
  padding: 4px 20px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
body#green .marker-txt > span.sub-tit {
  background: #1e8b84;
}
@media only screen and (max-width: 1220px) {
  .marker-txt > span.sub-tit {
    font-size: 1.8rem;
  }
}
.marker-txt.-yellow > span {
  color: #172a88;
  background: #ffe400;
}
body#green .marker-txt.-yellow > span {
  background: #fff38c;
  color: #2e6d76;
}

.point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px 10%;
  counter-reset: section;
}
@media only screen and (max-width: 1220px) {
  .point-list {
    gap: 50px;
  }
}
.point-list > li {
  width: 45%;
  background: #f8f8f8;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .point-list > li {
    width: 100%;
  }
}
.point-list > li:before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  background: #ff8000;
  position: absolute;
  top: -37px;
  right: -3px;
  border-radius: 50%;
  padding-left: 3px;
}
body#green .point-list > li:before {
  background: #2e6d76;
}
@media only screen and (max-width: 1220px) {
  .point-list > li:before {
    font-size: 4rem;
    width: 65px;
    height: 65px;
    line-height: 65px;
    top: -20px;
  }
}
.point-list > li:after {
  content: "POINT";
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  top: -13px;
  right: 90px;
  color: #ff8000;
}
body#green .point-list > li:after {
  color: #2e6d76;
}
@media only screen and (max-width: 1220px) {
  .point-list > li:after {
    right: 80px;
  }
}
.point-list > li > .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #172a88;
  text-align: center;
  background: #ffe400;
  padding: 20px 10px 15px;
  line-height: 1.4;
}
body#green .point-list > li > .ttl {
  color: #2e6d76;
  background: #fff38c;
}
@media only screen and (max-width: 1220px) {
  .point-list > li > .ttl {
    font-size: 2rem;
  }
}
.point-list > li .txt-box {
  padding: 0 0 30px;
}
.point-list > li .txt-box .icon-box {
  text-align: center;
  margin-bottom: 30px;
}
.point-list > li .txt-box p {
  padding: 0 30px;
}

.entry-block {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-top: 50px;
  /* スマホ・タブレット対応（768px以下） */
}
@media screen and (max-width: 999px) {
  .entry-block {
    flex-direction: column; /* 縦並びに変更 */
    gap: 15px; /* 隙間を少し狭く調整 */
    margin-top: 30px;
  }
}
.entry-block .mail-box, .entry-block .tel-box, .entry-block .line-box, .entry-block .jobs-box {
  flex: 1;
}
.entry-block .mail-box a, .entry-block .tel-box a, .entry-block .line-box a, .entry-block .jobs-box a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 100%;
  padding: 30px 20px 30px 60px; /* 左パディングをアイコン用に調整 */
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  /* スマホ時の調整 */
}
@media screen and (max-width: 999px) {
  .entry-block .mail-box a, .entry-block .tel-box a, .entry-block .line-box a, .entry-block .jobs-box a {
    padding: 20px 10px 20px 50px; /* 全体的に少しコンパクトに */
    font-size: 20px; /* 文字サイズを調整 */
    background-size: 30px; /* アイコンを少し小さくする場合 */
    background-position: center left 20px; /* アイコンを左端に寄せる */
  }
}
.entry-block .line-box a {
  color: #fff;
  background: #47b042 url(../img/page/recruit/line.png) no-repeat center left 50px;
}
@media screen and (max-width: 999px) {
  .entry-block .line-box a {
    background-position: center left 20px;
  }
}
.entry-block .mail-box a {
  color: #fff;
  background: #435bcf url(../img/page/recruit/mail.png) no-repeat center left 50px;
}
@media screen and (max-width: 999px) {
  .entry-block .mail-box a {
    background-position: center left 20px;
  }
}
.entry-block .jobs-box {
  padding: 0 0 100px;
}
.entry-block .jobs-box a {
  color: #fff;
  background: #435bcf url(../img/page/recruit/to-job-arrow.png) no-repeat center right 65px;
  padding: 50px 20px; /* 左パディングをアイコン用に調整 */
}
@media screen and (max-width: 999px) {
  .entry-block .jobs-box a {
    background-image: none;
    padding: 35px 10px;
  }
}
.entry-block .tel-box a {
  font-size: 18px;
  color: #000;
  background: #ffe400 url(../img/page/recruit/tel.png) no-repeat center left 20px;
  /* 電話はタップしやすいよう微調整 */
}
.entry-block .tel-box a b {
  font-size: 34px;
  font-weight: 600;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 999px) {
  .entry-block .tel-box a b {
    font-size: 28px; /* 電話番号をスマホに合わせる */
  }
}

h3.page-tit {
  margin: 0 0 15px 0;
  padding: 2px 0 2px 25px;
  color: #172a88;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: left;
  background: url("../img/page/h3-page-tit.gif") repeat-y left top;
}
body#green h3.page-tit {
  color: #2e6d76;
}
@media screen and (max-width: 767px) {
  h3.page-tit {
    font-size: 1.8rem;
  }
}

.box01 {
  padding: 50px 0 35px;
}

.box02 {
  padding: 20px 0 35px;
}

@media screen and (max-width: 767px) {
  .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #ccc;
  }
}

/*------ ↓ テーブルスマホ時の横スクロール ↓ ------*/
/* PCではスクロールさせず、スマホ（767px以下）のみ適用 */
@media screen and (max-width: 767px) {
  .scroll-x {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOSのスムーズスクロール */
    position: relative;
    padding-bottom: 25px;
  }
  .base-table {
    width: 100%;
    min-width: 600px; /* スクロールを発生させるための最低幅 */
    border-collapse: collapse;
  }
  /* スクロールを促す視覚的ヒント（擬似要素で影をつける） */
  .scroll-x::after {
    content: "scroll >";
    position: absolute;
    right: 5px;
    bottom: 0;
    transform: translateY(-50%);
    color: #333;
    font-size: 12px;
    animation: bounceRight 1s infinite;
    pointer-events: none; /* クリックを邪魔しない */
  }
}
/* 矢印のふわふわアニメーション */
@keyframes bounceRight {
  0%, 100% {
    transform: translate(0, -50%);
    opacity: 0.3;
  }
  50% {
    transform: translate(5px, -50%);
    opacity: 1;
  }
}
/*------ ↑ テーブルスマホ時の横スクロール ↑ ------*/
.base-table {
  width: 100%;
  border-collapse: collapse;
}

.price-table {
  width: 100%;
}
.price-table th,
.price-table td {
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .price-table th,
  .price-table td {
    font-size: 1.4rem;
    padding: 10px 8px !important;
  }
}
.price-table .tit-model {
  padding: 15px 0;
  color: #fff;
  text-align: center;
  letter-spacing: 0.3em;
  background: #1c2b83;
  border-right: solid 1px #364bc7;
}
body#green .price-table .tit-model {
  background: #18504c;
  border-right: #8adbd6 solid 1px;
}
.price-table .tit-model span {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  display: block;
}
@media screen and (max-width: 767px) {
  .price-table .tit-model span {
    font-size: 1.1rem;
  }
}
.price-table .price {
  padding: 12px 10px 12px 20px;
  text-align: center;
  background: #f9f9f9 !important;
  border-right: dotted 1px #f1f1f1;
  border-bottom: solid 1px #f1f1f1;
}
.price-table .price02 {
  padding: 16px 10px 16px 35px;
  text-align: left;
  background: #f9f9f9 !important;
  border-right: dotted 1px #f1f1f1;
  border-bottom: solid 1px #f1f1f1;
}
.price-table .price02 li {
  padding: 0 0 0 20px !important;
  list-style-type: none;
  background: url("../img/page/recruit/li.gif") no-repeat left center;
  display: block;
}
.price-table .price02 div {
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .price-table .price02 div {
    font-size: 1.6rem;
  }
}
.price-table .price02 div b {
  margin-left: 10px;
  padding: 2px 8px;
  font-size: 2rem;
  background: #ff6;
}
@media screen and (max-width: 767px) {
  .price-table .price02 div b {
    font-size: 1.6rem;
  }
}
.price-table .price02 span {
  font-size: 1.4rem;
}
.price-table .item_tit {
  padding: 8px 10px 8px 20px;
  color: #fff;
  text-align: left;
  background: #283caf;
  border-bottom: solid 1px #4158dd;
}
body#green .price-table .item_tit {
  background: #1e8b84;
  border-bottom: #8adbd6 solid 1px;
}
.price-table .item_tit02 {
  padding: 16px 10px 16px 20px;
  color: #fff;
  text-align: left;
  background: #283caf;
  border-bottom: solid 1px #4158dd;
}
body#green .price-table .item_tit02 {
  background: #1e8b84;
  border-bottom: #8adbd6 solid 1px;
}
.price-table .item_tit02 span {
  font-size: 1.4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .price-table .item_tit02 span {
    font-size: 1.1rem;
  }
}
.price-table .history_tit {
  padding: 20px 10px 20px 20px;
  color: #000;
  text-align: left;
  vertical-align: top;
  background: #fff;
  border-bottom: solid 1px #ccc;
}
.price-table .history_text {
  padding: 20px 10px 20px 40px;
  text-align: left;
  line-height: 1.8em;
  background: #fff !important;
  border-bottom: solid 1px #ccc;
}
.price-table {
  /* 小計料金 */
}
.price-table .subtotal_price {
  padding: 12px 10px 12px 20px;
  text-align: center;
  background: #e5e5fc;
}
body#green .price-table .subtotal_price {
  background: #b6e3e8;
}
.price-table .subtotal_tit {
  padding: 12px 10px 12px 20px;
  color: #fff;
  text-align: left;
  background: #1c2b83;
  border-bottom: solid 1px #4158dd;
}
body#green .price-table .subtotal_tit {
  background: #18504c;
  border-bottom: #8adbd6 solid 1px;
}
.price-table {
  /* スマイル料金 */
}
.price-table .smile_price {
  padding: 12px 10px 12px 20px;
  text-align: center;
  background: #e5e5fc;
  border-right: dotted 1px #c6c6f7;
}
body#green .price-table .smile_price {
  background: #b6e3e8;
}
.price-table .smile_tit {
  padding: 12px 10px 12px 20px;
  color: #fff;
  text-align: left;
  background: #1c2b83;
  border-bottom: solid 1px #4158dd;
}
body#green .price-table .smile_tit {
  background: #18504c;
  border-bottom: #8adbd6 solid 1px;
}
.price-table {
  /* 総料金 */
}
.price-table .total_price {
  padding: 15px 10px 15px 20px;
  text-align: center;
  background: #ff9;
  border-bottom: solid 2px #f09d4b;
  font-weight: bold;
}
body#green .price-table .total_price {
  background: #fc9696;
  border-bottom: solid 2px #ff3939;
}
.price-table .total_price_tit {
  padding: 15px 10px 15px 20px;
  color: #fff;
  text-align: left;
  background: #f93;
  border-bottom: solid 2px #f09d4b;
}
body#green .price-table .total_price_tit {
  background: #ff3939;
  border-bottom: solid 2px #ff3939;
}

.text01 {
  padding: 0 0 30px;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .text01 {
    padding: 0 0 20px;
    font-size: 1.5rem;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .text01 br {
    display: none;
  }
}

.attention ul {
  padding: 20px 0 0;
}
.attention ul li {
  padding: 2px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
  display: block;
}
@media screen and (max-width: 767px) {
  .attention ul li {
    padding: 1px;
    font-size: 1.1rem;
  }
}

.discount {
  padding: 0;
}
.discount ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
}
.discount ul li {
  width: calc((100% - 30px) / 4);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.discount ul li .discount-head {
  padding: 8px 0 15px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  display: block;
  background: #f17902;
}
body#green .discount ul li .discount-head {
  background: #ff3939;
}
.discount ul li .discount-head span {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}
.discount ul li .discount-head span b {
  font-size: 2.5rem;
  font-weight: 400;
  margin-left: 5px;
  letter-spacing: 0.1em;
}
.discount ul li .discount-head h3 {
  color: #ffffa6;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .discount ul li .discount-head h3 {
    font-size: 2rem;
  }
}
.discount ul li .discount-body {
  padding: 20px 20px 30px;
  text-align: center;
  background: #f5f5f5;
  flex-grow: 1;
}
.discount ul li .discount-body b {
  margin: 0 auto 10px;
  padding: 0 0 2px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  display: block;
  background: url("../img/page/price_bg.gif") repeat-x center bottom;
}
@media screen and (max-width: 767px) {
  .discount ul li .discount-body b {
    font-size: 2.2rem;
  }
}
.discount ul li .discount-body p {
  font-size: 1.4rem;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .discount ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .discount ul li .discount-head,
  .discount ul li .discount-body {
    padding: 5px 15px;
    line-height: 1.4;
  }
}

.map-box iframe {
  width: 100%;
  height: 550px;
}

.biz-top {
  width: 100%;
  height: 60vh;
  margin-bottom: 10px;
  background: url(../img/page/biz/top_bg.jpg) no-repeat center center/cover;
}
.biz-top .biz-top-box {
  background: url(../img/page/biz/top_txt.png) no-repeat center center/cover;
  width: 50%;
  height: 60vh;
  min-height: 500px;
  float: right;
  display: flex;
  align-items: center;
  text-align: left;
}
.biz-top .biz-top-box .biz-top-txt {
  padding-left: 100px;
}
.biz-top .biz-top-box .biz-top-txt h2 {
  color: #fff !important;
  font-size: 36px;
}
.biz-top .biz-top-box .biz-top-txt p {
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  display: block;
}

ul.suuji-tankai {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 30px 0 0;
}
ul.suuji-tankai li {
  width: 31%;
  margin: 0 1% 20px;
  padding: 30px 20px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}
ul.suuji-tankai li figure {
  margin-bottom: 15px;
}
ul.suuji-tankai li h3 {
  font-size: 22px;
  line-height: 1.3;
  color: #000;
}
ul.suuji-tankai li p {
  padding: 15px 15px 0;
  font-size: 15px;
  line-height: 1.7;
  color: #014c56;
}
ul.suuji-tankai li figure {
  text-align: center;
  display: block;
}

.bg01 {
  background: #f1f1f1;
}

.fl-left {
  float: left;
  margin-right: 50px;
}

.biz-content01 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 100px 0;
}
.biz-content01 .biz-left {
  width: 50%;
}
.biz-content01 .biz-left .biz-box {
  width: 60%;
  padding-right: 2%;
  float: right;
}
.biz-content01 .biz-left .biz-box h3 {
  display: inline;
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: bold;
  color: #fff !important;
  background-color: #3a9ea0;
  padding: 5px 15px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  position: relative;
  top: -5px;
}
.biz-content01 .biz-left .biz-box .biz-box h3 {
  display: block;
  margin-bottom: 30px;
}
.biz-content01 .biz-left .biz-box p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 30px 0;
  color: #000;
}
.biz-content01 .biz-left .biz-box ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}
.biz-content01 .biz-left .biz-box ul li {
  padding-left: 40px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 6px;
  background: url(../img/page/biz/check.png) no-repeat left center;
}
.biz-content01 .biz-left .biz-box h4 {
  display: inline;
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: bold;
  background: #fff380;
  padding: 5px 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.biz-content01 figure {
  width: 35%;
  margin-right: 10%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.biz-content01 figure div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.biz-content01 figure div img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.biz-content01 figure div.fst {
  display: block;
}
.biz-content01 figure div.fst img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

@media (max-width: 768px) {
  .biz-content {
    flex-direction: column;
  }
  .biz-content .biz-left, .biz-content figure {
    width: 100%;
  }
  .biz-content figure {
    margin-bottom: 30px;
  }
}
.biz-content02 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  padding: 100px 0;
}
.biz-content02 figure {
  width: 35%;
  margin-left: 10%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.biz-content02 figure div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.biz-content02 figure div img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.biz-content02 figure div.fst {
  display: block;
}
.biz-content02 figure div.fst img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.biz-content02 .biz-right {
  width: 50%;
}
.biz-content02 .biz-right .biz-box {
  width: 70%;
  padding-left: 6%;
}
.biz-content02 .biz-right .biz-box h3 {
  display: inline;
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: bold;
  color: #fff !important;
  background-color: #3a9ea0;
  padding: 5px 15px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  position: relative;
  top: -5px;
}
.biz-content02 .biz-right .biz-box p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 30px 0;
  color: #000;
}
.biz-content02 .biz-right .biz-box ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}
.biz-content02 .biz-right .biz-box ul li {
  padding-left: 40px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 6px;
  background: url(../img/page/biz/check.png) no-repeat left center;
  background-size: 24px auto;
}
.biz-content02 .biz-right .biz-box h4 {
  display: inline;
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: bold;
  background: #fff380;
  padding: 5px 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media (max-width: 768px) {
  .biz-content02 {
    flex-direction: column;
    padding: 40px 20px;
  }
  .biz-content02 figure, .biz-content02 .biz-right {
    width: 100%;
    margin-left: 0;
  }
  .biz-content02 .biz-right .biz-box {
    width: 100%;
    padding-left: 0;
  }
  .biz-content02 figure {
    margin-bottom: 30px;
  }
  .biz-content02 figure div {
    gap: 10px;
  }
  .biz-content02 .biz-right .biz-box h3 {
    font-size: 2rem;
  }
  .biz-content02 .biz-right .biz-box p {
    font-size: 1.4rem;
  }
  .biz-content02 .biz-right .biz-box ul li {
    font-size: 1.6rem;
  }
  .biz-content02 .biz-right .biz-box h4 {
    font-size: 1.8rem;
  }
}
.biz-service {
  margin-bottom: 10px;
}
.biz-service ul {
  padding: 0 10px;
  display: flex;
  gap: 10px;
  list-style: none;
  height: 350px;
}
.biz-service ul li {
  flex: 1;
  height: 350px;
}
.biz-service ul li.corp-lease a {
  background-image: url(../img/page/biz/service01.jpg);
}
.biz-service ul li.corp-mainte a {
  background-image: url(../img/page/biz/service02.jpg);
}
.biz-service ul li.corp-insurance a {
  background-image: url(../img/page/biz/service03.jpg);
}
.biz-service ul li a {
  display: block;
  height: 350px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-decoration: none;
  transition: opacity 0.3s;
}
.biz-service ul li a:hover {
  opacity: 0.8;
}
.biz-service ul li a h3 {
  padding: 20px 60px 10px 10px;
  font-size: 2.6rem;
  color: #000;
  background: #fff url(../img/common/biz-arrow.png) no-repeat center right 20px;
  position: absolute;
  line-height: 1.4;
}
.biz-service ul li a h3 span {
  font-size: 1.6rem;
  color: #014c56;
  display: block;
  font-weight: bold;
  letter-spacing: 0;
}

.corp-case-box {
  padding: 0 0 55px;
  text-align: center;
}
.corp-case-box h3 {
  width: 1200px;
  margin: 0 auto 5px;
  padding: 22px 12px 22px 100px;
  color: #000;
  font-size: 2.2rem;
  text-align: left;
  display: block;
  background: #f1f1f1 url(../img/page/biz/buill.png) no-repeat left 20px bottom;
}
.corp-case-box .container {
  display: flex;
  gap: 10px;
}
.corp-case-box dl {
  padding: 20px 30px;
  border: solid 5px;
  flex: 1;
  text-align: center;
}
.corp-case-box dl dt {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 15px;
  padding: 5px 0 5px 45px;
  display: inline-block;
}
.corp-case-box dl dd {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: left;
  padding: 0 0 0 23px;
}
.corp-case-box dl dd:first-child {
  margin-top: 10px;
}
.corp-case-box .kadai {
  border-color: #c33;
}
.corp-case-box .kadai dt {
  background: url(../img/page/biz/tit_kadai.png) no-repeat left center;
}
.corp-case-box .kadai dd {
  background: url(../img/page/biz/ico_kadai.png) no-repeat left center;
}
.corp-case-box .teian {
  border-color: #069;
}
.corp-case-box .teian dt {
  background: url(../img/page/biz/tit_teian.png) no-repeat left center;
}
.corp-case-box .teian dd {
  background: url(../img/page/biz/ico_teian.png) no-repeat left center;
}
.corp-case-box .dounyugo {
  border-color: #393;
}
.corp-case-box .dounyugo dt {
  background: url(../img/page/biz/tit_dounyugo.png) no-repeat left center;
}
.corp-case-box .dounyugo dd {
  background: url(../img/page/biz/ico_dounyugo.png) no-repeat left center;
}

/* --- モバイル用レスポンシブ対応 (768px以下) --- */
@media (max-width: 768px) {
  .biz-top {
    height: auto;
    min-height: 400px;
  }
  .biz-top .biz-top-box {
    width: 100%;
    float: none;
    height: auto;
    min-height: 400px;
    padding: 40px 20px;
  }
  .biz-top .biz-top-box .biz-top-txt {
    padding-left: 0;
    text-align: center;
  }
  .biz-top .biz-top-box .biz-top-txt h2 {
    font-size: 24px;
  }
  .biz-top .biz-top-box .biz-top-txt p {
    font-size: 15px;
    margin-top: 20px;
    text-align: left;
  }
  .biz-top .biz-top-box .biz-top-txt p br {
    display: none;
  }
  ul.suuji-tankai {
    padding: 20px 15px;
  }
  ul.suuji-tankai li {
    width: 100%;
    margin: 0 0 15px;
    padding: 20px;
  }
  ul.suuji-tankai li h3 {
    font-size: 18px;
  }
  ul.suuji-tankai li p {
    font-size: 14px;
  }
  .biz-content01,
  .biz-content02 {
    flex-direction: column;
    padding: 40px 20px;
    gap: 30px;
  }
  .biz-content01 .biz-left,
  .biz-content01 .biz-right,
  .biz-content02 .biz-left,
  .biz-content02 .biz-right {
    width: 100%;
  }
  .biz-content01 .biz-left .biz-box,
  .biz-content01 .biz-right .biz-box,
  .biz-content02 .biz-left .biz-box,
  .biz-content02 .biz-right .biz-box {
    width: 100%;
    padding: 0;
    float: none;
  }
  .biz-content01 .biz-left .biz-box h3,
  .biz-content01 .biz-right .biz-box h3,
  .biz-content02 .biz-left .biz-box h3,
  .biz-content02 .biz-right .biz-box h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .biz-content01 .biz-left .biz-box p,
  .biz-content01 .biz-right .biz-box p,
  .biz-content02 .biz-left .biz-box p,
  .biz-content02 .biz-right .biz-box p {
    font-size: 1.4rem;
    margin: 20px 0;
  }
  .biz-content01 .biz-left .biz-box ul li,
  .biz-content01 .biz-right .biz-box ul li,
  .biz-content02 .biz-left .biz-box ul li,
  .biz-content02 .biz-right .biz-box ul li {
    font-size: 1.6rem;
    padding-left: 35px;
    background-size: 20px auto;
  }
  .biz-content01 .biz-left .biz-box h4,
  .biz-content01 .biz-right .biz-box h4,
  .biz-content02 .biz-left .biz-box h4,
  .biz-content02 .biz-right .biz-box h4 {
    font-size: 1.8rem;
  }
  .biz-content01 figure,
  .biz-content02 figure {
    width: 100%;
    margin: 0;
  }
  .biz-content01 figure div,
  .biz-content02 figure div {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
  .biz-service ul {
    flex-direction: column;
    height: auto;
    padding: 0 15px;
    gap: 15px;
  }
  .biz-service ul li {
    width: 100%;
    height: 200px;
  }
  .biz-service ul li a {
    height: 200px;
  }
  .biz-service ul li a h3 {
    font-size: 2rem;
    padding: 15px 40px 15px 0;
    background: #fff url(../img/common/biz-arrow.png) no-repeat center right 15px/10px;
  }
  .biz-service ul li a h3 span {
    font-size: 1.3rem;
  }
  .corp-case-box {
    padding: 30px 15px;
  }
  .corp-case-box h3 {
    width: 100%;
    font-size: 1.8rem;
    padding: 15px 10px 15px 60px;
    background-size: 40px auto;
    background-position: left 10px center;
  }
  .corp-case-box .container {
    flex-direction: column;
    gap: 20px;
  }
  .corp-case-box dl {
    padding: 15px;
  }
  .corp-case-box dl dt {
    font-size: 1.8rem;
    padding-left: 40px;
    background-size: 30px auto;
  }
  .corp-case-box dl dd {
    font-size: 1.5rem;
    padding-left: 20px;
    background-size: 15px auto;
  }
}/*# sourceMappingURL=style.css.map */