@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

.l-header, .c-floatBox, .c-switchBox, .c-footerNav ul {
  *zoom: 1;
}
.l-header:after, .c-floatBox:after, .c-switchBox:after, .c-footerNav ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.c-btn a, .c-btn_img a, .p-indexList li a:focus, .p-indexList li a:hover {
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  opacity: 1;
}
.c-btn a:hover, .c-btn_img a:hover, .p-indexList li a:hover {
  opacity: 0.8;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  color: #62544d;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  line-height: 1.8;
  background: url("../images/bg.jpg") repeat;
  -webkit-text-size-adjust: none;
}

a {
  color: #e66154;
  text-decoration: underline;
}
a:visited {
  color: #e66154;
}
a:focus, a:hover {
  color: #e66154;
  text-decoration: none;
}
a img {
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  opacity: 1;
}
a img:hover {
  opacity: 0.8;
}

p {
  margin: 0 0 1em 0;
}

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

small {
  font-size: 14px;
}

.l-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 10px 15px 0 15px;
}

.l-header {
  background: url(../images/bg_header_l.png) repeat-x center bottom;
  position: relative;
  z-index: 9;
  width: 100%;
  height: 80px;
  padding: 10px 15px;
  margin: 0 0 10px 0;
}
.l-header .l-header_inner {
  float: left;
  width: 80%;
}
.l-header .l-header_inner img {
  max-width: 240px;
  width: 98%;
}
.l-header .l-header_toggle {
  float: right;
  width: 20%;
  margin: 2px 0 0 0;
}
.l-header .l-header_toggle .c-navBtn {
  float: right;
}

.l-gnav {
  display: none;
  width: 100%;
  position: fixed;
  top: 111px;
  padding: 20px 0 0 0;
  z-index: 8;
  background: url(../images/bg_pink.jpg) repeat left center;
}
.l-gnav ul li {
  border-bottom: 2px solid #8E8079;
}
.l-gnav ul li a {
  display: block;
  width: 100%;
  padding: 10px 0 10px 15px;
  text-decoration: none;
}
.l-gnav ul li:first-child a {
  border-top: 2px solid #8E8079;
}
.l-gnav ul li.is-strong {
  background: #e66154;
}
.l-gnav ul li.is-strong a {
  color: #fff;
}

.is-gnav_fixed .l-header {
  position: fixed;
  top: 0;
  z-index: 9;
}
.is-gnav_fixed .l-gnav {
  top: 64px;
}

.l-footer .l-footer_copy {
  margin: 0;
  padding: 15px 0;
  color: #fff;
  font-size: 11px;
  text-align: center;
  background-color: #62544e;
}

.l-sns {
  margin: 30px 0;
  text-align: center;
}
.l-sns .l-sns_tw {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: top;
}
.l-sns .fb_iframe_widget > span {
  vertical-align: top !important;
}

#jsheader {
  line-height: 1;
  background: #fff;
  font-size: 13px;
}

.c-band {
  background-color: #fff;
}

.c-section {
  margin: 20px 0 30px 0;
}

.c-btn, .c-btn_img {
  display: block;
  width: 90%;
  margin: 0 auto 20px auto;
  text-align: center;
  background-color: #62544e;
  border-radius: 2px;
}
.c-btn a, .c-btn_img a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.c-btn.is-booklet a, .is-booklet.c-btn_img a {
  padding: 20px 10px 20px 70px;
  background: url(../images/btn_download.png) no-repeat 10px center;
  -moz-background-size: 50px auto;
  -o-background-size: 50px auto;
  -webkit-background-size: 50px auto;
  background-size: 50px auto;
}

.c-btn_img {
  text-align: left;
  background: url(../images/bg_header_info_02.png) no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.c-btn_img img {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.c-btn_img a {
  padding: 10px;
  color: #62544d;
}

.c-topicPath {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.c-topicPath li {
  display: inline;
  font-size: 11px;
}
.c-topicPath li:after {
  margin: 0 3px 0 4px;
  content: '>';
}
.c-topicPath li:last-child:after {
  content: '';
}
.c-topicPath li a {
  color: #62544d;
  font-size: 11px;
}

.c-floatBox .c-floatBox_item {
  float: left;
  width: 50%;
}

.c-switchBox {
  margin: 0 0 80px 0;
}
.c-switchBox .c-switchBox_nav {
  float: left;
  position: relative;
  width: 290px;
}
.c-switchBox .c-switchBox_nav.is-fixed {
  position: fixed;
  top: 140px;
  left: 134px;
}
.c-switchBox .c-switchBox_nav ul li {
  margin: 0 0 15px 0;
  font-size: 20px;
  color: #e66154;
  cursor: pointer;
}
.c-switchBox .c-switchBox_nav ul li.is-active, .c-switchBox .c-switchBox_nav ul li:hover, .c-switchBox .c-switchBox_nav ul li:focus {
  text-decoration: underline;
}
.c-switchBox .c-switchBox_body {
  float: right;
  width: 800px;
  min-height: 600px;
}
.c-switchBox .c-switchBox_body .c-switchBox_body_item {
  display: none;
  width: 100%;
}
.c-switchBox .c-switchBox_body .c-switchBox_body_item:first-child {
  display: block;
}

.c-footerNav {
  margin: 50px 0 10px 0;
  padding: 0 0 15px 0;
}
.c-footerNav ul {
  text-align: center;
}
.c-footerNav ul li {
  display: inline;
  text-align: left;
}
.c-footerNav ul li span {
  display: table-cell;
  vertical-align: middle;
}
.c-footerNav ul li a img {
  margin: 0 10px;
}
.c-footerNav ul li.c-footerNav_prev {
  float: left;
}
.c-footerNav ul li.c-footerNav_next {
  float: right;
}

.c-navBtn {
  padding: 20px 0;
}
.c-navBtn span {
  position: relative;
  display: block;
  width: 36px;
  height: 4px;
  background: #62544d;
}
.c-navBtn span:before, .c-navBtn span:after {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  width: 36px;
  height: 4px;
  background: #62544d;
}
.c-navBtn span:before {
  bottom: 250%;
}
.c-navBtn span:after {
  top: 250%;
}

.c-slideBox dl dt {
  position: relative;
  margin: 10px 0;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  background: url(../images/bg_header_l.png) no-repeat left top;
}
.c-slideBox dl dt a {
  color: #62544d;
  text-decoration: none;
}
.c-slideBox dl dt:after {
  position: absolute;
  right: 15px;
  content: '▼';
}
.c-slideBox dl dt.is-line2:after {
  top: 24px;
}
.c-slideBox dl dd {
  display: none;
  padding: 15px;
}
.c-slideBox.is-koromo {
  padding: 30px 0;
  background: url(../images/bg_pink.jpg) repeat left top;
}
.c-slideBox.is-koromo dl dt {
  background: url(../images/bg.jpg) repeat left top;
}

.c-slideBox_close {
  text-align: right;
  text-decoration: underline;
}

.c-noteBox {
  margin: 0 0 20px 0;
  padding: 20px 15px;
  background-image: url(../images/hr_top.png), url(../images/hr_btm.png);
  background-repeat: repeat-x, repeat-x;
  background-position: left top, left bottom;
  background-color: #fff;
}
.c-noteBox p {
  margin: 0;
}

#to1 {
  margin-top: -100px;
  padding-top: 100px;
}

#to2 {
  margin-top: -100px;
  padding-top: 100px;
}

#to3 {
  margin-top: -100px;
  padding-top: 100px;
}

#to4 {
  margin-top: -100px;
  padding-top: 100px;
}

#to5 {
  margin-top: -100px;
  padding-top: 100px;
}

#to6 {
  margin-top: -100px;
  padding-top: 100px;
}

#to7 {
  margin-top: -100px;
  padding-top: 100px;
}

#to8 {
  margin-top: -100px;
  padding-top: 100px;
}

#to9 {
  margin-top: -100px;
  padding-top: 100px;
}

#to10 {
  margin-top: -100px;
  padding-top: 100px;
}

#to11 {
  margin-top: -100px;
  padding-top: 100px;
}

.p-indexNav {
  width: 98%;
  margin: 0 auto 30px auto;
  padding: 25px 15px 15px 15px;
  -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  background: #fff url(../images/bg_ring_top.png) 2px top repeat-x;
}
.p-indexNav p {
  margin: 0;
}
.p-indexNav a {
  color: #62544d;
  text-decoration: none;
  line-height: 1.5;
}
.p-indexNav ul li {
  margin: 0 0 0 1em;
  padding: 0 0 0 18px;
  text-indent: -1em;
  list-style-type: disc;
  list-style-position: inside;
}
.p-indexNav ul li a {
  font-size: 14px;
}
.p-indexNav .p-indexNav_header {
  min-height: 60px;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  background: url(../images/icon_01.png) no-repeat left top;
  -moz-background-size: 44px, auto;
  -o-background-size: 44px, auto;
  -webkit-background-size: 44px, auto;
  background-size: 44px, auto;
  border-bottom: 1px solid #000;
}
.p-indexNav .p-indexNav_header .p-indexNav_header_title {
  margin: 0 0 0 58px;
  color: #e66154;
  font-size: 16px;
}
.p-indexNav .p-indexNav_header .p-indexNav_header_sub {
  margin: 0 0 0 58px;
  font-size: 14px;
}
.p-indexNav.is-p2 .p-indexNav_header {
  background-image: url(../images/icon_01.png);
}
.p-indexNav.is-p3 .p-indexNav_header {
  background-image: url(../images/icon_02.png);
}
.p-indexNav.is-p4 .p-indexNav_header {
  background-image: url(../images/icon_03.png);
}
.p-indexNav.is-p5 .p-indexNav_header {
  background-image: url(../images/icon_04.png);
}
.p-indexNav.is-p6 .p-indexNav_header {
  background-image: url(../images/icon_05.png);
}

.p-top_nav {
  margin: 15px 0 0 0;
  text-align: center;
}
.p-top_nav div img {
  width: 300px;
}

.p-indexList {
  margin: 0 0 10px 0;
}
.p-indexList li a {
  display: table-cell;
  width: 100%;
  height: 70px;
  padding: 0 0 0 66px;
  vertical-align: middle;
  font-size: 16px;
  background: url(../images/icon_01.png) no-repeat left center;
  -moz-background-size: 50px, auto;
  -o-background-size: 50px, auto;
  -webkit-background-size: 50px, auto;
  background-size: 50px, auto;
}
.p-indexList li:nth-child(2) a {
  background-image: url(../images/icon_02.png);
}
.p-indexList li:nth-child(3) a {
  background-image: url(../images/icon_03.png);
}
.p-indexList li:nth-child(4) a {
  background-image: url(../images/icon_04.png);
}
.p-indexList li:nth-child(5) a {
  background-image: url(../images/icon_05.png);
}

.p-top_02 {
  margin: 0 0 25px 0;
}
.p-top_02 .c-floatBox_item:first-child {
  width: 61%;
}
.p-top_02 .c-floatBox_item:last-child {
  float: right;
  width: 39%;
  text-align: right;
}

.p-p5_sub01 .c-floatBox_item:first-child {
  width: 30%;
}
.p-p5_sub01 .c-floatBox_item:first-child img {
  padding: 0 20px 0 0;
}
.p-p5_sub01 .c-floatBox_item:last-child {
  float: right;
  width: 70%;
}

.p-p5_shoku {
  padding: 8px 0 0 0;
}

.u-head {
  margin: 20px 0;
}

.u-headSub {
  margin: 0 0 20px 0;
  color: #e66154;
  font-size: 20px;
}

.u-headSubSub {
  margin: 0 0 20px 0;
}

.u-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.u-hover {
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  -webkit-transition: all, 0.6s;
  transition: all, 0.6s;
  opacity: 1;
  cursor: pointer;
}
.u-hover:hover {
  opacity: 0.8;
}

.u-fsXsmall {
  font-size: 11px;
}

.u-fsSmall {
  font-size: 14px;
}

.u-fsMedium {
  font-size: 16px;
}

.u-fsLarge {
  font-size: 18px;
}

.u-fsXlarge {
  font-size: 20px;
}

.u-fcStrong {
  color: #e66154;
}

.u-fcWeak {
  color: #62544d;
}

.u-fcAlert {
  color: #e66154;
}

.u-textCenter {
  text-align: center;
}

.u-textBold {
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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