@charset "utf-8";
/* パンくず */
/* .topic_path {
	width: 980px;
	margin: 20px auto 50px;
}

.topic_path ul {
	margin: 0;
	padding: 0;
}

.topic_path li {
	display: inline;
}

.topic_path li a {
	color: #06a3e0;
}

.topic_path li:after {
	content: ">";
	margin: 0 5px 0 10px;
}

.topic_path li:last-child::after {
	content: none;
}
/* パンくず */
.inner_block {
  width: 980px;
  margin: 0 auto 50px;
}
*/

/* その他 */
.news_detail .others {
  background: url(/img/mark_others.png) left repeat-y;
}

/* プレスリリース */
.news_detail .press {
  background: url(/img/mark_press.png) left repeat-y;
}

/* Dタイプ/Aタイプ */
.news_detail .sim_ad {
  background: url(/img/mark_sim_ad.png) left repeat-y;
}

/* タイプ共通 */
.news_detail .sim_all {
  background: url(/img/mark_sim_all.png) left repeat-y;
}

/* Aタイプ */
.news_detail .sima {
  background: url(/img/mark_sima.png) left repeat-y;
}

/* Dタイプ */
.news_detail .simd {
  background: url(/img/mark_simd.png) left repeat-y;
}

/* Sタイプ */
.news_detail .sims {
  background: url(/img/mark_sims.png) left repeat-y;
}

/* 端末 */
.news_detail .terminal {
	background: url(/img/mark_terminal.png) left repeat-y;
}

/* 重要 */
.news_detail .important {
	background: url(/img/mark_important.png) left repeat-y;
}

/* イベント */
.news_detail .event {
	background: url(/img/mark_event.png) left repeat-y;
}

/* キャンペーン */
.news_detail .campaign {
	background: url(/img/mark_campaign.png) left repeat-y;
}

/* サービス */
.news_detail .service {
	background: url(/img/mark_service.png) left repeat-y;
}

.news_detail .date {
  width: 45%;
  float: right;
  text-align: right;
  font-size: 16px;
}

.news_detail .category {
  width: 120px;
  margin-right: 5%;
  margin-bottom: 0;
  padding-left: 12px;
  border: 1px solid #e0e0e0;
  font-size: 12px;
  float: left;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.end {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: right;
  font-size: 16px;
}

@media only screen and (max-width: 736px) {
  /* .inner_block {
		width: 92%;
		margin: 0 auto 40px;
	}
	
	.topic_path {
		width: 92%;
		margin: 10px auto 20px;
	} */

  .news_detail .date {
    font-size: 14px;
  }

  .end {
    font-size: 14px;
  }
}
/* テキスト */
/* p {
  margin-bottom: 1em;
  font-size: 16px;
} */

@media only screen and (max-width: 736px) {
  /* p {
    font-size: 14px;
  } */
}
/* ボタン */
.btn_green {
  display: table;
  width: 100%;
  max-width: 300px;
  margin-bottom: 100px;
  border: 3px solid #fff;
  box-shadow: 4px 4px 7px -1px #b7b7b7;
  -moz-box-shadow: 4px 4px 7px -1px #b7b7b7;
  -webkit-box-shadow: 4px 4px 7px -1px #b7b7b7;
  border-radius: 10px;
  overflow: hidden;
  font-size: 16px;
}

.btn_large {
  max-width: 474px !important;
  min-width: 372px !important;
  margin: 0 auto;
}

.btn_green a {
  display: table-cell;
  width: 100%;
  height: 50px;
  background: #19a500;
  background: -webkit-linear-gradient(#19a500 0%, #179700 75%, #168f00 100%);
  background: -o-linear-gradient(#19a500 0%, #179700 75%, #168f00 100%);
  background: linear-gradient(#19a500 0%, #179700 75%, #168f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19a500', endColorstr='#168f00',GradientType=0 );
  box-shadow: 0px 0px 6px 0px #b7b7b7 inset;
  -moz-box-shadow: 0px 0px 6px 0px #b7b7b7 inset;
  -webkit-box-shadow: 0px 0px 6px 0px #b7b7b7 inset;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  padding: 0 15px 0 30px;
  transition: 0.3s;
  border-radius: 7px;
}

.btn_large a {
  height: 65px;
  font-size: 26px;
}

.btn_large a::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-right: 12px;
  vertical-align: 1px;
  background: url(/img/icon_triangle_arrow_white02.png) no-repeat;
}

@media only screen and (min-width: 737px) {
  .btn_green a:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 736px) {
  .btn_green {
    margin-bottom: 9%;
    font-size: 14px;
  }

  .btn_large {
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 auto;
  }

  .btn_large a {
    height: 50px;
    font-size: 20px;
  }

  .btn_large a::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 12px;
    margin-right: 10px;
    vertical-align: 0;
    background: url(/img/icon_triangle_arrow_white01.png) no-repeat;
  }
}
/* リンク */
.txt_link {
  margin-top: 12px;
  margin-bottom: 30px;
  margin-left: 20px;
  font-size: 16px;
}
.txt_link::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 11px;
  margin-right: 6px;
  vertical-align: 1px;
  background: url(/img/icon_triangle_arrow_gray01.png) no-repeat;
  background-size: 100%;
}

.txt_link a {
  font-size: 16px;
}

a.a_gaibu:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 0.5em 0 0.3em;
  background: url(/img/icon_blank_g.png) no-repeat center center;
  background-size: 100%;
}

.color_blue {
  color: #2fade2 !important;
}

@media only screen and (max-width: 736px) {
  .txt_link {
    font-size: 14px;
  }

  .txt_link::before {
    width: 6px;
    height: 8px;
    margin-right: 6px;
    vertical-align: 0px;
  }

  .txt_link a {
    font-size: 13px;
  }
}

/* 地図 */
.float_l_pc {
  float: left;
}

.float_r_pc {
  float: right;
}

@media only screen and (max-width: 736px) {
  .float_l_pc {
    float: none;
    margin-bottom: 10px;
  }
  .float_r_pc {
    float: none;
    margin-bottom: 10px;
  }
}

/* 見出し2 */
h2 {
  margin-top: 60px;
  margin-bottom: 35px;
  padding-bottom: 5px;
  font-size: 32px;
  border-bottom: 6px solid #aacd06;
}

.subtitle {
  font-size: 18px;
  display: inline-block;
}

@media only screen and (max-width: 736px) {
  h2 {
    font-size: 18px;
    border-bottom: 3px solid #aacd06;
    margin-bottom: 20px;
    margin-top: 35px;
  }

  .subtitle {
    font-size: 13px;
  }
}
/* 見出し3 */
h3 {
  margin: 0 0 25px;
  padding: 10px 20px;
  font-size: 25px;
  border-left: 8px solid #aacd06;
  background: #eeefe7;
}
@media only screen and (max-width: 736px) {
  h3 {
    border-left: 5px solid #aacd06;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 7px 5px 7px 15px;
    line-height: 1.3;
  }
}
/* 見出し4 */
h4 {
  margin: 0 0 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #138800;
  color: #138800;
  font-size: 18px;
}
/* 見出し5 */
h5 {
  font-weight: normal;
  font-size: 14px !important;
}
/* 見出し6 */
h6 {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  font-size: 20px;
}

/* 幅指定 */
.w300 {
  width: 300px;
}
.w310 {
  width: 310px;
}
.w320 {
  width: 320px;
}
.w330 {
  width: 330px;
}
.w340 {
  width: 340px;
}
.w350 {
  width: 350px;
}
.w360 {
  width: 360px;
}
.w370 {
  width: 370px;
}
.w380 {
  width: 380px;
}
.w390 {
  width: 390px;
}
.w400 {
  width: 400px;
}
.w410 {
  width: 410px;
}
.w420 {
  width: 420px;
}
.w430 {
  width: 430px;
}
.w440 {
  width: 440px;
}
.w450 {
  width: 450px;
}
.w460 {
  width: 460px;
}
.w470 {
  width: 470px;
}
.w480 {
  width: 480px;
}
.w490 {
  width: 490px;
}
.w500 {
  width: 500px;
}
.w510 {
  width: 510px;
}
.w520 {
  width: 520px;
}
.w530 {
  width: 530px;
}
.w540 {
  width: 540px;
}
.w550 {
  width: 550px;
}
.w560 {
  width: 560px;
}
.w570 {
  width: 570px;
}
.w580 {
  width: 580px;
}
.w590 {
  width: 590px;
}
.w600 {
  width: 600px;
}
.w610 {
  width: 610px;
}
.w620 {
  width: 620px;
}
.w630 {
  width: 630px;
}
.w640 {
  width: 640px;
}
.w650 {
  width: 650px;
}
.w660 {
  width: 660px;
}
.w670 {
  width: 670px;
}
.w680 {
  width: 680px;
}
.w690 {
  width: 690px;
}
.w700 {
  width: 700px;
}

/*お知らせ一覧へ戻るのボタン*/
.list_back{
	text-align: center;
	margin: 6% auto 3%;
}
.list_back .btn a{
	max-height: 20px;
	background-color: #189e00;
	color: #fff;
	padding: 2% 5%;
	border-radius: 99em !important;
	text-decoration: none;
	font-weight: 700;
	border: 2px solid #189e00;
	font-size: 16px;
}
.list_back .btn a::after{
	content: '';
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.list_back .btn a:hover{
	color: #189e00;
    background-color: #fff;
	transition: 0.5s ;
	border: 2px solid #189e00;
}
	
@media only screen and (max-width:736px) {
	.list_back{
		width: 90%;
		margin: 10% auto 6%;
	}
	.list_back .btn a{
		padding: 4% 10%;
	}
	.list_back .btn a::after{
		right: 14px;
	}
}



/* --------------------------------------------------
cms-post-page(CMS共通化テンプレートパーツ)
-------------------------------------------------- */

/* -- 見出し -- */
.cms-post-page h5{
    font-size: 20px !important;
    font-weight: bold;
}
.cms-post-page h6{
    font-weight: normal;
    font-size: 14px !important;
}
/* -- テーブル -- */
/* テーブル（表組を維持） */
.cms-post-page .table-data{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-left: 1px solid #DEE1E5;
}
.cms-post-page .table-data th,
.cms-post-page .table-data td{
	border: 1px solid #DEE1E5;
}

.cms-post-page .table-data th,
.cms-post-page .table-data td {
	padding: 1em;
}

.cms-post-page .table-data tbody th {
	background: #EFF1F4;
	font-weight: normal;
	width: 20%;
}

/* テーブル（SPスクロール） */
@media screen and (max-width: 736px) {
    .cms-post-page .table-scroll .table-data {
        width: auto;
        white-space: nowrap;
    }
}
.cms-post-page .table-scroll .scroll-bar {
    overflow-x: auto;
    overflow-y: hidden;
}
.cms-post-page .table-scroll .scroll-bar .scroll-in {
    height: 10px;
}
.cms-post-page .table-scroll .scroll-table {
    overflow: auto;
    position: relative;
}
.cms-post-page .table-scroll .scroll-table:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/common/pct_scrollhint.svg) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cms-post-page .table-scroll .pct-scrollhint {
    display: none;
    font-size: 1.1rem;
    padding: 1em;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cms-post-page .table-scroll .pct-scrollhint span {
    color: #fff;
    margin-top: 0.4em;
    display: block;
    white-space: nowrap;
}
.cms-post-page .table-scroll .pct-scrollhint.active {
    display: block;
}

/* テーブル（表組を維持しない） */
@media screen and (max-width: 736px) {
    .cms-post-page .table-data.sp-block th,
    .cms-post-page .table-data.sp-block td {
        display: block;
        width: 100%;
        border-bottom: none;
    }
    .cms-post-page .table-data.sp-block tr:last-child td:last-child {
        border-bottom: 1px solid #ddd;
    }
}



/* -- ヘルパークラス -- */
/* mt */
.cms-post-page .mt-0 {
    margin-top: 0px !important;
}

.cms-post-page .mt-1 {
    margin-top: 1px !important;
}

.cms-post-page .mt-2 {
    margin-top: 2px !important;
}

.cms-post-page .mt-3 {
    margin-top: 3px !important;
}

.cms-post-page .mt-4 {
    margin-top: 4px !important;
}

.cms-post-page .mt-5 {
    margin-top: 5px !important;
}

.cms-post-page .mt-6 {
    margin-top: 6px !important;
}

.cms-post-page .mt-7 {
    margin-top: 7px !important;
}

.cms-post-page .mt-8 {
    margin-top: 8px !important;
}

.cms-post-page .mt-9 {
    margin-top: 9px !important;
}

.cms-post-page .mt-10 {
    margin-top: 10px !important;
}

.cms-post-page .mt-11 {
    margin-top: 11px !important;
}

.cms-post-page .mt-12 {
    margin-top: 12px !important;
}

.cms-post-page .mt-13 {
    margin-top: 13px !important;
}

.cms-post-page .mt-14 {
    margin-top: 14px !important;
}

.cms-post-page .mt-15 {
    margin-top: 15px !important;
}

.cms-post-page .mt-16 {
    margin-top: 16px !important;
}

.cms-post-page .mt-17 {
    margin-top: 17px !important;
}

.cms-post-page .mt-18 {
    margin-top: 18px !important;
}

.cms-post-page .mt-19 {
    margin-top: 19px !important;
}

.cms-post-page .mt-20 {
    margin-top: 20px !important;
}

.cms-post-page .mt-21 {
    margin-top: 21px !important;
}

.cms-post-page .mt-22 {
    margin-top: 22px !important;
}

.cms-post-page .mt-23 {
    margin-top: 23px !important;
}

.cms-post-page .mt-24 {
    margin-top: 24px !important;
}

.cms-post-page .mt-25 {
    margin-top: 25px !important;
}

.cms-post-page .mt-26 {
    margin-top: 26px !important;
}

.cms-post-page .mt-27 {
    margin-top: 27px !important;
}

.cms-post-page .mt-28 {
    margin-top: 28px !important;
}

.cms-post-page .mt-29 {
    margin-top: 29px !important;
}

.cms-post-page .mt-30 {
    margin-top: 30px !important;
}

.cms-post-page .mt-31 {
    margin-top: 31px !important;
}

.cms-post-page .mt-32 {
    margin-top: 32px !important;
}

.cms-post-page .mt-33 {
    margin-top: 33px !important;
}

.cms-post-page .mt-34 {
    margin-top: 34px !important;
}

.cms-post-page .mt-35 {
    margin-top: 35px !important;
}

.cms-post-page .mt-36 {
    margin-top: 36px !important;
}

.cms-post-page .mt-37 {
    margin-top: 37px !important;
}

.cms-post-page .mt-38 {
    margin-top: 38px !important;
}

.cms-post-page .mt-39 {
    margin-top: 39px !important;
}

.cms-post-page .mt-40 {
    margin-top: 40px !important;
}

.cms-post-page .mt-41 {
    margin-top: 41px !important;
}

.cms-post-page .mt-42 {
    margin-top: 42px !important;
}

.cms-post-page .mt-43 {
    margin-top: 43px !important;
}

.cms-post-page .mt-44 {
    margin-top: 44px !important;
}

.cms-post-page .mt-45 {
    margin-top: 45px !important;
}

.cms-post-page .mt-46 {
    margin-top: 46px !important;
}

.cms-post-page .mt-47 {
    margin-top: 47px !important;
}

.cms-post-page .mt-48 {
    margin-top: 48px !important;
}

.cms-post-page .mt-49 {
    margin-top: 49px !important;
}

.cms-post-page .mt-50 {
    margin-top: 50px !important;
}

.cms-post-page .mt-51 {
    margin-top: 51px !important;
}

.cms-post-page .mt-52 {
    margin-top: 52px !important;
}

.cms-post-page .mt-53 {
    margin-top: 53px !important;
}

.cms-post-page .mt-54 {
    margin-top: 54px !important;
}

.cms-post-page .mt-55 {
    margin-top: 55px !important;
}

.cms-post-page .mt-56 {
    margin-top: 56px !important;
}

.cms-post-page .mt-57 {
    margin-top: 57px !important;
}

.cms-post-page .mt-58 {
    margin-top: 58px !important;
}

.cms-post-page .mt-59 {
    margin-top: 59px !important;
}

.cms-post-page .mt-60 {
    margin-top: 60px !important;
}

.cms-post-page .mt-61 {
    margin-top: 61px !important;
}

.cms-post-page .mt-62 {
    margin-top: 62px !important;
}

.cms-post-page .mt-63 {
    margin-top: 63px !important;
}

.cms-post-page .mt-64 {
    margin-top: 64px !important;
}

.cms-post-page .mt-65 {
    margin-top: 65px !important;
}

.cms-post-page .mt-66 {
    margin-top: 66px !important;
}

.cms-post-page .mt-67 {
    margin-top: 67px !important;
}

.cms-post-page .mt-68 {
    margin-top: 68px !important;
}

.cms-post-page .mt-69 {
    margin-top: 69px !important;
}

.cms-post-page .mt-70 {
    margin-top: 70px !important;
}

.cms-post-page .mt-71 {
    margin-top: 71px !important;
}

.cms-post-page .mt-72 {
    margin-top: 72px !important;
}

.cms-post-page .mt-73 {
    margin-top: 73px !important;
}

.cms-post-page .mt-74 {
    margin-top: 74px !important;
}

.cms-post-page .mt-75 {
    margin-top: 75px !important;
}

.cms-post-page .mt-76 {
    margin-top: 76px !important;
}

.cms-post-page .mt-77 {
    margin-top: 77px !important;
}

.cms-post-page .mt-78 {
    margin-top: 78px !important;
}

.cms-post-page .mt-79 {
    margin-top: 79px !important;
}

.cms-post-page .mt-80 {
    margin-top: 80px !important;
}

.cms-post-page .mt-81 {
    margin-top: 81px !important;
}

.cms-post-page .mt-82 {
    margin-top: 82px !important;
}

.cms-post-page .mt-83 {
    margin-top: 83px !important;
}

.cms-post-page .mt-84 {
    margin-top: 84px !important;
}

.cms-post-page .mt-85 {
    margin-top: 85px !important;
}

.cms-post-page .mt-86 {
    margin-top: 86px !important;
}

.cms-post-page .mt-87 {
    margin-top: 87px !important;
}

.cms-post-page .mt-88 {
    margin-top: 88px !important;
}

.cms-post-page .mt-89 {
    margin-top: 89px !important;
}

.cms-post-page .mt-90 {
    margin-top: 90px !important;
}

.cms-post-page .mt-91 {
    margin-top: 91px !important;
}

.cms-post-page .mt-92 {
    margin-top: 92px !important;
}

.cms-post-page .mt-93 {
    margin-top: 93px !important;
}

.cms-post-page .mt-94 {
    margin-top: 94px !important;
}

.cms-post-page .mt-95 {
    margin-top: 95px !important;
}

.cms-post-page .mt-96 {
    margin-top: 96px !important;
}

.cms-post-page .mt-97 {
    margin-top: 97px !important;
}

.cms-post-page .mt-98 {
    margin-top: 98px !important;
}

.cms-post-page .mt-99 {
    margin-top: 99px !important;
}

.cms-post-page .mt-100 {
    margin-top: 100px !important;
}

@media screen and (max-width: 736px) {
    .cms-post-page .mt-1 {
        margin-top: .26667vw !important;
    }

    .cms-post-page .mt-2 {
        margin-top: .53333vw !important;
    }

    .cms-post-page .mt-3 {
        margin-top: .8vw !important;
    }

    .cms-post-page .mt-4 {
        margin-top: 1.06667vw !important;
    }

    .cms-post-page .mt-5 {
        margin-top: 1.33333vw !important;
    }

    .cms-post-page .mt-6 {
        margin-top: 1.6vw !important;
    }

    .cms-post-page .mt-7 {
        margin-top: 1.86667vw !important;
    }

    .cms-post-page .mt-8 {
        margin-top: 2.13333vw !important;
    }

    .cms-post-page .mt-9 {
        margin-top: 2.4vw !important;
    }

    .cms-post-page .mt-10 {
        margin-top: 2.66667vw !important;
    }

    .cms-post-page .mt-11 {
        margin-top: 2.93333vw !important;
    }

    .cms-post-page .mt-12 {
        margin-top: 3.2vw !important;
    }

    .cms-post-page .mt-13 {
        margin-top: 3.46667vw !important;
    }

    .cms-post-page .mt-14 {
        margin-top: 3.73333vw !important;
    }

    .cms-post-page .mt-15 {
        margin-top: 4vw !important;
    }

    .cms-post-page .mt-16 {
        margin-top: 4.26667vw !important;
    }

    .cms-post-page .mt-17 {
        margin-top: 4.53333vw !important;
    }

    .cms-post-page .mt-18 {
        margin-top: 4.8vw !important;
    }

    .cms-post-page .mt-19 {
        margin-top: 5.06667vw !important;
    }

    .cms-post-page .mt-20 {
        margin-top: 5.33333vw !important;
    }

    .cms-post-page .mt-21 {
        margin-top: 5.6vw !important;
    }

    .cms-post-page .mt-22 {
        margin-top: 5.86667vw !important;
    }

    .cms-post-page .mt-23 {
        margin-top: 6.13333vw !important;
    }

    .cms-post-page .mt-24 {
        margin-top: 6.4vw !important;
    }

    .cms-post-page .mt-25 {
        margin-top: 6.66667vw !important;
    }

    .cms-post-page .mt-26 {
        margin-top: 6.93333vw !important;
    }

    .cms-post-page .mt-27 {
        margin-top: 7.2vw !important;
    }

    .cms-post-page .mt-28 {
        margin-top: 7.46667vw !important;
    }

    .cms-post-page .mt-29 {
        margin-top: 7.73333vw !important;
    }

    .cms-post-page .mt-30 {
        margin-top: 8vw !important;
    }

    .cms-post-page .mt-31 {
        margin-top: 8.26667vw !important;
    }

    .cms-post-page .mt-32 {
        margin-top: 8.53333vw !important;
    }

    .cms-post-page .mt-33 {
        margin-top: 8.8vw !important;
    }

    .cms-post-page .mt-34 {
        margin-top: 9.06667vw !important;
    }

    .cms-post-page .mt-35 {
        margin-top: 9.33333vw !important;
    }

    .cms-post-page .mt-36 {
        margin-top: 9.6vw !important;
    }

    .cms-post-page .mt-37 {
        margin-top: 9.86667vw !important;
    }

    .cms-post-page .mt-38 {
        margin-top: 10.13333vw !important;
    }

    .cms-post-page .mt-39 {
        margin-top: 10.4vw !important;
    }

    .cms-post-page .mt-40 {
        margin-top: 10.66667vw !important;
    }

    .cms-post-page .mt-41 {
        margin-top: 10.93333vw !important;
    }

    .cms-post-page .mt-42 {
        margin-top: 11.2vw !important;
    }

    .cms-post-page .mt-43 {
        margin-top: 11.46667vw !important;
    }

    .cms-post-page .mt-44 {
        margin-top: 11.73333vw !important;
    }

    .cms-post-page .mt-45 {
        margin-top: 12vw !important;
    }

    .cms-post-page .mt-46 {
        margin-top: 12.26667vw !important;
    }

    .cms-post-page .mt-47 {
        margin-top: 12.53333vw !important;
    }

    .cms-post-page .mt-48 {
        margin-top: 12.8vw !important;
    }

    .cms-post-page .mt-49 {
        margin-top: 13.06667vw !important;
    }

    .cms-post-page .mt-50 {
        margin-top: 13.33333vw !important;
    }

    .cms-post-page .mt-51 {
        margin-top: 13.6vw !important;
    }

    .cms-post-page .mt-52 {
        margin-top: 13.86667vw !important;
    }

    .cms-post-page .mt-53 {
        margin-top: 14.13333vw !important;
    }

    .cms-post-page .mt-54 {
        margin-top: 14.4vw !important;
    }

    .cms-post-page .mt-55 {
        margin-top: 14.66667vw !important;
    }

    .cms-post-page .mt-56 {
        margin-top: 14.93333vw !important;
    }

    .cms-post-page .mt-57 {
        margin-top: 15.2vw !important;
    }

    .cms-post-page .mt-58 {
        margin-top: 15.46667vw !important;
    }

    .cms-post-page .mt-59 {
        margin-top: 15.73333vw !important;
    }

    .cms-post-page .mt-60 {
        margin-top: 16vw !important;
    }

    .cms-post-page .mt-61 {
        margin-top: 16.26667vw !important;
    }

    .cms-post-page .mt-62 {
        margin-top: 16.53333vw !important;
    }

    .cms-post-page .mt-63 {
        margin-top: 16.8vw !important;
    }

    .cms-post-page .mt-64 {
        margin-top: 17.06667vw !important;
    }

    .cms-post-page .mt-65 {
        margin-top: 17.33333vw !important;
    }

    .cms-post-page .mt-66 {
        margin-top: 17.6vw !important;
    }

    .cms-post-page .mt-67 {
        margin-top: 17.86667vw !important;
    }

    .cms-post-page .mt-68 {
        margin-top: 18.13333vw !important;
    }

    .cms-post-page .mt-69 {
        margin-top: 18.4vw !important;
    }

    .cms-post-page .mt-70 {
        margin-top: 18.66667vw !important;
    }

    .cms-post-page .mt-71 {
        margin-top: 18.93333vw !important;
    }

    .cms-post-page .mt-72 {
        margin-top: 19.2vw !important;
    }

    .cms-post-page .mt-73 {
        margin-top: 19.46667vw !important;
    }

    .cms-post-page .mt-74 {
        margin-top: 19.73333vw !important;
    }

    .cms-post-page .mt-75 {
        margin-top: 20vw !important;
    }

    .cms-post-page .mt-76 {
        margin-top: 20.26667vw !important;
    }

    .cms-post-page .mt-77 {
        margin-top: 20.53333vw !important;
    }

    .cms-post-page .mt-78 {
        margin-top: 20.8vw !important;
    }

    .cms-post-page .mt-79 {
        margin-top: 21.06667vw !important;
    }

    .cms-post-page .mt-80 {
        margin-top: 21.33333vw !important;
    }

    .cms-post-page .mt-81 {
        margin-top: 21.6vw !important;
    }

    .cms-post-page .mt-82 {
        margin-top: 21.86667vw !important;
    }

    .cms-post-page .mt-83 {
        margin-top: 22.13333vw !important;
    }

    .cms-post-page .mt-84 {
        margin-top: 22.4vw !important;
    }

    .cms-post-page .mt-85 {
        margin-top: 22.66667vw !important;
    }

    .cms-post-page .mt-86 {
        margin-top: 22.93333vw !important;
    }

    .cms-post-page .mt-87 {
        margin-top: 23.2vw !important;
    }

    .cms-post-page .mt-88 {
        margin-top: 23.46667vw !important;
    }

    .cms-post-page .mt-89 {
        margin-top: 23.73333vw !important;
    }

    .cms-post-page .mt-90 {
        margin-top: 24vw !important;
    }

    .cms-post-page .mt-91 {
        margin-top: 24.26667vw !important;
    }

    .cms-post-page .mt-92 {
        margin-top: 24.53333vw !important;
    }

    .cms-post-page .mt-93 {
        margin-top: 24.8vw !important;
    }

    .cms-post-page .mt-94 {
        margin-top: 25.06667vw !important;
    }

    .cms-post-page .mt-95 {
        margin-top: 25.33333vw !important;
    }

    .cms-post-page .mt-96 {
        margin-top: 25.6vw !important;
    }

    .cms-post-page .mt-97 {
        margin-top: 25.86667vw !important;
    }

    .cms-post-page .mt-98 {
        margin-top: 26.13333vw !important;
    }

    .cms-post-page .mt-99 {
        margin-top: 26.4vw !important;
    }

    .cms-post-page .mt-100 {
        margin-top: 26.66667vw !important;
    }
}

/* mb */
.cms-post-page .mb-0 {
    margin-bottom: 0px !important;
}

.cms-post-page .mb-1 {
    margin-bottom: 1px !important;
}

.cms-post-page .mb-2 {
    margin-bottom: 2px !important;
}

.cms-post-page .mb-3 {
    margin-bottom: 3px !important;
}

.cms-post-page .mb-4 {
    margin-bottom: 4px !important;
}

.cms-post-page .mb-5 {
    margin-bottom: 5px !important;
}

.cms-post-page .mb-6 {
    margin-bottom: 6px !important;
}

.cms-post-page .mb-7 {
    margin-bottom: 7px !important;
}

.cms-post-page .mb-8 {
    margin-bottom: 8px !important;
}

.cms-post-page .mb-9 {
    margin-bottom: 9px !important;
}

.cms-post-page .mb-10 {
    margin-bottom: 10px !important;
}

.cms-post-page .mb-11 {
    margin-bottom: 11px !important;
}

.cms-post-page .mb-12 {
    margin-bottom: 12px !important;
}

.cms-post-page .mb-13 {
    margin-bottom: 13px !important;
}

.cms-post-page .mb-14 {
    margin-bottom: 14px !important;
}

.cms-post-page .mb-15 {
    margin-bottom: 15px !important;
}

.cms-post-page .mb-16 {
    margin-bottom: 16px !important;
}

.cms-post-page .mb-17 {
    margin-bottom: 17px !important;
}

.cms-post-page .mb-18 {
    margin-bottom: 18px !important;
}

.cms-post-page .mb-19 {
    margin-bottom: 19px !important;
}

.cms-post-page .mb-20 {
    margin-bottom: 20px !important;
}

.cms-post-page .mb-21 {
    margin-bottom: 21px !important;
}

.cms-post-page .mb-22 {
    margin-bottom: 22px !important;
}

.cms-post-page .mb-23 {
    margin-bottom: 23px !important;
}

.cms-post-page .mb-24 {
    margin-bottom: 24px !important;
}

.cms-post-page .mb-25 {
    margin-bottom: 25px !important;
}

.cms-post-page .mb-26 {
    margin-bottom: 26px !important;
}

.cms-post-page .mb-27 {
    margin-bottom: 27px !important;
}

.cms-post-page .mb-28 {
    margin-bottom: 28px !important;
}

.cms-post-page .mb-29 {
    margin-bottom: 29px !important;
}

.cms-post-page .mb-30 {
    margin-bottom: 30px !important;
}

.cms-post-page .mb-31 {
    margin-bottom: 31px !important;
}

.cms-post-page .mb-32 {
    margin-bottom: 32px !important;
}

.cms-post-page .mb-33 {
    margin-bottom: 33px !important;
}

.cms-post-page .mb-34 {
    margin-bottom: 34px !important;
}

.cms-post-page .mb-35 {
    margin-bottom: 35px !important;
}

.cms-post-page .mb-36 {
    margin-bottom: 36px !important;
}

.cms-post-page .mb-37 {
    margin-bottom: 37px !important;
}

.cms-post-page .mb-38 {
    margin-bottom: 38px !important;
}

.cms-post-page .mb-39 {
    margin-bottom: 39px !important;
}

.cms-post-page .mb-40 {
    margin-bottom: 40px !important;
}

.cms-post-page .mb-41 {
    margin-bottom: 41px !important;
}

.cms-post-page .mb-42 {
    margin-bottom: 42px !important;
}

.cms-post-page .mb-43 {
    margin-bottom: 43px !important;
}

.cms-post-page .mb-44 {
    margin-bottom: 44px !important;
}

.cms-post-page .mb-45 {
    margin-bottom: 45px !important;
}

.cms-post-page .mb-46 {
    margin-bottom: 46px !important;
}

.cms-post-page .mb-47 {
    margin-bottom: 47px !important;
}

.cms-post-page .mb-48 {
    margin-bottom: 48px !important;
}

.cms-post-page .mb-49 {
    margin-bottom: 49px !important;
}

.cms-post-page .mb-50 {
    margin-bottom: 50px !important;
}

.cms-post-page .mb-51 {
    margin-bottom: 51px !important;
}

.cms-post-page .mb-52 {
    margin-bottom: 52px !important;
}

.cms-post-page .mb-53 {
    margin-bottom: 53px !important;
}

.cms-post-page .mb-54 {
    margin-bottom: 54px !important;
}

.cms-post-page .mb-55 {
    margin-bottom: 55px !important;
}

.cms-post-page .mb-56 {
    margin-bottom: 56px !important;
}

.cms-post-page .mb-57 {
    margin-bottom: 57px !important;
}

.cms-post-page .mb-58 {
    margin-bottom: 58px !important;
}

.cms-post-page .mb-59 {
    margin-bottom: 59px !important;
}

.cms-post-page .mb-60 {
    margin-bottom: 60px !important;
}

.cms-post-page .mb-61 {
    margin-bottom: 61px !important;
}

.cms-post-page .mb-62 {
    margin-bottom: 62px !important;
}

.cms-post-page .mb-63 {
    margin-bottom: 63px !important;
}

.cms-post-page .mb-64 {
    margin-bottom: 64px !important;
}

.cms-post-page .mb-65 {
    margin-bottom: 65px !important;
}

.cms-post-page .mb-66 {
    margin-bottom: 66px !important;
}

.cms-post-page .mb-67 {
    margin-bottom: 67px !important;
}

.cms-post-page .mb-68 {
    margin-bottom: 68px !important;
}

.cms-post-page .mb-69 {
    margin-bottom: 69px !important;
}

.cms-post-page .mb-70 {
    margin-bottom: 70px !important;
}

.cms-post-page .mb-71 {
    margin-bottom: 71px !important;
}

.cms-post-page .mb-72 {
    margin-bottom: 72px !important;
}

.cms-post-page .mb-73 {
    margin-bottom: 73px !important;
}

.cms-post-page .mb-74 {
    margin-bottom: 74px !important;
}

.cms-post-page .mb-75 {
    margin-bottom: 75px !important;
}

.cms-post-page .mb-76 {
    margin-bottom: 76px !important;
}

.cms-post-page .mb-77 {
    margin-bottom: 77px !important;
}

.cms-post-page .mb-78 {
    margin-bottom: 78px !important;
}

.cms-post-page .mb-79 {
    margin-bottom: 79px !important;
}

.cms-post-page .mb-80 {
    margin-bottom: 80px !important;
}

.cms-post-page .mb-81 {
    margin-bottom: 81px !important;
}

.cms-post-page .mb-82 {
    margin-bottom: 82px !important;
}

.cms-post-page .mb-83 {
    margin-bottom: 83px !important;
}

.cms-post-page .mb-84 {
    margin-bottom: 84px !important;
}

.cms-post-page .mb-85 {
    margin-bottom: 85px !important;
}

.cms-post-page .mb-86 {
    margin-bottom: 86px !important;
}

.cms-post-page .mb-87 {
    margin-bottom: 87px !important;
}

.cms-post-page .mb-88 {
    margin-bottom: 88px !important;
}

.cms-post-page .mb-89 {
    margin-bottom: 89px !important;
}

.cms-post-page .mb-90 {
    margin-bottom: 90px !important;
}

.cms-post-page .mb-91 {
    margin-bottom: 91px !important;
}

.cms-post-page .mb-92 {
    margin-bottom: 92px !important;
}

.cms-post-page .mb-93 {
    margin-bottom: 93px !important;
}

.cms-post-page .mb-94 {
    margin-bottom: 94px !important;
}

.cms-post-page .mb-95 {
    margin-bottom: 95px !important;
}

.cms-post-page .mb-96 {
    margin-bottom: 96px !important;
}

.cms-post-page .mb-97 {
    margin-bottom: 97px !important;
}

.cms-post-page .mb-98 {
    margin-bottom: 98px !important;
}

.cms-post-page .mb-99 {
    margin-bottom: 99px !important;
}

.cms-post-page .mb-100 {
    margin-bottom: 100px !important;
}

@media screen and (max-width: 736px) {
    .cms-post-page .mb-1 {
        margin-bottom: .26667vw !important;
    }

    .cms-post-page .mb-2 {
        margin-bottom: .53333vw !important;
    }

    .cms-post-page .mb-3 {
        margin-bottom: .8vw !important;
    }

    .cms-post-page .mb-4 {
        margin-bottom: 1.06667vw !important;
    }

    .cms-post-page .mb-5 {
        margin-bottom: 1.33333vw !important;
    }

    .cms-post-page .mb-6 {
        margin-bottom: 1.6vw !important;
    }

    .cms-post-page .mb-7 {
        margin-bottom: 1.86667vw !important;
    }

    .cms-post-page .mb-8 {
        margin-bottom: 2.13333vw !important;
    }

    .cms-post-page .mb-9 {
        margin-bottom: 2.4vw !important;
    }

    .cms-post-page .mb-10 {
        margin-bottom: 2.66667vw !important;
    }

    .cms-post-page .mb-11 {
        margin-bottom: 2.93333vw !important;
    }

    .cms-post-page .mb-12 {
        margin-bottom: 3.2vw !important;
    }

    .cms-post-page .mb-13 {
        margin-bottom: 3.46667vw !important;
    }

    .cms-post-page .mb-14 {
        margin-bottom: 3.73333vw !important;
    }

    .cms-post-page .mb-15 {
        margin-bottom: 4vw !important;
    }

    .cms-post-page .mb-16 {
        margin-bottom: 4.26667vw !important;
    }

    .cms-post-page .mb-17 {
        margin-bottom: 4.53333vw !important;
    }

    .cms-post-page .mb-18 {
        margin-bottom: 4.8vw !important;
    }

    .cms-post-page .mb-19 {
        margin-bottom: 5.06667vw !important;
    }

    .cms-post-page .mb-20 {
        margin-bottom: 5.33333vw !important;
    }

    .cms-post-page .mb-21 {
        margin-bottom: 5.6vw !important;
    }

    .cms-post-page .mb-22 {
        margin-bottom: 5.86667vw !important;
    }

    .cms-post-page .mb-23 {
        margin-bottom: 6.13333vw !important;
    }

    .cms-post-page .mb-24 {
        margin-bottom: 6.4vw !important;
    }

    .cms-post-page .mb-25 {
        margin-bottom: 6.66667vw !important;
    }

    .cms-post-page .mb-26 {
        margin-bottom: 6.93333vw !important;
    }

    .cms-post-page .mb-27 {
        margin-bottom: 7.2vw !important;
    }

    .cms-post-page .mb-28 {
        margin-bottom: 7.46667vw !important;
    }

    .cms-post-page .mb-29 {
        margin-bottom: 7.73333vw !important;
    }

    .cms-post-page .mb-30 {
        margin-bottom: 8vw !important;
    }

    .cms-post-page .mb-31 {
        margin-bottom: 8.26667vw !important;
    }

    .cms-post-page .mb-32 {
        margin-bottom: 8.53333vw !important;
    }

    .cms-post-page .mb-33 {
        margin-bottom: 8.8vw !important;
    }

    .cms-post-page .mb-34 {
        margin-bottom: 9.06667vw !important;
    }

    .cms-post-page .mb-35 {
        margin-bottom: 9.33333vw !important;
    }

    .cms-post-page .mb-36 {
        margin-bottom: 9.6vw !important;
    }

    .cms-post-page .mb-37 {
        margin-bottom: 9.86667vw !important;
    }

    .cms-post-page .mb-38 {
        margin-bottom: 10.13333vw !important;
    }

    .cms-post-page .mb-39 {
        margin-bottom: 10.4vw !important;
    }

    .cms-post-page .mb-40 {
        margin-bottom: 10.66667vw !important;
    }

    .cms-post-page .mb-41 {
        margin-bottom: 10.93333vw !important;
    }

    .cms-post-page .mb-42 {
        margin-bottom: 11.2vw !important;
    }

    .cms-post-page .mb-43 {
        margin-bottom: 11.46667vw !important;
    }

    .cms-post-page .mb-44 {
        margin-bottom: 11.73333vw !important;
    }

    .cms-post-page .mb-45 {
        margin-bottom: 12vw !important;
    }

    .cms-post-page .mb-46 {
        margin-bottom: 12.26667vw !important;
    }

    .cms-post-page .mb-47 {
        margin-bottom: 12.53333vw !important;
    }

    .cms-post-page .mb-48 {
        margin-bottom: 12.8vw !important;
    }

    .cms-post-page .mb-49 {
        margin-bottom: 13.06667vw !important;
    }

    .cms-post-page .mb-50 {
        margin-bottom: 13.33333vw !important;
    }

    .cms-post-page .mb-51 {
        margin-bottom: 13.6vw !important;
    }

    .cms-post-page .mb-52 {
        margin-bottom: 13.86667vw !important;
    }

    .cms-post-page .mb-53 {
        margin-bottom: 14.13333vw !important;
    }

    .cms-post-page .mb-54 {
        margin-bottom: 14.4vw !important;
    }

    .cms-post-page .mb-55 {
        margin-bottom: 14.66667vw !important;
    }

    .cms-post-page .mb-56 {
        margin-bottom: 14.93333vw !important;
    }

    .cms-post-page .mb-57 {
        margin-bottom: 15.2vw !important;
    }

    .cms-post-page .mb-58 {
        margin-bottom: 15.46667vw !important;
    }

    .cms-post-page .mb-59 {
        margin-bottom: 15.73333vw !important;
    }

    .cms-post-page .mb-60 {
        margin-bottom: 16vw !important;
    }

    .cms-post-page .mb-61 {
        margin-bottom: 16.26667vw !important;
    }

    .cms-post-page .mb-62 {
        margin-bottom: 16.53333vw !important;
    }

    .cms-post-page .mb-63 {
        margin-bottom: 16.8vw !important;
    }

    .cms-post-page .mb-64 {
        margin-bottom: 17.06667vw !important;
    }

    .cms-post-page .mb-65 {
        margin-bottom: 17.33333vw !important;
    }

    .cms-post-page .mb-66 {
        margin-bottom: 17.6vw !important;
    }

    .cms-post-page .mb-67 {
        margin-bottom: 17.86667vw !important;
    }

    .cms-post-page .mb-68 {
        margin-bottom: 18.13333vw !important;
    }

    .cms-post-page .mb-69 {
        margin-bottom: 18.4vw !important;
    }

    .cms-post-page .mb-70 {
        margin-bottom: 18.66667vw !important;
    }

    .cms-post-page .mb-71 {
        margin-bottom: 18.93333vw !important;
    }

    .cms-post-page .mb-72 {
        margin-bottom: 19.2vw !important;
    }

    .cms-post-page .mb-73 {
        margin-bottom: 19.46667vw !important;
    }

    .cms-post-page .mb-74 {
        margin-bottom: 19.73333vw !important;
    }

    .cms-post-page .mb-75 {
        margin-bottom: 20vw !important;
    }

    .cms-post-page .mb-76 {
        margin-bottom: 20.26667vw !important;
    }

    .cms-post-page .mb-77 {
        margin-bottom: 20.53333vw !important;
    }

    .cms-post-page .mb-78 {
        margin-bottom: 20.8vw !important;
    }

    .cms-post-page .mb-79 {
        margin-bottom: 21.06667vw !important;
    }

    .cms-post-page .mb-80 {
        margin-bottom: 21.33333vw !important;
    }

    .cms-post-page .mb-81 {
        margin-bottom: 21.6vw !important;
    }

    .cms-post-page .mb-82 {
        margin-bottom: 21.86667vw !important;
    }

    .cms-post-page .mb-83 {
        margin-bottom: 22.13333vw !important;
    }

    .cms-post-page .mb-84 {
        margin-bottom: 22.4vw !important;
    }

    .cms-post-page .mb-85 {
        margin-bottom: 22.66667vw !important;
    }

    .cms-post-page .mb-86 {
        margin-bottom: 22.93333vw !important;
    }

    .cms-post-page .mb-87 {
        margin-bottom: 23.2vw !important;
    }

    .cms-post-page .mb-88 {
        margin-bottom: 23.46667vw !important;
    }

    .cms-post-page .mb-89 {
        margin-bottom: 23.73333vw !important;
    }

    .cms-post-page .mb-90 {
        margin-bottom: 24vw !important;
    }

    .cms-post-page .mb-91 {
        margin-bottom: 24.26667vw !important;
    }

    .cms-post-page .mb-92 {
        margin-bottom: 24.53333vw !important;
    }

    .cms-post-page .mb-93 {
        margin-bottom: 24.8vw !important;
    }

    .cms-post-page .mb-94 {
        margin-bottom: 25.06667vw !important;
    }

    .cms-post-page .mb-95 {
        margin-bottom: 25.33333vw !important;
    }

    .cms-post-page .mb-96 {
        margin-bottom: 25.6vw !important;
    }

    .cms-post-page .mb-97 {
        margin-bottom: 25.86667vw !important;
    }

    .cms-post-page .mb-98 {
        margin-bottom: 26.13333vw !important;
    }

    .cms-post-page .mb-99 {
        margin-bottom: 26.4vw !important;
    }

    .cms-post-page .mb-100 {
        margin-bottom: 26.66667vw !important;
    }
}

/* mr */
@media screen and (min-width: 737px) {
    .cms-post-page .mr-0 {
        margin-right: 0px !important;
    }

    .cms-post-page .mr-1 {
        margin-right: 1px !important;
    }

    .cms-post-page .mr-2 {
        margin-right: 2px !important;
    }

    .cms-post-page .mr-3 {
        margin-right: 3px !important;
    }

    .cms-post-page .mr-4 {
        margin-right: 4px !important;
    }

    .cms-post-page .mr-5 {
        margin-right: 5px !important;
    }

    .cms-post-page .mr-6 {
        margin-right: 6px !important;
    }

    .cms-post-page .mr-7 {
        margin-right: 7px !important;
    }

    .cms-post-page .mr-8 {
        margin-right: 8px !important;
    }

    .cms-post-page .mr-9 {
        margin-right: 9px !important;
    }

    .cms-post-page .mr-10 {
        margin-right: 10px !important;
    }

    .cms-post-page .mr-11 {
        margin-right: 11px !important;
    }

    .cms-post-page .mr-12 {
        margin-right: 12px !important;
    }

    .cms-post-page .mr-13 {
        margin-right: 13px !important;
    }

    .cms-post-page .mr-14 {
        margin-right: 14px !important;
    }

    .cms-post-page .mr-15 {
        margin-right: 15px !important;
    }

    .cms-post-page .mr-16 {
        margin-right: 16px !important;
    }

    .cms-post-page .mr-17 {
        margin-right: 17px !important;
    }

    .cms-post-page .mr-18 {
        margin-right: 18px !important;
    }

    .cms-post-page .mr-19 {
        margin-right: 19px !important;
    }

    .cms-post-page .mr-20 {
        margin-right: 20px !important;
    }

    .cms-post-page .mr-21 {
        margin-right: 21px !important;
    }

    .cms-post-page .mr-22 {
        margin-right: 22px !important;
    }

    .cms-post-page .mr-23 {
        margin-right: 23px !important;
    }

    .cms-post-page .mr-24 {
        margin-right: 24px !important;
    }

    .cms-post-page .mr-25 {
        margin-right: 25px !important;
    }

    .cms-post-page .mr-26 {
        margin-right: 26px !important;
    }

    .cms-post-page .mr-27 {
        margin-right: 27px !important;
    }

    .cms-post-page .mr-28 {
        margin-right: 28px !important;
    }

    .cms-post-page .mr-29 {
        margin-right: 29px !important;
    }

    .cms-post-page .mr-30 {
        margin-right: 30px !important;
    }

    .cms-post-page .mr-31 {
        margin-right: 31px !important;
    }

    .cms-post-page .mr-32 {
        margin-right: 32px !important;
    }

    .cms-post-page .mr-33 {
        margin-right: 33px !important;
    }

    .cms-post-page .mr-34 {
        margin-right: 34px !important;
    }

    .cms-post-page .mr-35 {
        margin-right: 35px !important;
    }

    .cms-post-page .mr-36 {
        margin-right: 36px !important;
    }

    .cms-post-page .mr-37 {
        margin-right: 37px !important;
    }

    .cms-post-page .mr-38 {
        margin-right: 38px !important;
    }

    .cms-post-page .mr-39 {
        margin-right: 39px !important;
    }

    .cms-post-page .mr-40 {
        margin-right: 40px !important;
    }

    .cms-post-page .mr-41 {
        margin-right: 41px !important;
    }

    .cms-post-page .mr-42 {
        margin-right: 42px !important;
    }

    .cms-post-page .mr-43 {
        margin-right: 43px !important;
    }

    .cms-post-page .mr-44 {
        margin-right: 44px !important;
    }

    .cms-post-page .mr-45 {
        margin-right: 45px !important;
    }

    .cms-post-page .mr-46 {
        margin-right: 46px !important;
    }

    .cms-post-page .mr-47 {
        margin-right: 47px !important;
    }

    .cms-post-page .mr-48 {
        margin-right: 48px !important;
    }

    .cms-post-page .mr-49 {
        margin-right: 49px !important;
    }

    .cms-post-page .mr-50 {
        margin-right: 50px !important;
    }

    .cms-post-page .mr-51 {
        margin-right: 51px !important;
    }

    .cms-post-page .mr-52 {
        margin-right: 52px !important;
    }

    .cms-post-page .mr-53 {
        margin-right: 53px !important;
    }

    .cms-post-page .mr-54 {
        margin-right: 54px !important;
    }

    .cms-post-page .mr-55 {
        margin-right: 55px !important;
    }

    .cms-post-page .mr-56 {
        margin-right: 56px !important;
    }

    .cms-post-page .mr-57 {
        margin-right: 57px !important;
    }

    .cms-post-page .mr-58 {
        margin-right: 58px !important;
    }

    .cms-post-page .mr-59 {
        margin-right: 59px !important;
    }

    .cms-post-page .mr-60 {
        margin-right: 60px !important;
    }

    .cms-post-page .mr-61 {
        margin-right: 61px !important;
    }

    .cms-post-page .mr-62 {
        margin-right: 62px !important;
    }

    .cms-post-page .mr-63 {
        margin-right: 63px !important;
    }

    .cms-post-page .mr-64 {
        margin-right: 64px !important;
    }

    .cms-post-page .mr-65 {
        margin-right: 65px !important;
    }

    .cms-post-page .mr-66 {
        margin-right: 66px !important;
    }

    .cms-post-page .mr-67 {
        margin-right: 67px !important;
    }

    .cms-post-page .mr-68 {
        margin-right: 68px !important;
    }

    .cms-post-page .mr-69 {
        margin-right: 69px !important;
    }

    .cms-post-page .mr-70 {
        margin-right: 70px !important;
    }

    .cms-post-page .mr-71 {
        margin-right: 71px !important;
    }

    .cms-post-page .mr-72 {
        margin-right: 72px !important;
    }

    .cms-post-page .mr-73 {
        margin-right: 73px !important;
    }

    .cms-post-page .mr-74 {
        margin-right: 74px !important;
    }

    .cms-post-page .mr-75 {
        margin-right: 75px !important;
    }

    .cms-post-page .mr-76 {
        margin-right: 76px !important;
    }

    .cms-post-page .mr-77 {
        margin-right: 77px !important;
    }

    .cms-post-page .mr-78 {
        margin-right: 78px !important;
    }

    .cms-post-page .mr-79 {
        margin-right: 79px !important;
    }

    .cms-post-page .mr-80 {
        margin-right: 80px !important;
    }

    .cms-post-page .mr-81 {
        margin-right: 81px !important;
    }

    .cms-post-page .mr-82 {
        margin-right: 82px !important;
    }

    .cms-post-page .mr-83 {
        margin-right: 83px !important;
    }

    .cms-post-page .mr-84 {
        margin-right: 84px !important;
    }

    .cms-post-page .mr-85 {
        margin-right: 85px !important;
    }

    .cms-post-page .mr-86 {
        margin-right: 86px !important;
    }

    .cms-post-page .mr-87 {
        margin-right: 87px !important;
    }

    .cms-post-page .mr-88 {
        margin-right: 88px !important;
    }

    .cms-post-page .mr-89 {
        margin-right: 89px !important;
    }

    .cms-post-page .mr-90 {
        margin-right: 90px !important;
    }

    .cms-post-page .mr-91 {
        margin-right: 91px !important;
    }

    .cms-post-page .mr-92 {
        margin-right: 92px !important;
    }

    .cms-post-page .mr-93 {
        margin-right: 93px !important;
    }

    .cms-post-page .mr-94 {
        margin-right: 94px !important;
    }

    .cms-post-page .mr-95 {
        margin-right: 95px !important;
    }

    .cms-post-page .mr-96 {
        margin-right: 96px !important;
    }

    .cms-post-page .mr-97 {
        margin-right: 97px !important;
    }

    .cms-post-page .mr-98 {
        margin-right: 98px !important;
    }

    .cms-post-page .mr-99 {
        margin-right: 99px !important;
    }

    .cms-post-page .mr-100 {
        margin-right: 100px !important;
    }
}

/* ml */
@media screen and (min-width: 737px) {
    .cms-post-page .ml-0 {
        margin-left: 0px !important;
    }
    
    .cms-post-page .ml-1 {
        margin-left: 1px !important;
    }
    
    .cms-post-page .ml-2 {
        margin-left: 2px !important;
    }
    
    .cms-post-page .ml-3 {
        margin-left: 3px !important;
    }
    
    .cms-post-page .ml-4 {
        margin-left: 4px !important;
    }
    
    .cms-post-page .ml-5 {
        margin-left: 5px !important;
    }
    
    .cms-post-page .ml-6 {
        margin-left: 6px !important;
    }
    
    .cms-post-page .ml-7 {
        margin-left: 7px !important;
    }
    
    .cms-post-page .ml-8 {
        margin-left: 8px !important;
    }
    
    .cms-post-page .ml-9 {
        margin-left: 9px !important;
    }
    
    .cms-post-page .ml-10 {
        margin-left: 10px !important;
    }
    
    .cms-post-page .ml-11 {
        margin-left: 11px !important;
    }
    
    .cms-post-page .ml-12 {
        margin-left: 12px !important;
    }
    
    .cms-post-page .ml-13 {
        margin-left: 13px !important;
    }
    
    .cms-post-page .ml-14 {
        margin-left: 14px !important;
    }
    
    .cms-post-page .ml-15 {
        margin-left: 15px !important;
    }
    
    .cms-post-page .ml-16 {
        margin-left: 16px !important;
    }
    
    .cms-post-page .ml-17 {
        margin-left: 17px !important;
    }
    
    .cms-post-page .ml-18 {
        margin-left: 18px !important;
    }
    
    .cms-post-page .ml-19 {
        margin-left: 19px !important;
    }
    
    .cms-post-page .ml-20 {
        margin-left: 20px !important;
    }
    
    .cms-post-page .ml-21 {
        margin-left: 21px !important;
    }
    
    .cms-post-page .ml-22 {
        margin-left: 22px !important;
    }
    
    .cms-post-page .ml-23 {
        margin-left: 23px !important;
    }
    
    .cms-post-page .ml-24 {
        margin-left: 24px !important;
    }
    
    .cms-post-page .ml-25 {
        margin-left: 25px !important;
    }
    
    .cms-post-page .ml-26 {
        margin-left: 26px !important;
    }
    
    .cms-post-page .ml-27 {
        margin-left: 27px !important;
    }
    
    .cms-post-page .ml-28 {
        margin-left: 28px !important;
    }
    
    .cms-post-page .ml-29 {
        margin-left: 29px !important;
    }
    
    .cms-post-page .ml-30 {
        margin-left: 30px !important;
    }
    
    .cms-post-page .ml-31 {
        margin-left: 31px !important;
    }
    
    .cms-post-page .ml-32 {
        margin-left: 32px !important;
    }
    
    .cms-post-page .ml-33 {
        margin-left: 33px !important;
    }
    
    .cms-post-page .ml-34 {
        margin-left: 34px !important;
    }
    
    .cms-post-page .ml-35 {
        margin-left: 35px !important;
    }
    
    .cms-post-page .ml-36 {
        margin-left: 36px !important;
    }
    
    .cms-post-page .ml-37 {
        margin-left: 37px !important;
    }
    
    .cms-post-page .ml-38 {
        margin-left: 38px !important;
    }
    
    .cms-post-page .ml-39 {
        margin-left: 39px !important;
    }
    
    .cms-post-page .ml-40 {
        margin-left: 40px !important;
    }
    
    .cms-post-page .ml-41 {
        margin-left: 41px !important;
    }
    
    .cms-post-page .ml-42 {
        margin-left: 42px !important;
    }
    
    .cms-post-page .ml-43 {
        margin-left: 43px !important;
    }
    
    .cms-post-page .ml-44 {
        margin-left: 44px !important;
    }
    
    .cms-post-page .ml-45 {
        margin-left: 45px !important;
    }
    
    .cms-post-page .ml-46 {
        margin-left: 46px !important;
    }
    
    .cms-post-page .ml-47 {
        margin-left: 47px !important;
    }
    
    .cms-post-page .ml-48 {
        margin-left: 48px !important;
    }
    
    .cms-post-page .ml-49 {
        margin-left: 49px !important;
    }
    
    .cms-post-page .ml-50 {
        margin-left: 50px !important;
    }
    
    .cms-post-page .ml-51 {
        margin-left: 51px !important;
    }
    
    .cms-post-page .ml-52 {
        margin-left: 52px !important;
    }
    
    .cms-post-page .ml-53 {
        margin-left: 53px !important;
    }
    
    .cms-post-page .ml-54 {
        margin-left: 54px !important;
    }
    
    .cms-post-page .ml-55 {
        margin-left: 55px !important;
    }
    
    .cms-post-page .ml-56 {
        margin-left: 56px !important;
    }
    
    .cms-post-page .ml-57 {
        margin-left: 57px !important;
    }
    
    .cms-post-page .ml-58 {
        margin-left: 58px !important;
    }
    
    .cms-post-page .ml-59 {
        margin-left: 59px !important;
    }
    
    .cms-post-page .ml-60 {
        margin-left: 60px !important;
    }
    
    .cms-post-page .ml-61 {
        margin-left: 61px !important;
    }
    
    .cms-post-page .ml-62 {
        margin-left: 62px !important;
    }
    
    .cms-post-page .ml-63 {
        margin-left: 63px !important;
    }
    
    .cms-post-page .ml-64 {
        margin-left: 64px !important;
    }
    
    .cms-post-page .ml-65 {
        margin-left: 65px !important;
    }
    
    .cms-post-page .ml-66 {
        margin-left: 66px !important;
    }
    
    .cms-post-page .ml-67 {
        margin-left: 67px !important;
    }
    
    .cms-post-page .ml-68 {
        margin-left: 68px !important;
    }
    
    .cms-post-page .ml-69 {
        margin-left: 69px !important;
    }
    
    .cms-post-page .ml-70 {
        margin-left: 70px !important;
    }
    
    .cms-post-page .ml-71 {
        margin-left: 71px !important;
    }
    
    .cms-post-page .ml-72 {
        margin-left: 72px !important;
    }
    
    .cms-post-page .ml-73 {
        margin-left: 73px !important;
    }
    
    .cms-post-page .ml-74 {
        margin-left: 74px !important;
    }
    
    .cms-post-page .ml-75 {
        margin-left: 75px !important;
    }
    
    .cms-post-page .ml-76 {
        margin-left: 76px !important;
    }
    
    .cms-post-page .ml-77 {
        margin-left: 77px !important;
    }
    
    .cms-post-page .ml-78 {
        margin-left: 78px !important;
    }
    
    .cms-post-page .ml-79 {
        margin-left: 79px !important;
    }
    
    .cms-post-page .ml-80 {
        margin-left: 80px !important;
    }
    
    .cms-post-page .ml-81 {
        margin-left: 81px !important;
    }
    
    .cms-post-page .ml-82 {
        margin-left: 82px !important;
    }
    
    .cms-post-page .ml-83 {
        margin-left: 83px !important;
    }
    
    .cms-post-page .ml-84 {
        margin-left: 84px !important;
    }
    
    .cms-post-page .ml-85 {
        margin-left: 85px !important;
    }
    
    .cms-post-page .ml-86 {
        margin-left: 86px !important;
    }
    
    .cms-post-page .ml-87 {
        margin-left: 87px !important;
    }
    
    .cms-post-page .ml-88 {
        margin-left: 88px !important;
    }
    
    .cms-post-page .ml-89 {
        margin-left: 89px !important;
    }
    
    .cms-post-page .ml-90 {
        margin-left: 90px !important;
    }
    
    .cms-post-page .ml-91 {
        margin-left: 91px !important;
    }
    
    .cms-post-page .ml-92 {
        margin-left: 92px !important;
    }
    
    .cms-post-page .ml-93 {
        margin-left: 93px !important;
    }
    
    .cms-post-page .ml-94 {
        margin-left: 94px !important;
    }
    
    .cms-post-page .ml-95 {
        margin-left: 95px !important;
    }
    
    .cms-post-page .ml-96 {
        margin-left: 96px !important;
    }
    
    .cms-post-page .ml-97 {
        margin-left: 97px !important;
    }
    
    .cms-post-page .ml-98 {
        margin-left: 98px !important;
    }
    
    .cms-post-page .ml-99 {
        margin-left: 99px !important;
    }
    
    .cms-post-page .ml-100 {
        margin-left: 100px !important;
    }
}

/* pt */
.cms-post-page .pt-0 {
    padding-top: 0px !important;
}

.cms-post-page .pt-1 {
    padding-top: 1px !important;
}

.cms-post-page .pt-2 {
    padding-top: 2px !important;
}

.cms-post-page .pt-3 {
    padding-top: 3px !important;
}

.cms-post-page .pt-4 {
    padding-top: 4px !important;
}

.cms-post-page .pt-5 {
    padding-top: 5px !important;
}

.cms-post-page .pt-6 {
    padding-top: 6px !important;
}

.cms-post-page .pt-7 {
    padding-top: 7px !important;
}

.cms-post-page .pt-8 {
    padding-top: 8px !important;
}

.cms-post-page .pt-9 {
    padding-top: 9px !important;
}

.cms-post-page .pt-10 {
    padding-top: 10px !important;
}

.cms-post-page .pt-11 {
    padding-top: 11px !important;
}

.cms-post-page .pt-12 {
    padding-top: 12px !important;
}

.cms-post-page .pt-13 {
    padding-top: 13px !important;
}

.cms-post-page .pt-14 {
    padding-top: 14px !important;
}

.cms-post-page .pt-15 {
    padding-top: 15px !important;
}

.cms-post-page .pt-16 {
    padding-top: 16px !important;
}

.cms-post-page .pt-17 {
    padding-top: 17px !important;
}

.cms-post-page .pt-18 {
    padding-top: 18px !important;
}

.cms-post-page .pt-19 {
    padding-top: 19px !important;
}

.cms-post-page .pt-20 {
    padding-top: 20px !important;
}

.cms-post-page .pt-21 {
    padding-top: 21px !important;
}

.cms-post-page .pt-22 {
    padding-top: 22px !important;
}

.cms-post-page .pt-23 {
    padding-top: 23px !important;
}

.cms-post-page .pt-24 {
    padding-top: 24px !important;
}

.cms-post-page .pt-25 {
    padding-top: 25px !important;
}

.cms-post-page .pt-26 {
    padding-top: 26px !important;
}

.cms-post-page .pt-27 {
    padding-top: 27px !important;
}

.cms-post-page .pt-28 {
    padding-top: 28px !important;
}

.cms-post-page .pt-29 {
    padding-top: 29px !important;
}

.cms-post-page .pt-30 {
    padding-top: 30px !important;
}

.cms-post-page .pt-31 {
    padding-top: 31px !important;
}

.cms-post-page .pt-32 {
    padding-top: 32px !important;
}

.cms-post-page .pt-33 {
    padding-top: 33px !important;
}

.cms-post-page .pt-34 {
    padding-top: 34px !important;
}

.cms-post-page .pt-35 {
    padding-top: 35px !important;
}

.cms-post-page .pt-36 {
    padding-top: 36px !important;
}

.cms-post-page .pt-37 {
    padding-top: 37px !important;
}

.cms-post-page .pt-38 {
    padding-top: 38px !important;
}

.cms-post-page .pt-39 {
    padding-top: 39px !important;
}

.cms-post-page .pt-40 {
    padding-top: 40px !important;
}

.cms-post-page .pt-41 {
    padding-top: 41px !important;
}

.cms-post-page .pt-42 {
    padding-top: 42px !important;
}

.cms-post-page .pt-43 {
    padding-top: 43px !important;
}

.cms-post-page .pt-44 {
    padding-top: 44px !important;
}

.cms-post-page .pt-45 {
    padding-top: 45px !important;
}

.cms-post-page .pt-46 {
    padding-top: 46px !important;
}

.cms-post-page .pt-47 {
    padding-top: 47px !important;
}

.cms-post-page .pt-48 {
    padding-top: 48px !important;
}

.cms-post-page .pt-49 {
    padding-top: 49px !important;
}

.cms-post-page .pt-50 {
    padding-top: 50px !important;
}

.cms-post-page .pt-51 {
    padding-top: 51px !important;
}

.cms-post-page .pt-52 {
    padding-top: 52px !important;
}

.cms-post-page .pt-53 {
    padding-top: 53px !important;
}

.cms-post-page .pt-54 {
    padding-top: 54px !important;
}

.cms-post-page .pt-55 {
    padding-top: 55px !important;
}

.cms-post-page .pt-56 {
    padding-top: 56px !important;
}

.cms-post-page .pt-57 {
    padding-top: 57px !important;
}

.cms-post-page .pt-58 {
    padding-top: 58px !important;
}

.cms-post-page .pt-59 {
    padding-top: 59px !important;
}

.cms-post-page .pt-60 {
    padding-top: 60px !important;
}

.cms-post-page .pt-61 {
    padding-top: 61px !important;
}

.cms-post-page .pt-62 {
    padding-top: 62px !important;
}

.cms-post-page .pt-63 {
    padding-top: 63px !important;
}

.cms-post-page .pt-64 {
    padding-top: 64px !important;
}

.cms-post-page .pt-65 {
    padding-top: 65px !important;
}

.cms-post-page .pt-66 {
    padding-top: 66px !important;
}

.cms-post-page .pt-67 {
    padding-top: 67px !important;
}

.cms-post-page .pt-68 {
    padding-top: 68px !important;
}

.cms-post-page .pt-69 {
    padding-top: 69px !important;
}

.cms-post-page .pt-70 {
    padding-top: 70px !important;
}

.cms-post-page .pt-71 {
    padding-top: 71px !important;
}

.cms-post-page .pt-72 {
    padding-top: 72px !important;
}

.cms-post-page .pt-73 {
    padding-top: 73px !important;
}

.cms-post-page .pt-74 {
    padding-top: 74px !important;
}

.cms-post-page .pt-75 {
    padding-top: 75px !important;
}

.cms-post-page .pt-76 {
    padding-top: 76px !important;
}

.cms-post-page .pt-77 {
    padding-top: 77px !important;
}

.cms-post-page .pt-78 {
    padding-top: 78px !important;
}

.cms-post-page .pt-79 {
    padding-top: 79px !important;
}

.cms-post-page .pt-80 {
    padding-top: 80px !important;
}

.cms-post-page .pt-81 {
    padding-top: 81px !important;
}

.cms-post-page .pt-82 {
    padding-top: 82px !important;
}

.cms-post-page .pt-83 {
    padding-top: 83px !important;
}

.cms-post-page .pt-84 {
    padding-top: 84px !important;
}

.cms-post-page .pt-85 {
    padding-top: 85px !important;
}

.cms-post-page .pt-86 {
    padding-top: 86px !important;
}

.cms-post-page .pt-87 {
    padding-top: 87px !important;
}

.cms-post-page .pt-88 {
    padding-top: 88px !important;
}

.cms-post-page .pt-89 {
    padding-top: 89px !important;
}

.cms-post-page .pt-90 {
    padding-top: 90px !important;
}

.cms-post-page .pt-91 {
    padding-top: 91px !important;
}

.cms-post-page .pt-92 {
    padding-top: 92px !important;
}

.cms-post-page .pt-93 {
    padding-top: 93px !important;
}

.cms-post-page .pt-94 {
    padding-top: 94px !important;
}

.cms-post-page .pt-95 {
    padding-top: 95px !important;
}

.cms-post-page .pt-96 {
    padding-top: 96px !important;
}

.cms-post-page .pt-97 {
    padding-top: 97px !important;
}

.cms-post-page .pt-98 {
    padding-top: 98px !important;
}

.cms-post-page .pt-99 {
    padding-top: 99px !important;
}

.cms-post-page .pt-100 {
    padding-top: 100px !important;
}
@media screen and (max-width: 736px) {
    .cms-post-page .pt-1 {
        padding-top: .26667vw !important;
    }

    .cms-post-page .pt-2 {
        padding-top: .53333vw !important;
    }

    .cms-post-page .pt-3 {
        padding-top: .8vw !important;
    }

    .cms-post-page .pt-4 {
        padding-top: 1.06667vw !important;
    }

    .cms-post-page .pt-5 {
        padding-top: 1.33333vw !important;
    }

    .cms-post-page .pt-6 {
        padding-top: 1.6vw !important;
    }

    .cms-post-page .pt-7 {
        padding-top: 1.86667vw !important;
    }

    .cms-post-page .pt-8 {
        padding-top: 2.13333vw !important;
    }

    .cms-post-page .pt-9 {
        padding-top: 2.4vw !important;
    }

    .cms-post-page .pt-10 {
        padding-top: 2.66667vw !important;
    }

    .cms-post-page .pt-11 {
        padding-top: 2.93333vw !important;
    }

    .cms-post-page .pt-12 {
        padding-top: 3.2vw !important;
    }

    .cms-post-page .pt-13 {
        padding-top: 3.46667vw !important;
    }

    .cms-post-page .pt-14 {
        padding-top: 3.73333vw !important;
    }

    .cms-post-page .pt-15 {
        padding-top: 4vw !important;
    }

    .cms-post-page .pt-16 {
        padding-top: 4.26667vw !important;
    }

    .cms-post-page .pt-17 {
        padding-top: 4.53333vw !important;
    }

    .cms-post-page .pt-18 {
        padding-top: 4.8vw !important;
    }

    .cms-post-page .pt-19 {
        padding-top: 5.06667vw !important;
    }

    .cms-post-page .pt-20 {
        padding-top: 5.33333vw !important;
    }

    .cms-post-page .pt-21 {
        padding-top: 5.6vw !important;
    }

    .cms-post-page .pt-22 {
        padding-top: 5.86667vw !important;
    }

    .cms-post-page .pt-23 {
        padding-top: 6.13333vw !important;
    }

    .cms-post-page .pt-24 {
        padding-top: 6.4vw !important;
    }

    .cms-post-page .pt-25 {
        padding-top: 6.66667vw !important;
    }

    .cms-post-page .pt-26 {
        padding-top: 6.93333vw !important;
    }

    .cms-post-page .pt-27 {
        padding-top: 7.2vw !important;
    }

    .cms-post-page .pt-28 {
        padding-top: 7.46667vw !important;
    }

    .cms-post-page .pt-29 {
        padding-top: 7.73333vw !important;
    }

    .cms-post-page .pt-30 {
        padding-top: 8vw !important;
    }

    .cms-post-page .pt-31 {
        padding-top: 8.26667vw !important;
    }

    .cms-post-page .pt-32 {
        padding-top: 8.53333vw !important;
    }

    .cms-post-page .pt-33 {
        padding-top: 8.8vw !important;
    }

    .cms-post-page .pt-34 {
        padding-top: 9.06667vw !important;
    }

    .cms-post-page .pt-35 {
        padding-top: 9.33333vw !important;
    }

    .cms-post-page .pt-36 {
        padding-top: 9.6vw !important;
    }

    .cms-post-page .pt-37 {
        padding-top: 9.86667vw !important;
    }

    .cms-post-page .pt-38 {
        padding-top: 10.13333vw !important;
    }

    .cms-post-page .pt-39 {
        padding-top: 10.4vw !important;
    }

    .cms-post-page .pt-40 {
        padding-top: 10.66667vw !important;
    }

    .cms-post-page .pt-41 {
        padding-top: 10.93333vw !important;
    }

    .cms-post-page .pt-42 {
        padding-top: 11.2vw !important;
    }

    .cms-post-page .pt-43 {
        padding-top: 11.46667vw !important;
    }

    .cms-post-page .pt-44 {
        padding-top: 11.73333vw !important;
    }

    .cms-post-page .pt-45 {
        padding-top: 12vw !important;
    }

    .cms-post-page .pt-46 {
        padding-top: 12.26667vw !important;
    }

    .cms-post-page .pt-47 {
        padding-top: 12.53333vw !important;
    }

    .cms-post-page .pt-48 {
        padding-top: 12.8vw !important;
    }

    .cms-post-page .pt-49 {
        padding-top: 13.06667vw !important;
    }

    .cms-post-page .pt-50 {
        padding-top: 13.33333vw !important;
    }

    .cms-post-page .pt-51 {
        padding-top: 13.6vw !important;
    }

    .cms-post-page .pt-52 {
        padding-top: 13.86667vw !important;
    }

    .cms-post-page .pt-53 {
        padding-top: 14.13333vw !important;
    }

    .cms-post-page .pt-54 {
        padding-top: 14.4vw !important;
    }

    .cms-post-page .pt-55 {
        padding-top: 14.66667vw !important;
    }

    .cms-post-page .pt-56 {
        padding-top: 14.93333vw !important;
    }

    .cms-post-page .pt-57 {
        padding-top: 15.2vw !important;
    }

    .cms-post-page .pt-58 {
        padding-top: 15.46667vw !important;
    }

    .cms-post-page .pt-59 {
        padding-top: 15.73333vw !important;
    }

    .cms-post-page .pt-60 {
        padding-top: 16vw !important;
    }

    .cms-post-page .pt-61 {
        padding-top: 16.26667vw !important;
    }

    .cms-post-page .pt-62 {
        padding-top: 16.53333vw !important;
    }

    .cms-post-page .pt-63 {
        padding-top: 16.8vw !important;
    }

    .cms-post-page .pt-64 {
        padding-top: 17.06667vw !important;
    }

    .cms-post-page .pt-65 {
        padding-top: 17.33333vw !important;
    }

    .cms-post-page .pt-66 {
        padding-top: 17.6vw !important;
    }

    .cms-post-page .pt-67 {
        padding-top: 17.86667vw !important;
    }

    .cms-post-page .pt-68 {
        padding-top: 18.13333vw !important;
    }

    .cms-post-page .pt-69 {
        padding-top: 18.4vw !important;
    }

    .cms-post-page .pt-70 {
        padding-top: 18.66667vw !important;
    }

    .cms-post-page .pt-71 {
        padding-top: 18.93333vw !important;
    }

    .cms-post-page .pt-72 {
        padding-top: 19.2vw !important;
    }

    .cms-post-page .pt-73 {
        padding-top: 19.46667vw !important;
    }

    .cms-post-page .pt-74 {
        padding-top: 19.73333vw !important;
    }

    .cms-post-page .pt-75 {
        padding-top: 20vw !important;
    }

    .cms-post-page .pt-76 {
        padding-top: 20.26667vw !important;
    }

    .cms-post-page .pt-77 {
        padding-top: 20.53333vw !important;
    }

    .cms-post-page .pt-78 {
        padding-top: 20.8vw !important;
    }

    .cms-post-page .pt-79 {
        padding-top: 21.06667vw !important;
    }

    .cms-post-page .pt-80 {
        padding-top: 21.33333vw !important;
    }

    .cms-post-page .pt-81 {
        padding-top: 21.6vw !important;
    }

    .cms-post-page .pt-82 {
        padding-top: 21.86667vw !important;
    }

    .cms-post-page .pt-83 {
        padding-top: 22.13333vw !important;
    }

    .cms-post-page .pt-84 {
        padding-top: 22.4vw !important;
    }

    .cms-post-page .pt-85 {
        padding-top: 22.66667vw !important;
    }

    .cms-post-page .pt-86 {
        padding-top: 22.93333vw !important;
    }

    .cms-post-page .pt-87 {
        padding-top: 23.2vw !important;
    }

    .cms-post-page .pt-88 {
        padding-top: 23.46667vw !important;
    }

    .cms-post-page .pt-89 {
        padding-top: 23.73333vw !important;
    }

    .cms-post-page .pt-90 {
        padding-top: 24vw !important;
    }

    .cms-post-page .pt-91 {
        padding-top: 24.26667vw !important;
    }

    .cms-post-page .pt-92 {
        padding-top: 24.53333vw !important;
    }

    .cms-post-page .pt-93 {
        padding-top: 24.8vw !important;
    }

    .cms-post-page .pt-94 {
        padding-top: 25.06667vw !important;
    }

    .cms-post-page .pt-95 {
        padding-top: 25.33333vw !important;
    }

    .cms-post-page .pt-96 {
        padding-top: 25.6vw !important;
    }

    .cms-post-page .pt-97 {
        padding-top: 25.86667vw !important;
    }

    .cms-post-page .pt-98 {
        padding-top: 26.13333vw !important;
    }

    .cms-post-page .pt-99 {
        padding-top: 26.4vw !important;
    }

    .cms-post-page .pt-100 {
        padding-top: 26.66667vw !important;
    }
}

/* pb */
.cms-post-page .pb-0 {
    padding-bottom: 0px !important;
}

.cms-post-page .pb-1 {
    padding-bottom: 1px !important;
}

.cms-post-page .pb-2 {
    padding-bottom: 2px !important;
}

.cms-post-page .pb-3 {
    padding-bottom: 3px !important;
}

.cms-post-page .pb-4 {
    padding-bottom: 4px !important;
}

.cms-post-page .pb-5 {
    padding-bottom: 5px !important;
}

.cms-post-page .pb-6 {
    padding-bottom: 6px !important;
}

.cms-post-page .pb-7 {
    padding-bottom: 7px !important;
}

.cms-post-page .pb-8 {
    padding-bottom: 8px !important;
}

.cms-post-page .pb-9 {
    padding-bottom: 9px !important;
}

.cms-post-page .pb-10 {
    padding-bottom: 10px !important;
}

.cms-post-page .pb-11 {
    padding-bottom: 11px !important;
}

.cms-post-page .pb-12 {
    padding-bottom: 12px !important;
}

.cms-post-page .pb-13 {
    padding-bottom: 13px !important;
}

.cms-post-page .pb-14 {
    padding-bottom: 14px !important;
}

.cms-post-page .pb-15 {
    padding-bottom: 15px !important;
}

.cms-post-page .pb-16 {
    padding-bottom: 16px !important;
}

.cms-post-page .pb-17 {
    padding-bottom: 17px !important;
}

.cms-post-page .pb-18 {
    padding-bottom: 18px !important;
}

.cms-post-page .pb-19 {
    padding-bottom: 19px !important;
}

.cms-post-page .pb-20 {
    padding-bottom: 20px !important;
}

.cms-post-page .pb-21 {
    padding-bottom: 21px !important;
}

.cms-post-page .pb-22 {
    padding-bottom: 22px !important;
}

.cms-post-page .pb-23 {
    padding-bottom: 23px !important;
}

.cms-post-page .pb-24 {
    padding-bottom: 24px !important;
}

.cms-post-page .pb-25 {
    padding-bottom: 25px !important;
}

.cms-post-page .pb-26 {
    padding-bottom: 26px !important;
}

.cms-post-page .pb-27 {
    padding-bottom: 27px !important;
}

.cms-post-page .pb-28 {
    padding-bottom: 28px !important;
}

.cms-post-page .pb-29 {
    padding-bottom: 29px !important;
}

.cms-post-page .pb-30 {
    padding-bottom: 30px !important;
}

.cms-post-page .pb-31 {
    padding-bottom: 31px !important;
}

.cms-post-page .pb-32 {
    padding-bottom: 32px !important;
}

.cms-post-page .pb-33 {
    padding-bottom: 33px !important;
}

.cms-post-page .pb-34 {
    padding-bottom: 34px !important;
}

.cms-post-page .pb-35 {
    padding-bottom: 35px !important;
}

.cms-post-page .pb-36 {
    padding-bottom: 36px !important;
}

.cms-post-page .pb-37 {
    padding-bottom: 37px !important;
}

.cms-post-page .pb-38 {
    padding-bottom: 38px !important;
}

.cms-post-page .pb-39 {
    padding-bottom: 39px !important;
}

.cms-post-page .pb-40 {
    padding-bottom: 40px !important;
}

.cms-post-page .pb-41 {
    padding-bottom: 41px !important;
}

.cms-post-page .pb-42 {
    padding-bottom: 42px !important;
}

.cms-post-page .pb-43 {
    padding-bottom: 43px !important;
}

.cms-post-page .pb-44 {
    padding-bottom: 44px !important;
}

.cms-post-page .pb-45 {
    padding-bottom: 45px !important;
}

.cms-post-page .pb-46 {
    padding-bottom: 46px !important;
}

.cms-post-page .pb-47 {
    padding-bottom: 47px !important;
}

.cms-post-page .pb-48 {
    padding-bottom: 48px !important;
}

.cms-post-page .pb-49 {
    padding-bottom: 49px !important;
}

.cms-post-page .pb-50 {
    padding-bottom: 50px !important;
}

.cms-post-page .pb-51 {
    padding-bottom: 51px !important;
}

.cms-post-page .pb-52 {
    padding-bottom: 52px !important;
}

.cms-post-page .pb-53 {
    padding-bottom: 53px !important;
}

.cms-post-page .pb-54 {
    padding-bottom: 54px !important;
}

.cms-post-page .pb-55 {
    padding-bottom: 55px !important;
}

.cms-post-page .pb-56 {
    padding-bottom: 56px !important;
}

.cms-post-page .pb-57 {
    padding-bottom: 57px !important;
}

.cms-post-page .pb-58 {
    padding-bottom: 58px !important;
}

.cms-post-page .pb-59 {
    padding-bottom: 59px !important;
}

.cms-post-page .pb-60 {
    padding-bottom: 60px !important;
}

.cms-post-page .pb-61 {
    padding-bottom: 61px !important;
}

.cms-post-page .pb-62 {
    padding-bottom: 62px !important;
}

.cms-post-page .pb-63 {
    padding-bottom: 63px !important;
}

.cms-post-page .pb-64 {
    padding-bottom: 64px !important;
}

.cms-post-page .pb-65 {
    padding-bottom: 65px !important;
}

.cms-post-page .pb-66 {
    padding-bottom: 66px !important;
}

.cms-post-page .pb-67 {
    padding-bottom: 67px !important;
}

.cms-post-page .pb-68 {
    padding-bottom: 68px !important;
}

.cms-post-page .pb-69 {
    padding-bottom: 69px !important;
}

.cms-post-page .pb-70 {
    padding-bottom: 70px !important;
}

.cms-post-page .pb-71 {
    padding-bottom: 71px !important;
}

.cms-post-page .pb-72 {
    padding-bottom: 72px !important;
}

.cms-post-page .pb-73 {
    padding-bottom: 73px !important;
}

.cms-post-page .pb-74 {
    padding-bottom: 74px !important;
}

.cms-post-page .pb-75 {
    padding-bottom: 75px !important;
}

.cms-post-page .pb-76 {
    padding-bottom: 76px !important;
}

.cms-post-page .pb-77 {
    padding-bottom: 77px !important;
}

.cms-post-page .pb-78 {
    padding-bottom: 78px !important;
}

.cms-post-page .pb-79 {
    padding-bottom: 79px !important;
}

.cms-post-page .pb-80 {
    padding-bottom: 80px !important;
}

.cms-post-page .pb-81 {
    padding-bottom: 81px !important;
}

.cms-post-page .pb-82 {
    padding-bottom: 82px !important;
}

.cms-post-page .pb-83 {
    padding-bottom: 83px !important;
}

.cms-post-page .pb-84 {
    padding-bottom: 84px !important;
}

.cms-post-page .pb-85 {
    padding-bottom: 85px !important;
}

.cms-post-page .pb-86 {
    padding-bottom: 86px !important;
}

.cms-post-page .pb-87 {
    padding-bottom: 87px !important;
}

.cms-post-page .pb-88 {
    padding-bottom: 88px !important;
}

.cms-post-page .pb-89 {
    padding-bottom: 89px !important;
}

.cms-post-page .pb-90 {
    padding-bottom: 90px !important;
}

.cms-post-page .pb-91 {
    padding-bottom: 91px !important;
}

.cms-post-page .pb-92 {
    padding-bottom: 92px !important;
}

.cms-post-page .pb-93 {
    padding-bottom: 93px !important;
}

.cms-post-page .pb-94 {
    padding-bottom: 94px !important;
}

.cms-post-page .pb-95 {
    padding-bottom: 95px !important;
}

.cms-post-page .pb-96 {
    padding-bottom: 96px !important;
}

.cms-post-page .pb-97 {
    padding-bottom: 97px !important;
}

.cms-post-page .pb-98 {
    padding-bottom: 98px !important;
}

.cms-post-page .pb-99 {
    padding-bottom: 99px !important;
}

.cms-post-page .pb-100 {
    padding-bottom: 100px !important;
}

/* pr */
.cms-post-page .pr-0 {
    padding-right: 0px !important;
}

.cms-post-page .pr-1 {
    padding-right: 1px !important;
}

.cms-post-page .pr-2 {
    padding-right: 2px !important;
}

.cms-post-page .pr-3 {
    padding-right: 3px !important;
}

.cms-post-page .pr-4 {
    padding-right: 4px !important;
}

.cms-post-page .pr-5 {
    padding-right: 5px !important;
}

.cms-post-page .pr-6 {
    padding-right: 6px !important;
}

.cms-post-page .pr-7 {
    padding-right: 7px !important;
}

.cms-post-page .pr-8 {
    padding-right: 8px !important;
}

.cms-post-page .pr-9 {
    padding-right: 9px !important;
}

.cms-post-page .pr-10 {
    padding-right: 10px !important;
}

.cms-post-page .pr-11 {
    padding-right: 11px !important;
}

.cms-post-page .pr-12 {
    padding-right: 12px !important;
}

.cms-post-page .pr-13 {
    padding-right: 13px !important;
}

.cms-post-page .pr-14 {
    padding-right: 14px !important;
}

.cms-post-page .pr-15 {
    padding-right: 15px !important;
}

.cms-post-page .pr-16 {
    padding-right: 16px !important;
}

.cms-post-page .pr-17 {
    padding-right: 17px !important;
}

.cms-post-page .pr-18 {
    padding-right: 18px !important;
}

.cms-post-page .pr-19 {
    padding-right: 19px !important;
}

.cms-post-page .pr-20 {
    padding-right: 20px !important;
}

.cms-post-page .pr-21 {
    padding-right: 21px !important;
}

.cms-post-page .pr-22 {
    padding-right: 22px !important;
}

.cms-post-page .pr-23 {
    padding-right: 23px !important;
}

.cms-post-page .pr-24 {
    padding-right: 24px !important;
}

.cms-post-page .pr-25 {
    padding-right: 25px !important;
}

.cms-post-page .pr-26 {
    padding-right: 26px !important;
}

.cms-post-page .pr-27 {
    padding-right: 27px !important;
}

.cms-post-page .pr-28 {
    padding-right: 28px !important;
}

.cms-post-page .pr-29 {
    padding-right: 29px !important;
}

.cms-post-page .pr-30 {
    padding-right: 30px !important;
}

.cms-post-page .pr-31 {
    padding-right: 31px !important;
}

.cms-post-page .pr-32 {
    padding-right: 32px !important;
}

.cms-post-page .pr-33 {
    padding-right: 33px !important;
}

.cms-post-page .pr-34 {
    padding-right: 34px !important;
}

.cms-post-page .pr-35 {
    padding-right: 35px !important;
}

.cms-post-page .pr-36 {
    padding-right: 36px !important;
}

.cms-post-page .pr-37 {
    padding-right: 37px !important;
}

.cms-post-page .pr-38 {
    padding-right: 38px !important;
}

.cms-post-page .pr-39 {
    padding-right: 39px !important;
}

.cms-post-page .pr-40 {
    padding-right: 40px !important;
}

.cms-post-page .pr-41 {
    padding-right: 41px !important;
}

.cms-post-page .pr-42 {
    padding-right: 42px !important;
}

.cms-post-page .pr-43 {
    padding-right: 43px !important;
}

.cms-post-page .pr-44 {
    padding-right: 44px !important;
}

.cms-post-page .pr-45 {
    padding-right: 45px !important;
}

.cms-post-page .pr-46 {
    padding-right: 46px !important;
}

.cms-post-page .pr-47 {
    padding-right: 47px !important;
}

.cms-post-page .pr-48 {
    padding-right: 48px !important;
}

.cms-post-page .pr-49 {
    padding-right: 49px !important;
}

.cms-post-page .pr-50 {
    padding-right: 50px !important;
}

.cms-post-page .pr-51 {
    padding-right: 51px !important;
}

.cms-post-page .pr-52 {
    padding-right: 52px !important;
}

.cms-post-page .pr-53 {
    padding-right: 53px !important;
}

.cms-post-page .pr-54 {
    padding-right: 54px !important;
}

.cms-post-page .pr-55 {
    padding-right: 55px !important;
}

.cms-post-page .pr-56 {
    padding-right: 56px !important;
}

.cms-post-page .pr-57 {
    padding-right: 57px !important;
}

.cms-post-page .pr-58 {
    padding-right: 58px !important;
}

.cms-post-page .pr-59 {
    padding-right: 59px !important;
}

.cms-post-page .pr-60 {
    padding-right: 60px !important;
}

.cms-post-page .pr-61 {
    padding-right: 61px !important;
}

.cms-post-page .pr-62 {
    padding-right: 62px !important;
}

.cms-post-page .pr-63 {
    padding-right: 63px !important;
}

.cms-post-page .pr-64 {
    padding-right: 64px !important;
}

.cms-post-page .pr-65 {
    padding-right: 65px !important;
}

.cms-post-page .pr-66 {
    padding-right: 66px !important;
}

.cms-post-page .pr-67 {
    padding-right: 67px !important;
}

.cms-post-page .pr-68 {
    padding-right: 68px !important;
}

.cms-post-page .pr-69 {
    padding-right: 69px !important;
}

.cms-post-page .pr-70 {
    padding-right: 70px !important;
}

.cms-post-page .pr-71 {
    padding-right: 71px !important;
}

.cms-post-page .pr-72 {
    padding-right: 72px !important;
}

.cms-post-page .pr-73 {
    padding-right: 73px !important;
}

.cms-post-page .pr-74 {
    padding-right: 74px !important;
}

.cms-post-page .pr-75 {
    padding-right: 75px !important;
}

.cms-post-page .pr-76 {
    padding-right: 76px !important;
}

.cms-post-page .pr-77 {
    padding-right: 77px !important;
}

.cms-post-page .pr-78 {
    padding-right: 78px !important;
}

.cms-post-page .pr-79 {
    padding-right: 79px !important;
}

.cms-post-page .pr-80 {
    padding-right: 80px !important;
}

.cms-post-page .pr-81 {
    padding-right: 81px !important;
}

.cms-post-page .pr-82 {
    padding-right: 82px !important;
}

.cms-post-page .pr-83 {
    padding-right: 83px !important;
}

.cms-post-page .pr-84 {
    padding-right: 84px !important;
}

.cms-post-page .pr-85 {
    padding-right: 85px !important;
}

.cms-post-page .pr-86 {
    padding-right: 86px !important;
}

.cms-post-page .pr-87 {
    padding-right: 87px !important;
}

.cms-post-page .pr-88 {
    padding-right: 88px !important;
}

.cms-post-page .pr-89 {
    padding-right: 89px !important;
}

.cms-post-page .pr-90 {
    padding-right: 90px !important;
}

.cms-post-page .pr-91 {
    padding-right: 91px !important;
}

.cms-post-page .pr-92 {
    padding-right: 92px !important;
}

.cms-post-page .pr-93 {
    padding-right: 93px !important;
}

.cms-post-page .pr-94 {
    padding-right: 94px !important;
}

.cms-post-page .pr-95 {
    padding-right: 95px !important;
}

.cms-post-page .pr-96 {
    padding-right: 96px !important;
}

.cms-post-page .pr-97 {
    padding-right: 97px !important;
}

.cms-post-page .pr-98 {
    padding-right: 98px !important;
}

.cms-post-page .pr-99 {
    padding-right: 99px !important;
}

.cms-post-page .pr-100 {
    padding-right: 100px !important;
}

/* pl */
.cms-post-page .pl-0 {
    padding-left: 0px !important;
}

.cms-post-page .pl-1 {
    padding-left: 1px !important;
}

.cms-post-page .pl-2 {
    padding-left: 2px !important;
}

.cms-post-page .pl-3 {
    padding-left: 3px !important;
}

.cms-post-page .pl-4 {
    padding-left: 4px !important;
}

.cms-post-page .pl-5 {
    padding-left: 5px !important;
}

.cms-post-page .pl-6 {
    padding-left: 6px !important;
}

.cms-post-page .pl-7 {
    padding-left: 7px !important;
}

.cms-post-page .pl-8 {
    padding-left: 8px !important;
}

.cms-post-page .pl-9 {
    padding-left: 9px !important;
}

.cms-post-page .pl-10 {
    padding-left: 10px !important;
}

.cms-post-page .pl-11 {
    padding-left: 11px !important;
}

.cms-post-page .pl-12 {
    padding-left: 12px !important;
}

.cms-post-page .pl-13 {
    padding-left: 13px !important;
}

.cms-post-page .pl-14 {
    padding-left: 14px !important;
}

.cms-post-page .pl-15 {
    padding-left: 15px !important;
}

.cms-post-page .pl-16 {
    padding-left: 16px !important;
}

.cms-post-page .pl-17 {
    padding-left: 17px !important;
}

.cms-post-page .pl-18 {
    padding-left: 18px !important;
}

.cms-post-page .pl-19 {
    padding-left: 19px !important;
}

.cms-post-page .pl-20 {
    padding-left: 20px !important;
}

.cms-post-page .pl-21 {
    padding-left: 21px !important;
}

.cms-post-page .pl-22 {
    padding-left: 22px !important;
}

.cms-post-page .pl-23 {
    padding-left: 23px !important;
}

.cms-post-page .pl-24 {
    padding-left: 24px !important;
}

.cms-post-page .pl-25 {
    padding-left: 25px !important;
}

.cms-post-page .pl-26 {
    padding-left: 26px !important;
}

.cms-post-page .pl-27 {
    padding-left: 27px !important;
}

.cms-post-page .pl-28 {
    padding-left: 28px !important;
}

.cms-post-page .pl-29 {
    padding-left: 29px !important;
}

.cms-post-page .pl-30 {
    padding-left: 30px !important;
}

.cms-post-page .pl-31 {
    padding-left: 31px !important;
}

.cms-post-page .pl-32 {
    padding-left: 32px !important;
}

.cms-post-page .pl-33 {
    padding-left: 33px !important;
}

.cms-post-page .pl-34 {
    padding-left: 34px !important;
}

.cms-post-page .pl-35 {
    padding-left: 35px !important;
}

.cms-post-page .pl-36 {
    padding-left: 36px !important;
}

.cms-post-page .pl-37 {
    padding-left: 37px !important;
}

.cms-post-page .pl-38 {
    padding-left: 38px !important;
}

.cms-post-page .pl-39 {
    padding-left: 39px !important;
}

.cms-post-page .pl-40 {
    padding-left: 40px !important;
}

.cms-post-page .pl-41 {
    padding-left: 41px !important;
}

.cms-post-page .pl-42 {
    padding-left: 42px !important;
}

.cms-post-page .pl-43 {
    padding-left: 43px !important;
}

.cms-post-page .pl-44 {
    padding-left: 44px !important;
}

.cms-post-page .pl-45 {
    padding-left: 45px !important;
}

.cms-post-page .pl-46 {
    padding-left: 46px !important;
}

.cms-post-page .pl-47 {
    padding-left: 47px !important;
}

.cms-post-page .pl-48 {
    padding-left: 48px !important;
}

.cms-post-page .pl-49 {
    padding-left: 49px !important;
}

.cms-post-page .pl-50 {
    padding-left: 50px !important;
}

.cms-post-page .pl-51 {
    padding-left: 51px !important;
}

.cms-post-page .pl-52 {
    padding-left: 52px !important;
}

.cms-post-page .pl-53 {
    padding-left: 53px !important;
}

.cms-post-page .pl-54 {
    padding-left: 54px !important;
}

.cms-post-page .pl-55 {
    padding-left: 55px !important;
}

.cms-post-page .pl-56 {
    padding-left: 56px !important;
}

.cms-post-page .pl-57 {
    padding-left: 57px !important;
}

.cms-post-page .pl-58 {
    padding-left: 58px !important;
}

.cms-post-page .pl-59 {
    padding-left: 59px !important;
}

.cms-post-page .pl-60 {
    padding-left: 60px !important;
}

.cms-post-page .pl-61 {
    padding-left: 61px !important;
}

.cms-post-page .pl-62 {
    padding-left: 62px !important;
}

.cms-post-page .pl-63 {
    padding-left: 63px !important;
}

.cms-post-page .pl-64 {
    padding-left: 64px !important;
}

.cms-post-page .pl-65 {
    padding-left: 65px !important;
}

.cms-post-page .pl-66 {
    padding-left: 66px !important;
}

.cms-post-page .pl-67 {
    padding-left: 67px !important;
}

.cms-post-page .pl-68 {
    padding-left: 68px !important;
}

.cms-post-page .pl-69 {
    padding-left: 69px !important;
}

.cms-post-page .pl-70 {
    padding-left: 70px !important;
}

.cms-post-page .pl-71 {
    padding-left: 71px !important;
}

.cms-post-page .pl-72 {
    padding-left: 72px !important;
}

.cms-post-page .pl-73 {
    padding-left: 73px !important;
}

.cms-post-page .pl-74 {
    padding-left: 74px !important;
}

.cms-post-page .pl-75 {
    padding-left: 75px !important;
}

.cms-post-page .pl-76 {
    padding-left: 76px !important;
}

.cms-post-page .pl-77 {
    padding-left: 77px !important;
}

.cms-post-page .pl-78 {
    padding-left: 78px !important;
}

.cms-post-page .pl-79 {
    padding-left: 79px !important;
}

.cms-post-page .pl-80 {
    padding-left: 80px !important;
}

.cms-post-page .pl-81 {
    padding-left: 81px !important;
}

.cms-post-page .pl-82 {
    padding-left: 82px !important;
}

.cms-post-page .pl-83 {
    padding-left: 83px !important;
}

.cms-post-page .pl-84 {
    padding-left: 84px !important;
}

.cms-post-page .pl-85 {
    padding-left: 85px !important;
}

.cms-post-page .pl-86 {
    padding-left: 86px !important;
}

.cms-post-page .pl-87 {
    padding-left: 87px !important;
}

.cms-post-page .pl-88 {
    padding-left: 88px !important;
}

.cms-post-page .pl-89 {
    padding-left: 89px !important;
}

.cms-post-page .pl-90 {
    padding-left: 90px !important;
}

.cms-post-page .pl-91 {
    padding-left: 91px !important;
}

.cms-post-page .pl-92 {
    padding-left: 92px !important;
}

.cms-post-page .pl-93 {
    padding-left: 93px !important;
}

.cms-post-page .pl-94 {
    padding-left: 94px !important;
}

.cms-post-page .pl-95 {
    padding-left: 95px !important;
}

.cms-post-page .pl-96 {
    padding-left: 96px !important;
}

.cms-post-page .pl-97 {
    padding-left: 97px !important;
}

.cms-post-page .pl-98 {
    padding-left: 98px !important;
}

.cms-post-page .pl-99 {
    padding-left: 99px !important;
}

.cms-post-page .pl-100 {
    padding-left: 100px !important;
}
@media screen and (max-width: 736px) {

    .cms-post-page .pl-1 {
        padding-left: .26667vw!important
    }

    .cms-post-page .pl-2 {
        padding-left: .53333vw!important
    }

    .cms-post-page .pl-3 {
        padding-left: .8vw!important
    }

    .cms-post-page .pl-4 {
        padding-left: 1.06667vw!important
    }

    .cms-post-page .pl-5 {
        padding-left: 1.33333vw!important
    }

    .cms-post-page .pl-6 {
        padding-left: 1.6vw!important
    }

    .cms-post-page .pl-7 {
        padding-left: 1.86667vw!important
    }

    .cms-post-page .pl-8 {
        padding-left: 2.13333vw!important
    }

    .cms-post-page .pl-9 {
        padding-left: 2.4vw!important
    }

    .cms-post-page .pl-10 {
        padding-left: 2.66667vw!important
    }

    .cms-post-page .pl-11 {
        padding-left: 2.93333vw!important
    }

    .cms-post-page .pl-12 {
        padding-left: 3.2vw!important
    }

    .cms-post-page .pl-13 {
        padding-left: 3.46667vw!important
    }

    .cms-post-page .pl-14 {
        padding-left: 3.73333vw!important
    }

    .cms-post-page .pl-15 {
        padding-left: 4vw!important
    }

    .cms-post-page .pl-16 {
        padding-left: 4.26667vw!important
    }

    .cms-post-page .pl-17 {
        padding-left: 4.53333vw!important
    }

    .cms-post-page .pl-18 {
        padding-left: 4.8vw!important
    }

    .cms-post-page .pl-19 {
        padding-left: 5.06667vw!important
    }

    .cms-post-page .pl-20 {
        padding-left: 5.33333vw!important
    }

    .cms-post-page .pl-21 {
        padding-left: 5.6vw!important
    }

    .cms-post-page .pl-22 {
        padding-left: 5.86667vw!important
    }

    .cms-post-page .pl-23 {
        padding-left: 6.13333vw!important
    }

    .cms-post-page .pl-24 {
        padding-left: 6.4vw!important
    }

    .cms-post-page .pl-25 {
        padding-left: 6.66667vw!important
    }

    .cms-post-page .pl-26 {
        padding-left: 6.93333vw!important
    }

    .cms-post-page .pl-27 {
        padding-left: 7.2vw!important
    }

    .cms-post-page .pl-28 {
        padding-left: 7.46667vw!important
    }

    .cms-post-page .pl-29 {
        padding-left: 7.73333vw!important
    }

    .cms-post-page .pl-30 {
        padding-left: 8vw!important
    }

    .cms-post-page .pl-31 {
        padding-left: 8.26667vw!important
    }

    .cms-post-page .pl-32 {
        padding-left: 8.53333vw!important
    }

    .cms-post-page .pl-33 {
        padding-left: 8.8vw!important
    }

    .cms-post-page .pl-34 {
        padding-left: 9.06667vw!important
    }

    .cms-post-page .pl-35 {
        padding-left: 9.33333vw!important
    }

    .cms-post-page .pl-36 {
        padding-left: 9.6vw!important
    }

    .cms-post-page .pl-37 {
        padding-left: 9.86667vw!important
    }

    .cms-post-page .pl-38 {
        padding-left: 10.13333vw!important
    }

    .cms-post-page .pl-39 {
        padding-left: 10.4vw!important
    }

    .cms-post-page .pl-40 {
        padding-left: 10.66667vw!important
    }

    .cms-post-page .pl-41 {
        padding-left: 10.93333vw!important
    }

    .cms-post-page .pl-42 {
        padding-left: 11.2vw!important
    }

    .cms-post-page .pl-43 {
        padding-left: 11.46667vw!important
    }

    .cms-post-page .pl-44 {
        padding-left: 11.73333vw!important
    }

    .cms-post-page .pl-45 {
        padding-left: 12vw!important
    }

    .cms-post-page .pl-46 {
        padding-left: 12.26667vw!important
    }

    .cms-post-page .pl-47 {
        padding-left: 12.53333vw!important
    }

    .cms-post-page .pl-48 {
        padding-left: 12.8vw!important
    }

    .cms-post-page .pl-49 {
        padding-left: 13.06667vw!important
    }

    .cms-post-page .pl-50 {
        padding-left: 13.33333vw!important
    }

    .cms-post-page .pl-51 {
        padding-left: 13.6vw!important
    }

    .cms-post-page .pl-52 {
        padding-left: 13.86667vw!important
    }

    .cms-post-page .pl-53 {
        padding-left: 14.13333vw!important
    }

    .cms-post-page .pl-54 {
        padding-left: 14.4vw!important
    }

    .cms-post-page .pl-55 {
        padding-left: 14.66667vw!important
    }

    .cms-post-page .pl-56 {
        padding-left: 14.93333vw!important
    }

    .cms-post-page .pl-57 {
        padding-left: 15.2vw!important
    }

    .cms-post-page .pl-58 {
        padding-left: 15.46667vw!important
    }

    .cms-post-page .pl-59 {
        padding-left: 15.73333vw!important
    }

    .cms-post-page .pl-60 {
        padding-left: 16vw!important
    }

    .cms-post-page .pl-61 {
        padding-left: 16.26667vw!important
    }

    .cms-post-page .pl-62 {
        padding-left: 16.53333vw!important
    }

    .cms-post-page .pl-63 {
        padding-left: 16.8vw!important
    }

    .cms-post-page .pl-64 {
        padding-left: 17.06667vw!important
    }

    .cms-post-page .pl-65 {
        padding-left: 17.33333vw!important
    }

    .cms-post-page .pl-66 {
        padding-left: 17.6vw!important
    }

    .cms-post-page .pl-67 {
        padding-left: 17.86667vw!important
    }

    .cms-post-page .pl-68 {
        padding-left: 18.13333vw!important
    }

    .cms-post-page .pl-69 {
        padding-left: 18.4vw!important
    }

    .cms-post-page .pl-70 {
        padding-left: 18.66667vw!important
    }

    .cms-post-page .pl-71 {
        padding-left: 18.93333vw!important
    }

    .cms-post-page .pl-72 {
        padding-left: 19.2vw!important
    }

    .cms-post-page .pl-73 {
        padding-left: 19.46667vw!important
    }

    .cms-post-page .pl-74 {
        padding-left: 19.73333vw!important
    }

    .cms-post-page .pl-75 {
        padding-left: 20vw!important
    }

    .cms-post-page .pl-76 {
        padding-left: 20.26667vw!important
    }

    .cms-post-page .pl-77 {
        padding-left: 20.53333vw!important
    }

    .cms-post-page .pl-78 {
        padding-left: 20.8vw!important
    }

    .cms-post-page .pl-79 {
        padding-left: 21.06667vw!important
    }

    .cms-post-page .pl-80 {
        padding-left: 21.33333vw!important
    }

    .cms-post-page .pl-81 {
        padding-left: 21.6vw!important
    }

    .cms-post-page .pl-82 {
        padding-left: 21.86667vw!important
    }

    .cms-post-page .pl-83 {
        padding-left: 22.13333vw!important
    }

    .cms-post-page .pl-84 {
        padding-left: 22.4vw!important
    }

    .cms-post-page .pl-85 {
        padding-left: 22.66667vw!important
    }

    .cms-post-page .pl-86 {
        padding-left: 22.93333vw!important
    }

    .cms-post-page .pl-87 {
        padding-left: 23.2vw!important
    }

    .cms-post-page .pl-88 {
        padding-left: 23.46667vw!important
    }

    .cms-post-page .pl-89 {
        padding-left: 23.73333vw!important
    }

    .cms-post-page .pl-90 {
        padding-left: 24vw!important
    }

    .cms-post-page .pl-91 {
        padding-left: 24.26667vw!important
    }

    .cms-post-page .pl-92 {
        padding-left: 24.53333vw!important
    }

    .cms-post-page .pl-93 {
        padding-left: 24.8vw!important
    }

    .cms-post-page .pl-94 {
        padding-left: 25.06667vw!important
    }

    .cms-post-page .pl-95 {
        padding-left: 25.33333vw!important
    }

    .cms-post-page .pl-96 {
        padding-left: 25.6vw!important
    }

    .cms-post-page .pl-97 {
        padding-left: 25.86667vw!important
    }

    .cms-post-page .pl-98 {
        padding-left: 26.13333vw!important
    }

    .cms-post-page .pl-99 {
        padding-left: 26.4vw!important
    }

    .cms-post-page .pl-100 {
        padding-left: 26.66667vw!important
    }
}
    @media screen and (max-width: 736px) {
        .cms-post-page .pb-1 {
            padding-bottom: .26667vw !important;
        }
    
        .cms-post-page .pb-2 {
            padding-bottom: .53333vw !important;
        }
    
        .cms-post-page .pb-3 {
            padding-bottom: .8vw !important;
        }
    
        .cms-post-page .pb-4 {
            padding-bottom: 1.06667vw !important;
        }
    
        .cms-post-page .pb-5 {
            padding-bottom: 1.33333vw !important;
        }
    
        .cms-post-page .pb-6 {
            padding-bottom: 1.6vw !important;
        }
    
        .cms-post-page .pb-7 {
            padding-bottom: 1.86667vw !important;
        }
    
        .cms-post-page .pb-8 {
            padding-bottom: 2.13333vw !important;
        }
    
        .cms-post-page .pb-9 {
            padding-bottom: 2.4vw !important;
        }
    
        .cms-post-page .pb-10 {
            padding-bottom: 2.66667vw !important;
        }
    
        .cms-post-page .pb-11 {
            padding-bottom: 2.93333vw !important;
        }
    
        .cms-post-page .pb-12 {
            padding-bottom: 3.2vw !important;
        }
    
        .cms-post-page .pb-13 {
            padding-bottom: 3.46667vw !important;
        }
    
        .cms-post-page .pb-14 {
            padding-bottom: 3.73333vw !important;
        }
    
        .cms-post-page .pb-15 {
            padding-bottom: 4vw !important;
        }
    
        .cms-post-page .pb-16 {
            padding-bottom: 4.26667vw !important;
        }
    
        .cms-post-page .pb-17 {
            padding-bottom: 4.53333vw !important;
        }
    
        .cms-post-page .pb-18 {
            padding-bottom: 4.8vw !important;
        }
    
        .cms-post-page .pb-19 {
            padding-bottom: 5.06667vw !important;
        }
    
        .cms-post-page .pb-20 {
            padding-bottom: 5.33333vw !important;
        }
    
        .cms-post-page .pb-21 {
            padding-bottom: 5.6vw !important;
        }
    
        .cms-post-page .pb-22 {
            padding-bottom: 5.86667vw !important;
        }
    
        .cms-post-page .pb-23 {
            padding-bottom: 6.13333vw !important;
        }
    
        .cms-post-page .pb-24 {
            padding-bottom: 6.4vw !important;
        }
    
        .cms-post-page .pb-25 {
            padding-bottom: 6.66667vw !important;
        }
    
        .cms-post-page .pb-26 {
            padding-bottom: 6.93333vw !important;
        }
    
        .cms-post-page .pb-27 {
            padding-bottom: 7.2vw !important;
        }
    
        .cms-post-page .pb-28 {
            padding-bottom: 7.46667vw !important;
        }
    
        .cms-post-page .pb-29 {
            padding-bottom: 7.73333vw !important;
        }
    
        .cms-post-page .pb-30 {
            padding-bottom: 8vw !important;
        }
    
        .cms-post-page .pb-31 {
            padding-bottom: 8.26667vw !important;
        }
    
        .cms-post-page .pb-32 {
            padding-bottom: 8.53333vw !important;
        }
    
        .cms-post-page .pb-33 {
            padding-bottom: 8.8vw !important;
        }
    
        .cms-post-page .pb-34 {
            padding-bottom: 9.06667vw !important;
        }
    
        .cms-post-page .pb-35 {
            padding-bottom: 9.33333vw !important;
        }
    
        .cms-post-page .pb-36 {
            padding-bottom: 9.6vw !important;
        }
    
        .cms-post-page .pb-37 {
            padding-bottom: 9.86667vw !important;
        }
    
        .cms-post-page .pb-38 {
            padding-bottom: 10.13333vw !important;
        }
    
        .cms-post-page .pb-39 {
            padding-bottom: 10.4vw !important;
        }
    
        .cms-post-page .pb-40 {
            padding-bottom: 10.66667vw !important;
        }
    
        .cms-post-page .pb-41 {
            padding-bottom: 10.93333vw !important;
        }
    
        .cms-post-page .pb-42 {
            padding-bottom: 11.2vw !important;
        }
    
        .cms-post-page .pb-43 {
            padding-bottom: 11.46667vw !important;
        }
    
        .cms-post-page .pb-44 {
            padding-bottom: 11.73333vw !important;
        }
    
        .cms-post-page .pb-45 {
            padding-bottom: 12vw !important;
        }
    
        .cms-post-page .pb-46 {
            padding-bottom: 12.26667vw !important;
        }
    
        .cms-post-page .pb-47 {
            padding-bottom: 12.53333vw !important;
        }
    
        .cms-post-page .pb-48 {
            padding-bottom: 12.8vw !important;
        }
    
        .cms-post-page .pb-49 {
            padding-bottom: 13.06667vw !important;
        }
    
        .cms-post-page .pb-50 {
            padding-bottom: 13.33333vw !important;
        }
    
        .cms-post-page .pb-51 {
            padding-bottom: 13.6vw !important;
        }
    
        .cms-post-page .pb-52 {
            padding-bottom: 13.86667vw !important;
        }
    
        .cms-post-page .pb-53 {
            padding-bottom: 14.13333vw !important;
        }
    
        .cms-post-page .pb-54 {
            padding-bottom: 14.4vw !important;
        }
    
        .cms-post-page .pb-55 {
            padding-bottom: 14.66667vw !important;
        }
    
        .cms-post-page .pb-56 {
            padding-bottom: 14.93333vw !important;
        }
    
        .cms-post-page .pb-57 {
            padding-bottom: 15.2vw !important;
        }
    
        .cms-post-page .pb-58 {
            padding-bottom: 15.46667vw !important;
        }
    
        .cms-post-page .pb-59 {
            padding-bottom: 15.73333vw !important;
        }
    
        .cms-post-page .pb-60 {
            padding-bottom: 16vw !important;
        }
    
        .cms-post-page .pb-61 {
            padding-bottom: 16.26667vw !important;
        }
    
        .cms-post-page .pb-62 {
            padding-bottom: 16.53333vw !important;
        }
    
        .cms-post-page .pb-63 {
            padding-bottom: 16.8vw !important;
        }
    
        .cms-post-page .pb-64 {
            padding-bottom: 17.06667vw !important;
        }
    
        .cms-post-page .pb-65 {
            padding-bottom: 17.33333vw !important;
        }
    
        .cms-post-page .pb-66 {
            padding-bottom: 17.6vw !important;
        }
    
        .cms-post-page .pb-67 {
            padding-bottom: 17.86667vw !important;
        }
    
        .cms-post-page .pb-68 {
            padding-bottom: 18.13333vw !important;
        }
    
        .cms-post-page .pb-69 {
            padding-bottom: 18.4vw !important;
        }
    
        .cms-post-page .pb-70 {
            padding-bottom: 18.66667vw !important;
        }
    
        .cms-post-page .pb-71 {
            padding-bottom: 18.93333vw !important;
        }
    
        .cms-post-page .pb-72 {
            padding-bottom: 19.2vw !important;
        }
    
        .cms-post-page .pb-73 {
            padding-bottom: 19.46667vw !important;
        }
    
        .cms-post-page .pb-74 {
            padding-bottom: 19.73333vw !important;
        }
    
        .cms-post-page .pb-75 {
            padding-bottom: 20vw !important;
        }
    
        .cms-post-page .pb-76 {
            padding-bottom: 20.26667vw !important;
        }
    
        .cms-post-page .pb-77 {
            padding-bottom: 20.53333vw !important;
        }
    
        .cms-post-page .pb-78 {
            padding-bottom: 20.8vw !important;
        }
    
        .cms-post-page .pb-79 {
            padding-bottom: 21.06667vw !important;
        }
    
        .cms-post-page .pb-80 {
            padding-bottom: 21.33333vw !important;
        }
    
        .cms-post-page .pb-81 {
            padding-bottom: 21.6vw !important;
        }
    
        .cms-post-page .pb-82 {
            padding-bottom: 21.86667vw !important;
        }
    
        .cms-post-page .pb-83 {
            padding-bottom: 22.13333vw !important;
        }
    
        .cms-post-page .pb-84 {
            padding-bottom: 22.4vw !important;
        }
    
        .cms-post-page .pb-85 {
            padding-bottom: 22.66667vw !important;
        }
    
        .cms-post-page .pb-86 {
            padding-bottom: 22.93333vw !important;
        }
    
        .cms-post-page .pb-87 {
            padding-bottom: 23.2vw !important;
        }
    
        .cms-post-page .pb-88 {
            padding-bottom: 23.46667vw !important;
        }
    
        .cms-post-page .pb-89 {
            padding-bottom: 23.73333vw !important;
        }
    
        .cms-post-page .pb-90 {
            padding-bottom: 24vw !important;
        }
    
        .cms-post-page .pb-91 {
            padding-bottom: 24.26667vw !important;
        }
    
        .cms-post-page .pb-92 {
            padding-bottom: 24.53333vw !important;
        }
    
        .cms-post-page .pb-93 {
            padding-bottom: 24.8vw !important;
        }
    
        .cms-post-page .pb-94 {
            padding-bottom: 25.06667vw !important;
        }
    
        .cms-post-page .pb-95 {
            padding-bottom: 25.33333vw !important;
        }
    
        .cms-post-page .pb-96 {
            padding-bottom: 25.6vw !important;
        }
    
        .cms-post-page .pb-97 {
            padding-bottom: 25.86667vw !important;
        }
    
        .cms-post-page .pb-98 {
            padding-bottom: 26.13333vw !important;
        }
    
        .cms-post-page .pb-99 {
            padding-bottom: 26.4vw !important;
        }
    
        .cms-post-page .pb-100 {
            padding-bottom: 26.66667vw !important;
        }
    }


/* -- PCだけ表示、SPだけ表示 -- */
.cms-post-page .sp-only {
    display: none !important;
}
@media screen and (max-width: 736px) {
    .cms-post-page .sp-only {
        display: block !important;
    }
    .cms-post-page .pc-only {
        display: none !important;
    }
}


/* -- 外部リンクマーク、PDFマーク -- */
.cms-post-page p a[target='_blank']:after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 .5em 0 .3em;
	background: url(../img/common/icon_blank_g.png) no-repeat center center;
	background-size: 100%;
}
.cms-post-page p a[href$='.pdf']:after{
    content: '';
    display: inline-block;
    background-image: url(../img/common/icon_pdf.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    width: 15px;
    height: 17px;
    margin-left: 5px;
}
.cms-post-page p a.noicon:after{
    content: none;
}

/* -- blockquote -- */
.cms-post-page blockquote{
	padding: 1em;
	background: #ebebeb;
	margin: 1em 0;
}

