@charset "UTF-8";
/*
** module.css v1.0.0
** (c) 2017 Jun Takahashi with OS. CO., LTD.
*/
/*--------------------------------------------------*/
/* font-family */
/*--------------------------------------------------*/
/* basic --------------------------------------*/
.family-sans { font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important; }
.ua-windows:not(.ua-ie) .family-sans { font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important; }

.family-serif { font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif !important; }
.ua-windows:not(.ua-ie) .family-serif { font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif !important; }

/* additional --------------------------------------*/
/* sans */
.family-arial { font-family: Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important; }
.ua-windows:not(.ua-ie) .family-arial { font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important; }

.family-trebuchet { font-family: Trebuchet MS, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important; }
.ua-windows:not(.ua-ie) .family-trebuchet { font-family: Trebuchet MS, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important; }

.family-verdana { font-family: Verdana, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important; }
.ua-windows:not(.ua-ie) .family-verdana { font-family: Verdana, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important; }

/* serif */
.family-georgia { font-family: Georgia, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif !important; }
.ua-windows:not(.ua-ie) .family-georgia { font-family: Georgia, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif !important; }

.family-times { font-family: Times New Roman, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif !important; }
.ua-windows:not(.ua-ie) .family-times { font-family: Times New Roman, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif !important; }

/* monospace */
.family-courier { font-family: Courier New, monospace !important; }

/*--------------------------------------------------*/
/* utilities */
/*--------------------------------------------------*/
.align-left { text-align: left !important; }

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

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

.weight-normal { font-weight: normal !important; }

.weight-bold { font-weight: bold !important; }

.style-normal { font-style: normal !important; }

.style-italic { font-style: italic !important; }

.float-right { float: right !important; }

.float-left { float: left !important; }

.clear { clear: both !important; }

.cf::before, .cf::after { display: table; clear: both; content: ''; }

.alpha { -webkit-transition: opacity 250ms !important; transition: opacity 250ms !important; }
.ua-nontouch .alpha:hover { opacity: 0.75 !important; }

.link { text-decoration: underline !important; color: #00a9c7 !important; }
.ua-nontouch .link:hover { text-decoration: none !important; color: #00a9c7 !important; }

.ua-phone .link-tel { line-height: 1; display: inline-block; padding: 10px; color: white; border-radius: 4px; background-color: #00a9c7; }

.indent > *:not([data-kerned]) { padding-left: 1em; text-indent: -1em; }

.ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

/*--------------------------------------------------*/
/* font-size */
/*--------------------------------------------------*/
/* 10px〜50px（1px刻み） */
.text-10 { font-size: 10px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-41 { font-size: 41px !important; }

.text-42 { font-size: 42px !important; }

.text-43 { font-size: 43px !important; }

.text-44 { font-size: 44px !important; }

.text-45 { font-size: 45px !important; }

.text-46 { font-size: 46px !important; }

.text-47 { font-size: 47px !important; }

.text-48 { font-size: 48px !important; }

.text-49 { font-size: 49px !important; }

/* 50px〜100px（5px刻み） */
.text-50 { font-size: 50px !important; }

.text-55 { font-size: 55px !important; }

.text-60 { font-size: 60px !important; }

.text-65 { font-size: 65px !important; }

.text-70 { font-size: 70px !important; }

.text-75 { font-size: 75px !important; }

.text-80 { font-size: 80px !important; }

.text-85 { font-size: 85px !important; }

.text-90 { font-size: 90px !important; }

.text-95 { font-size: 95px !important; }

.text-100 { font-size: 100px !important; }

/*--------------------------------------------------*/
/* margin & padding */
/*--------------------------------------------------*/
.mt-0 { margin-top: 0px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 0px) { .mt-xs-0 { margin-top: 0px !important; }
  .mt-xs-5 { margin-top: 5px !important; }
  .mt-xs-10 { margin-top: 10px !important; }
  .mt-xs-15 { margin-top: 15px !important; }
  .mt-xs-20 { margin-top: 20px !important; }
  .mt-xs-25 { margin-top: 25px !important; }
  .mt-xs-30 { margin-top: 30px !important; }
  .mt-xs-35 { margin-top: 35px !important; }
  .mt-xs-40 { margin-top: 40px !important; }
  .mt-xs-45 { margin-top: 45px !important; }
  .mt-xs-50 { margin-top: 50px !important; }
  .mt-xs-55 { margin-top: 55px !important; }
  .mt-xs-60 { margin-top: 60px !important; }
  .mt-xs-65 { margin-top: 65px !important; }
  .mt-xs-70 { margin-top: 70px !important; }
  .mt-xs-75 { margin-top: 75px !important; }
  .mt-xs-80 { margin-top: 80px !important; }
  .mt-xs-85 { margin-top: 85px !important; }
  .mt-xs-90 { margin-top: 90px !important; }
  .mt-xs-95 { margin-top: 95px !important; }
  .mt-xs-100 { margin-top: 100px !important; }
  .mt-xs-125 { margin-top: 125px !important; }
  .mt-xs-150 { margin-top: 150px !important; }
  .mt-xs-175 { margin-top: 175px !important; }
  .mt-xs-200 { margin-top: 200px !important; }
  .mb-xs-0 { margin-bottom: 0px !important; }
  .mb-xs-5 { margin-bottom: 5px !important; }
  .mb-xs-10 { margin-bottom: 10px !important; }
  .mb-xs-15 { margin-bottom: 15px !important; }
  .mb-xs-20 { margin-bottom: 20px !important; }
  .mb-xs-25 { margin-bottom: 25px !important; }
  .mb-xs-30 { margin-bottom: 30px !important; }
  .mb-xs-35 { margin-bottom: 35px !important; }
  .mb-xs-40 { margin-bottom: 40px !important; }
  .mb-xs-45 { margin-bottom: 45px !important; }
  .mb-xs-50 { margin-bottom: 50px !important; }
  .mb-xs-55 { margin-bottom: 55px !important; }
  .mb-xs-60 { margin-bottom: 60px !important; }
  .mb-xs-65 { margin-bottom: 65px !important; }
  .mb-xs-70 { margin-bottom: 70px !important; }
  .mb-xs-75 { margin-bottom: 75px !important; }
  .mb-xs-80 { margin-bottom: 80px !important; }
  .mb-xs-85 { margin-bottom: 85px !important; }
  .mb-xs-90 { margin-bottom: 90px !important; }
  .mb-xs-95 { margin-bottom: 95px !important; }
  .mb-xs-100 { margin-bottom: 100px !important; }
  .mb-xs-125 { margin-bottom: 125px !important; }
  .mb-xs-150 { margin-bottom: 150px !important; }
  .mb-xs-175 { margin-bottom: 175px !important; }
  .mb-xs-200 { margin-bottom: 200px !important; }
  .ml-xs-0 { margin-left: 0px !important; }
  .ml-xs-5 { margin-left: 5px !important; }
  .ml-xs-10 { margin-left: 10px !important; }
  .ml-xs-15 { margin-left: 15px !important; }
  .ml-xs-20 { margin-left: 20px !important; }
  .ml-xs-25 { margin-left: 25px !important; }
  .ml-xs-30 { margin-left: 30px !important; }
  .ml-xs-35 { margin-left: 35px !important; }
  .ml-xs-40 { margin-left: 40px !important; }
  .ml-xs-45 { margin-left: 45px !important; }
  .ml-xs-50 { margin-left: 50px !important; }
  .mr-xs-0 { margin-right: 0px !important; }
  .mr-xs-5 { margin-right: 5px !important; }
  .mr-xs-10 { margin-right: 10px !important; }
  .mr-xs-15 { margin-right: 15px !important; }
  .mr-xs-20 { margin-right: 20px !important; }
  .mr-xs-25 { margin-right: 25px !important; }
  .mr-xs-30 { margin-right: 30px !important; }
  .mr-xs-35 { margin-right: 35px !important; }
  .mr-xs-40 { margin-right: 40px !important; }
  .mr-xs-45 { margin-right: 45px !important; }
  .mr-xs-50 { margin-right: 50px !important; }
  .pt-xs-0 { padding-top: 0px !important; }
  .pt-xs-5 { padding-top: 5px !important; }
  .pt-xs-10 { padding-top: 10px !important; }
  .pt-xs-15 { padding-top: 15px !important; }
  .pt-xs-20 { padding-top: 20px !important; }
  .pt-xs-25 { padding-top: 25px !important; }
  .pt-xs-30 { padding-top: 30px !important; }
  .pt-xs-35 { padding-top: 35px !important; }
  .pt-xs-40 { padding-top: 40px !important; }
  .pt-xs-45 { padding-top: 45px !important; }
  .pt-xs-50 { padding-top: 50px !important; }
  .pb-xs-0 { padding-bottom: 0px !important; }
  .pb-xs-5 { padding-bottom: 5px !important; }
  .pb-xs-10 { padding-bottom: 10px !important; }
  .pb-xs-15 { padding-bottom: 15px !important; }
  .pb-xs-20 { padding-bottom: 20px !important; }
  .pb-xs-25 { padding-bottom: 25px !important; }
  .pb-xs-30 { padding-bottom: 30px !important; }
  .pb-xs-35 { padding-bottom: 35px !important; }
  .pb-xs-40 { padding-bottom: 40px !important; }
  .pb-xs-45 { padding-bottom: 45px !important; }
  .pb-xs-50 { padding-bottom: 50px !important; }
  .pl-xs-0 { padding-left: 0px !important; }
  .pl-xs-5 { padding-left: 5px !important; }
  .pl-xs-10 { padding-left: 10px !important; }
  .pl-xs-15 { padding-left: 15px !important; }
  .pl-xs-20 { padding-left: 20px !important; }
  .pl-xs-25 { padding-left: 25px !important; }
  .pl-xs-30 { padding-left: 30px !important; }
  .pl-xs-35 { padding-left: 35px !important; }
  .pl-xs-40 { padding-left: 40px !important; }
  .pl-xs-45 { padding-left: 45px !important; }
  .pl-xs-50 { padding-left: 50px !important; }
  .pr-xs-0 { padding-right: 0px !important; }
  .pr-xs-5 { padding-right: 5px !important; }
  .pr-xs-10 { padding-right: 10px !important; }
  .pr-xs-15 { padding-right: 15px !important; }
  .pr-xs-20 { padding-right: 20px !important; }
  .pr-xs-25 { padding-right: 25px !important; }
  .pr-xs-30 { padding-right: 30px !important; }
  .pr-xs-35 { padding-right: 35px !important; }
  .pr-xs-40 { padding-right: 40px !important; }
  .pr-xs-45 { padding-right: 45px !important; }
  .pr-xs-50 { padding-right: 50px !important; } }
@media (min-width: 576px) { .mt-sm-0 { margin-top: 0px !important; }
  .mt-sm-5 { margin-top: 5px !important; }
  .mt-sm-10 { margin-top: 10px !important; }
  .mt-sm-15 { margin-top: 15px !important; }
  .mt-sm-20 { margin-top: 20px !important; }
  .mt-sm-25 { margin-top: 25px !important; }
  .mt-sm-30 { margin-top: 30px !important; }
  .mt-sm-35 { margin-top: 35px !important; }
  .mt-sm-40 { margin-top: 40px !important; }
  .mt-sm-45 { margin-top: 45px !important; }
  .mt-sm-50 { margin-top: 50px !important; }
  .mt-sm-55 { margin-top: 55px !important; }
  .mt-sm-60 { margin-top: 60px !important; }
  .mt-sm-65 { margin-top: 65px !important; }
  .mt-sm-70 { margin-top: 70px !important; }
  .mt-sm-75 { margin-top: 75px !important; }
  .mt-sm-80 { margin-top: 80px !important; }
  .mt-sm-85 { margin-top: 85px !important; }
  .mt-sm-90 { margin-top: 90px !important; }
  .mt-sm-95 { margin-top: 95px !important; }
  .mt-sm-100 { margin-top: 100px !important; }
  .mt-sm-125 { margin-top: 125px !important; }
  .mt-sm-150 { margin-top: 150px !important; }
  .mt-sm-175 { margin-top: 175px !important; }
  .mt-sm-200 { margin-top: 200px !important; }
  .mb-sm-0 { margin-bottom: 0px !important; }
  .mb-sm-5 { margin-bottom: 5px !important; }
  .mb-sm-10 { margin-bottom: 10px !important; }
  .mb-sm-15 { margin-bottom: 15px !important; }
  .mb-sm-20 { margin-bottom: 20px !important; }
  .mb-sm-25 { margin-bottom: 25px !important; }
  .mb-sm-30 { margin-bottom: 30px !important; }
  .mb-sm-35 { margin-bottom: 35px !important; }
  .mb-sm-40 { margin-bottom: 40px !important; }
  .mb-sm-45 { margin-bottom: 45px !important; }
  .mb-sm-50 { margin-bottom: 50px !important; }
  .mb-sm-55 { margin-bottom: 55px !important; }
  .mb-sm-60 { margin-bottom: 60px !important; }
  .mb-sm-65 { margin-bottom: 65px !important; }
  .mb-sm-70 { margin-bottom: 70px !important; }
  .mb-sm-75 { margin-bottom: 75px !important; }
  .mb-sm-80 { margin-bottom: 80px !important; }
  .mb-sm-85 { margin-bottom: 85px !important; }
  .mb-sm-90 { margin-bottom: 90px !important; }
  .mb-sm-95 { margin-bottom: 95px !important; }
  .mb-sm-100 { margin-bottom: 100px !important; }
  .mb-sm-125 { margin-bottom: 125px !important; }
  .mb-sm-150 { margin-bottom: 150px !important; }
  .mb-sm-175 { margin-bottom: 175px !important; }
  .mb-sm-200 { margin-bottom: 200px !important; }
  .ml-sm-0 { margin-left: 0px !important; }
  .ml-sm-5 { margin-left: 5px !important; }
  .ml-sm-10 { margin-left: 10px !important; }
  .ml-sm-15 { margin-left: 15px !important; }
  .ml-sm-20 { margin-left: 20px !important; }
  .ml-sm-25 { margin-left: 25px !important; }
  .ml-sm-30 { margin-left: 30px !important; }
  .ml-sm-35 { margin-left: 35px !important; }
  .ml-sm-40 { margin-left: 40px !important; }
  .ml-sm-45 { margin-left: 45px !important; }
  .ml-sm-50 { margin-left: 50px !important; }
  .mr-sm-0 { margin-right: 0px !important; }
  .mr-sm-5 { margin-right: 5px !important; }
  .mr-sm-10 { margin-right: 10px !important; }
  .mr-sm-15 { margin-right: 15px !important; }
  .mr-sm-20 { margin-right: 20px !important; }
  .mr-sm-25 { margin-right: 25px !important; }
  .mr-sm-30 { margin-right: 30px !important; }
  .mr-sm-35 { margin-right: 35px !important; }
  .mr-sm-40 { margin-right: 40px !important; }
  .mr-sm-45 { margin-right: 45px !important; }
  .mr-sm-50 { margin-right: 50px !important; }
  .pt-sm-0 { padding-top: 0px !important; }
  .pt-sm-5 { padding-top: 5px !important; }
  .pt-sm-10 { padding-top: 10px !important; }
  .pt-sm-15 { padding-top: 15px !important; }
  .pt-sm-20 { padding-top: 20px !important; }
  .pt-sm-25 { padding-top: 25px !important; }
  .pt-sm-30 { padding-top: 30px !important; }
  .pt-sm-35 { padding-top: 35px !important; }
  .pt-sm-40 { padding-top: 40px !important; }
  .pt-sm-45 { padding-top: 45px !important; }
  .pt-sm-50 { padding-top: 50px !important; }
  .pb-sm-0 { padding-bottom: 0px !important; }
  .pb-sm-5 { padding-bottom: 5px !important; }
  .pb-sm-10 { padding-bottom: 10px !important; }
  .pb-sm-15 { padding-bottom: 15px !important; }
  .pb-sm-20 { padding-bottom: 20px !important; }
  .pb-sm-25 { padding-bottom: 25px !important; }
  .pb-sm-30 { padding-bottom: 30px !important; }
  .pb-sm-35 { padding-bottom: 35px !important; }
  .pb-sm-40 { padding-bottom: 40px !important; }
  .pb-sm-45 { padding-bottom: 45px !important; }
  .pb-sm-50 { padding-bottom: 50px !important; }
  .pl-sm-0 { padding-left: 0px !important; }
  .pl-sm-5 { padding-left: 5px !important; }
  .pl-sm-10 { padding-left: 10px !important; }
  .pl-sm-15 { padding-left: 15px !important; }
  .pl-sm-20 { padding-left: 20px !important; }
  .pl-sm-25 { padding-left: 25px !important; }
  .pl-sm-30 { padding-left: 30px !important; }
  .pl-sm-35 { padding-left: 35px !important; }
  .pl-sm-40 { padding-left: 40px !important; }
  .pl-sm-45 { padding-left: 45px !important; }
  .pl-sm-50 { padding-left: 50px !important; }
  .pr-sm-0 { padding-right: 0px !important; }
  .pr-sm-5 { padding-right: 5px !important; }
  .pr-sm-10 { padding-right: 10px !important; }
  .pr-sm-15 { padding-right: 15px !important; }
  .pr-sm-20 { padding-right: 20px !important; }
  .pr-sm-25 { padding-right: 25px !important; }
  .pr-sm-30 { padding-right: 30px !important; }
  .pr-sm-35 { padding-right: 35px !important; }
  .pr-sm-40 { padding-right: 40px !important; }
  .pr-sm-45 { padding-right: 45px !important; }
  .pr-sm-50 { padding-right: 50px !important; } }
@media (min-width: 768px) { .mt-md-0 { margin-top: 0px !important; }
  .mt-md-5 { margin-top: 5px !important; }
  .mt-md-10 { margin-top: 10px !important; }
  .mt-md-15 { margin-top: 15px !important; }
  .mt-md-20 { margin-top: 20px !important; }
  .mt-md-25 { margin-top: 25px !important; }
  .mt-md-30 { margin-top: 30px !important; }
  .mt-md-35 { margin-top: 35px !important; }
  .mt-md-40 { margin-top: 40px !important; }
  .mt-md-45 { margin-top: 45px !important; }
  .mt-md-50 { margin-top: 50px !important; }
  .mt-md-55 { margin-top: 55px !important; }
  .mt-md-60 { margin-top: 60px !important; }
  .mt-md-65 { margin-top: 65px !important; }
  .mt-md-70 { margin-top: 70px !important; }
  .mt-md-75 { margin-top: 75px !important; }
  .mt-md-80 { margin-top: 80px !important; }
  .mt-md-85 { margin-top: 85px !important; }
  .mt-md-90 { margin-top: 90px !important; }
  .mt-md-95 { margin-top: 95px !important; }
  .mt-md-100 { margin-top: 100px !important; }
  .mt-md-125 { margin-top: 125px !important; }
  .mt-md-150 { margin-top: 150px !important; }
  .mt-md-175 { margin-top: 175px !important; }
  .mt-md-200 { margin-top: 200px !important; }
  .mb-md-0 { margin-bottom: 0px !important; }
  .mb-md-5 { margin-bottom: 5px !important; }
  .mb-md-10 { margin-bottom: 10px !important; }
  .mb-md-15 { margin-bottom: 15px !important; }
  .mb-md-20 { margin-bottom: 20px !important; }
  .mb-md-25 { margin-bottom: 25px !important; }
  .mb-md-30 { margin-bottom: 30px !important; }
  .mb-md-35 { margin-bottom: 35px !important; }
  .mb-md-40 { margin-bottom: 40px !important; }
  .mb-md-45 { margin-bottom: 45px !important; }
  .mb-md-50 { margin-bottom: 50px !important; }
  .mb-md-55 { margin-bottom: 55px !important; }
  .mb-md-60 { margin-bottom: 60px !important; }
  .mb-md-65 { margin-bottom: 65px !important; }
  .mb-md-70 { margin-bottom: 70px !important; }
  .mb-md-75 { margin-bottom: 75px !important; }
  .mb-md-80 { margin-bottom: 80px !important; }
  .mb-md-85 { margin-bottom: 85px !important; }
  .mb-md-90 { margin-bottom: 90px !important; }
  .mb-md-95 { margin-bottom: 95px !important; }
  .mb-md-100 { margin-bottom: 100px !important; }
  .mb-md-125 { margin-bottom: 125px !important; }
  .mb-md-150 { margin-bottom: 150px !important; }
  .mb-md-175 { margin-bottom: 175px !important; }
  .mb-md-200 { margin-bottom: 200px !important; }
  .ml-md-0 { margin-left: 0px !important; }
  .ml-md-5 { margin-left: 5px !important; }
  .ml-md-10 { margin-left: 10px !important; }
  .ml-md-15 { margin-left: 15px !important; }
  .ml-md-20 { margin-left: 20px !important; }
  .ml-md-25 { margin-left: 25px !important; }
  .ml-md-30 { margin-left: 30px !important; }
  .ml-md-35 { margin-left: 35px !important; }
  .ml-md-40 { margin-left: 40px !important; }
  .ml-md-45 { margin-left: 45px !important; }
  .ml-md-50 { margin-left: 50px !important; }
  .mr-md-0 { margin-right: 0px !important; }
  .mr-md-5 { margin-right: 5px !important; }
  .mr-md-10 { margin-right: 10px !important; }
  .mr-md-15 { margin-right: 15px !important; }
  .mr-md-20 { margin-right: 20px !important; }
  .mr-md-25 { margin-right: 25px !important; }
  .mr-md-30 { margin-right: 30px !important; }
  .mr-md-35 { margin-right: 35px !important; }
  .mr-md-40 { margin-right: 40px !important; }
  .mr-md-45 { margin-right: 45px !important; }
  .mr-md-50 { margin-right: 50px !important; }
  .pt-md-0 { padding-top: 0px !important; }
  .pt-md-5 { padding-top: 5px !important; }
  .pt-md-10 { padding-top: 10px !important; }
  .pt-md-15 { padding-top: 15px !important; }
  .pt-md-20 { padding-top: 20px !important; }
  .pt-md-25 { padding-top: 25px !important; }
  .pt-md-30 { padding-top: 30px !important; }
  .pt-md-35 { padding-top: 35px !important; }
  .pt-md-40 { padding-top: 40px !important; }
  .pt-md-45 { padding-top: 45px !important; }
  .pt-md-50 { padding-top: 50px !important; }
  .pb-md-0 { padding-bottom: 0px !important; }
  .pb-md-5 { padding-bottom: 5px !important; }
  .pb-md-10 { padding-bottom: 10px !important; }
  .pb-md-15 { padding-bottom: 15px !important; }
  .pb-md-20 { padding-bottom: 20px !important; }
  .pb-md-25 { padding-bottom: 25px !important; }
  .pb-md-30 { padding-bottom: 30px !important; }
  .pb-md-35 { padding-bottom: 35px !important; }
  .pb-md-40 { padding-bottom: 40px !important; }
  .pb-md-45 { padding-bottom: 45px !important; }
  .pb-md-50 { padding-bottom: 50px !important; }
  .pl-md-0 { padding-left: 0px !important; }
  .pl-md-5 { padding-left: 5px !important; }
  .pl-md-10 { padding-left: 10px !important; }
  .pl-md-15 { padding-left: 15px !important; }
  .pl-md-20 { padding-left: 20px !important; }
  .pl-md-25 { padding-left: 25px !important; }
  .pl-md-30 { padding-left: 30px !important; }
  .pl-md-35 { padding-left: 35px !important; }
  .pl-md-40 { padding-left: 40px !important; }
  .pl-md-45 { padding-left: 45px !important; }
  .pl-md-50 { padding-left: 50px !important; }
  .pr-md-0 { padding-right: 0px !important; }
  .pr-md-5 { padding-right: 5px !important; }
  .pr-md-10 { padding-right: 10px !important; }
  .pr-md-15 { padding-right: 15px !important; }
  .pr-md-20 { padding-right: 20px !important; }
  .pr-md-25 { padding-right: 25px !important; }
  .pr-md-30 { padding-right: 30px !important; }
  .pr-md-35 { padding-right: 35px !important; }
  .pr-md-40 { padding-right: 40px !important; }
  .pr-md-45 { padding-right: 45px !important; }
  .pr-md-50 { padding-right: 50px !important; } }
@media (min-width: 992px) { .mt-lg-0 { margin-top: 0px !important; }
  .mt-lg-5 { margin-top: 5px !important; }
  .mt-lg-10 { margin-top: 10px !important; }
  .mt-lg-15 { margin-top: 15px !important; }
  .mt-lg-20 { margin-top: 20px !important; }
  .mt-lg-25 { margin-top: 25px !important; }
  .mt-lg-30 { margin-top: 30px !important; }
  .mt-lg-35 { margin-top: 35px !important; }
  .mt-lg-40 { margin-top: 40px !important; }
  .mt-lg-45 { margin-top: 45px !important; }
  .mt-lg-50 { margin-top: 50px !important; }
  .mt-lg-55 { margin-top: 55px !important; }
  .mt-lg-60 { margin-top: 60px !important; }
  .mt-lg-65 { margin-top: 65px !important; }
  .mt-lg-70 { margin-top: 70px !important; }
  .mt-lg-75 { margin-top: 75px !important; }
  .mt-lg-80 { margin-top: 80px !important; }
  .mt-lg-85 { margin-top: 85px !important; }
  .mt-lg-90 { margin-top: 90px !important; }
  .mt-lg-95 { margin-top: 95px !important; }
  .mt-lg-100 { margin-top: 100px !important; }
  .mt-lg-125 { margin-top: 125px !important; }
  .mt-lg-150 { margin-top: 150px !important; }
  .mt-lg-175 { margin-top: 175px !important; }
  .mt-lg-200 { margin-top: 200px !important; }
  .mb-lg-0 { margin-bottom: 0px !important; }
  .mb-lg-5 { margin-bottom: 5px !important; }
  .mb-lg-10 { margin-bottom: 10px !important; }
  .mb-lg-15 { margin-bottom: 15px !important; }
  .mb-lg-20 { margin-bottom: 20px !important; }
  .mb-lg-25 { margin-bottom: 25px !important; }
  .mb-lg-30 { margin-bottom: 30px !important; }
  .mb-lg-35 { margin-bottom: 35px !important; }
  .mb-lg-40 { margin-bottom: 40px !important; }
  .mb-lg-45 { margin-bottom: 45px !important; }
  .mb-lg-50 { margin-bottom: 50px !important; }
  .mb-lg-55 { margin-bottom: 55px !important; }
  .mb-lg-60 { margin-bottom: 60px !important; }
  .mb-lg-65 { margin-bottom: 65px !important; }
  .mb-lg-70 { margin-bottom: 70px !important; }
  .mb-lg-75 { margin-bottom: 75px !important; }
  .mb-lg-80 { margin-bottom: 80px !important; }
  .mb-lg-85 { margin-bottom: 85px !important; }
  .mb-lg-90 { margin-bottom: 90px !important; }
  .mb-lg-95 { margin-bottom: 95px !important; }
  .mb-lg-100 { margin-bottom: 100px !important; }
  .mb-lg-125 { margin-bottom: 125px !important; }
  .mb-lg-150 { margin-bottom: 150px !important; }
  .mb-lg-175 { margin-bottom: 175px !important; }
  .mb-lg-200 { margin-bottom: 200px !important; }
  .ml-lg-0 { margin-left: 0px !important; }
  .ml-lg-5 { margin-left: 5px !important; }
  .ml-lg-10 { margin-left: 10px !important; }
  .ml-lg-15 { margin-left: 15px !important; }
  .ml-lg-20 { margin-left: 20px !important; }
  .ml-lg-25 { margin-left: 25px !important; }
  .ml-lg-30 { margin-left: 30px !important; }
  .ml-lg-35 { margin-left: 35px !important; }
  .ml-lg-40 { margin-left: 40px !important; }
  .ml-lg-45 { margin-left: 45px !important; }
  .ml-lg-50 { margin-left: 50px !important; }
  .mr-lg-0 { margin-right: 0px !important; }
  .mr-lg-5 { margin-right: 5px !important; }
  .mr-lg-10 { margin-right: 10px !important; }
  .mr-lg-15 { margin-right: 15px !important; }
  .mr-lg-20 { margin-right: 20px !important; }
  .mr-lg-25 { margin-right: 25px !important; }
  .mr-lg-30 { margin-right: 30px !important; }
  .mr-lg-35 { margin-right: 35px !important; }
  .mr-lg-40 { margin-right: 40px !important; }
  .mr-lg-45 { margin-right: 45px !important; }
  .mr-lg-50 { margin-right: 50px !important; }
  .pt-lg-0 { padding-top: 0px !important; }
  .pt-lg-5 { padding-top: 5px !important; }
  .pt-lg-10 { padding-top: 10px !important; }
  .pt-lg-15 { padding-top: 15px !important; }
  .pt-lg-20 { padding-top: 20px !important; }
  .pt-lg-25 { padding-top: 25px !important; }
  .pt-lg-30 { padding-top: 30px !important; }
  .pt-lg-35 { padding-top: 35px !important; }
  .pt-lg-40 { padding-top: 40px !important; }
  .pt-lg-45 { padding-top: 45px !important; }
  .pt-lg-50 { padding-top: 50px !important; }
  .pb-lg-0 { padding-bottom: 0px !important; }
  .pb-lg-5 { padding-bottom: 5px !important; }
  .pb-lg-10 { padding-bottom: 10px !important; }
  .pb-lg-15 { padding-bottom: 15px !important; }
  .pb-lg-20 { padding-bottom: 20px !important; }
  .pb-lg-25 { padding-bottom: 25px !important; }
  .pb-lg-30 { padding-bottom: 30px !important; }
  .pb-lg-35 { padding-bottom: 35px !important; }
  .pb-lg-40 { padding-bottom: 40px !important; }
  .pb-lg-45 { padding-bottom: 45px !important; }
  .pb-lg-50 { padding-bottom: 50px !important; }
  .pl-lg-0 { padding-left: 0px !important; }
  .pl-lg-5 { padding-left: 5px !important; }
  .pl-lg-10 { padding-left: 10px !important; }
  .pl-lg-15 { padding-left: 15px !important; }
  .pl-lg-20 { padding-left: 20px !important; }
  .pl-lg-25 { padding-left: 25px !important; }
  .pl-lg-30 { padding-left: 30px !important; }
  .pl-lg-35 { padding-left: 35px !important; }
  .pl-lg-40 { padding-left: 40px !important; }
  .pl-lg-45 { padding-left: 45px !important; }
  .pl-lg-50 { padding-left: 50px !important; }
  .pr-lg-0 { padding-right: 0px !important; }
  .pr-lg-5 { padding-right: 5px !important; }
  .pr-lg-10 { padding-right: 10px !important; }
  .pr-lg-15 { padding-right: 15px !important; }
  .pr-lg-20 { padding-right: 20px !important; }
  .pr-lg-25 { padding-right: 25px !important; }
  .pr-lg-30 { padding-right: 30px !important; }
  .pr-lg-35 { padding-right: 35px !important; }
  .pr-lg-40 { padding-right: 40px !important; }
  .pr-lg-45 { padding-right: 45px !important; }
  .pr-lg-50 { padding-right: 50px !important; } }
@media (min-width: 1200px) { .mt-xl-0 { margin-top: 0px !important; }
  .mt-xl-5 { margin-top: 5px !important; }
  .mt-xl-10 { margin-top: 10px !important; }
  .mt-xl-15 { margin-top: 15px !important; }
  .mt-xl-20 { margin-top: 20px !important; }
  .mt-xl-25 { margin-top: 25px !important; }
  .mt-xl-30 { margin-top: 30px !important; }
  .mt-xl-35 { margin-top: 35px !important; }
  .mt-xl-40 { margin-top: 40px !important; }
  .mt-xl-45 { margin-top: 45px !important; }
  .mt-xl-50 { margin-top: 50px !important; }
  .mt-xl-55 { margin-top: 55px !important; }
  .mt-xl-60 { margin-top: 60px !important; }
  .mt-xl-65 { margin-top: 65px !important; }
  .mt-xl-70 { margin-top: 70px !important; }
  .mt-xl-75 { margin-top: 75px !important; }
  .mt-xl-80 { margin-top: 80px !important; }
  .mt-xl-85 { margin-top: 85px !important; }
  .mt-xl-90 { margin-top: 90px !important; }
  .mt-xl-95 { margin-top: 95px !important; }
  .mt-xl-100 { margin-top: 100px !important; }
  .mt-xl-125 { margin-top: 125px !important; }
  .mt-xl-150 { margin-top: 150px !important; }
  .mt-xl-175 { margin-top: 175px !important; }
  .mt-xl-200 { margin-top: 200px !important; }
  .mb-xl-0 { margin-bottom: 0px !important; }
  .mb-xl-5 { margin-bottom: 5px !important; }
  .mb-xl-10 { margin-bottom: 10px !important; }
  .mb-xl-15 { margin-bottom: 15px !important; }
  .mb-xl-20 { margin-bottom: 20px !important; }
  .mb-xl-25 { margin-bottom: 25px !important; }
  .mb-xl-30 { margin-bottom: 30px !important; }
  .mb-xl-35 { margin-bottom: 35px !important; }
  .mb-xl-40 { margin-bottom: 40px !important; }
  .mb-xl-45 { margin-bottom: 45px !important; }
  .mb-xl-50 { margin-bottom: 50px !important; }
  .mb-xl-55 { margin-bottom: 55px !important; }
  .mb-xl-60 { margin-bottom: 60px !important; }
  .mb-xl-65 { margin-bottom: 65px !important; }
  .mb-xl-70 { margin-bottom: 70px !important; }
  .mb-xl-75 { margin-bottom: 75px !important; }
  .mb-xl-80 { margin-bottom: 80px !important; }
  .mb-xl-85 { margin-bottom: 85px !important; }
  .mb-xl-90 { margin-bottom: 90px !important; }
  .mb-xl-95 { margin-bottom: 95px !important; }
  .mb-xl-100 { margin-bottom: 100px !important; }
  .mb-xl-125 { margin-bottom: 125px !important; }
  .mb-xl-150 { margin-bottom: 150px !important; }
  .mb-xl-175 { margin-bottom: 175px !important; }
  .mb-xl-200 { margin-bottom: 200px !important; }
  .ml-xl-0 { margin-left: 0px !important; }
  .ml-xl-5 { margin-left: 5px !important; }
  .ml-xl-10 { margin-left: 10px !important; }
  .ml-xl-15 { margin-left: 15px !important; }
  .ml-xl-20 { margin-left: 20px !important; }
  .ml-xl-25 { margin-left: 25px !important; }
  .ml-xl-30 { margin-left: 30px !important; }
  .ml-xl-35 { margin-left: 35px !important; }
  .ml-xl-40 { margin-left: 40px !important; }
  .ml-xl-45 { margin-left: 45px !important; }
  .ml-xl-50 { margin-left: 50px !important; }
  .mr-xl-0 { margin-right: 0px !important; }
  .mr-xl-5 { margin-right: 5px !important; }
  .mr-xl-10 { margin-right: 10px !important; }
  .mr-xl-15 { margin-right: 15px !important; }
  .mr-xl-20 { margin-right: 20px !important; }
  .mr-xl-25 { margin-right: 25px !important; }
  .mr-xl-30 { margin-right: 30px !important; }
  .mr-xl-35 { margin-right: 35px !important; }
  .mr-xl-40 { margin-right: 40px !important; }
  .mr-xl-45 { margin-right: 45px !important; }
  .mr-xl-50 { margin-right: 50px !important; }
  .pt-xl-0 { padding-top: 0px !important; }
  .pt-xl-5 { padding-top: 5px !important; }
  .pt-xl-10 { padding-top: 10px !important; }
  .pt-xl-15 { padding-top: 15px !important; }
  .pt-xl-20 { padding-top: 20px !important; }
  .pt-xl-25 { padding-top: 25px !important; }
  .pt-xl-30 { padding-top: 30px !important; }
  .pt-xl-35 { padding-top: 35px !important; }
  .pt-xl-40 { padding-top: 40px !important; }
  .pt-xl-45 { padding-top: 45px !important; }
  .pt-xl-50 { padding-top: 50px !important; }
  .pb-xl-0 { padding-bottom: 0px !important; }
  .pb-xl-5 { padding-bottom: 5px !important; }
  .pb-xl-10 { padding-bottom: 10px !important; }
  .pb-xl-15 { padding-bottom: 15px !important; }
  .pb-xl-20 { padding-bottom: 20px !important; }
  .pb-xl-25 { padding-bottom: 25px !important; }
  .pb-xl-30 { padding-bottom: 30px !important; }
  .pb-xl-35 { padding-bottom: 35px !important; }
  .pb-xl-40 { padding-bottom: 40px !important; }
  .pb-xl-45 { padding-bottom: 45px !important; }
  .pb-xl-50 { padding-bottom: 50px !important; }
  .pl-xl-0 { padding-left: 0px !important; }
  .pl-xl-5 { padding-left: 5px !important; }
  .pl-xl-10 { padding-left: 10px !important; }
  .pl-xl-15 { padding-left: 15px !important; }
  .pl-xl-20 { padding-left: 20px !important; }
  .pl-xl-25 { padding-left: 25px !important; }
  .pl-xl-30 { padding-left: 30px !important; }
  .pl-xl-35 { padding-left: 35px !important; }
  .pl-xl-40 { padding-left: 40px !important; }
  .pl-xl-45 { padding-left: 45px !important; }
  .pl-xl-50 { padding-left: 50px !important; }
  .pr-xl-0 { padding-right: 0px !important; }
  .pr-xl-5 { padding-right: 5px !important; }
  .pr-xl-10 { padding-right: 10px !important; }
  .pr-xl-15 { padding-right: 15px !important; }
  .pr-xl-20 { padding-right: 20px !important; }
  .pr-xl-25 { padding-right: 25px !important; }
  .pr-xl-30 { padding-right: 30px !important; }
  .pr-xl-35 { padding-right: 35px !important; }
  .pr-xl-40 { padding-right: 40px !important; }
  .pr-xl-45 { padding-right: 45px !important; }
  .pr-xl-50 { padding-right: 50px !important; } }
/*--------------------------------------------------*/
/* highlighter */
/*--------------------------------------------------*/
.hl-red { background: #faa; background: -webkit-linear-gradient(transparent 40%, rgba(255, 170, 170, 0.6) 40%); background: linear-gradient(transparent 40%, rgba(255, 170, 170, 0.6) 40%); }

.hl-pink { background: #f9f; background: -webkit-linear-gradient(transparent 40%, rgba(255, 153, 255, 0.6) 40%); background: linear-gradient(transparent 40%, rgba(255, 153, 255, 0.6) 40%); }

.hl-yellow { background: #ff6; background: -webkit-linear-gradient(transparent 40%, rgba(255, 255, 102, 0.6) 40%); background: linear-gradient(transparent 40%, rgba(255, 255, 102, 0.6) 40%); }

.hl-green { background: #6fc; background: -webkit-linear-gradient(transparent 40%, rgba(102, 255, 204, 0.6) 40%); background: linear-gradient(transparent 40%, rgba(102, 255, 204, 0.6) 40%); }

.hl-blue { background: #6cf; background: -webkit-linear-gradient(transparent 40%, rgba(102, 204, 255, 0.6) 40%); background: linear-gradient(transparent 40%, rgba(102, 204, 255, 0.6) 40%); }

/*--------------------------------------------------*/
/* box-shadow */
/*--------------------------------------------------*/
.shadow-0 { box-shadow: 0 0 0px rgba(0, 0, 0, 0.25); }

.shadow-5 { box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }

.shadow-10 { box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }

.shadow-15 { box-shadow: 0 0 15px rgba(0, 0, 0, 0.25); }

.shadow-20 { box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }

.shadow-25 { box-shadow: 0 0 25px rgba(0, 0, 0, 0.25); }

.shadow-30 { box-shadow: 0 0 30px rgba(0, 0, 0, 0.25); }

.shadow-35 { box-shadow: 0 0 35px rgba(0, 0, 0, 0.25); }

.shadow-40 { box-shadow: 0 0 40px rgba(0, 0, 0, 0.25); }

.shadow-45 { box-shadow: 0 0 45px rgba(0, 0, 0, 0.25); }

.shadow-50 { box-shadow: 0 0 50px rgba(0, 0, 0, 0.25); }

.shadow-inset { box-shadow: 0 0 15px rgba(0, 0, 0, 0.25) inset; }

.shadow-drop { box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.25); }

.shadow-swag1 { position: relative; }
.shadow-swag1::after { position: absolute; z-index: -1; top: 0; right: 10px; bottom: 0; left: 10px; content: ''; border-radius: 100px / 20px; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.125); }

.shadow-swag2 { position: relative; }
.shadow-swag2::after { position: absolute; z-index: -1; top: 0; right: 10px; bottom: 0; left: 10px; content: ''; border-radius: 100px / 20px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }

.shadow-swag3 { position: relative; }
.shadow-swag3::after { position: absolute; z-index: -1; top: 10px; right: 0; bottom: 10px; left: 0; content: ''; border-radius: 20px / 100px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }

.shadow-swag4 { position: relative; }
.shadow-swag4::before, .shadow-swag4::after { position: absolute; z-index: -1; bottom: 10px; width: 43.75%; height: 43.75%; content: ''; box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5); }
.shadow-swag4::before { left: 10px; -webkit-transform: rotate(-4deg); -ms-transform: rotate(-4deg); transform: rotate(-4deg); }
.shadow-swag4::after { right: 10px; -webkit-transform: rotate(4deg); -ms-transform: rotate(4deg); transform: rotate(4deg); }

.shadow-float { position: relative; }
.shadow-float::after { position: absolute; z-index: -1; right: 0; bottom: 0; left: 0; width: 80%; height: 10px; margin: 0 auto; content: ''; border-radius: 100%; box-shadow: 0 25px 50px rgba(0, 0, 0, 0.75); }

/*--------------------------------------------------*/
/* accordion */
/*--------------------------------------------------*/
.accordion-toggle { cursor: pointer; }

.accordion-content { display: none; }

/*--------------------------------------------------*/
/* space */
/*--------------------------------------------------*/
.space-1em { display: block; height: 1em; }

.space-1line::before { display: block; content: '　'; }

/*--------------------------------------------------*/
/* visible & hidden */
/*--------------------------------------------------*/
.ua-nontouch .visible-touch { display: none; }

.ua-touch .visible-nontouch { display: none; }

.ua-touch .hidden-touch { display: none; }

.ua-nontouch .hidden-nontouch { display: none; }

/*--------------------------------------------------*/
/* selectable */
/*--------------------------------------------------*/
.selectable { cursor: pointer; }

/*--------------------------------------------------*/
/* scrollable horizontaly */
/*--------------------------------------------------*/
.scrollableH { overflow-x: auto; }
.scrollableH::-webkit-scrollbar { height: 5px; }
.scrollableH::-webkit-scrollbar-track { border-radius: 5px; background: #eee; }
.scrollableH::-webkit-scrollbar-thumb { border-radius: 5px; background: #ccc; }

#spot-detail-job-entry {
    margin: 0 auto;
    max-width: 880.0px;
    width: 100.0%;
}
.entry-title {
    font-size: 2.50rem;
    text-align: center;
    margin: 0 0 1.0rem 0;
    padding: 2.0rem 0;
    position: relative;
    width: 100.0%;
}
.entry-title:before {
    background-color: rgba(255, 0, 0, 1.0);
    border-radius: 2.0px;
    bottom: 0;
    content: " ";
    display: inline-block;
    height: 3.0px;
    left: 50.0%;
    position: absolute;
    -ms-transform: translateX(-50.0%);
    transform: translateX(-50.0%);
    width: 3.0em;
}

.entry-company {
    border-left: 4.0px solid rgba(240, 101, 6, 1.0);
    font-size: 2.0rem;
    line-height: 1.25;
    padding: 1.0rem 0.50em;
    width: 100.0%;
}
.lead {
    padding: 1.0rem 0;
    width: 100.0%;
}
.notice,
.warning {
    color: rgb(255, 0, 0);
}
.warning {
    border: 1.0px solid rgba(255, 0, 0, 1.0);
    border-radius: 0.50rem;
    margin: 2.0rem auto;
    max-width: 880.0px;
    padding: 2.0rem;
    text-align: center;
}

.invalidate {
    margin: 0 0 2.0rem 0;
}

.form-wrapper {
    height: auto;
    letter-spacing: -0.4em;
    margin: 1.0rem 0 3.0rem 0;
    overflow: hidden;
    padding: 1.0rem 0;
    position: relative;
    white-space: nowrap;
    width: 100.0%;
}
.form-wrapper > * {
    letter-spacing: normal;
}
.form-wrapper > .entry-form {
    display: inline-block;
    height: auto;
    vertical-align: top;
    white-space: normal;
    width: 100.0%;
}

.entry-form dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
}
.entry-form dl dt,
.entry-form dl dd {
    border-color: rgba(217, 217, 217, 1.0);
    border-style: solid;
    border-width: 1.0px 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    padding: 2.0rem;
    position: relative;
}
.entry-form dl dt:nth-last-of-type(1),
.entry-form dl dd:nth-last-of-type(1) {
    border-bottom-width: 1.0px;
}
.entry-form dl dt {
    background-color: rgba(248, 248, 248, 1.0);
    white-space: nowrap;
    width: 24.0rem;
}
.entry-form dl dt.require:after {
    background-color: rgba(255, 0, 0, 1.0);
    border-radius: 0.25rem;
    color: rgb(255, 255, 255);
    content: "\005fc5\009808";
    margin-left: auto;
    padding: 0 0.5rem;
}
.entry-form dl dd {
    width: calc(100.0% - 24.0rem);
}
.entry-form dl dd.column {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
}

.entry-form dl .supplement {
    color: rgb(178, 178, 178);
}

.entry-form dl .room-name {
    color: rgb(0, 113, 188);
    margin-bottom: 1.0rem;
}

.entry-form dl dd:not(.column) label {
    margin-right: 1.0rem;
}
.entry-form dl dd.column label + label {
    margin-top: 1.0rem;
}
.entry-form dl dd.column input + input,
.entry-form dl dd.column select + select {
    margin-top: 1.0rem;
}

.entry-form dl dd .question + .question {
    margin-top: 1.0rem;: wrap;
}
#spot-detail-job-entry-confirm.entry-form dl dd .question + .question {
    border-top: 1.0px dashed rgba(204, 204, 204, 1.0);
    padding-top: 1.0rem;
}
.entry-form dl dd .question .require:after {
    content: "\003010\0056de\007b54\005fc5\009808\003011";
    color: rgb(255, 0, 0);
    display: inline-block;
}

.entry-form dl dd.work-hour {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.entry-form dl dd.work-hour label {
    margin-right: 0;
}
.entry-form  dl dd .calc-work-hour .hour,
.entry-form  dl dd .calc-work-hour .minute {
    border: 1.0px solid rgba(204, 204, 204, 1.0);
    border-radius: 0.25rem;
    color: rgb(178, 178, 178);
    display: inline-block;
    padding: 1.0px 5.0px;
}

.entry-form .wrapper-explanation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
}
.entry-form .explanation {
    border: 1.0px solid rgba(217, 217, 217, 1.0);
    border-radius: 0.25em;
    padding: 1.0em 2.0em 0 2.0em;
}
.entry-form .explanation > p {
    margin-bottom: 1.0em;
}
.entry-form .explanation span,
.entry-form .privacy a {
    color: rgb(255, 0, 0);
}
.entry-form .privacy a {
    text-decoration: underline;
}

.entry-form .completion {
    border: 1px solid rgba(240, 101, 6, 1.0);
    border-radius: 0.25em;
    padding: 1.0em 2.0em;
}
.entry-form .completion .headding {
    color: rgb(240, 101, 6);
    font-size: 2.0rem;
}

.entry-form .btn {
    border: 1px solid rgba(179, 179, 179, 1.0);
    border-radius: 2.50rem / 50.0%;
    display: block;
    font-size: 1.5rem;
    height: 6.0rem;
    line-height: 4.0rem;
    margin: 0 auto;
    padding: 1.0rem 0;
    position: relative;
    background-color: rgba(179, 179, 179, 1.0);
}
.entry-form .btn-submit {
    border: 1.0px solid rgba(255, 0, 0, 1.0);
    color: rgb(255, 0, 0);
    width: 40.0rem;
    background-color: rgba(255, 255, 255, 1.0);
}
.entry-form .btn.btn-prev:after,
.entry-form .btn.btn-next:after {
    bottom: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: auto 0;
    padding: 1.0rem 0;
    position: absolute;
    top: 0;
}
.entry-form .btn.btn-prev:after {
    content: "\003c";
    left: 2.0%;
}
.entry-form .btn.btn-next:after {
    content: "\003e";
    right: 2.0%;
}
.entry-form .box-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.entry-form .box-buttons .btn {
    margin: 0;
    position: relative;
    width: calc(50.0% - 2.0rem);
}

.entry-form input[type="text"],
.entry-form input[type="number"],
.entry-form select,
.entry-form textarea {
    border-radius: 0.25rem;
}

.entry-form label span + input[type="text"],
.entry-form label span + input[type="number"],
.entry-form label span + select,
.entry-form label input[type="text"] + span,
.entry-form label input[type="number"] + span,
.entry-form label select + span {
    margin-left: 0.25rem;
}

.entry-form dl dd .pickr {
    position: relative;
}
.flatpickr-calendar.hasTime.showTimeInput.open {
    max-width: 160.0px;
}
.flatpickr-calendar.hasTime.showTimeInput.open .flatpickr-time .flatpickr-am-pm {
    width: 22.0%;
}
.flatpickr-calendar.arrow-top-center:after,
.flatpickr-calendar.arrow-top-center:before {
    left: 50.0%;
}

.flatpickr-calendar.arrow-top-right:after,
.flatpickr-calendar.arrow-top-right:before {
    left: calc(100.0% - 10.0px);
}

.entry-form input.zip-f {
    width: 3.0em;
}
.entry-form input.zip-s {
    width: 4.0em;
}
.entry-form input.mini {
    width: 3.0em;
}
.entry-form select.mini {
    width: 4.0em;
}
.entry-form input[type="number"].mini {
    width: 4.0em;
}
.entry-form input.short{
    width: 5.0em;
}
.entry-form select.short {
    width: 5.50em;
}
.entry-form input[type="number"].short {
    width: 6.0em;
}

.entry-form .privacy_content {
    width: 100%;
    border: solid 0.8px #a9a9a9;
    padding: 15px;
    max-height: 160px;
    overflow-y:auto;
}

.in-page-scroll {
    color: rgb(0, 113, 188);
    text-decoration: underline;
}

#spot-detail-job-entry-fail {
    color: rgb(255, 0, 0);
    display: none;
    margin-top: 0;
}
#spot-detail-job-entry-fail.appear {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
}
#spot-detail-job-entry-fail .fa {
    margin-right: 0.75rem;
    margin-top: 2.50px;
}

#loading {
    background-color: rgba(255, 255, 255, 0.75);
    display: none;
    height: 100.0vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100.0vw;
    z-index: 19999;
}
#loading .fa {
    color: rgba(136, 136, 136, 0.9);
    left: 50.0%;
    margin: auto;
    position: relative;
    top: 50.0%;
}

@media screen and (max-width: 599.0px) {
    #spot-detail-job-entry {
        padding: 0 1.0rem;
    }

    .entry-company {
        font-size: 1.75rem;
    }

    .entry-form dl {
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .entry-form dl dt,
    .entry-form dl dd {
        width: 100.0%;
    }
    .entry-form dl dt {
        background-color: transparent;
        padding: 1.0rem 0.75rem 0 0.75rem;
    }
    .entry-form dl dt:nth-of-type(n+2) {
        border-style: dashed;
    }
    .entry-form dl dt:nth-last-of-type(1) {
         border-bottom: none;
    }
    .entry-form dl dt br {
        display: none;
    }
    .entry-form dl dd {
        border-top: none;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 1.0rem 0.75rem 2.0rem 0.75rem;
    }
    .entry-form dl dd:nth-last-of-type(1) {
        border-bottom-style: solid;
    }

    .entry-form dl dd.room label {
        white-space: nowrap;
    }
    .entry-form dl dd.room label input[type="radio"],
    .entry-form dl dd.room label input[type="radio"] + span {
        display: inline-block;
        vertical-align: top;
        white-space: normal;
    }
    .entry-form dl dd.room label input[type="radio"] + span {
        margin-top: -0.25rem;
        width: calc(100.0% - 1.25rem);
    }

    .entry-form dl dd.work-hour {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start;
        position: relative;
    }
    .entry-form dl dd.work-hour .separator {
        left: 5.50rem;
        position: relative;
        transform: rotate(90.0deg);
    }
    .entry-form dl dd.work-hour > .calc-work-hour {
        margin: 2.0rem 0 0 0;
    }

    .entry-form .wrapper-explanation {
        padding-top: 1.0rem;
    }
    .entry-form .explanation,
    .entry-form .privacy {
        text-align: left;
    }
    .entry-form .explanation {
        border: 1.0px solid rgb(217, 217, 217);
        border-radius: 0.25em;
        padding: 1.0em 1.0rem 0 1.0rem;
    }

    .entry-form .completion {
        padding: 1.0em;
    }

    .entry-form .btn-submit {
        background-color: rgb(255, 0, 0);
        color: rgb(255, 255, 255);
    }
    .entry-form .box-buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        -ms-flex-pack: start;
            justify-content: flex-start;
    }
    .entry-form .box-buttons .btn {
        width: 100.0%;
    }
    .entry-form .box-buttons .btn ~ .btn {
        margin-bottom: 2.0rem;
    }

    .entry-form .pickr {
        display: none;
    }

    .entry-form input[type="number"].mini {
        width: 3.0em;
    }
    .entry-form input[type="number"].short {
        width: 5.0em;
    }
}

.nowrap {
    white-space: nowrap;
}

.w-5 {
    width: 5% !important;
}
.w-10 {
    width: 10.0% !important;
}
.w-15 {
    width: 15.0% !important;
}
.w-20 {
    width: 20.0% !important;
}
.w-25 {
    width: 25.0% !important;
}
.w-30 {
    width: 30.0% !important;
}
.w-33 {
    width: 33.3333% !important;
}
.w-35 {
    width: 35.0% !important;
}
.w-40 {
    width: 40.0% !important;
}
.w-45 {
    width: 45.0% !important;
}
.w-50 {
    width: 50.0% !important;
}
.w-55 {
    width: 55.0% !important;
}
.w-60 {
    width: 60.0% !important;
}
.w-65 {
    width: 65.0% !important;
}
.w-70 {
    width: 70.0% !important;
}
.w-75 {
    width: 75.0% !important;
}
.w-80 {
    width: 80.0% !important;
}
.w-85 {
    width: 85.0% !important;
}
.w-90 {
    width: 90.0% !important;
}
.w-95 {
    width: 95.0% !important;
}
.w-100 {
    width: 100.0% !important;
}
.w-auto {
    width: auto !important;
}
@media (min-width: 576px) {
    .w-sm-5 {
        width: 5% !important;
    }
    .w-sm-10 {
        width: 10.0% !important;
    }
    .w-sm-15 {
        width: 15.0% !important;
    }
    .w-sm-20 {
        width: 20.0% !important;
    }
    .w-sm-25 {
        width: 25.0% !important;
    }
    .w-sm-30 {
        width: 30.0% !important;
    }
    .w-sm-33 {
        width: 33.3333% !important;
    }
    .w-sm-35 {
        width: 35.0% !important;
    }
    .w-sm-40 {
        width: 40.0% !important;
    }
    .w-sm-45 {
        width: 45.0% !important;
    }
    .w-sm-50 {
        width: 50.0% !important;
    }
    .w-sm-55 {
        width: 55.0% !important;
    }
    .w-sm-60 {
        width: 60.0% !important;
    }
    .w-sm-65 {
        width: 65.0% !important;
    }
    .w-sm-70 {
        width: 70.0% !important;
    }
    .w-sm-75 {
        width: 75.0% !important;
    }
    .w-sm-80 {
        width: 80.0% !important;
    }
    .w-sm-85 {
        width: 85.0% !important;
    }
    .w-sm-90 {
        width: 90.0% !important;
    }
    .w-sm-95 {
        width: 95.0% !important;
    }
    .w-sm-100 {
        width: 100.0% !important;
    }
    .w-sm-auto {
        width: auto !important;
    }
}
@media (min-width: 768px) {
    .w-md-5 {
        width: 5% !important;
    }
    .w-md-10 {
        width: 10.0% !important;
    }
    .w-md-15 {
        width: 15.0% !important;
    }
    .w-md-20 {
        width: 20.0% !important;
    }
    .w-md-25 {
        width: 25.0% !important;
    }
    .w-md-30 {
        width: 30.0% !important;
    }
    .w-md-33 {
        width: 33.3333% !important;
    }
    .w-md-35 {
        width: 35.0% !important;
    }
    .w-md-40 {
        width: 40.0% !important;
    }
    .w-md-45 {
        width: 45.0% !important;
    }
    .w-md-50 {
        width: 50.0% !important;
    }
    .w-md-55 {
        width: 55.0% !important;
    }
    .w-md-60 {
        width: 60.0% !important;
    }
    .w-md-65 {
        width: 65.0% !important;
    }
    .w-md-70 {
        width: 70.0% !important;
    }
    .w-md-75 {
        width: 75.0% !important;
    }
    .w-md-80 {
        width: 80.0% !important;
    }
    .w-md-85 {
        width: 85.0% !important;
    }
    .w-md-90 {
        width: 90.0% !important;
    }
    .w-md-95 {
        width: 95.0% !important;
    }
    .w-md-100 {
        width: 100.0% !important;
    }
    .w-md-auto {
        width: auto !important;
    }
}
@media (min-width: 992px) {
    .w-lg-5 {
        width: 5% !important;
    }
    .w-lg-10 {
        width: 10.0% !important;
    }
    .w-lg-15 {
        width: 15.0% !important;
    }
    .w-lg-20 {
        width: 20.0% !important;
    }
    .w-lg-25 {
        width: 25.0% !important;
    }
    .w-lg-30 {
        width: 30.0% !important;
    }
    .w-lg-33 {
        width: 33.3333% !important;
    }
    .w-lg-35 {
        width: 35.0% !important;
    }
    .w-lg-40 {
        width: 40.0% !important;
    }
    .w-lg-45 {
        width: 45.0% !important;
    }
    .w-lg-50 {
        width: 50.0% !important;
    }
    .w-lg-55 {
        width: 55.0% !important;
    }
    .w-lg-60 {
        width: 60.0% !important;
    }
    .w-lg-65 {
        width: 65.0% !important;
    }
    .w-lg-70 {
        width: 70.0% !important;
    }
    .w-lg-75 {
        width: 75.0% !important;
    }
    .w-lg-80 {
        width: 80.0% !important;
    }
    .w-lg-85 {
        width: 85.0% !important;
    }
    .w-lg-90 {
        width: 90.0% !important;
    }
    .w-lg-95 {
        width: 95.0% !important;
    }
    .w-lg-100 {
        width: 100.0% !important;
    }
    .w-lg-auto {
        width: auto !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-5 {
        width: 5% !important;
    }
    .w-xl-10 {
        width: 10.0% !important;
    }
    .w-xl-15 {
        width: 15.0% !important;
    }
    .w-xl-20 {
        width: 20.0% !important;
    }
    .w-xl-25 {
        width: 25.0% !important;
    }
    .w-xl-30 {
        width: 30.0% !important;
    }
    .w-xl-33 {
        width: 33.3333% !important;
    }
    .w-xl-35 {
        width: 35.0% !important;
    }
    .w-xl-40 {
        width: 40.0% !important;
    }
    .w-xl-45 {
        width: 45.0% !important;
    }
    .w-xl-50 {
        width: 50.0% !important;
    }
    .w-xl-55 {
        width: 55.0% !important;
    }
    .w-xl-60 {
        width: 60.0% !important;
    }
    .w-xl-65 {
        width: 65.0% !important;
    }
    .w-xl-70 {
        width: 70.0% !important;
    }
    .w-xl-75 {
        width: 75.0% !important;
    }
    .w-xl-80 {
        width: 80.0% !important;
    }
    .w-xl-85 {
        width: 85.0% !important;
    }
    .w-xl-90 {
        width: 90.0% !important;
    }
    .w-xl-95 {
        width: 95.0% !important;
    }
    .w-xl-100 {
        width: 100.0% !important;
    }
    .w-xl-auto {
        width: auto !important;
    }
}
