@charset "UTF-8";
/**
 * App
 */
/* ==========================================================================
   Foundation
   ========================================================================== */
/*==================================
* breakpoint
==================================*/
/*==================================
* margin
==================================*/
/*==================================
* padding
==================================*/
/*==================================
* z-index
==================================*/
/*==================================
* round
==================================*/
/*==================================
* theme
==================================*/
/* Clear Fix
======================================================== */
/* Base
----------------------------------------------------------------- */
/**
 * Normalize
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   初期化
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body {
  background: #FAFAFA;
  color: #333;
}

body .container.body .right_col {
  background: #FAFAFA;
}

ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-position: outside;
}

ol {
  list-style-type: decimal;
}

li {
  margin: 0;
  padding: 0;
  display: block;
  box-sizing: content-box;
  box-sizing: border-box;
}

dt, dd {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  box-sizing: border-box;
}

textarea {
  resize: none;
}

input[type=range] {
  display: inline-block;
  vertical-align: middle;
}

h4,
.h4 {
  font-size: 16px;
}

p {
  margin: 0;
}

label {
  margin-bottom: 0;
  font-weight: normal;
}

a {
  color: #337ab7;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

input[type=radio] + label,
input[type=checkbox] + label {
  font-weight: 400;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
}

/*--- ページタイトル --- */
h2 {
  margin: 0 0 15px 0;
  font-size: 20px;
  font-weight: bold;
  color: #2A3F54;
}

/*--- ページ見出し --- */
h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #2A3F54;
}

/*--- 項目名 --- */
h4 {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   テキストボックス、パスワード、テキストエリア
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
input[type=text],
input[type=password],
textarea,
select {
  display: inline-block;
  height: 30px;
  padding: 3px 6px;
  font-size: 14px;
  line-height: 1.3;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  vertical-align: middle;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #777;
}
input[type=text][disabled], input[type=text][readonly],
input[type=password][disabled],
input[type=password][readonly],
textarea[disabled],
textarea[readonly],
select[disabled],
select[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
input[type=text][disabled],
input[type=password][disabled],
textarea[disabled],
select[disabled] {
  background-color: #eee !important;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  top: -2px;
  margin-right: 2px;
}

/* ==========================================================================
   Old
========================================================================== */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   最大横幅指定（px）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.max-w1 {
  max-width: 1px !important;
}

.max-w2 {
  max-width: 2px !important;
}

.max-w3 {
  max-width: 3px !important;
}

.max-w4 {
  max-width: 4px !important;
}

.max-w5 {
  max-width: 5px !important;
}

.max-w6 {
  max-width: 6px !important;
}

.max-w7 {
  max-width: 7px !important;
}

.max-w8 {
  max-width: 8px !important;
}

.max-w9 {
  max-width: 9px !important;
}

.max-w10 {
  max-width: 10px !important;
}

.max-w11 {
  max-width: 11px !important;
}

.max-w12 {
  max-width: 12px !important;
}

.max-w13 {
  max-width: 13px !important;
}

.max-w14 {
  max-width: 14px !important;
}

.max-w15 {
  max-width: 15px !important;
}

.max-w16 {
  max-width: 16px !important;
}

.max-w17 {
  max-width: 17px !important;
}

.max-w18 {
  max-width: 18px !important;
}

.max-w19 {
  max-width: 19px !important;
}

.max-w20 {
  max-width: 20px !important;
}

.max-w21 {
  max-width: 21px !important;
}

.max-w22 {
  max-width: 22px !important;
}

.max-w23 {
  max-width: 23px !important;
}

.max-w24 {
  max-width: 24px !important;
}

.max-w25 {
  max-width: 25px !important;
}

.max-w26 {
  max-width: 26px !important;
}

.max-w27 {
  max-width: 27px !important;
}

.max-w28 {
  max-width: 28px !important;
}

.max-w29 {
  max-width: 29px !important;
}

.max-w30 {
  max-width: 30px !important;
}

.max-w31 {
  max-width: 31px !important;
}

.max-w32 {
  max-width: 32px !important;
}

.max-w33 {
  max-width: 33px !important;
}

.max-w34 {
  max-width: 34px !important;
}

.max-w35 {
  max-width: 35px !important;
}

.max-w36 {
  max-width: 36px !important;
}

.max-w37 {
  max-width: 37px !important;
}

.max-w38 {
  max-width: 38px !important;
}

.max-w39 {
  max-width: 39px !important;
}

.max-w40 {
  max-width: 40px !important;
}

.max-w41 {
  max-width: 41px !important;
}

.max-w42 {
  max-width: 42px !important;
}

.max-w43 {
  max-width: 43px !important;
}

.max-w44 {
  max-width: 44px !important;
}

.max-w45 {
  max-width: 45px !important;
}

.max-w46 {
  max-width: 46px !important;
}

.max-w47 {
  max-width: 47px !important;
}

.max-w48 {
  max-width: 48px !important;
}

.max-w49 {
  max-width: 49px !important;
}

.max-w50 {
  max-width: 50px !important;
}

.max-w51 {
  max-width: 51px !important;
}

.max-w52 {
  max-width: 52px !important;
}

.max-w53 {
  max-width: 53px !important;
}

.max-w54 {
  max-width: 54px !important;
}

.max-w55 {
  max-width: 55px !important;
}

.max-w56 {
  max-width: 56px !important;
}

.max-w57 {
  max-width: 57px !important;
}

.max-w58 {
  max-width: 58px !important;
}

.max-w59 {
  max-width: 59px !important;
}

.max-w60 {
  max-width: 60px !important;
}

.max-w61 {
  max-width: 61px !important;
}

.max-w62 {
  max-width: 62px !important;
}

.max-w63 {
  max-width: 63px !important;
}

.max-w64 {
  max-width: 64px !important;
}

.max-w65 {
  max-width: 65px !important;
}

.max-w66 {
  max-width: 66px !important;
}

.max-w67 {
  max-width: 67px !important;
}

.max-w68 {
  max-width: 68px !important;
}

.max-w69 {
  max-width: 69px !important;
}

.max-w70 {
  max-width: 70px !important;
}

.max-w71 {
  max-width: 71px !important;
}

.max-w72 {
  max-width: 72px !important;
}

.max-w73 {
  max-width: 73px !important;
}

.max-w74 {
  max-width: 74px !important;
}

.max-w75 {
  max-width: 75px !important;
}

.max-w76 {
  max-width: 76px !important;
}

.max-w77 {
  max-width: 77px !important;
}

.max-w78 {
  max-width: 78px !important;
}

.max-w79 {
  max-width: 79px !important;
}

.max-w80 {
  max-width: 80px !important;
}

.max-w81 {
  max-width: 81px !important;
}

.max-w82 {
  max-width: 82px !important;
}

.max-w83 {
  max-width: 83px !important;
}

.max-w84 {
  max-width: 84px !important;
}

.max-w85 {
  max-width: 85px !important;
}

.max-w86 {
  max-width: 86px !important;
}

.max-w87 {
  max-width: 87px !important;
}

.max-w88 {
  max-width: 88px !important;
}

.max-w89 {
  max-width: 89px !important;
}

.max-w90 {
  max-width: 90px !important;
}

.max-w91 {
  max-width: 91px !important;
}

.max-w92 {
  max-width: 92px !important;
}

.max-w93 {
  max-width: 93px !important;
}

.max-w94 {
  max-width: 94px !important;
}

.max-w95 {
  max-width: 95px !important;
}

.max-w96 {
  max-width: 96px !important;
}

.max-w97 {
  max-width: 97px !important;
}

.max-w98 {
  max-width: 98px !important;
}

.max-w99 {
  max-width: 99px !important;
}

.max-w100 {
  max-width: 100px !important;
}

.max-w101 {
  max-width: 101px !important;
}

.max-w102 {
  max-width: 102px !important;
}

.max-w103 {
  max-width: 103px !important;
}

.max-w104 {
  max-width: 104px !important;
}

.max-w105 {
  max-width: 105px !important;
}

.max-w106 {
  max-width: 106px !important;
}

.max-w107 {
  max-width: 107px !important;
}

.max-w108 {
  max-width: 108px !important;
}

.max-w109 {
  max-width: 109px !important;
}

.max-w110 {
  max-width: 110px !important;
}

.max-w111 {
  max-width: 111px !important;
}

.max-w112 {
  max-width: 112px !important;
}

.max-w113 {
  max-width: 113px !important;
}

.max-w114 {
  max-width: 114px !important;
}

.max-w115 {
  max-width: 115px !important;
}

.max-w116 {
  max-width: 116px !important;
}

.max-w117 {
  max-width: 117px !important;
}

.max-w118 {
  max-width: 118px !important;
}

.max-w119 {
  max-width: 119px !important;
}

.max-w120 {
  max-width: 120px !important;
}

.max-w121 {
  max-width: 121px !important;
}

.max-w122 {
  max-width: 122px !important;
}

.max-w123 {
  max-width: 123px !important;
}

.max-w124 {
  max-width: 124px !important;
}

.max-w125 {
  max-width: 125px !important;
}

.max-w126 {
  max-width: 126px !important;
}

.max-w127 {
  max-width: 127px !important;
}

.max-w128 {
  max-width: 128px !important;
}

.max-w129 {
  max-width: 129px !important;
}

.max-w130 {
  max-width: 130px !important;
}

.max-w131 {
  max-width: 131px !important;
}

.max-w132 {
  max-width: 132px !important;
}

.max-w133 {
  max-width: 133px !important;
}

.max-w134 {
  max-width: 134px !important;
}

.max-w135 {
  max-width: 135px !important;
}

.max-w136 {
  max-width: 136px !important;
}

.max-w137 {
  max-width: 137px !important;
}

.max-w138 {
  max-width: 138px !important;
}

.max-w139 {
  max-width: 139px !important;
}

.max-w140 {
  max-width: 140px !important;
}

.max-w141 {
  max-width: 141px !important;
}

.max-w142 {
  max-width: 142px !important;
}

.max-w143 {
  max-width: 143px !important;
}

.max-w144 {
  max-width: 144px !important;
}

.max-w145 {
  max-width: 145px !important;
}

.max-w146 {
  max-width: 146px !important;
}

.max-w147 {
  max-width: 147px !important;
}

.max-w148 {
  max-width: 148px !important;
}

.max-w149 {
  max-width: 149px !important;
}

.max-w150 {
  max-width: 150px !important;
}

.max-w151 {
  max-width: 151px !important;
}

.max-w152 {
  max-width: 152px !important;
}

.max-w153 {
  max-width: 153px !important;
}

.max-w154 {
  max-width: 154px !important;
}

.max-w155 {
  max-width: 155px !important;
}

.max-w156 {
  max-width: 156px !important;
}

.max-w157 {
  max-width: 157px !important;
}

.max-w158 {
  max-width: 158px !important;
}

.max-w159 {
  max-width: 159px !important;
}

.max-w160 {
  max-width: 160px !important;
}

.max-w161 {
  max-width: 161px !important;
}

.max-w162 {
  max-width: 162px !important;
}

.max-w163 {
  max-width: 163px !important;
}

.max-w164 {
  max-width: 164px !important;
}

.max-w165 {
  max-width: 165px !important;
}

.max-w166 {
  max-width: 166px !important;
}

.max-w167 {
  max-width: 167px !important;
}

.max-w168 {
  max-width: 168px !important;
}

.max-w169 {
  max-width: 169px !important;
}

.max-w170 {
  max-width: 170px !important;
}

.max-w171 {
  max-width: 171px !important;
}

.max-w172 {
  max-width: 172px !important;
}

.max-w173 {
  max-width: 173px !important;
}

.max-w174 {
  max-width: 174px !important;
}

.max-w175 {
  max-width: 175px !important;
}

.max-w176 {
  max-width: 176px !important;
}

.max-w177 {
  max-width: 177px !important;
}

.max-w178 {
  max-width: 178px !important;
}

.max-w179 {
  max-width: 179px !important;
}

.max-w180 {
  max-width: 180px !important;
}

.max-w181 {
  max-width: 181px !important;
}

.max-w182 {
  max-width: 182px !important;
}

.max-w183 {
  max-width: 183px !important;
}

.max-w184 {
  max-width: 184px !important;
}

.max-w185 {
  max-width: 185px !important;
}

.max-w186 {
  max-width: 186px !important;
}

.max-w187 {
  max-width: 187px !important;
}

.max-w188 {
  max-width: 188px !important;
}

.max-w189 {
  max-width: 189px !important;
}

.max-w190 {
  max-width: 190px !important;
}

.max-w191 {
  max-width: 191px !important;
}

.max-w192 {
  max-width: 192px !important;
}

.max-w193 {
  max-width: 193px !important;
}

.max-w194 {
  max-width: 194px !important;
}

.max-w195 {
  max-width: 195px !important;
}

.max-w196 {
  max-width: 196px !important;
}

.max-w197 {
  max-width: 197px !important;
}

.max-w198 {
  max-width: 198px !important;
}

.max-w199 {
  max-width: 199px !important;
}

.max-w200 {
  max-width: 200px !important;
}

.max-w201 {
  max-width: 201px !important;
}

.max-w202 {
  max-width: 202px !important;
}

.max-w203 {
  max-width: 203px !important;
}

.max-w204 {
  max-width: 204px !important;
}

.max-w205 {
  max-width: 205px !important;
}

.max-w206 {
  max-width: 206px !important;
}

.max-w207 {
  max-width: 207px !important;
}

.max-w208 {
  max-width: 208px !important;
}

.max-w209 {
  max-width: 209px !important;
}

.max-w210 {
  max-width: 210px !important;
}

.max-w211 {
  max-width: 211px !important;
}

.max-w212 {
  max-width: 212px !important;
}

.max-w213 {
  max-width: 213px !important;
}

.max-w214 {
  max-width: 214px !important;
}

.max-w215 {
  max-width: 215px !important;
}

.max-w216 {
  max-width: 216px !important;
}

.max-w217 {
  max-width: 217px !important;
}

.max-w218 {
  max-width: 218px !important;
}

.max-w219 {
  max-width: 219px !important;
}

.max-w220 {
  max-width: 220px !important;
}

.max-w221 {
  max-width: 221px !important;
}

.max-w222 {
  max-width: 222px !important;
}

.max-w223 {
  max-width: 223px !important;
}

.max-w224 {
  max-width: 224px !important;
}

.max-w225 {
  max-width: 225px !important;
}

.max-w226 {
  max-width: 226px !important;
}

.max-w227 {
  max-width: 227px !important;
}

.max-w228 {
  max-width: 228px !important;
}

.max-w229 {
  max-width: 229px !important;
}

.max-w230 {
  max-width: 230px !important;
}

.max-w231 {
  max-width: 231px !important;
}

.max-w232 {
  max-width: 232px !important;
}

.max-w233 {
  max-width: 233px !important;
}

.max-w234 {
  max-width: 234px !important;
}

.max-w235 {
  max-width: 235px !important;
}

.max-w236 {
  max-width: 236px !important;
}

.max-w237 {
  max-width: 237px !important;
}

.max-w238 {
  max-width: 238px !important;
}

.max-w239 {
  max-width: 239px !important;
}

.max-w240 {
  max-width: 240px !important;
}

.max-w241 {
  max-width: 241px !important;
}

.max-w242 {
  max-width: 242px !important;
}

.max-w243 {
  max-width: 243px !important;
}

.max-w244 {
  max-width: 244px !important;
}

.max-w245 {
  max-width: 245px !important;
}

.max-w246 {
  max-width: 246px !important;
}

.max-w247 {
  max-width: 247px !important;
}

.max-w248 {
  max-width: 248px !important;
}

.max-w249 {
  max-width: 249px !important;
}

.max-w250 {
  max-width: 250px !important;
}

.max-w251 {
  max-width: 251px !important;
}

.max-w252 {
  max-width: 252px !important;
}

.max-w253 {
  max-width: 253px !important;
}

.max-w254 {
  max-width: 254px !important;
}

.max-w255 {
  max-width: 255px !important;
}

.max-w256 {
  max-width: 256px !important;
}

.max-w257 {
  max-width: 257px !important;
}

.max-w258 {
  max-width: 258px !important;
}

.max-w259 {
  max-width: 259px !important;
}

.max-w260 {
  max-width: 260px !important;
}

.max-w261 {
  max-width: 261px !important;
}

.max-w262 {
  max-width: 262px !important;
}

.max-w263 {
  max-width: 263px !important;
}

.max-w264 {
  max-width: 264px !important;
}

.max-w265 {
  max-width: 265px !important;
}

.max-w266 {
  max-width: 266px !important;
}

.max-w267 {
  max-width: 267px !important;
}

.max-w268 {
  max-width: 268px !important;
}

.max-w269 {
  max-width: 269px !important;
}

.max-w270 {
  max-width: 270px !important;
}

.max-w271 {
  max-width: 271px !important;
}

.max-w272 {
  max-width: 272px !important;
}

.max-w273 {
  max-width: 273px !important;
}

.max-w274 {
  max-width: 274px !important;
}

.max-w275 {
  max-width: 275px !important;
}

.max-w276 {
  max-width: 276px !important;
}

.max-w277 {
  max-width: 277px !important;
}

.max-w278 {
  max-width: 278px !important;
}

.max-w279 {
  max-width: 279px !important;
}

.max-w280 {
  max-width: 280px !important;
}

.max-w281 {
  max-width: 281px !important;
}

.max-w282 {
  max-width: 282px !important;
}

.max-w283 {
  max-width: 283px !important;
}

.max-w284 {
  max-width: 284px !important;
}

.max-w285 {
  max-width: 285px !important;
}

.max-w286 {
  max-width: 286px !important;
}

.max-w287 {
  max-width: 287px !important;
}

.max-w288 {
  max-width: 288px !important;
}

.max-w289 {
  max-width: 289px !important;
}

.max-w290 {
  max-width: 290px !important;
}

.max-w291 {
  max-width: 291px !important;
}

.max-w292 {
  max-width: 292px !important;
}

.max-w293 {
  max-width: 293px !important;
}

.max-w294 {
  max-width: 294px !important;
}

.max-w295 {
  max-width: 295px !important;
}

.max-w296 {
  max-width: 296px !important;
}

.max-w297 {
  max-width: 297px !important;
}

.max-w298 {
  max-width: 298px !important;
}

.max-w299 {
  max-width: 299px !important;
}

.max-w300 {
  max-width: 300px !important;
}

.max-w301 {
  max-width: 301px !important;
}

.max-w302 {
  max-width: 302px !important;
}

.max-w303 {
  max-width: 303px !important;
}

.max-w304 {
  max-width: 304px !important;
}

.max-w305 {
  max-width: 305px !important;
}

.max-w306 {
  max-width: 306px !important;
}

.max-w307 {
  max-width: 307px !important;
}

.max-w308 {
  max-width: 308px !important;
}

.max-w309 {
  max-width: 309px !important;
}

.max-w310 {
  max-width: 310px !important;
}

.max-w311 {
  max-width: 311px !important;
}

.max-w312 {
  max-width: 312px !important;
}

.max-w313 {
  max-width: 313px !important;
}

.max-w314 {
  max-width: 314px !important;
}

.max-w315 {
  max-width: 315px !important;
}

.max-w316 {
  max-width: 316px !important;
}

.max-w317 {
  max-width: 317px !important;
}

.max-w318 {
  max-width: 318px !important;
}

.max-w319 {
  max-width: 319px !important;
}

.max-w320 {
  max-width: 320px !important;
}

.max-w321 {
  max-width: 321px !important;
}

.max-w322 {
  max-width: 322px !important;
}

.max-w323 {
  max-width: 323px !important;
}

.max-w324 {
  max-width: 324px !important;
}

.max-w325 {
  max-width: 325px !important;
}

.max-w326 {
  max-width: 326px !important;
}

.max-w327 {
  max-width: 327px !important;
}

.max-w328 {
  max-width: 328px !important;
}

.max-w329 {
  max-width: 329px !important;
}

.max-w330 {
  max-width: 330px !important;
}

.max-w331 {
  max-width: 331px !important;
}

.max-w332 {
  max-width: 332px !important;
}

.max-w333 {
  max-width: 333px !important;
}

.max-w334 {
  max-width: 334px !important;
}

.max-w335 {
  max-width: 335px !important;
}

.max-w336 {
  max-width: 336px !important;
}

.max-w337 {
  max-width: 337px !important;
}

.max-w338 {
  max-width: 338px !important;
}

.max-w339 {
  max-width: 339px !important;
}

.max-w340 {
  max-width: 340px !important;
}

.max-w341 {
  max-width: 341px !important;
}

.max-w342 {
  max-width: 342px !important;
}

.max-w343 {
  max-width: 343px !important;
}

.max-w344 {
  max-width: 344px !important;
}

.max-w345 {
  max-width: 345px !important;
}

.max-w346 {
  max-width: 346px !important;
}

.max-w347 {
  max-width: 347px !important;
}

.max-w348 {
  max-width: 348px !important;
}

.max-w349 {
  max-width: 349px !important;
}

.max-w350 {
  max-width: 350px !important;
}

.max-w351 {
  max-width: 351px !important;
}

.max-w352 {
  max-width: 352px !important;
}

.max-w353 {
  max-width: 353px !important;
}

.max-w354 {
  max-width: 354px !important;
}

.max-w355 {
  max-width: 355px !important;
}

.max-w356 {
  max-width: 356px !important;
}

.max-w357 {
  max-width: 357px !important;
}

.max-w358 {
  max-width: 358px !important;
}

.max-w359 {
  max-width: 359px !important;
}

.max-w360 {
  max-width: 360px !important;
}

.max-w361 {
  max-width: 361px !important;
}

.max-w362 {
  max-width: 362px !important;
}

.max-w363 {
  max-width: 363px !important;
}

.max-w364 {
  max-width: 364px !important;
}

.max-w365 {
  max-width: 365px !important;
}

.max-w366 {
  max-width: 366px !important;
}

.max-w367 {
  max-width: 367px !important;
}

.max-w368 {
  max-width: 368px !important;
}

.max-w369 {
  max-width: 369px !important;
}

.max-w370 {
  max-width: 370px !important;
}

.max-w371 {
  max-width: 371px !important;
}

.max-w372 {
  max-width: 372px !important;
}

.max-w373 {
  max-width: 373px !important;
}

.max-w374 {
  max-width: 374px !important;
}

.max-w375 {
  max-width: 375px !important;
}

.max-w376 {
  max-width: 376px !important;
}

.max-w377 {
  max-width: 377px !important;
}

.max-w378 {
  max-width: 378px !important;
}

.max-w379 {
  max-width: 379px !important;
}

.max-w380 {
  max-width: 380px !important;
}

.max-w381 {
  max-width: 381px !important;
}

.max-w382 {
  max-width: 382px !important;
}

.max-w383 {
  max-width: 383px !important;
}

.max-w384 {
  max-width: 384px !important;
}

.max-w385 {
  max-width: 385px !important;
}

.max-w386 {
  max-width: 386px !important;
}

.max-w387 {
  max-width: 387px !important;
}

.max-w388 {
  max-width: 388px !important;
}

.max-w389 {
  max-width: 389px !important;
}

.max-w390 {
  max-width: 390px !important;
}

.max-w391 {
  max-width: 391px !important;
}

.max-w392 {
  max-width: 392px !important;
}

.max-w393 {
  max-width: 393px !important;
}

.max-w394 {
  max-width: 394px !important;
}

.max-w395 {
  max-width: 395px !important;
}

.max-w396 {
  max-width: 396px !important;
}

.max-w397 {
  max-width: 397px !important;
}

.max-w398 {
  max-width: 398px !important;
}

.max-w399 {
  max-width: 399px !important;
}

.max-w400 {
  max-width: 400px !important;
}

.max-w401 {
  max-width: 401px !important;
}

.max-w402 {
  max-width: 402px !important;
}

.max-w403 {
  max-width: 403px !important;
}

.max-w404 {
  max-width: 404px !important;
}

.max-w405 {
  max-width: 405px !important;
}

.max-w406 {
  max-width: 406px !important;
}

.max-w407 {
  max-width: 407px !important;
}

.max-w408 {
  max-width: 408px !important;
}

.max-w409 {
  max-width: 409px !important;
}

.max-w410 {
  max-width: 410px !important;
}

.max-w411 {
  max-width: 411px !important;
}

.max-w412 {
  max-width: 412px !important;
}

.max-w413 {
  max-width: 413px !important;
}

.max-w414 {
  max-width: 414px !important;
}

.max-w415 {
  max-width: 415px !important;
}

.max-w416 {
  max-width: 416px !important;
}

.max-w417 {
  max-width: 417px !important;
}

.max-w418 {
  max-width: 418px !important;
}

.max-w419 {
  max-width: 419px !important;
}

.max-w420 {
  max-width: 420px !important;
}

.max-w421 {
  max-width: 421px !important;
}

.max-w422 {
  max-width: 422px !important;
}

.max-w423 {
  max-width: 423px !important;
}

.max-w424 {
  max-width: 424px !important;
}

.max-w425 {
  max-width: 425px !important;
}

.max-w426 {
  max-width: 426px !important;
}

.max-w427 {
  max-width: 427px !important;
}

.max-w428 {
  max-width: 428px !important;
}

.max-w429 {
  max-width: 429px !important;
}

.max-w430 {
  max-width: 430px !important;
}

.max-w431 {
  max-width: 431px !important;
}

.max-w432 {
  max-width: 432px !important;
}

.max-w433 {
  max-width: 433px !important;
}

.max-w434 {
  max-width: 434px !important;
}

.max-w435 {
  max-width: 435px !important;
}

.max-w436 {
  max-width: 436px !important;
}

.max-w437 {
  max-width: 437px !important;
}

.max-w438 {
  max-width: 438px !important;
}

.max-w439 {
  max-width: 439px !important;
}

.max-w440 {
  max-width: 440px !important;
}

.max-w441 {
  max-width: 441px !important;
}

.max-w442 {
  max-width: 442px !important;
}

.max-w443 {
  max-width: 443px !important;
}

.max-w444 {
  max-width: 444px !important;
}

.max-w445 {
  max-width: 445px !important;
}

.max-w446 {
  max-width: 446px !important;
}

.max-w447 {
  max-width: 447px !important;
}

.max-w448 {
  max-width: 448px !important;
}

.max-w449 {
  max-width: 449px !important;
}

.max-w450 {
  max-width: 450px !important;
}

.max-w451 {
  max-width: 451px !important;
}

.max-w452 {
  max-width: 452px !important;
}

.max-w453 {
  max-width: 453px !important;
}

.max-w454 {
  max-width: 454px !important;
}

.max-w455 {
  max-width: 455px !important;
}

.max-w456 {
  max-width: 456px !important;
}

.max-w457 {
  max-width: 457px !important;
}

.max-w458 {
  max-width: 458px !important;
}

.max-w459 {
  max-width: 459px !important;
}

.max-w460 {
  max-width: 460px !important;
}

.max-w461 {
  max-width: 461px !important;
}

.max-w462 {
  max-width: 462px !important;
}

.max-w463 {
  max-width: 463px !important;
}

.max-w464 {
  max-width: 464px !important;
}

.max-w465 {
  max-width: 465px !important;
}

.max-w466 {
  max-width: 466px !important;
}

.max-w467 {
  max-width: 467px !important;
}

.max-w468 {
  max-width: 468px !important;
}

.max-w469 {
  max-width: 469px !important;
}

.max-w470 {
  max-width: 470px !important;
}

.max-w471 {
  max-width: 471px !important;
}

.max-w472 {
  max-width: 472px !important;
}

.max-w473 {
  max-width: 473px !important;
}

.max-w474 {
  max-width: 474px !important;
}

.max-w475 {
  max-width: 475px !important;
}

.max-w476 {
  max-width: 476px !important;
}

.max-w477 {
  max-width: 477px !important;
}

.max-w478 {
  max-width: 478px !important;
}

.max-w479 {
  max-width: 479px !important;
}

.max-w480 {
  max-width: 480px !important;
}

.max-w481 {
  max-width: 481px !important;
}

.max-w482 {
  max-width: 482px !important;
}

.max-w483 {
  max-width: 483px !important;
}

.max-w484 {
  max-width: 484px !important;
}

.max-w485 {
  max-width: 485px !important;
}

.max-w486 {
  max-width: 486px !important;
}

.max-w487 {
  max-width: 487px !important;
}

.max-w488 {
  max-width: 488px !important;
}

.max-w489 {
  max-width: 489px !important;
}

.max-w490 {
  max-width: 490px !important;
}

.max-w491 {
  max-width: 491px !important;
}

.max-w492 {
  max-width: 492px !important;
}

.max-w493 {
  max-width: 493px !important;
}

.max-w494 {
  max-width: 494px !important;
}

.max-w495 {
  max-width: 495px !important;
}

.max-w496 {
  max-width: 496px !important;
}

.max-w497 {
  max-width: 497px !important;
}

.max-w498 {
  max-width: 498px !important;
}

.max-w499 {
  max-width: 499px !important;
}

.max-w500 {
  max-width: 500px !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   最低横幅指定（px）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.min-w1 {
  min-width: 1px !important;
}

.min-w2 {
  min-width: 2px !important;
}

.min-w3 {
  min-width: 3px !important;
}

.min-w4 {
  min-width: 4px !important;
}

.min-w5 {
  min-width: 5px !important;
}

.min-w6 {
  min-width: 6px !important;
}

.min-w7 {
  min-width: 7px !important;
}

.min-w8 {
  min-width: 8px !important;
}

.min-w9 {
  min-width: 9px !important;
}

.min-w10 {
  min-width: 10px !important;
}

.min-w11 {
  min-width: 11px !important;
}

.min-w12 {
  min-width: 12px !important;
}

.min-w13 {
  min-width: 13px !important;
}

.min-w14 {
  min-width: 14px !important;
}

.min-w15 {
  min-width: 15px !important;
}

.min-w16 {
  min-width: 16px !important;
}

.min-w17 {
  min-width: 17px !important;
}

.min-w18 {
  min-width: 18px !important;
}

.min-w19 {
  min-width: 19px !important;
}

.min-w20 {
  min-width: 20px !important;
}

.min-w21 {
  min-width: 21px !important;
}

.min-w22 {
  min-width: 22px !important;
}

.min-w23 {
  min-width: 23px !important;
}

.min-w24 {
  min-width: 24px !important;
}

.min-w25 {
  min-width: 25px !important;
}

.min-w26 {
  min-width: 26px !important;
}

.min-w27 {
  min-width: 27px !important;
}

.min-w28 {
  min-width: 28px !important;
}

.min-w29 {
  min-width: 29px !important;
}

.min-w30 {
  min-width: 30px !important;
}

.min-w31 {
  min-width: 31px !important;
}

.min-w32 {
  min-width: 32px !important;
}

.min-w33 {
  min-width: 33px !important;
}

.min-w34 {
  min-width: 34px !important;
}

.min-w35 {
  min-width: 35px !important;
}

.min-w36 {
  min-width: 36px !important;
}

.min-w37 {
  min-width: 37px !important;
}

.min-w38 {
  min-width: 38px !important;
}

.min-w39 {
  min-width: 39px !important;
}

.min-w40 {
  min-width: 40px !important;
}

.min-w41 {
  min-width: 41px !important;
}

.min-w42 {
  min-width: 42px !important;
}

.min-w43 {
  min-width: 43px !important;
}

.min-w44 {
  min-width: 44px !important;
}

.min-w45 {
  min-width: 45px !important;
}

.min-w46 {
  min-width: 46px !important;
}

.min-w47 {
  min-width: 47px !important;
}

.min-w48 {
  min-width: 48px !important;
}

.min-w49 {
  min-width: 49px !important;
}

.min-w50 {
  min-width: 50px !important;
}

.min-w51 {
  min-width: 51px !important;
}

.min-w52 {
  min-width: 52px !important;
}

.min-w53 {
  min-width: 53px !important;
}

.min-w54 {
  min-width: 54px !important;
}

.min-w55 {
  min-width: 55px !important;
}

.min-w56 {
  min-width: 56px !important;
}

.min-w57 {
  min-width: 57px !important;
}

.min-w58 {
  min-width: 58px !important;
}

.min-w59 {
  min-width: 59px !important;
}

.min-w60 {
  min-width: 60px !important;
}

.min-w61 {
  min-width: 61px !important;
}

.min-w62 {
  min-width: 62px !important;
}

.min-w63 {
  min-width: 63px !important;
}

.min-w64 {
  min-width: 64px !important;
}

.min-w65 {
  min-width: 65px !important;
}

.min-w66 {
  min-width: 66px !important;
}

.min-w67 {
  min-width: 67px !important;
}

.min-w68 {
  min-width: 68px !important;
}

.min-w69 {
  min-width: 69px !important;
}

.min-w70 {
  min-width: 70px !important;
}

.min-w71 {
  min-width: 71px !important;
}

.min-w72 {
  min-width: 72px !important;
}

.min-w73 {
  min-width: 73px !important;
}

.min-w74 {
  min-width: 74px !important;
}

.min-w75 {
  min-width: 75px !important;
}

.min-w76 {
  min-width: 76px !important;
}

.min-w77 {
  min-width: 77px !important;
}

.min-w78 {
  min-width: 78px !important;
}

.min-w79 {
  min-width: 79px !important;
}

.min-w80 {
  min-width: 80px !important;
}

.min-w81 {
  min-width: 81px !important;
}

.min-w82 {
  min-width: 82px !important;
}

.min-w83 {
  min-width: 83px !important;
}

.min-w84 {
  min-width: 84px !important;
}

.min-w85 {
  min-width: 85px !important;
}

.min-w86 {
  min-width: 86px !important;
}

.min-w87 {
  min-width: 87px !important;
}

.min-w88 {
  min-width: 88px !important;
}

.min-w89 {
  min-width: 89px !important;
}

.min-w90 {
  min-width: 90px !important;
}

.min-w91 {
  min-width: 91px !important;
}

.min-w92 {
  min-width: 92px !important;
}

.min-w93 {
  min-width: 93px !important;
}

.min-w94 {
  min-width: 94px !important;
}

.min-w95 {
  min-width: 95px !important;
}

.min-w96 {
  min-width: 96px !important;
}

.min-w97 {
  min-width: 97px !important;
}

.min-w98 {
  min-width: 98px !important;
}

.min-w99 {
  min-width: 99px !important;
}

.min-w100 {
  min-width: 100px !important;
}

.min-w101 {
  min-width: 101px !important;
}

.min-w102 {
  min-width: 102px !important;
}

.min-w103 {
  min-width: 103px !important;
}

.min-w104 {
  min-width: 104px !important;
}

.min-w105 {
  min-width: 105px !important;
}

.min-w106 {
  min-width: 106px !important;
}

.min-w107 {
  min-width: 107px !important;
}

.min-w108 {
  min-width: 108px !important;
}

.min-w109 {
  min-width: 109px !important;
}

.min-w110 {
  min-width: 110px !important;
}

.min-w111 {
  min-width: 111px !important;
}

.min-w112 {
  min-width: 112px !important;
}

.min-w113 {
  min-width: 113px !important;
}

.min-w114 {
  min-width: 114px !important;
}

.min-w115 {
  min-width: 115px !important;
}

.min-w116 {
  min-width: 116px !important;
}

.min-w117 {
  min-width: 117px !important;
}

.min-w118 {
  min-width: 118px !important;
}

.min-w119 {
  min-width: 119px !important;
}

.min-w120 {
  min-width: 120px !important;
}

.min-w121 {
  min-width: 121px !important;
}

.min-w122 {
  min-width: 122px !important;
}

.min-w123 {
  min-width: 123px !important;
}

.min-w124 {
  min-width: 124px !important;
}

.min-w125 {
  min-width: 125px !important;
}

.min-w126 {
  min-width: 126px !important;
}

.min-w127 {
  min-width: 127px !important;
}

.min-w128 {
  min-width: 128px !important;
}

.min-w129 {
  min-width: 129px !important;
}

.min-w130 {
  min-width: 130px !important;
}

.min-w131 {
  min-width: 131px !important;
}

.min-w132 {
  min-width: 132px !important;
}

.min-w133 {
  min-width: 133px !important;
}

.min-w134 {
  min-width: 134px !important;
}

.min-w135 {
  min-width: 135px !important;
}

.min-w136 {
  min-width: 136px !important;
}

.min-w137 {
  min-width: 137px !important;
}

.min-w138 {
  min-width: 138px !important;
}

.min-w139 {
  min-width: 139px !important;
}

.min-w140 {
  min-width: 140px !important;
}

.min-w141 {
  min-width: 141px !important;
}

.min-w142 {
  min-width: 142px !important;
}

.min-w143 {
  min-width: 143px !important;
}

.min-w144 {
  min-width: 144px !important;
}

.min-w145 {
  min-width: 145px !important;
}

.min-w146 {
  min-width: 146px !important;
}

.min-w147 {
  min-width: 147px !important;
}

.min-w148 {
  min-width: 148px !important;
}

.min-w149 {
  min-width: 149px !important;
}

.min-w150 {
  min-width: 150px !important;
}

.min-w151 {
  min-width: 151px !important;
}

.min-w152 {
  min-width: 152px !important;
}

.min-w153 {
  min-width: 153px !important;
}

.min-w154 {
  min-width: 154px !important;
}

.min-w155 {
  min-width: 155px !important;
}

.min-w156 {
  min-width: 156px !important;
}

.min-w157 {
  min-width: 157px !important;
}

.min-w158 {
  min-width: 158px !important;
}

.min-w159 {
  min-width: 159px !important;
}

.min-w160 {
  min-width: 160px !important;
}

.min-w161 {
  min-width: 161px !important;
}

.min-w162 {
  min-width: 162px !important;
}

.min-w163 {
  min-width: 163px !important;
}

.min-w164 {
  min-width: 164px !important;
}

.min-w165 {
  min-width: 165px !important;
}

.min-w166 {
  min-width: 166px !important;
}

.min-w167 {
  min-width: 167px !important;
}

.min-w168 {
  min-width: 168px !important;
}

.min-w169 {
  min-width: 169px !important;
}

.min-w170 {
  min-width: 170px !important;
}

.min-w171 {
  min-width: 171px !important;
}

.min-w172 {
  min-width: 172px !important;
}

.min-w173 {
  min-width: 173px !important;
}

.min-w174 {
  min-width: 174px !important;
}

.min-w175 {
  min-width: 175px !important;
}

.min-w176 {
  min-width: 176px !important;
}

.min-w177 {
  min-width: 177px !important;
}

.min-w178 {
  min-width: 178px !important;
}

.min-w179 {
  min-width: 179px !important;
}

.min-w180 {
  min-width: 180px !important;
}

.min-w181 {
  min-width: 181px !important;
}

.min-w182 {
  min-width: 182px !important;
}

.min-w183 {
  min-width: 183px !important;
}

.min-w184 {
  min-width: 184px !important;
}

.min-w185 {
  min-width: 185px !important;
}

.min-w186 {
  min-width: 186px !important;
}

.min-w187 {
  min-width: 187px !important;
}

.min-w188 {
  min-width: 188px !important;
}

.min-w189 {
  min-width: 189px !important;
}

.min-w190 {
  min-width: 190px !important;
}

.min-w191 {
  min-width: 191px !important;
}

.min-w192 {
  min-width: 192px !important;
}

.min-w193 {
  min-width: 193px !important;
}

.min-w194 {
  min-width: 194px !important;
}

.min-w195 {
  min-width: 195px !important;
}

.min-w196 {
  min-width: 196px !important;
}

.min-w197 {
  min-width: 197px !important;
}

.min-w198 {
  min-width: 198px !important;
}

.min-w199 {
  min-width: 199px !important;
}

.min-w200 {
  min-width: 200px !important;
}

.min-w201 {
  min-width: 201px !important;
}

.min-w202 {
  min-width: 202px !important;
}

.min-w203 {
  min-width: 203px !important;
}

.min-w204 {
  min-width: 204px !important;
}

.min-w205 {
  min-width: 205px !important;
}

.min-w206 {
  min-width: 206px !important;
}

.min-w207 {
  min-width: 207px !important;
}

.min-w208 {
  min-width: 208px !important;
}

.min-w209 {
  min-width: 209px !important;
}

.min-w210 {
  min-width: 210px !important;
}

.min-w211 {
  min-width: 211px !important;
}

.min-w212 {
  min-width: 212px !important;
}

.min-w213 {
  min-width: 213px !important;
}

.min-w214 {
  min-width: 214px !important;
}

.min-w215 {
  min-width: 215px !important;
}

.min-w216 {
  min-width: 216px !important;
}

.min-w217 {
  min-width: 217px !important;
}

.min-w218 {
  min-width: 218px !important;
}

.min-w219 {
  min-width: 219px !important;
}

.min-w220 {
  min-width: 220px !important;
}

.min-w221 {
  min-width: 221px !important;
}

.min-w222 {
  min-width: 222px !important;
}

.min-w223 {
  min-width: 223px !important;
}

.min-w224 {
  min-width: 224px !important;
}

.min-w225 {
  min-width: 225px !important;
}

.min-w226 {
  min-width: 226px !important;
}

.min-w227 {
  min-width: 227px !important;
}

.min-w228 {
  min-width: 228px !important;
}

.min-w229 {
  min-width: 229px !important;
}

.min-w230 {
  min-width: 230px !important;
}

.min-w231 {
  min-width: 231px !important;
}

.min-w232 {
  min-width: 232px !important;
}

.min-w233 {
  min-width: 233px !important;
}

.min-w234 {
  min-width: 234px !important;
}

.min-w235 {
  min-width: 235px !important;
}

.min-w236 {
  min-width: 236px !important;
}

.min-w237 {
  min-width: 237px !important;
}

.min-w238 {
  min-width: 238px !important;
}

.min-w239 {
  min-width: 239px !important;
}

.min-w240 {
  min-width: 240px !important;
}

.min-w241 {
  min-width: 241px !important;
}

.min-w242 {
  min-width: 242px !important;
}

.min-w243 {
  min-width: 243px !important;
}

.min-w244 {
  min-width: 244px !important;
}

.min-w245 {
  min-width: 245px !important;
}

.min-w246 {
  min-width: 246px !important;
}

.min-w247 {
  min-width: 247px !important;
}

.min-w248 {
  min-width: 248px !important;
}

.min-w249 {
  min-width: 249px !important;
}

.min-w250 {
  min-width: 250px !important;
}

.min-w251 {
  min-width: 251px !important;
}

.min-w252 {
  min-width: 252px !important;
}

.min-w253 {
  min-width: 253px !important;
}

.min-w254 {
  min-width: 254px !important;
}

.min-w255 {
  min-width: 255px !important;
}

.min-w256 {
  min-width: 256px !important;
}

.min-w257 {
  min-width: 257px !important;
}

.min-w258 {
  min-width: 258px !important;
}

.min-w259 {
  min-width: 259px !important;
}

.min-w260 {
  min-width: 260px !important;
}

.min-w261 {
  min-width: 261px !important;
}

.min-w262 {
  min-width: 262px !important;
}

.min-w263 {
  min-width: 263px !important;
}

.min-w264 {
  min-width: 264px !important;
}

.min-w265 {
  min-width: 265px !important;
}

.min-w266 {
  min-width: 266px !important;
}

.min-w267 {
  min-width: 267px !important;
}

.min-w268 {
  min-width: 268px !important;
}

.min-w269 {
  min-width: 269px !important;
}

.min-w270 {
  min-width: 270px !important;
}

.min-w271 {
  min-width: 271px !important;
}

.min-w272 {
  min-width: 272px !important;
}

.min-w273 {
  min-width: 273px !important;
}

.min-w274 {
  min-width: 274px !important;
}

.min-w275 {
  min-width: 275px !important;
}

.min-w276 {
  min-width: 276px !important;
}

.min-w277 {
  min-width: 277px !important;
}

.min-w278 {
  min-width: 278px !important;
}

.min-w279 {
  min-width: 279px !important;
}

.min-w280 {
  min-width: 280px !important;
}

.min-w281 {
  min-width: 281px !important;
}

.min-w282 {
  min-width: 282px !important;
}

.min-w283 {
  min-width: 283px !important;
}

.min-w284 {
  min-width: 284px !important;
}

.min-w285 {
  min-width: 285px !important;
}

.min-w286 {
  min-width: 286px !important;
}

.min-w287 {
  min-width: 287px !important;
}

.min-w288 {
  min-width: 288px !important;
}

.min-w289 {
  min-width: 289px !important;
}

.min-w290 {
  min-width: 290px !important;
}

.min-w291 {
  min-width: 291px !important;
}

.min-w292 {
  min-width: 292px !important;
}

.min-w293 {
  min-width: 293px !important;
}

.min-w294 {
  min-width: 294px !important;
}

.min-w295 {
  min-width: 295px !important;
}

.min-w296 {
  min-width: 296px !important;
}

.min-w297 {
  min-width: 297px !important;
}

.min-w298 {
  min-width: 298px !important;
}

.min-w299 {
  min-width: 299px !important;
}

.min-w300 {
  min-width: 300px !important;
}

.min-w301 {
  min-width: 301px !important;
}

.min-w302 {
  min-width: 302px !important;
}

.min-w303 {
  min-width: 303px !important;
}

.min-w304 {
  min-width: 304px !important;
}

.min-w305 {
  min-width: 305px !important;
}

.min-w306 {
  min-width: 306px !important;
}

.min-w307 {
  min-width: 307px !important;
}

.min-w308 {
  min-width: 308px !important;
}

.min-w309 {
  min-width: 309px !important;
}

.min-w310 {
  min-width: 310px !important;
}

.min-w311 {
  min-width: 311px !important;
}

.min-w312 {
  min-width: 312px !important;
}

.min-w313 {
  min-width: 313px !important;
}

.min-w314 {
  min-width: 314px !important;
}

.min-w315 {
  min-width: 315px !important;
}

.min-w316 {
  min-width: 316px !important;
}

.min-w317 {
  min-width: 317px !important;
}

.min-w318 {
  min-width: 318px !important;
}

.min-w319 {
  min-width: 319px !important;
}

.min-w320 {
  min-width: 320px !important;
}

.min-w321 {
  min-width: 321px !important;
}

.min-w322 {
  min-width: 322px !important;
}

.min-w323 {
  min-width: 323px !important;
}

.min-w324 {
  min-width: 324px !important;
}

.min-w325 {
  min-width: 325px !important;
}

.min-w326 {
  min-width: 326px !important;
}

.min-w327 {
  min-width: 327px !important;
}

.min-w328 {
  min-width: 328px !important;
}

.min-w329 {
  min-width: 329px !important;
}

.min-w330 {
  min-width: 330px !important;
}

.min-w331 {
  min-width: 331px !important;
}

.min-w332 {
  min-width: 332px !important;
}

.min-w333 {
  min-width: 333px !important;
}

.min-w334 {
  min-width: 334px !important;
}

.min-w335 {
  min-width: 335px !important;
}

.min-w336 {
  min-width: 336px !important;
}

.min-w337 {
  min-width: 337px !important;
}

.min-w338 {
  min-width: 338px !important;
}

.min-w339 {
  min-width: 339px !important;
}

.min-w340 {
  min-width: 340px !important;
}

.min-w341 {
  min-width: 341px !important;
}

.min-w342 {
  min-width: 342px !important;
}

.min-w343 {
  min-width: 343px !important;
}

.min-w344 {
  min-width: 344px !important;
}

.min-w345 {
  min-width: 345px !important;
}

.min-w346 {
  min-width: 346px !important;
}

.min-w347 {
  min-width: 347px !important;
}

.min-w348 {
  min-width: 348px !important;
}

.min-w349 {
  min-width: 349px !important;
}

.min-w350 {
  min-width: 350px !important;
}

.min-w351 {
  min-width: 351px !important;
}

.min-w352 {
  min-width: 352px !important;
}

.min-w353 {
  min-width: 353px !important;
}

.min-w354 {
  min-width: 354px !important;
}

.min-w355 {
  min-width: 355px !important;
}

.min-w356 {
  min-width: 356px !important;
}

.min-w357 {
  min-width: 357px !important;
}

.min-w358 {
  min-width: 358px !important;
}

.min-w359 {
  min-width: 359px !important;
}

.min-w360 {
  min-width: 360px !important;
}

.min-w361 {
  min-width: 361px !important;
}

.min-w362 {
  min-width: 362px !important;
}

.min-w363 {
  min-width: 363px !important;
}

.min-w364 {
  min-width: 364px !important;
}

.min-w365 {
  min-width: 365px !important;
}

.min-w366 {
  min-width: 366px !important;
}

.min-w367 {
  min-width: 367px !important;
}

.min-w368 {
  min-width: 368px !important;
}

.min-w369 {
  min-width: 369px !important;
}

.min-w370 {
  min-width: 370px !important;
}

.min-w371 {
  min-width: 371px !important;
}

.min-w372 {
  min-width: 372px !important;
}

.min-w373 {
  min-width: 373px !important;
}

.min-w374 {
  min-width: 374px !important;
}

.min-w375 {
  min-width: 375px !important;
}

.min-w376 {
  min-width: 376px !important;
}

.min-w377 {
  min-width: 377px !important;
}

.min-w378 {
  min-width: 378px !important;
}

.min-w379 {
  min-width: 379px !important;
}

.min-w380 {
  min-width: 380px !important;
}

.min-w381 {
  min-width: 381px !important;
}

.min-w382 {
  min-width: 382px !important;
}

.min-w383 {
  min-width: 383px !important;
}

.min-w384 {
  min-width: 384px !important;
}

.min-w385 {
  min-width: 385px !important;
}

.min-w386 {
  min-width: 386px !important;
}

.min-w387 {
  min-width: 387px !important;
}

.min-w388 {
  min-width: 388px !important;
}

.min-w389 {
  min-width: 389px !important;
}

.min-w390 {
  min-width: 390px !important;
}

.min-w391 {
  min-width: 391px !important;
}

.min-w392 {
  min-width: 392px !important;
}

.min-w393 {
  min-width: 393px !important;
}

.min-w394 {
  min-width: 394px !important;
}

.min-w395 {
  min-width: 395px !important;
}

.min-w396 {
  min-width: 396px !important;
}

.min-w397 {
  min-width: 397px !important;
}

.min-w398 {
  min-width: 398px !important;
}

.min-w399 {
  min-width: 399px !important;
}

.min-w400 {
  min-width: 400px !important;
}

.min-w401 {
  min-width: 401px !important;
}

.min-w402 {
  min-width: 402px !important;
}

.min-w403 {
  min-width: 403px !important;
}

.min-w404 {
  min-width: 404px !important;
}

.min-w405 {
  min-width: 405px !important;
}

.min-w406 {
  min-width: 406px !important;
}

.min-w407 {
  min-width: 407px !important;
}

.min-w408 {
  min-width: 408px !important;
}

.min-w409 {
  min-width: 409px !important;
}

.min-w410 {
  min-width: 410px !important;
}

.min-w411 {
  min-width: 411px !important;
}

.min-w412 {
  min-width: 412px !important;
}

.min-w413 {
  min-width: 413px !important;
}

.min-w414 {
  min-width: 414px !important;
}

.min-w415 {
  min-width: 415px !important;
}

.min-w416 {
  min-width: 416px !important;
}

.min-w417 {
  min-width: 417px !important;
}

.min-w418 {
  min-width: 418px !important;
}

.min-w419 {
  min-width: 419px !important;
}

.min-w420 {
  min-width: 420px !important;
}

.min-w421 {
  min-width: 421px !important;
}

.min-w422 {
  min-width: 422px !important;
}

.min-w423 {
  min-width: 423px !important;
}

.min-w424 {
  min-width: 424px !important;
}

.min-w425 {
  min-width: 425px !important;
}

.min-w426 {
  min-width: 426px !important;
}

.min-w427 {
  min-width: 427px !important;
}

.min-w428 {
  min-width: 428px !important;
}

.min-w429 {
  min-width: 429px !important;
}

.min-w430 {
  min-width: 430px !important;
}

.min-w431 {
  min-width: 431px !important;
}

.min-w432 {
  min-width: 432px !important;
}

.min-w433 {
  min-width: 433px !important;
}

.min-w434 {
  min-width: 434px !important;
}

.min-w435 {
  min-width: 435px !important;
}

.min-w436 {
  min-width: 436px !important;
}

.min-w437 {
  min-width: 437px !important;
}

.min-w438 {
  min-width: 438px !important;
}

.min-w439 {
  min-width: 439px !important;
}

.min-w440 {
  min-width: 440px !important;
}

.min-w441 {
  min-width: 441px !important;
}

.min-w442 {
  min-width: 442px !important;
}

.min-w443 {
  min-width: 443px !important;
}

.min-w444 {
  min-width: 444px !important;
}

.min-w445 {
  min-width: 445px !important;
}

.min-w446 {
  min-width: 446px !important;
}

.min-w447 {
  min-width: 447px !important;
}

.min-w448 {
  min-width: 448px !important;
}

.min-w449 {
  min-width: 449px !important;
}

.min-w450 {
  min-width: 450px !important;
}

.min-w451 {
  min-width: 451px !important;
}

.min-w452 {
  min-width: 452px !important;
}

.min-w453 {
  min-width: 453px !important;
}

.min-w454 {
  min-width: 454px !important;
}

.min-w455 {
  min-width: 455px !important;
}

.min-w456 {
  min-width: 456px !important;
}

.min-w457 {
  min-width: 457px !important;
}

.min-w458 {
  min-width: 458px !important;
}

.min-w459 {
  min-width: 459px !important;
}

.min-w460 {
  min-width: 460px !important;
}

.min-w461 {
  min-width: 461px !important;
}

.min-w462 {
  min-width: 462px !important;
}

.min-w463 {
  min-width: 463px !important;
}

.min-w464 {
  min-width: 464px !important;
}

.min-w465 {
  min-width: 465px !important;
}

.min-w466 {
  min-width: 466px !important;
}

.min-w467 {
  min-width: 467px !important;
}

.min-w468 {
  min-width: 468px !important;
}

.min-w469 {
  min-width: 469px !important;
}

.min-w470 {
  min-width: 470px !important;
}

.min-w471 {
  min-width: 471px !important;
}

.min-w472 {
  min-width: 472px !important;
}

.min-w473 {
  min-width: 473px !important;
}

.min-w474 {
  min-width: 474px !important;
}

.min-w475 {
  min-width: 475px !important;
}

.min-w476 {
  min-width: 476px !important;
}

.min-w477 {
  min-width: 477px !important;
}

.min-w478 {
  min-width: 478px !important;
}

.min-w479 {
  min-width: 479px !important;
}

.min-w480 {
  min-width: 480px !important;
}

.min-w481 {
  min-width: 481px !important;
}

.min-w482 {
  min-width: 482px !important;
}

.min-w483 {
  min-width: 483px !important;
}

.min-w484 {
  min-width: 484px !important;
}

.min-w485 {
  min-width: 485px !important;
}

.min-w486 {
  min-width: 486px !important;
}

.min-w487 {
  min-width: 487px !important;
}

.min-w488 {
  min-width: 488px !important;
}

.min-w489 {
  min-width: 489px !important;
}

.min-w490 {
  min-width: 490px !important;
}

.min-w491 {
  min-width: 491px !important;
}

.min-w492 {
  min-width: 492px !important;
}

.min-w493 {
  min-width: 493px !important;
}

.min-w494 {
  min-width: 494px !important;
}

.min-w495 {
  min-width: 495px !important;
}

.min-w496 {
  min-width: 496px !important;
}

.min-w497 {
  min-width: 497px !important;
}

.min-w498 {
  min-width: 498px !important;
}

.min-w499 {
  min-width: 499px !important;
}

.min-w500 {
  min-width: 500px !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   横幅指定（%）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.w1p {
  width: 1% !important;
}

.w2p {
  width: 2% !important;
}

.w3p {
  width: 3% !important;
}

.w4p {
  width: 4% !important;
}

.w5p {
  width: 5% !important;
}

.w6p {
  width: 6% !important;
}

.w7p {
  width: 7% !important;
}

.w8p {
  width: 8% !important;
}

.w9p {
  width: 9% !important;
}

.w10p {
  width: 10% !important;
}

.w11p {
  width: 11% !important;
}

.w12p {
  width: 12% !important;
}

.w13p {
  width: 13% !important;
}

.w14p {
  width: 14% !important;
}

.w15p {
  width: 15% !important;
}

.w16p {
  width: 16% !important;
}

.w17p {
  width: 17% !important;
}

.w18p {
  width: 18% !important;
}

.w19p {
  width: 19% !important;
}

.w20p {
  width: 20% !important;
}

.w21p {
  width: 21% !important;
}

.w22p {
  width: 22% !important;
}

.w23p {
  width: 23% !important;
}

.w24p {
  width: 24% !important;
}

.w25p {
  width: 25% !important;
}

.w26p {
  width: 26% !important;
}

.w27p {
  width: 27% !important;
}

.w28p {
  width: 28% !important;
}

.w29p {
  width: 29% !important;
}

.w30p {
  width: 30% !important;
}

.w31p {
  width: 31% !important;
}

.w32p {
  width: 32% !important;
}

.w33p {
  width: 33% !important;
}

.w34p {
  width: 34% !important;
}

.w35p {
  width: 35% !important;
}

.w36p {
  width: 36% !important;
}

.w37p {
  width: 37% !important;
}

.w38p {
  width: 38% !important;
}

.w39p {
  width: 39% !important;
}

.w40p {
  width: 40% !important;
}

.w41p {
  width: 41% !important;
}

.w42p {
  width: 42% !important;
}

.w43p {
  width: 43% !important;
}

.w44p {
  width: 44% !important;
}

.w45p {
  width: 45% !important;
}

.w46p {
  width: 46% !important;
}

.w47p {
  width: 47% !important;
}

.w48p {
  width: 48% !important;
}

.w49p {
  width: 49% !important;
}

.w50p {
  width: 50% !important;
}

.w51p {
  width: 51% !important;
}

.w52p {
  width: 52% !important;
}

.w53p {
  width: 53% !important;
}

.w54p {
  width: 54% !important;
}

.w55p {
  width: 55% !important;
}

.w56p {
  width: 56% !important;
}

.w57p {
  width: 57% !important;
}

.w58p {
  width: 58% !important;
}

.w59p {
  width: 59% !important;
}

.w60p {
  width: 60% !important;
}

.w61p {
  width: 61% !important;
}

.w62p {
  width: 62% !important;
}

.w63p {
  width: 63% !important;
}

.w64p {
  width: 64% !important;
}

.w65p {
  width: 65% !important;
}

.w66p {
  width: 66% !important;
}

.w67p {
  width: 67% !important;
}

.w68p {
  width: 68% !important;
}

.w69p {
  width: 69% !important;
}

.w70p {
  width: 70% !important;
}

.w71p {
  width: 71% !important;
}

.w72p {
  width: 72% !important;
}

.w73p {
  width: 73% !important;
}

.w74p {
  width: 74% !important;
}

.w75p {
  width: 75% !important;
}

.w76p {
  width: 76% !important;
}

.w77p {
  width: 77% !important;
}

.w78p {
  width: 78% !important;
}

.w79p {
  width: 79% !important;
}

.w80p {
  width: 80% !important;
}

.w81p {
  width: 81% !important;
}

.w82p {
  width: 82% !important;
}

.w83p {
  width: 83% !important;
}

.w84p {
  width: 84% !important;
}

.w85p {
  width: 85% !important;
}

.w86p {
  width: 86% !important;
}

.w87p {
  width: 87% !important;
}

.w88p {
  width: 88% !important;
}

.w89p {
  width: 89% !important;
}

.w90p {
  width: 90% !important;
}

.w91p {
  width: 91% !important;
}

.w92p {
  width: 92% !important;
}

.w93p {
  width: 93% !important;
}

.w94p {
  width: 94% !important;
}

.w95p {
  width: 95% !important;
}

.w96p {
  width: 96% !important;
}

.w97p {
  width: 97% !important;
}

.w98p {
  width: 98% !important;
}

.w99p {
  width: 99% !important;
}

.w100p {
  width: 100% !important;
}

.wFull {
  width: 100% !important;
}

.wAuto {
  width: auto !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   横幅指定（width）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.w1 {
  width: 1px !important;
}

.w2 {
  width: 2px !important;
}

.w3 {
  width: 3px !important;
}

.w4 {
  width: 4px !important;
}

.w5 {
  width: 5px !important;
}

.w6 {
  width: 6px !important;
}

.w7 {
  width: 7px !important;
}

.w8 {
  width: 8px !important;
}

.w9 {
  width: 9px !important;
}

.w10 {
  width: 10px !important;
}

.w11 {
  width: 11px !important;
}

.w12 {
  width: 12px !important;
}

.w13 {
  width: 13px !important;
}

.w14 {
  width: 14px !important;
}

.w15 {
  width: 15px !important;
}

.w16 {
  width: 16px !important;
}

.w17 {
  width: 17px !important;
}

.w18 {
  width: 18px !important;
}

.w19 {
  width: 19px !important;
}

.w20 {
  width: 20px !important;
}

.w21 {
  width: 21px !important;
}

.w22 {
  width: 22px !important;
}

.w23 {
  width: 23px !important;
}

.w24 {
  width: 24px !important;
}

.w25 {
  width: 25px !important;
}

.w26 {
  width: 26px !important;
}

.w27 {
  width: 27px !important;
}

.w28 {
  width: 28px !important;
}

.w29 {
  width: 29px !important;
}

.w30 {
  width: 30px !important;
}

.w31 {
  width: 31px !important;
}

.w32 {
  width: 32px !important;
}

.w33 {
  width: 33px !important;
}

.w34 {
  width: 34px !important;
}

.w35 {
  width: 35px !important;
}

.w36 {
  width: 36px !important;
}

.w37 {
  width: 37px !important;
}

.w38 {
  width: 38px !important;
}

.w39 {
  width: 39px !important;
}

.w40 {
  width: 40px !important;
}

.w41 {
  width: 41px !important;
}

.w42 {
  width: 42px !important;
}

.w43 {
  width: 43px !important;
}

.w44 {
  width: 44px !important;
}

.w45 {
  width: 45px !important;
}

.w46 {
  width: 46px !important;
}

.w47 {
  width: 47px !important;
}

.w48 {
  width: 48px !important;
}

.w49 {
  width: 49px !important;
}

.w50 {
  width: 50px !important;
}

.w51 {
  width: 51px !important;
}

.w52 {
  width: 52px !important;
}

.w53 {
  width: 53px !important;
}

.w54 {
  width: 54px !important;
}

.w55 {
  width: 55px !important;
}

.w56 {
  width: 56px !important;
}

.w57 {
  width: 57px !important;
}

.w58 {
  width: 58px !important;
}

.w59 {
  width: 59px !important;
}

.w60 {
  width: 60px !important;
}

.w61 {
  width: 61px !important;
}

.w62 {
  width: 62px !important;
}

.w63 {
  width: 63px !important;
}

.w64 {
  width: 64px !important;
}

.w65 {
  width: 65px !important;
}

.w66 {
  width: 66px !important;
}

.w67 {
  width: 67px !important;
}

.w68 {
  width: 68px !important;
}

.w69 {
  width: 69px !important;
}

.w70 {
  width: 70px !important;
}

.w71 {
  width: 71px !important;
}

.w72 {
  width: 72px !important;
}

.w73 {
  width: 73px !important;
}

.w74 {
  width: 74px !important;
}

.w75 {
  width: 75px !important;
}

.w76 {
  width: 76px !important;
}

.w77 {
  width: 77px !important;
}

.w78 {
  width: 78px !important;
}

.w79 {
  width: 79px !important;
}

.w80 {
  width: 80px !important;
}

.w81 {
  width: 81px !important;
}

.w82 {
  width: 82px !important;
}

.w83 {
  width: 83px !important;
}

.w84 {
  width: 84px !important;
}

.w85 {
  width: 85px !important;
}

.w86 {
  width: 86px !important;
}

.w87 {
  width: 87px !important;
}

.w88 {
  width: 88px !important;
}

.w89 {
  width: 89px !important;
}

.w90 {
  width: 90px !important;
}

.w91 {
  width: 91px !important;
}

.w92 {
  width: 92px !important;
}

.w93 {
  width: 93px !important;
}

.w94 {
  width: 94px !important;
}

.w95 {
  width: 95px !important;
}

.w96 {
  width: 96px !important;
}

.w97 {
  width: 97px !important;
}

.w98 {
  width: 98px !important;
}

.w99 {
  width: 99px !important;
}

.w100 {
  width: 100px !important;
}

.w101 {
  width: 101px !important;
}

.w102 {
  width: 102px !important;
}

.w103 {
  width: 103px !important;
}

.w104 {
  width: 104px !important;
}

.w105 {
  width: 105px !important;
}

.w106 {
  width: 106px !important;
}

.w107 {
  width: 107px !important;
}

.w108 {
  width: 108px !important;
}

.w109 {
  width: 109px !important;
}

.w110 {
  width: 110px !important;
}

.w111 {
  width: 111px !important;
}

.w112 {
  width: 112px !important;
}

.w113 {
  width: 113px !important;
}

.w114 {
  width: 114px !important;
}

.w115 {
  width: 115px !important;
}

.w116 {
  width: 116px !important;
}

.w117 {
  width: 117px !important;
}

.w118 {
  width: 118px !important;
}

.w119 {
  width: 119px !important;
}

.w120 {
  width: 120px !important;
}

.w121 {
  width: 121px !important;
}

.w122 {
  width: 122px !important;
}

.w123 {
  width: 123px !important;
}

.w124 {
  width: 124px !important;
}

.w125 {
  width: 125px !important;
}

.w126 {
  width: 126px !important;
}

.w127 {
  width: 127px !important;
}

.w128 {
  width: 128px !important;
}

.w129 {
  width: 129px !important;
}

.w130 {
  width: 130px !important;
}

.w131 {
  width: 131px !important;
}

.w132 {
  width: 132px !important;
}

.w133 {
  width: 133px !important;
}

.w134 {
  width: 134px !important;
}

.w135 {
  width: 135px !important;
}

.w136 {
  width: 136px !important;
}

.w137 {
  width: 137px !important;
}

.w138 {
  width: 138px !important;
}

.w139 {
  width: 139px !important;
}

.w140 {
  width: 140px !important;
}

.w141 {
  width: 141px !important;
}

.w142 {
  width: 142px !important;
}

.w143 {
  width: 143px !important;
}

.w144 {
  width: 144px !important;
}

.w145 {
  width: 145px !important;
}

.w146 {
  width: 146px !important;
}

.w147 {
  width: 147px !important;
}

.w148 {
  width: 148px !important;
}

.w149 {
  width: 149px !important;
}

.w150 {
  width: 150px !important;
}

.w151 {
  width: 151px !important;
}

.w152 {
  width: 152px !important;
}

.w153 {
  width: 153px !important;
}

.w154 {
  width: 154px !important;
}

.w155 {
  width: 155px !important;
}

.w156 {
  width: 156px !important;
}

.w157 {
  width: 157px !important;
}

.w158 {
  width: 158px !important;
}

.w159 {
  width: 159px !important;
}

.w160 {
  width: 160px !important;
}

.w161 {
  width: 161px !important;
}

.w162 {
  width: 162px !important;
}

.w163 {
  width: 163px !important;
}

.w164 {
  width: 164px !important;
}

.w165 {
  width: 165px !important;
}

.w166 {
  width: 166px !important;
}

.w167 {
  width: 167px !important;
}

.w168 {
  width: 168px !important;
}

.w169 {
  width: 169px !important;
}

.w170 {
  width: 170px !important;
}

.w171 {
  width: 171px !important;
}

.w172 {
  width: 172px !important;
}

.w173 {
  width: 173px !important;
}

.w174 {
  width: 174px !important;
}

.w175 {
  width: 175px !important;
}

.w176 {
  width: 176px !important;
}

.w177 {
  width: 177px !important;
}

.w178 {
  width: 178px !important;
}

.w179 {
  width: 179px !important;
}

.w180 {
  width: 180px !important;
}

.w181 {
  width: 181px !important;
}

.w182 {
  width: 182px !important;
}

.w183 {
  width: 183px !important;
}

.w184 {
  width: 184px !important;
}

.w185 {
  width: 185px !important;
}

.w186 {
  width: 186px !important;
}

.w187 {
  width: 187px !important;
}

.w188 {
  width: 188px !important;
}

.w189 {
  width: 189px !important;
}

.w190 {
  width: 190px !important;
}

.w191 {
  width: 191px !important;
}

.w192 {
  width: 192px !important;
}

.w193 {
  width: 193px !important;
}

.w194 {
  width: 194px !important;
}

.w195 {
  width: 195px !important;
}

.w196 {
  width: 196px !important;
}

.w197 {
  width: 197px !important;
}

.w198 {
  width: 198px !important;
}

.w199 {
  width: 199px !important;
}

.w200 {
  width: 200px !important;
}

.w201 {
  width: 201px !important;
}

.w202 {
  width: 202px !important;
}

.w203 {
  width: 203px !important;
}

.w204 {
  width: 204px !important;
}

.w205 {
  width: 205px !important;
}

.w206 {
  width: 206px !important;
}

.w207 {
  width: 207px !important;
}

.w208 {
  width: 208px !important;
}

.w209 {
  width: 209px !important;
}

.w210 {
  width: 210px !important;
}

.w211 {
  width: 211px !important;
}

.w212 {
  width: 212px !important;
}

.w213 {
  width: 213px !important;
}

.w214 {
  width: 214px !important;
}

.w215 {
  width: 215px !important;
}

.w216 {
  width: 216px !important;
}

.w217 {
  width: 217px !important;
}

.w218 {
  width: 218px !important;
}

.w219 {
  width: 219px !important;
}

.w220 {
  width: 220px !important;
}

.w221 {
  width: 221px !important;
}

.w222 {
  width: 222px !important;
}

.w223 {
  width: 223px !important;
}

.w224 {
  width: 224px !important;
}

.w225 {
  width: 225px !important;
}

.w226 {
  width: 226px !important;
}

.w227 {
  width: 227px !important;
}

.w228 {
  width: 228px !important;
}

.w229 {
  width: 229px !important;
}

.w230 {
  width: 230px !important;
}

.w231 {
  width: 231px !important;
}

.w232 {
  width: 232px !important;
}

.w233 {
  width: 233px !important;
}

.w234 {
  width: 234px !important;
}

.w235 {
  width: 235px !important;
}

.w236 {
  width: 236px !important;
}

.w237 {
  width: 237px !important;
}

.w238 {
  width: 238px !important;
}

.w239 {
  width: 239px !important;
}

.w240 {
  width: 240px !important;
}

.w241 {
  width: 241px !important;
}

.w242 {
  width: 242px !important;
}

.w243 {
  width: 243px !important;
}

.w244 {
  width: 244px !important;
}

.w245 {
  width: 245px !important;
}

.w246 {
  width: 246px !important;
}

.w247 {
  width: 247px !important;
}

.w248 {
  width: 248px !important;
}

.w249 {
  width: 249px !important;
}

.w250 {
  width: 250px !important;
}

.w251 {
  width: 251px !important;
}

.w252 {
  width: 252px !important;
}

.w253 {
  width: 253px !important;
}

.w254 {
  width: 254px !important;
}

.w255 {
  width: 255px !important;
}

.w256 {
  width: 256px !important;
}

.w257 {
  width: 257px !important;
}

.w258 {
  width: 258px !important;
}

.w259 {
  width: 259px !important;
}

.w260 {
  width: 260px !important;
}

.w261 {
  width: 261px !important;
}

.w262 {
  width: 262px !important;
}

.w263 {
  width: 263px !important;
}

.w264 {
  width: 264px !important;
}

.w265 {
  width: 265px !important;
}

.w266 {
  width: 266px !important;
}

.w267 {
  width: 267px !important;
}

.w268 {
  width: 268px !important;
}

.w269 {
  width: 269px !important;
}

.w270 {
  width: 270px !important;
}

.w271 {
  width: 271px !important;
}

.w272 {
  width: 272px !important;
}

.w273 {
  width: 273px !important;
}

.w274 {
  width: 274px !important;
}

.w275 {
  width: 275px !important;
}

.w276 {
  width: 276px !important;
}

.w277 {
  width: 277px !important;
}

.w278 {
  width: 278px !important;
}

.w279 {
  width: 279px !important;
}

.w280 {
  width: 280px !important;
}

.w281 {
  width: 281px !important;
}

.w282 {
  width: 282px !important;
}

.w283 {
  width: 283px !important;
}

.w284 {
  width: 284px !important;
}

.w285 {
  width: 285px !important;
}

.w286 {
  width: 286px !important;
}

.w287 {
  width: 287px !important;
}

.w288 {
  width: 288px !important;
}

.w289 {
  width: 289px !important;
}

.w290 {
  width: 290px !important;
}

.w291 {
  width: 291px !important;
}

.w292 {
  width: 292px !important;
}

.w293 {
  width: 293px !important;
}

.w294 {
  width: 294px !important;
}

.w295 {
  width: 295px !important;
}

.w296 {
  width: 296px !important;
}

.w297 {
  width: 297px !important;
}

.w298 {
  width: 298px !important;
}

.w299 {
  width: 299px !important;
}

.w300 {
  width: 300px !important;
}

.w301 {
  width: 301px !important;
}

.w302 {
  width: 302px !important;
}

.w303 {
  width: 303px !important;
}

.w304 {
  width: 304px !important;
}

.w305 {
  width: 305px !important;
}

.w306 {
  width: 306px !important;
}

.w307 {
  width: 307px !important;
}

.w308 {
  width: 308px !important;
}

.w309 {
  width: 309px !important;
}

.w310 {
  width: 310px !important;
}

.w311 {
  width: 311px !important;
}

.w312 {
  width: 312px !important;
}

.w313 {
  width: 313px !important;
}

.w314 {
  width: 314px !important;
}

.w315 {
  width: 315px !important;
}

.w316 {
  width: 316px !important;
}

.w317 {
  width: 317px !important;
}

.w318 {
  width: 318px !important;
}

.w319 {
  width: 319px !important;
}

.w320 {
  width: 320px !important;
}

.w321 {
  width: 321px !important;
}

.w322 {
  width: 322px !important;
}

.w323 {
  width: 323px !important;
}

.w324 {
  width: 324px !important;
}

.w325 {
  width: 325px !important;
}

.w326 {
  width: 326px !important;
}

.w327 {
  width: 327px !important;
}

.w328 {
  width: 328px !important;
}

.w329 {
  width: 329px !important;
}

.w330 {
  width: 330px !important;
}

.w331 {
  width: 331px !important;
}

.w332 {
  width: 332px !important;
}

.w333 {
  width: 333px !important;
}

.w334 {
  width: 334px !important;
}

.w335 {
  width: 335px !important;
}

.w336 {
  width: 336px !important;
}

.w337 {
  width: 337px !important;
}

.w338 {
  width: 338px !important;
}

.w339 {
  width: 339px !important;
}

.w340 {
  width: 340px !important;
}

.w341 {
  width: 341px !important;
}

.w342 {
  width: 342px !important;
}

.w343 {
  width: 343px !important;
}

.w344 {
  width: 344px !important;
}

.w345 {
  width: 345px !important;
}

.w346 {
  width: 346px !important;
}

.w347 {
  width: 347px !important;
}

.w348 {
  width: 348px !important;
}

.w349 {
  width: 349px !important;
}

.w350 {
  width: 350px !important;
}

.w351 {
  width: 351px !important;
}

.w352 {
  width: 352px !important;
}

.w353 {
  width: 353px !important;
}

.w354 {
  width: 354px !important;
}

.w355 {
  width: 355px !important;
}

.w356 {
  width: 356px !important;
}

.w357 {
  width: 357px !important;
}

.w358 {
  width: 358px !important;
}

.w359 {
  width: 359px !important;
}

.w360 {
  width: 360px !important;
}

.w361 {
  width: 361px !important;
}

.w362 {
  width: 362px !important;
}

.w363 {
  width: 363px !important;
}

.w364 {
  width: 364px !important;
}

.w365 {
  width: 365px !important;
}

.w366 {
  width: 366px !important;
}

.w367 {
  width: 367px !important;
}

.w368 {
  width: 368px !important;
}

.w369 {
  width: 369px !important;
}

.w370 {
  width: 370px !important;
}

.w371 {
  width: 371px !important;
}

.w372 {
  width: 372px !important;
}

.w373 {
  width: 373px !important;
}

.w374 {
  width: 374px !important;
}

.w375 {
  width: 375px !important;
}

.w376 {
  width: 376px !important;
}

.w377 {
  width: 377px !important;
}

.w378 {
  width: 378px !important;
}

.w379 {
  width: 379px !important;
}

.w380 {
  width: 380px !important;
}

.w381 {
  width: 381px !important;
}

.w382 {
  width: 382px !important;
}

.w383 {
  width: 383px !important;
}

.w384 {
  width: 384px !important;
}

.w385 {
  width: 385px !important;
}

.w386 {
  width: 386px !important;
}

.w387 {
  width: 387px !important;
}

.w388 {
  width: 388px !important;
}

.w389 {
  width: 389px !important;
}

.w390 {
  width: 390px !important;
}

.w391 {
  width: 391px !important;
}

.w392 {
  width: 392px !important;
}

.w393 {
  width: 393px !important;
}

.w394 {
  width: 394px !important;
}

.w395 {
  width: 395px !important;
}

.w396 {
  width: 396px !important;
}

.w397 {
  width: 397px !important;
}

.w398 {
  width: 398px !important;
}

.w399 {
  width: 399px !important;
}

.w400 {
  width: 400px !important;
}

.w401 {
  width: 401px !important;
}

.w402 {
  width: 402px !important;
}

.w403 {
  width: 403px !important;
}

.w404 {
  width: 404px !important;
}

.w405 {
  width: 405px !important;
}

.w406 {
  width: 406px !important;
}

.w407 {
  width: 407px !important;
}

.w408 {
  width: 408px !important;
}

.w409 {
  width: 409px !important;
}

.w410 {
  width: 410px !important;
}

.w411 {
  width: 411px !important;
}

.w412 {
  width: 412px !important;
}

.w413 {
  width: 413px !important;
}

.w414 {
  width: 414px !important;
}

.w415 {
  width: 415px !important;
}

.w416 {
  width: 416px !important;
}

.w417 {
  width: 417px !important;
}

.w418 {
  width: 418px !important;
}

.w419 {
  width: 419px !important;
}

.w420 {
  width: 420px !important;
}

.w421 {
  width: 421px !important;
}

.w422 {
  width: 422px !important;
}

.w423 {
  width: 423px !important;
}

.w424 {
  width: 424px !important;
}

.w425 {
  width: 425px !important;
}

.w426 {
  width: 426px !important;
}

.w427 {
  width: 427px !important;
}

.w428 {
  width: 428px !important;
}

.w429 {
  width: 429px !important;
}

.w430 {
  width: 430px !important;
}

.w431 {
  width: 431px !important;
}

.w432 {
  width: 432px !important;
}

.w433 {
  width: 433px !important;
}

.w434 {
  width: 434px !important;
}

.w435 {
  width: 435px !important;
}

.w436 {
  width: 436px !important;
}

.w437 {
  width: 437px !important;
}

.w438 {
  width: 438px !important;
}

.w439 {
  width: 439px !important;
}

.w440 {
  width: 440px !important;
}

.w441 {
  width: 441px !important;
}

.w442 {
  width: 442px !important;
}

.w443 {
  width: 443px !important;
}

.w444 {
  width: 444px !important;
}

.w445 {
  width: 445px !important;
}

.w446 {
  width: 446px !important;
}

.w447 {
  width: 447px !important;
}

.w448 {
  width: 448px !important;
}

.w449 {
  width: 449px !important;
}

.w450 {
  width: 450px !important;
}

.w451 {
  width: 451px !important;
}

.w452 {
  width: 452px !important;
}

.w453 {
  width: 453px !important;
}

.w454 {
  width: 454px !important;
}

.w455 {
  width: 455px !important;
}

.w456 {
  width: 456px !important;
}

.w457 {
  width: 457px !important;
}

.w458 {
  width: 458px !important;
}

.w459 {
  width: 459px !important;
}

.w460 {
  width: 460px !important;
}

.w461 {
  width: 461px !important;
}

.w462 {
  width: 462px !important;
}

.w463 {
  width: 463px !important;
}

.w464 {
  width: 464px !important;
}

.w465 {
  width: 465px !important;
}

.w466 {
  width: 466px !important;
}

.w467 {
  width: 467px !important;
}

.w468 {
  width: 468px !important;
}

.w469 {
  width: 469px !important;
}

.w470 {
  width: 470px !important;
}

.w471 {
  width: 471px !important;
}

.w472 {
  width: 472px !important;
}

.w473 {
  width: 473px !important;
}

.w474 {
  width: 474px !important;
}

.w475 {
  width: 475px !important;
}

.w476 {
  width: 476px !important;
}

.w477 {
  width: 477px !important;
}

.w478 {
  width: 478px !important;
}

.w479 {
  width: 479px !important;
}

.w480 {
  width: 480px !important;
}

.w481 {
  width: 481px !important;
}

.w482 {
  width: 482px !important;
}

.w483 {
  width: 483px !important;
}

.w484 {
  width: 484px !important;
}

.w485 {
  width: 485px !important;
}

.w486 {
  width: 486px !important;
}

.w487 {
  width: 487px !important;
}

.w488 {
  width: 488px !important;
}

.w489 {
  width: 489px !important;
}

.w490 {
  width: 490px !important;
}

.w491 {
  width: 491px !important;
}

.w492 {
  width: 492px !important;
}

.w493 {
  width: 493px !important;
}

.w494 {
  width: 494px !important;
}

.w495 {
  width: 495px !important;
}

.w496 {
  width: 496px !important;
}

.w497 {
  width: 497px !important;
}

.w498 {
  width: 498px !important;
}

.w499 {
  width: 499px !important;
}

.w500 {
  width: 500px !important;
}

.w501 {
  width: 501px !important;
}

.w502 {
  width: 502px !important;
}

.w503 {
  width: 503px !important;
}

.w504 {
  width: 504px !important;
}

.w505 {
  width: 505px !important;
}

.w506 {
  width: 506px !important;
}

.w507 {
  width: 507px !important;
}

.w508 {
  width: 508px !important;
}

.w509 {
  width: 509px !important;
}

.w510 {
  width: 510px !important;
}

.w511 {
  width: 511px !important;
}

.w512 {
  width: 512px !important;
}

.w513 {
  width: 513px !important;
}

.w514 {
  width: 514px !important;
}

.w515 {
  width: 515px !important;
}

.w516 {
  width: 516px !important;
}

.w517 {
  width: 517px !important;
}

.w518 {
  width: 518px !important;
}

.w519 {
  width: 519px !important;
}

.w520 {
  width: 520px !important;
}

.w521 {
  width: 521px !important;
}

.w522 {
  width: 522px !important;
}

.w523 {
  width: 523px !important;
}

.w524 {
  width: 524px !important;
}

.w525 {
  width: 525px !important;
}

.w526 {
  width: 526px !important;
}

.w527 {
  width: 527px !important;
}

.w528 {
  width: 528px !important;
}

.w529 {
  width: 529px !important;
}

.w530 {
  width: 530px !important;
}

.w531 {
  width: 531px !important;
}

.w532 {
  width: 532px !important;
}

.w533 {
  width: 533px !important;
}

.w534 {
  width: 534px !important;
}

.w535 {
  width: 535px !important;
}

.w536 {
  width: 536px !important;
}

.w537 {
  width: 537px !important;
}

.w538 {
  width: 538px !important;
}

.w539 {
  width: 539px !important;
}

.w540 {
  width: 540px !important;
}

.w541 {
  width: 541px !important;
}

.w542 {
  width: 542px !important;
}

.w543 {
  width: 543px !important;
}

.w544 {
  width: 544px !important;
}

.w545 {
  width: 545px !important;
}

.w546 {
  width: 546px !important;
}

.w547 {
  width: 547px !important;
}

.w548 {
  width: 548px !important;
}

.w549 {
  width: 549px !important;
}

.w550 {
  width: 550px !important;
}

.w551 {
  width: 551px !important;
}

.w552 {
  width: 552px !important;
}

.w553 {
  width: 553px !important;
}

.w554 {
  width: 554px !important;
}

.w555 {
  width: 555px !important;
}

.w556 {
  width: 556px !important;
}

.w557 {
  width: 557px !important;
}

.w558 {
  width: 558px !important;
}

.w559 {
  width: 559px !important;
}

.w560 {
  width: 560px !important;
}

.w561 {
  width: 561px !important;
}

.w562 {
  width: 562px !important;
}

.w563 {
  width: 563px !important;
}

.w564 {
  width: 564px !important;
}

.w565 {
  width: 565px !important;
}

.w566 {
  width: 566px !important;
}

.w567 {
  width: 567px !important;
}

.w568 {
  width: 568px !important;
}

.w569 {
  width: 569px !important;
}

.w570 {
  width: 570px !important;
}

.w571 {
  width: 571px !important;
}

.w572 {
  width: 572px !important;
}

.w573 {
  width: 573px !important;
}

.w574 {
  width: 574px !important;
}

.w575 {
  width: 575px !important;
}

.w576 {
  width: 576px !important;
}

.w577 {
  width: 577px !important;
}

.w578 {
  width: 578px !important;
}

.w579 {
  width: 579px !important;
}

.w580 {
  width: 580px !important;
}

.w581 {
  width: 581px !important;
}

.w582 {
  width: 582px !important;
}

.w583 {
  width: 583px !important;
}

.w584 {
  width: 584px !important;
}

.w585 {
  width: 585px !important;
}

.w586 {
  width: 586px !important;
}

.w587 {
  width: 587px !important;
}

.w588 {
  width: 588px !important;
}

.w589 {
  width: 589px !important;
}

.w590 {
  width: 590px !important;
}

.w591 {
  width: 591px !important;
}

.w592 {
  width: 592px !important;
}

.w593 {
  width: 593px !important;
}

.w594 {
  width: 594px !important;
}

.w595 {
  width: 595px !important;
}

.w596 {
  width: 596px !important;
}

.w597 {
  width: 597px !important;
}

.w598 {
  width: 598px !important;
}

.w599 {
  width: 599px !important;
}

.w600 {
  width: 600px !important;
}

.w601 {
  width: 601px !important;
}

.w602 {
  width: 602px !important;
}

.w603 {
  width: 603px !important;
}

.w604 {
  width: 604px !important;
}

.w605 {
  width: 605px !important;
}

.w606 {
  width: 606px !important;
}

.w607 {
  width: 607px !important;
}

.w608 {
  width: 608px !important;
}

.w609 {
  width: 609px !important;
}

.w610 {
  width: 610px !important;
}

.w611 {
  width: 611px !important;
}

.w612 {
  width: 612px !important;
}

.w613 {
  width: 613px !important;
}

.w614 {
  width: 614px !important;
}

.w615 {
  width: 615px !important;
}

.w616 {
  width: 616px !important;
}

.w617 {
  width: 617px !important;
}

.w618 {
  width: 618px !important;
}

.w619 {
  width: 619px !important;
}

.w620 {
  width: 620px !important;
}

.w621 {
  width: 621px !important;
}

.w622 {
  width: 622px !important;
}

.w623 {
  width: 623px !important;
}

.w624 {
  width: 624px !important;
}

.w625 {
  width: 625px !important;
}

.w626 {
  width: 626px !important;
}

.w627 {
  width: 627px !important;
}

.w628 {
  width: 628px !important;
}

.w629 {
  width: 629px !important;
}

.w630 {
  width: 630px !important;
}

.w631 {
  width: 631px !important;
}

.w632 {
  width: 632px !important;
}

.w633 {
  width: 633px !important;
}

.w634 {
  width: 634px !important;
}

.w635 {
  width: 635px !important;
}

.w636 {
  width: 636px !important;
}

.w637 {
  width: 637px !important;
}

.w638 {
  width: 638px !important;
}

.w639 {
  width: 639px !important;
}

.w640 {
  width: 640px !important;
}

.w641 {
  width: 641px !important;
}

.w642 {
  width: 642px !important;
}

.w643 {
  width: 643px !important;
}

.w644 {
  width: 644px !important;
}

.w645 {
  width: 645px !important;
}

.w646 {
  width: 646px !important;
}

.w647 {
  width: 647px !important;
}

.w648 {
  width: 648px !important;
}

.w649 {
  width: 649px !important;
}

.w650 {
  width: 650px !important;
}

.w651 {
  width: 651px !important;
}

.w652 {
  width: 652px !important;
}

.w653 {
  width: 653px !important;
}

.w654 {
  width: 654px !important;
}

.w655 {
  width: 655px !important;
}

.w656 {
  width: 656px !important;
}

.w657 {
  width: 657px !important;
}

.w658 {
  width: 658px !important;
}

.w659 {
  width: 659px !important;
}

.w660 {
  width: 660px !important;
}

.w661 {
  width: 661px !important;
}

.w662 {
  width: 662px !important;
}

.w663 {
  width: 663px !important;
}

.w664 {
  width: 664px !important;
}

.w665 {
  width: 665px !important;
}

.w666 {
  width: 666px !important;
}

.w667 {
  width: 667px !important;
}

.w668 {
  width: 668px !important;
}

.w669 {
  width: 669px !important;
}

.w670 {
  width: 670px !important;
}

.w671 {
  width: 671px !important;
}

.w672 {
  width: 672px !important;
}

.w673 {
  width: 673px !important;
}

.w674 {
  width: 674px !important;
}

.w675 {
  width: 675px !important;
}

.w676 {
  width: 676px !important;
}

.w677 {
  width: 677px !important;
}

.w678 {
  width: 678px !important;
}

.w679 {
  width: 679px !important;
}

.w680 {
  width: 680px !important;
}

.w681 {
  width: 681px !important;
}

.w682 {
  width: 682px !important;
}

.w683 {
  width: 683px !important;
}

.w684 {
  width: 684px !important;
}

.w685 {
  width: 685px !important;
}

.w686 {
  width: 686px !important;
}

.w687 {
  width: 687px !important;
}

.w688 {
  width: 688px !important;
}

.w689 {
  width: 689px !important;
}

.w690 {
  width: 690px !important;
}

.w691 {
  width: 691px !important;
}

.w692 {
  width: 692px !important;
}

.w693 {
  width: 693px !important;
}

.w694 {
  width: 694px !important;
}

.w695 {
  width: 695px !important;
}

.w696 {
  width: 696px !important;
}

.w697 {
  width: 697px !important;
}

.w698 {
  width: 698px !important;
}

.w699 {
  width: 699px !important;
}

.w700 {
  width: 700px !important;
}

.w701 {
  width: 701px !important;
}

.w702 {
  width: 702px !important;
}

.w703 {
  width: 703px !important;
}

.w704 {
  width: 704px !important;
}

.w705 {
  width: 705px !important;
}

.w706 {
  width: 706px !important;
}

.w707 {
  width: 707px !important;
}

.w708 {
  width: 708px !important;
}

.w709 {
  width: 709px !important;
}

.w710 {
  width: 710px !important;
}

.w711 {
  width: 711px !important;
}

.w712 {
  width: 712px !important;
}

.w713 {
  width: 713px !important;
}

.w714 {
  width: 714px !important;
}

.w715 {
  width: 715px !important;
}

.w716 {
  width: 716px !important;
}

.w717 {
  width: 717px !important;
}

.w718 {
  width: 718px !important;
}

.w719 {
  width: 719px !important;
}

.w720 {
  width: 720px !important;
}

.w721 {
  width: 721px !important;
}

.w722 {
  width: 722px !important;
}

.w723 {
  width: 723px !important;
}

.w724 {
  width: 724px !important;
}

.w725 {
  width: 725px !important;
}

.w726 {
  width: 726px !important;
}

.w727 {
  width: 727px !important;
}

.w728 {
  width: 728px !important;
}

.w729 {
  width: 729px !important;
}

.w730 {
  width: 730px !important;
}

.w731 {
  width: 731px !important;
}

.w732 {
  width: 732px !important;
}

.w733 {
  width: 733px !important;
}

.w734 {
  width: 734px !important;
}

.w735 {
  width: 735px !important;
}

.w736 {
  width: 736px !important;
}

.w737 {
  width: 737px !important;
}

.w738 {
  width: 738px !important;
}

.w739 {
  width: 739px !important;
}

.w740 {
  width: 740px !important;
}

.w741 {
  width: 741px !important;
}

.w742 {
  width: 742px !important;
}

.w743 {
  width: 743px !important;
}

.w744 {
  width: 744px !important;
}

.w745 {
  width: 745px !important;
}

.w746 {
  width: 746px !important;
}

.w747 {
  width: 747px !important;
}

.w748 {
  width: 748px !important;
}

.w749 {
  width: 749px !important;
}

.w750 {
  width: 750px !important;
}

.w751 {
  width: 751px !important;
}

.w752 {
  width: 752px !important;
}

.w753 {
  width: 753px !important;
}

.w754 {
  width: 754px !important;
}

.w755 {
  width: 755px !important;
}

.w756 {
  width: 756px !important;
}

.w757 {
  width: 757px !important;
}

.w758 {
  width: 758px !important;
}

.w759 {
  width: 759px !important;
}

.w760 {
  width: 760px !important;
}

.w761 {
  width: 761px !important;
}

.w762 {
  width: 762px !important;
}

.w763 {
  width: 763px !important;
}

.w764 {
  width: 764px !important;
}

.w765 {
  width: 765px !important;
}

.w766 {
  width: 766px !important;
}

.w767 {
  width: 767px !important;
}

.w768 {
  width: 768px !important;
}

.w769 {
  width: 769px !important;
}

.w770 {
  width: 770px !important;
}

.w771 {
  width: 771px !important;
}

.w772 {
  width: 772px !important;
}

.w773 {
  width: 773px !important;
}

.w774 {
  width: 774px !important;
}

.w775 {
  width: 775px !important;
}

.w776 {
  width: 776px !important;
}

.w777 {
  width: 777px !important;
}

.w778 {
  width: 778px !important;
}

.w779 {
  width: 779px !important;
}

.w780 {
  width: 780px !important;
}

.w781 {
  width: 781px !important;
}

.w782 {
  width: 782px !important;
}

.w783 {
  width: 783px !important;
}

.w784 {
  width: 784px !important;
}

.w785 {
  width: 785px !important;
}

.w786 {
  width: 786px !important;
}

.w787 {
  width: 787px !important;
}

.w788 {
  width: 788px !important;
}

.w789 {
  width: 789px !important;
}

.w790 {
  width: 790px !important;
}

.w791 {
  width: 791px !important;
}

.w792 {
  width: 792px !important;
}

.w793 {
  width: 793px !important;
}

.w794 {
  width: 794px !important;
}

.w795 {
  width: 795px !important;
}

.w796 {
  width: 796px !important;
}

.w797 {
  width: 797px !important;
}

.w798 {
  width: 798px !important;
}

.w799 {
  width: 799px !important;
}

.w800 {
  width: 800px !important;
}

.w801 {
  width: 801px !important;
}

.w802 {
  width: 802px !important;
}

.w803 {
  width: 803px !important;
}

.w804 {
  width: 804px !important;
}

.w805 {
  width: 805px !important;
}

.w806 {
  width: 806px !important;
}

.w807 {
  width: 807px !important;
}

.w808 {
  width: 808px !important;
}

.w809 {
  width: 809px !important;
}

.w810 {
  width: 810px !important;
}

.w811 {
  width: 811px !important;
}

.w812 {
  width: 812px !important;
}

.w813 {
  width: 813px !important;
}

.w814 {
  width: 814px !important;
}

.w815 {
  width: 815px !important;
}

.w816 {
  width: 816px !important;
}

.w817 {
  width: 817px !important;
}

.w818 {
  width: 818px !important;
}

.w819 {
  width: 819px !important;
}

.w820 {
  width: 820px !important;
}

.w821 {
  width: 821px !important;
}

.w822 {
  width: 822px !important;
}

.w823 {
  width: 823px !important;
}

.w824 {
  width: 824px !important;
}

.w825 {
  width: 825px !important;
}

.w826 {
  width: 826px !important;
}

.w827 {
  width: 827px !important;
}

.w828 {
  width: 828px !important;
}

.w829 {
  width: 829px !important;
}

.w830 {
  width: 830px !important;
}

.w831 {
  width: 831px !important;
}

.w832 {
  width: 832px !important;
}

.w833 {
  width: 833px !important;
}

.w834 {
  width: 834px !important;
}

.w835 {
  width: 835px !important;
}

.w836 {
  width: 836px !important;
}

.w837 {
  width: 837px !important;
}

.w838 {
  width: 838px !important;
}

.w839 {
  width: 839px !important;
}

.w840 {
  width: 840px !important;
}

.w841 {
  width: 841px !important;
}

.w842 {
  width: 842px !important;
}

.w843 {
  width: 843px !important;
}

.w844 {
  width: 844px !important;
}

.w845 {
  width: 845px !important;
}

.w846 {
  width: 846px !important;
}

.w847 {
  width: 847px !important;
}

.w848 {
  width: 848px !important;
}

.w849 {
  width: 849px !important;
}

.w850 {
  width: 850px !important;
}

.w851 {
  width: 851px !important;
}

.w852 {
  width: 852px !important;
}

.w853 {
  width: 853px !important;
}

.w854 {
  width: 854px !important;
}

.w855 {
  width: 855px !important;
}

.w856 {
  width: 856px !important;
}

.w857 {
  width: 857px !important;
}

.w858 {
  width: 858px !important;
}

.w859 {
  width: 859px !important;
}

.w860 {
  width: 860px !important;
}

.w861 {
  width: 861px !important;
}

.w862 {
  width: 862px !important;
}

.w863 {
  width: 863px !important;
}

.w864 {
  width: 864px !important;
}

.w865 {
  width: 865px !important;
}

.w866 {
  width: 866px !important;
}

.w867 {
  width: 867px !important;
}

.w868 {
  width: 868px !important;
}

.w869 {
  width: 869px !important;
}

.w870 {
  width: 870px !important;
}

.w871 {
  width: 871px !important;
}

.w872 {
  width: 872px !important;
}

.w873 {
  width: 873px !important;
}

.w874 {
  width: 874px !important;
}

.w875 {
  width: 875px !important;
}

.w876 {
  width: 876px !important;
}

.w877 {
  width: 877px !important;
}

.w878 {
  width: 878px !important;
}

.w879 {
  width: 879px !important;
}

.w880 {
  width: 880px !important;
}

.w881 {
  width: 881px !important;
}

.w882 {
  width: 882px !important;
}

.w883 {
  width: 883px !important;
}

.w884 {
  width: 884px !important;
}

.w885 {
  width: 885px !important;
}

.w886 {
  width: 886px !important;
}

.w887 {
  width: 887px !important;
}

.w888 {
  width: 888px !important;
}

.w889 {
  width: 889px !important;
}

.w890 {
  width: 890px !important;
}

.w891 {
  width: 891px !important;
}

.w892 {
  width: 892px !important;
}

.w893 {
  width: 893px !important;
}

.w894 {
  width: 894px !important;
}

.w895 {
  width: 895px !important;
}

.w896 {
  width: 896px !important;
}

.w897 {
  width: 897px !important;
}

.w898 {
  width: 898px !important;
}

.w899 {
  width: 899px !important;
}

.w900 {
  width: 900px !important;
}

.w901 {
  width: 901px !important;
}

.w902 {
  width: 902px !important;
}

.w903 {
  width: 903px !important;
}

.w904 {
  width: 904px !important;
}

.w905 {
  width: 905px !important;
}

.w906 {
  width: 906px !important;
}

.w907 {
  width: 907px !important;
}

.w908 {
  width: 908px !important;
}

.w909 {
  width: 909px !important;
}

.w910 {
  width: 910px !important;
}

.w911 {
  width: 911px !important;
}

.w912 {
  width: 912px !important;
}

.w913 {
  width: 913px !important;
}

.w914 {
  width: 914px !important;
}

.w915 {
  width: 915px !important;
}

.w916 {
  width: 916px !important;
}

.w917 {
  width: 917px !important;
}

.w918 {
  width: 918px !important;
}

.w919 {
  width: 919px !important;
}

.w920 {
  width: 920px !important;
}

.w921 {
  width: 921px !important;
}

.w922 {
  width: 922px !important;
}

.w923 {
  width: 923px !important;
}

.w924 {
  width: 924px !important;
}

.w925 {
  width: 925px !important;
}

.w926 {
  width: 926px !important;
}

.w927 {
  width: 927px !important;
}

.w928 {
  width: 928px !important;
}

.w929 {
  width: 929px !important;
}

.w930 {
  width: 930px !important;
}

.w931 {
  width: 931px !important;
}

.w932 {
  width: 932px !important;
}

.w933 {
  width: 933px !important;
}

.w934 {
  width: 934px !important;
}

.w935 {
  width: 935px !important;
}

.w936 {
  width: 936px !important;
}

.w937 {
  width: 937px !important;
}

.w938 {
  width: 938px !important;
}

.w939 {
  width: 939px !important;
}

.w940 {
  width: 940px !important;
}

.w941 {
  width: 941px !important;
}

.w942 {
  width: 942px !important;
}

.w943 {
  width: 943px !important;
}

.w944 {
  width: 944px !important;
}

.w945 {
  width: 945px !important;
}

.w946 {
  width: 946px !important;
}

.w947 {
  width: 947px !important;
}

.w948 {
  width: 948px !important;
}

.w949 {
  width: 949px !important;
}

.w950 {
  width: 950px !important;
}

.w951 {
  width: 951px !important;
}

.w952 {
  width: 952px !important;
}

.w953 {
  width: 953px !important;
}

.w954 {
  width: 954px !important;
}

.w955 {
  width: 955px !important;
}

.w956 {
  width: 956px !important;
}

.w957 {
  width: 957px !important;
}

.w958 {
  width: 958px !important;
}

.w959 {
  width: 959px !important;
}

.w960 {
  width: 960px !important;
}

.w961 {
  width: 961px !important;
}

.w962 {
  width: 962px !important;
}

.w963 {
  width: 963px !important;
}

.w964 {
  width: 964px !important;
}

.w965 {
  width: 965px !important;
}

.w966 {
  width: 966px !important;
}

.w967 {
  width: 967px !important;
}

.w968 {
  width: 968px !important;
}

.w969 {
  width: 969px !important;
}

.w970 {
  width: 970px !important;
}

.w971 {
  width: 971px !important;
}

.w972 {
  width: 972px !important;
}

.w973 {
  width: 973px !important;
}

.w974 {
  width: 974px !important;
}

.w975 {
  width: 975px !important;
}

.w976 {
  width: 976px !important;
}

.w977 {
  width: 977px !important;
}

.w978 {
  width: 978px !important;
}

.w979 {
  width: 979px !important;
}

.w980 {
  width: 980px !important;
}

.w981 {
  width: 981px !important;
}

.w982 {
  width: 982px !important;
}

.w983 {
  width: 983px !important;
}

.w984 {
  width: 984px !important;
}

.w985 {
  width: 985px !important;
}

.w986 {
  width: 986px !important;
}

.w987 {
  width: 987px !important;
}

.w988 {
  width: 988px !important;
}

.w989 {
  width: 989px !important;
}

.w990 {
  width: 990px !important;
}

.w991 {
  width: 991px !important;
}

.w992 {
  width: 992px !important;
}

.w993 {
  width: 993px !important;
}

.w994 {
  width: 994px !important;
}

.w995 {
  width: 995px !important;
}

.w996 {
  width: 996px !important;
}

.w997 {
  width: 997px !important;
}

.w998 {
  width: 998px !important;
}

.w999 {
  width: 999px !important;
}

.w1000 {
  width: 1000px !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   縦幅指定（height）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.h1 {
  height: 1px !important;
}

.h2 {
  height: 2px !important;
}

.h3 {
  height: 3px !important;
}

.h4 {
  height: 4px !important;
}

.h5 {
  height: 5px !important;
}

.h6 {
  height: 6px !important;
}

.h7 {
  height: 7px !important;
}

.h8 {
  height: 8px !important;
}

.h9 {
  height: 9px !important;
}

.h10 {
  height: 10px !important;
}

.h11 {
  height: 11px !important;
}

.h12 {
  height: 12px !important;
}

.h13 {
  height: 13px !important;
}

.h14 {
  height: 14px !important;
}

.h15 {
  height: 15px !important;
}

.h16 {
  height: 16px !important;
}

.h17 {
  height: 17px !important;
}

.h18 {
  height: 18px !important;
}

.h19 {
  height: 19px !important;
}

.h20 {
  height: 20px !important;
}

.h21 {
  height: 21px !important;
}

.h22 {
  height: 22px !important;
}

.h23 {
  height: 23px !important;
}

.h24 {
  height: 24px !important;
}

.h25 {
  height: 25px !important;
}

.h26 {
  height: 26px !important;
}

.h27 {
  height: 27px !important;
}

.h28 {
  height: 28px !important;
}

.h29 {
  height: 29px !important;
}

.h30 {
  height: 30px !important;
}

.h31 {
  height: 31px !important;
}

.h32 {
  height: 32px !important;
}

.h33 {
  height: 33px !important;
}

.h34 {
  height: 34px !important;
}

.h35 {
  height: 35px !important;
}

.h36 {
  height: 36px !important;
}

.h37 {
  height: 37px !important;
}

.h38 {
  height: 38px !important;
}

.h39 {
  height: 39px !important;
}

.h40 {
  height: 40px !important;
}

.h41 {
  height: 41px !important;
}

.h42 {
  height: 42px !important;
}

.h43 {
  height: 43px !important;
}

.h44 {
  height: 44px !important;
}

.h45 {
  height: 45px !important;
}

.h46 {
  height: 46px !important;
}

.h47 {
  height: 47px !important;
}

.h48 {
  height: 48px !important;
}

.h49 {
  height: 49px !important;
}

.h50 {
  height: 50px !important;
}

.h51 {
  height: 51px !important;
}

.h52 {
  height: 52px !important;
}

.h53 {
  height: 53px !important;
}

.h54 {
  height: 54px !important;
}

.h55 {
  height: 55px !important;
}

.h56 {
  height: 56px !important;
}

.h57 {
  height: 57px !important;
}

.h58 {
  height: 58px !important;
}

.h59 {
  height: 59px !important;
}

.h60 {
  height: 60px !important;
}

.h61 {
  height: 61px !important;
}

.h62 {
  height: 62px !important;
}

.h63 {
  height: 63px !important;
}

.h64 {
  height: 64px !important;
}

.h65 {
  height: 65px !important;
}

.h66 {
  height: 66px !important;
}

.h67 {
  height: 67px !important;
}

.h68 {
  height: 68px !important;
}

.h69 {
  height: 69px !important;
}

.h70 {
  height: 70px !important;
}

.h71 {
  height: 71px !important;
}

.h72 {
  height: 72px !important;
}

.h73 {
  height: 73px !important;
}

.h74 {
  height: 74px !important;
}

.h75 {
  height: 75px !important;
}

.h76 {
  height: 76px !important;
}

.h77 {
  height: 77px !important;
}

.h78 {
  height: 78px !important;
}

.h79 {
  height: 79px !important;
}

.h80 {
  height: 80px !important;
}

.h81 {
  height: 81px !important;
}

.h82 {
  height: 82px !important;
}

.h83 {
  height: 83px !important;
}

.h84 {
  height: 84px !important;
}

.h85 {
  height: 85px !important;
}

.h86 {
  height: 86px !important;
}

.h87 {
  height: 87px !important;
}

.h88 {
  height: 88px !important;
}

.h89 {
  height: 89px !important;
}

.h90 {
  height: 90px !important;
}

.h91 {
  height: 91px !important;
}

.h92 {
  height: 92px !important;
}

.h93 {
  height: 93px !important;
}

.h94 {
  height: 94px !important;
}

.h95 {
  height: 95px !important;
}

.h96 {
  height: 96px !important;
}

.h97 {
  height: 97px !important;
}

.h98 {
  height: 98px !important;
}

.h99 {
  height: 99px !important;
}

.h100 {
  height: 100px !important;
}

.h101 {
  height: 101px !important;
}

.h102 {
  height: 102px !important;
}

.h103 {
  height: 103px !important;
}

.h104 {
  height: 104px !important;
}

.h105 {
  height: 105px !important;
}

.h106 {
  height: 106px !important;
}

.h107 {
  height: 107px !important;
}

.h108 {
  height: 108px !important;
}

.h109 {
  height: 109px !important;
}

.h110 {
  height: 110px !important;
}

.h111 {
  height: 111px !important;
}

.h112 {
  height: 112px !important;
}

.h113 {
  height: 113px !important;
}

.h114 {
  height: 114px !important;
}

.h115 {
  height: 115px !important;
}

.h116 {
  height: 116px !important;
}

.h117 {
  height: 117px !important;
}

.h118 {
  height: 118px !important;
}

.h119 {
  height: 119px !important;
}

.h120 {
  height: 120px !important;
}

.h121 {
  height: 121px !important;
}

.h122 {
  height: 122px !important;
}

.h123 {
  height: 123px !important;
}

.h124 {
  height: 124px !important;
}

.h125 {
  height: 125px !important;
}

.h126 {
  height: 126px !important;
}

.h127 {
  height: 127px !important;
}

.h128 {
  height: 128px !important;
}

.h129 {
  height: 129px !important;
}

.h130 {
  height: 130px !important;
}

.h131 {
  height: 131px !important;
}

.h132 {
  height: 132px !important;
}

.h133 {
  height: 133px !important;
}

.h134 {
  height: 134px !important;
}

.h135 {
  height: 135px !important;
}

.h136 {
  height: 136px !important;
}

.h137 {
  height: 137px !important;
}

.h138 {
  height: 138px !important;
}

.h139 {
  height: 139px !important;
}

.h140 {
  height: 140px !important;
}

.h141 {
  height: 141px !important;
}

.h142 {
  height: 142px !important;
}

.h143 {
  height: 143px !important;
}

.h144 {
  height: 144px !important;
}

.h145 {
  height: 145px !important;
}

.h146 {
  height: 146px !important;
}

.h147 {
  height: 147px !important;
}

.h148 {
  height: 148px !important;
}

.h149 {
  height: 149px !important;
}

.h150 {
  height: 150px !important;
}

.h151 {
  height: 151px !important;
}

.h152 {
  height: 152px !important;
}

.h153 {
  height: 153px !important;
}

.h154 {
  height: 154px !important;
}

.h155 {
  height: 155px !important;
}

.h156 {
  height: 156px !important;
}

.h157 {
  height: 157px !important;
}

.h158 {
  height: 158px !important;
}

.h159 {
  height: 159px !important;
}

.h160 {
  height: 160px !important;
}

.h161 {
  height: 161px !important;
}

.h162 {
  height: 162px !important;
}

.h163 {
  height: 163px !important;
}

.h164 {
  height: 164px !important;
}

.h165 {
  height: 165px !important;
}

.h166 {
  height: 166px !important;
}

.h167 {
  height: 167px !important;
}

.h168 {
  height: 168px !important;
}

.h169 {
  height: 169px !important;
}

.h170 {
  height: 170px !important;
}

.h171 {
  height: 171px !important;
}

.h172 {
  height: 172px !important;
}

.h173 {
  height: 173px !important;
}

.h174 {
  height: 174px !important;
}

.h175 {
  height: 175px !important;
}

.h176 {
  height: 176px !important;
}

.h177 {
  height: 177px !important;
}

.h178 {
  height: 178px !important;
}

.h179 {
  height: 179px !important;
}

.h180 {
  height: 180px !important;
}

.h181 {
  height: 181px !important;
}

.h182 {
  height: 182px !important;
}

.h183 {
  height: 183px !important;
}

.h184 {
  height: 184px !important;
}

.h185 {
  height: 185px !important;
}

.h186 {
  height: 186px !important;
}

.h187 {
  height: 187px !important;
}

.h188 {
  height: 188px !important;
}

.h189 {
  height: 189px !important;
}

.h190 {
  height: 190px !important;
}

.h191 {
  height: 191px !important;
}

.h192 {
  height: 192px !important;
}

.h193 {
  height: 193px !important;
}

.h194 {
  height: 194px !important;
}

.h195 {
  height: 195px !important;
}

.h196 {
  height: 196px !important;
}

.h197 {
  height: 197px !important;
}

.h198 {
  height: 198px !important;
}

.h199 {
  height: 199px !important;
}

.h200 {
  height: 200px !important;
}

.h201 {
  height: 201px !important;
}

.h202 {
  height: 202px !important;
}

.h203 {
  height: 203px !important;
}

.h204 {
  height: 204px !important;
}

.h205 {
  height: 205px !important;
}

.h206 {
  height: 206px !important;
}

.h207 {
  height: 207px !important;
}

.h208 {
  height: 208px !important;
}

.h209 {
  height: 209px !important;
}

.h210 {
  height: 210px !important;
}

.h211 {
  height: 211px !important;
}

.h212 {
  height: 212px !important;
}

.h213 {
  height: 213px !important;
}

.h214 {
  height: 214px !important;
}

.h215 {
  height: 215px !important;
}

.h216 {
  height: 216px !important;
}

.h217 {
  height: 217px !important;
}

.h218 {
  height: 218px !important;
}

.h219 {
  height: 219px !important;
}

.h220 {
  height: 220px !important;
}

.h221 {
  height: 221px !important;
}

.h222 {
  height: 222px !important;
}

.h223 {
  height: 223px !important;
}

.h224 {
  height: 224px !important;
}

.h225 {
  height: 225px !important;
}

.h226 {
  height: 226px !important;
}

.h227 {
  height: 227px !important;
}

.h228 {
  height: 228px !important;
}

.h229 {
  height: 229px !important;
}

.h230 {
  height: 230px !important;
}

.h231 {
  height: 231px !important;
}

.h232 {
  height: 232px !important;
}

.h233 {
  height: 233px !important;
}

.h234 {
  height: 234px !important;
}

.h235 {
  height: 235px !important;
}

.h236 {
  height: 236px !important;
}

.h237 {
  height: 237px !important;
}

.h238 {
  height: 238px !important;
}

.h239 {
  height: 239px !important;
}

.h240 {
  height: 240px !important;
}

.h241 {
  height: 241px !important;
}

.h242 {
  height: 242px !important;
}

.h243 {
  height: 243px !important;
}

.h244 {
  height: 244px !important;
}

.h245 {
  height: 245px !important;
}

.h246 {
  height: 246px !important;
}

.h247 {
  height: 247px !important;
}

.h248 {
  height: 248px !important;
}

.h249 {
  height: 249px !important;
}

.h250 {
  height: 250px !important;
}

.h251 {
  height: 251px !important;
}

.h252 {
  height: 252px !important;
}

.h253 {
  height: 253px !important;
}

.h254 {
  height: 254px !important;
}

.h255 {
  height: 255px !important;
}

.h256 {
  height: 256px !important;
}

.h257 {
  height: 257px !important;
}

.h258 {
  height: 258px !important;
}

.h259 {
  height: 259px !important;
}

.h260 {
  height: 260px !important;
}

.h261 {
  height: 261px !important;
}

.h262 {
  height: 262px !important;
}

.h263 {
  height: 263px !important;
}

.h264 {
  height: 264px !important;
}

.h265 {
  height: 265px !important;
}

.h266 {
  height: 266px !important;
}

.h267 {
  height: 267px !important;
}

.h268 {
  height: 268px !important;
}

.h269 {
  height: 269px !important;
}

.h270 {
  height: 270px !important;
}

.h271 {
  height: 271px !important;
}

.h272 {
  height: 272px !important;
}

.h273 {
  height: 273px !important;
}

.h274 {
  height: 274px !important;
}

.h275 {
  height: 275px !important;
}

.h276 {
  height: 276px !important;
}

.h277 {
  height: 277px !important;
}

.h278 {
  height: 278px !important;
}

.h279 {
  height: 279px !important;
}

.h280 {
  height: 280px !important;
}

.h281 {
  height: 281px !important;
}

.h282 {
  height: 282px !important;
}

.h283 {
  height: 283px !important;
}

.h284 {
  height: 284px !important;
}

.h285 {
  height: 285px !important;
}

.h286 {
  height: 286px !important;
}

.h287 {
  height: 287px !important;
}

.h288 {
  height: 288px !important;
}

.h289 {
  height: 289px !important;
}

.h290 {
  height: 290px !important;
}

.h291 {
  height: 291px !important;
}

.h292 {
  height: 292px !important;
}

.h293 {
  height: 293px !important;
}

.h294 {
  height: 294px !important;
}

.h295 {
  height: 295px !important;
}

.h296 {
  height: 296px !important;
}

.h297 {
  height: 297px !important;
}

.h298 {
  height: 298px !important;
}

.h299 {
  height: 299px !important;
}

.h300 {
  height: 300px !important;
}

.h301 {
  height: 301px !important;
}

.h302 {
  height: 302px !important;
}

.h303 {
  height: 303px !important;
}

.h304 {
  height: 304px !important;
}

.h305 {
  height: 305px !important;
}

.h306 {
  height: 306px !important;
}

.h307 {
  height: 307px !important;
}

.h308 {
  height: 308px !important;
}

.h309 {
  height: 309px !important;
}

.h310 {
  height: 310px !important;
}

.h311 {
  height: 311px !important;
}

.h312 {
  height: 312px !important;
}

.h313 {
  height: 313px !important;
}

.h314 {
  height: 314px !important;
}

.h315 {
  height: 315px !important;
}

.h316 {
  height: 316px !important;
}

.h317 {
  height: 317px !important;
}

.h318 {
  height: 318px !important;
}

.h319 {
  height: 319px !important;
}

.h320 {
  height: 320px !important;
}

.h321 {
  height: 321px !important;
}

.h322 {
  height: 322px !important;
}

.h323 {
  height: 323px !important;
}

.h324 {
  height: 324px !important;
}

.h325 {
  height: 325px !important;
}

.h326 {
  height: 326px !important;
}

.h327 {
  height: 327px !important;
}

.h328 {
  height: 328px !important;
}

.h329 {
  height: 329px !important;
}

.h330 {
  height: 330px !important;
}

.h331 {
  height: 331px !important;
}

.h332 {
  height: 332px !important;
}

.h333 {
  height: 333px !important;
}

.h334 {
  height: 334px !important;
}

.h335 {
  height: 335px !important;
}

.h336 {
  height: 336px !important;
}

.h337 {
  height: 337px !important;
}

.h338 {
  height: 338px !important;
}

.h339 {
  height: 339px !important;
}

.h340 {
  height: 340px !important;
}

.h341 {
  height: 341px !important;
}

.h342 {
  height: 342px !important;
}

.h343 {
  height: 343px !important;
}

.h344 {
  height: 344px !important;
}

.h345 {
  height: 345px !important;
}

.h346 {
  height: 346px !important;
}

.h347 {
  height: 347px !important;
}

.h348 {
  height: 348px !important;
}

.h349 {
  height: 349px !important;
}

.h350 {
  height: 350px !important;
}

.h351 {
  height: 351px !important;
}

.h352 {
  height: 352px !important;
}

.h353 {
  height: 353px !important;
}

.h354 {
  height: 354px !important;
}

.h355 {
  height: 355px !important;
}

.h356 {
  height: 356px !important;
}

.h357 {
  height: 357px !important;
}

.h358 {
  height: 358px !important;
}

.h359 {
  height: 359px !important;
}

.h360 {
  height: 360px !important;
}

.h361 {
  height: 361px !important;
}

.h362 {
  height: 362px !important;
}

.h363 {
  height: 363px !important;
}

.h364 {
  height: 364px !important;
}

.h365 {
  height: 365px !important;
}

.h366 {
  height: 366px !important;
}

.h367 {
  height: 367px !important;
}

.h368 {
  height: 368px !important;
}

.h369 {
  height: 369px !important;
}

.h370 {
  height: 370px !important;
}

.h371 {
  height: 371px !important;
}

.h372 {
  height: 372px !important;
}

.h373 {
  height: 373px !important;
}

.h374 {
  height: 374px !important;
}

.h375 {
  height: 375px !important;
}

.h376 {
  height: 376px !important;
}

.h377 {
  height: 377px !important;
}

.h378 {
  height: 378px !important;
}

.h379 {
  height: 379px !important;
}

.h380 {
  height: 380px !important;
}

.h381 {
  height: 381px !important;
}

.h382 {
  height: 382px !important;
}

.h383 {
  height: 383px !important;
}

.h384 {
  height: 384px !important;
}

.h385 {
  height: 385px !important;
}

.h386 {
  height: 386px !important;
}

.h387 {
  height: 387px !important;
}

.h388 {
  height: 388px !important;
}

.h389 {
  height: 389px !important;
}

.h390 {
  height: 390px !important;
}

.h391 {
  height: 391px !important;
}

.h392 {
  height: 392px !important;
}

.h393 {
  height: 393px !important;
}

.h394 {
  height: 394px !important;
}

.h395 {
  height: 395px !important;
}

.h396 {
  height: 396px !important;
}

.h397 {
  height: 397px !important;
}

.h398 {
  height: 398px !important;
}

.h399 {
  height: 399px !important;
}

.h400 {
  height: 400px !important;
}

.h401 {
  height: 401px !important;
}

.h402 {
  height: 402px !important;
}

.h403 {
  height: 403px !important;
}

.h404 {
  height: 404px !important;
}

.h405 {
  height: 405px !important;
}

.h406 {
  height: 406px !important;
}

.h407 {
  height: 407px !important;
}

.h408 {
  height: 408px !important;
}

.h409 {
  height: 409px !important;
}

.h410 {
  height: 410px !important;
}

.h411 {
  height: 411px !important;
}

.h412 {
  height: 412px !important;
}

.h413 {
  height: 413px !important;
}

.h414 {
  height: 414px !important;
}

.h415 {
  height: 415px !important;
}

.h416 {
  height: 416px !important;
}

.h417 {
  height: 417px !important;
}

.h418 {
  height: 418px !important;
}

.h419 {
  height: 419px !important;
}

.h420 {
  height: 420px !important;
}

.h421 {
  height: 421px !important;
}

.h422 {
  height: 422px !important;
}

.h423 {
  height: 423px !important;
}

.h424 {
  height: 424px !important;
}

.h425 {
  height: 425px !important;
}

.h426 {
  height: 426px !important;
}

.h427 {
  height: 427px !important;
}

.h428 {
  height: 428px !important;
}

.h429 {
  height: 429px !important;
}

.h430 {
  height: 430px !important;
}

.h431 {
  height: 431px !important;
}

.h432 {
  height: 432px !important;
}

.h433 {
  height: 433px !important;
}

.h434 {
  height: 434px !important;
}

.h435 {
  height: 435px !important;
}

.h436 {
  height: 436px !important;
}

.h437 {
  height: 437px !important;
}

.h438 {
  height: 438px !important;
}

.h439 {
  height: 439px !important;
}

.h440 {
  height: 440px !important;
}

.h441 {
  height: 441px !important;
}

.h442 {
  height: 442px !important;
}

.h443 {
  height: 443px !important;
}

.h444 {
  height: 444px !important;
}

.h445 {
  height: 445px !important;
}

.h446 {
  height: 446px !important;
}

.h447 {
  height: 447px !important;
}

.h448 {
  height: 448px !important;
}

.h449 {
  height: 449px !important;
}

.h450 {
  height: 450px !important;
}

.h451 {
  height: 451px !important;
}

.h452 {
  height: 452px !important;
}

.h453 {
  height: 453px !important;
}

.h454 {
  height: 454px !important;
}

.h455 {
  height: 455px !important;
}

.h456 {
  height: 456px !important;
}

.h457 {
  height: 457px !important;
}

.h458 {
  height: 458px !important;
}

.h459 {
  height: 459px !important;
}

.h460 {
  height: 460px !important;
}

.h461 {
  height: 461px !important;
}

.h462 {
  height: 462px !important;
}

.h463 {
  height: 463px !important;
}

.h464 {
  height: 464px !important;
}

.h465 {
  height: 465px !important;
}

.h466 {
  height: 466px !important;
}

.h467 {
  height: 467px !important;
}

.h468 {
  height: 468px !important;
}

.h469 {
  height: 469px !important;
}

.h470 {
  height: 470px !important;
}

.h471 {
  height: 471px !important;
}

.h472 {
  height: 472px !important;
}

.h473 {
  height: 473px !important;
}

.h474 {
  height: 474px !important;
}

.h475 {
  height: 475px !important;
}

.h476 {
  height: 476px !important;
}

.h477 {
  height: 477px !important;
}

.h478 {
  height: 478px !important;
}

.h479 {
  height: 479px !important;
}

.h480 {
  height: 480px !important;
}

.h481 {
  height: 481px !important;
}

.h482 {
  height: 482px !important;
}

.h483 {
  height: 483px !important;
}

.h484 {
  height: 484px !important;
}

.h485 {
  height: 485px !important;
}

.h486 {
  height: 486px !important;
}

.h487 {
  height: 487px !important;
}

.h488 {
  height: 488px !important;
}

.h489 {
  height: 489px !important;
}

.h490 {
  height: 490px !important;
}

.h491 {
  height: 491px !important;
}

.h492 {
  height: 492px !important;
}

.h493 {
  height: 493px !important;
}

.h494 {
  height: 494px !important;
}

.h495 {
  height: 495px !important;
}

.h496 {
  height: 496px !important;
}

.h497 {
  height: 497px !important;
}

.h498 {
  height: 498px !important;
}

.h499 {
  height: 499px !important;
}

.h500 {
  height: 500px !important;
}

.h501 {
  height: 501px !important;
}

.h502 {
  height: 502px !important;
}

.h503 {
  height: 503px !important;
}

.h504 {
  height: 504px !important;
}

.h505 {
  height: 505px !important;
}

.h506 {
  height: 506px !important;
}

.h507 {
  height: 507px !important;
}

.h508 {
  height: 508px !important;
}

.h509 {
  height: 509px !important;
}

.h510 {
  height: 510px !important;
}

.h511 {
  height: 511px !important;
}

.h512 {
  height: 512px !important;
}

.h513 {
  height: 513px !important;
}

.h514 {
  height: 514px !important;
}

.h515 {
  height: 515px !important;
}

.h516 {
  height: 516px !important;
}

.h517 {
  height: 517px !important;
}

.h518 {
  height: 518px !important;
}

.h519 {
  height: 519px !important;
}

.h520 {
  height: 520px !important;
}

.h521 {
  height: 521px !important;
}

.h522 {
  height: 522px !important;
}

.h523 {
  height: 523px !important;
}

.h524 {
  height: 524px !important;
}

.h525 {
  height: 525px !important;
}

.h526 {
  height: 526px !important;
}

.h527 {
  height: 527px !important;
}

.h528 {
  height: 528px !important;
}

.h529 {
  height: 529px !important;
}

.h530 {
  height: 530px !important;
}

.h531 {
  height: 531px !important;
}

.h532 {
  height: 532px !important;
}

.h533 {
  height: 533px !important;
}

.h534 {
  height: 534px !important;
}

.h535 {
  height: 535px !important;
}

.h536 {
  height: 536px !important;
}

.h537 {
  height: 537px !important;
}

.h538 {
  height: 538px !important;
}

.h539 {
  height: 539px !important;
}

.h540 {
  height: 540px !important;
}

.h541 {
  height: 541px !important;
}

.h542 {
  height: 542px !important;
}

.h543 {
  height: 543px !important;
}

.h544 {
  height: 544px !important;
}

.h545 {
  height: 545px !important;
}

.h546 {
  height: 546px !important;
}

.h547 {
  height: 547px !important;
}

.h548 {
  height: 548px !important;
}

.h549 {
  height: 549px !important;
}

.h550 {
  height: 550px !important;
}

.h551 {
  height: 551px !important;
}

.h552 {
  height: 552px !important;
}

.h553 {
  height: 553px !important;
}

.h554 {
  height: 554px !important;
}

.h555 {
  height: 555px !important;
}

.h556 {
  height: 556px !important;
}

.h557 {
  height: 557px !important;
}

.h558 {
  height: 558px !important;
}

.h559 {
  height: 559px !important;
}

.h560 {
  height: 560px !important;
}

.h561 {
  height: 561px !important;
}

.h562 {
  height: 562px !important;
}

.h563 {
  height: 563px !important;
}

.h564 {
  height: 564px !important;
}

.h565 {
  height: 565px !important;
}

.h566 {
  height: 566px !important;
}

.h567 {
  height: 567px !important;
}

.h568 {
  height: 568px !important;
}

.h569 {
  height: 569px !important;
}

.h570 {
  height: 570px !important;
}

.h571 {
  height: 571px !important;
}

.h572 {
  height: 572px !important;
}

.h573 {
  height: 573px !important;
}

.h574 {
  height: 574px !important;
}

.h575 {
  height: 575px !important;
}

.h576 {
  height: 576px !important;
}

.h577 {
  height: 577px !important;
}

.h578 {
  height: 578px !important;
}

.h579 {
  height: 579px !important;
}

.h580 {
  height: 580px !important;
}

.h581 {
  height: 581px !important;
}

.h582 {
  height: 582px !important;
}

.h583 {
  height: 583px !important;
}

.h584 {
  height: 584px !important;
}

.h585 {
  height: 585px !important;
}

.h586 {
  height: 586px !important;
}

.h587 {
  height: 587px !important;
}

.h588 {
  height: 588px !important;
}

.h589 {
  height: 589px !important;
}

.h590 {
  height: 590px !important;
}

.h591 {
  height: 591px !important;
}

.h592 {
  height: 592px !important;
}

.h593 {
  height: 593px !important;
}

.h594 {
  height: 594px !important;
}

.h595 {
  height: 595px !important;
}

.h596 {
  height: 596px !important;
}

.h597 {
  height: 597px !important;
}

.h598 {
  height: 598px !important;
}

.h599 {
  height: 599px !important;
}

.h600 {
  height: 600px !important;
}

.h601 {
  height: 601px !important;
}

.h602 {
  height: 602px !important;
}

.h603 {
  height: 603px !important;
}

.h604 {
  height: 604px !important;
}

.h605 {
  height: 605px !important;
}

.h606 {
  height: 606px !important;
}

.h607 {
  height: 607px !important;
}

.h608 {
  height: 608px !important;
}

.h609 {
  height: 609px !important;
}

.h610 {
  height: 610px !important;
}

.h611 {
  height: 611px !important;
}

.h612 {
  height: 612px !important;
}

.h613 {
  height: 613px !important;
}

.h614 {
  height: 614px !important;
}

.h615 {
  height: 615px !important;
}

.h616 {
  height: 616px !important;
}

.h617 {
  height: 617px !important;
}

.h618 {
  height: 618px !important;
}

.h619 {
  height: 619px !important;
}

.h620 {
  height: 620px !important;
}

.h621 {
  height: 621px !important;
}

.h622 {
  height: 622px !important;
}

.h623 {
  height: 623px !important;
}

.h624 {
  height: 624px !important;
}

.h625 {
  height: 625px !important;
}

.h626 {
  height: 626px !important;
}

.h627 {
  height: 627px !important;
}

.h628 {
  height: 628px !important;
}

.h629 {
  height: 629px !important;
}

.h630 {
  height: 630px !important;
}

.h631 {
  height: 631px !important;
}

.h632 {
  height: 632px !important;
}

.h633 {
  height: 633px !important;
}

.h634 {
  height: 634px !important;
}

.h635 {
  height: 635px !important;
}

.h636 {
  height: 636px !important;
}

.h637 {
  height: 637px !important;
}

.h638 {
  height: 638px !important;
}

.h639 {
  height: 639px !important;
}

.h640 {
  height: 640px !important;
}

.h641 {
  height: 641px !important;
}

.h642 {
  height: 642px !important;
}

.h643 {
  height: 643px !important;
}

.h644 {
  height: 644px !important;
}

.h645 {
  height: 645px !important;
}

.h646 {
  height: 646px !important;
}

.h647 {
  height: 647px !important;
}

.h648 {
  height: 648px !important;
}

.h649 {
  height: 649px !important;
}

.h650 {
  height: 650px !important;
}

.h651 {
  height: 651px !important;
}

.h652 {
  height: 652px !important;
}

.h653 {
  height: 653px !important;
}

.h654 {
  height: 654px !important;
}

.h655 {
  height: 655px !important;
}

.h656 {
  height: 656px !important;
}

.h657 {
  height: 657px !important;
}

.h658 {
  height: 658px !important;
}

.h659 {
  height: 659px !important;
}

.h660 {
  height: 660px !important;
}

.h661 {
  height: 661px !important;
}

.h662 {
  height: 662px !important;
}

.h663 {
  height: 663px !important;
}

.h664 {
  height: 664px !important;
}

.h665 {
  height: 665px !important;
}

.h666 {
  height: 666px !important;
}

.h667 {
  height: 667px !important;
}

.h668 {
  height: 668px !important;
}

.h669 {
  height: 669px !important;
}

.h670 {
  height: 670px !important;
}

.h671 {
  height: 671px !important;
}

.h672 {
  height: 672px !important;
}

.h673 {
  height: 673px !important;
}

.h674 {
  height: 674px !important;
}

.h675 {
  height: 675px !important;
}

.h676 {
  height: 676px !important;
}

.h677 {
  height: 677px !important;
}

.h678 {
  height: 678px !important;
}

.h679 {
  height: 679px !important;
}

.h680 {
  height: 680px !important;
}

.h681 {
  height: 681px !important;
}

.h682 {
  height: 682px !important;
}

.h683 {
  height: 683px !important;
}

.h684 {
  height: 684px !important;
}

.h685 {
  height: 685px !important;
}

.h686 {
  height: 686px !important;
}

.h687 {
  height: 687px !important;
}

.h688 {
  height: 688px !important;
}

.h689 {
  height: 689px !important;
}

.h690 {
  height: 690px !important;
}

.h691 {
  height: 691px !important;
}

.h692 {
  height: 692px !important;
}

.h693 {
  height: 693px !important;
}

.h694 {
  height: 694px !important;
}

.h695 {
  height: 695px !important;
}

.h696 {
  height: 696px !important;
}

.h697 {
  height: 697px !important;
}

.h698 {
  height: 698px !important;
}

.h699 {
  height: 699px !important;
}

.h700 {
  height: 700px !important;
}

.h701 {
  height: 701px !important;
}

.h702 {
  height: 702px !important;
}

.h703 {
  height: 703px !important;
}

.h704 {
  height: 704px !important;
}

.h705 {
  height: 705px !important;
}

.h706 {
  height: 706px !important;
}

.h707 {
  height: 707px !important;
}

.h708 {
  height: 708px !important;
}

.h709 {
  height: 709px !important;
}

.h710 {
  height: 710px !important;
}

.h711 {
  height: 711px !important;
}

.h712 {
  height: 712px !important;
}

.h713 {
  height: 713px !important;
}

.h714 {
  height: 714px !important;
}

.h715 {
  height: 715px !important;
}

.h716 {
  height: 716px !important;
}

.h717 {
  height: 717px !important;
}

.h718 {
  height: 718px !important;
}

.h719 {
  height: 719px !important;
}

.h720 {
  height: 720px !important;
}

.h721 {
  height: 721px !important;
}

.h722 {
  height: 722px !important;
}

.h723 {
  height: 723px !important;
}

.h724 {
  height: 724px !important;
}

.h725 {
  height: 725px !important;
}

.h726 {
  height: 726px !important;
}

.h727 {
  height: 727px !important;
}

.h728 {
  height: 728px !important;
}

.h729 {
  height: 729px !important;
}

.h730 {
  height: 730px !important;
}

.h731 {
  height: 731px !important;
}

.h732 {
  height: 732px !important;
}

.h733 {
  height: 733px !important;
}

.h734 {
  height: 734px !important;
}

.h735 {
  height: 735px !important;
}

.h736 {
  height: 736px !important;
}

.h737 {
  height: 737px !important;
}

.h738 {
  height: 738px !important;
}

.h739 {
  height: 739px !important;
}

.h740 {
  height: 740px !important;
}

.h741 {
  height: 741px !important;
}

.h742 {
  height: 742px !important;
}

.h743 {
  height: 743px !important;
}

.h744 {
  height: 744px !important;
}

.h745 {
  height: 745px !important;
}

.h746 {
  height: 746px !important;
}

.h747 {
  height: 747px !important;
}

.h748 {
  height: 748px !important;
}

.h749 {
  height: 749px !important;
}

.h750 {
  height: 750px !important;
}

.h751 {
  height: 751px !important;
}

.h752 {
  height: 752px !important;
}

.h753 {
  height: 753px !important;
}

.h754 {
  height: 754px !important;
}

.h755 {
  height: 755px !important;
}

.h756 {
  height: 756px !important;
}

.h757 {
  height: 757px !important;
}

.h758 {
  height: 758px !important;
}

.h759 {
  height: 759px !important;
}

.h760 {
  height: 760px !important;
}

.h761 {
  height: 761px !important;
}

.h762 {
  height: 762px !important;
}

.h763 {
  height: 763px !important;
}

.h764 {
  height: 764px !important;
}

.h765 {
  height: 765px !important;
}

.h766 {
  height: 766px !important;
}

.h767 {
  height: 767px !important;
}

.h768 {
  height: 768px !important;
}

.h769 {
  height: 769px !important;
}

.h770 {
  height: 770px !important;
}

.h771 {
  height: 771px !important;
}

.h772 {
  height: 772px !important;
}

.h773 {
  height: 773px !important;
}

.h774 {
  height: 774px !important;
}

.h775 {
  height: 775px !important;
}

.h776 {
  height: 776px !important;
}

.h777 {
  height: 777px !important;
}

.h778 {
  height: 778px !important;
}

.h779 {
  height: 779px !important;
}

.h780 {
  height: 780px !important;
}

.h781 {
  height: 781px !important;
}

.h782 {
  height: 782px !important;
}

.h783 {
  height: 783px !important;
}

.h784 {
  height: 784px !important;
}

.h785 {
  height: 785px !important;
}

.h786 {
  height: 786px !important;
}

.h787 {
  height: 787px !important;
}

.h788 {
  height: 788px !important;
}

.h789 {
  height: 789px !important;
}

.h790 {
  height: 790px !important;
}

.h791 {
  height: 791px !important;
}

.h792 {
  height: 792px !important;
}

.h793 {
  height: 793px !important;
}

.h794 {
  height: 794px !important;
}

.h795 {
  height: 795px !important;
}

.h796 {
  height: 796px !important;
}

.h797 {
  height: 797px !important;
}

.h798 {
  height: 798px !important;
}

.h799 {
  height: 799px !important;
}

.h800 {
  height: 800px !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   margin
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* margin*/
.mar0, .m0 {
  margin: 0px !important;
}

.mar1, .m1 {
  margin: 1px !important;
}

.mar2, .m2 {
  margin: 2px !important;
}

.mar3, .m3 {
  margin: 3px !important;
}

.mar4, .m4 {
  margin: 4px !important;
}

.mar5, .m5 {
  margin: 5px !important;
}

.mar6, .m6 {
  margin: 6px !important;
}

.mar7, .m7 {
  margin: 7px !important;
}

.mar8, .m8 {
  margin: 8px !important;
}

.mar9, .m9 {
  margin: 9px !important;
}

.mar10, .m10 {
  margin: 10px !important;
}

.mar11, .m11 {
  margin: 11px !important;
}

.mar12, .m12 {
  margin: 12px !important;
}

.mar13, .m13 {
  margin: 13px !important;
}

.mar14, .m14 {
  margin: 14px !important;
}

.mar15, .m15 {
  margin: 15px !important;
}

.mar16, .m16 {
  margin: 16px !important;
}

.mar17, .m17 {
  margin: 17px !important;
}

.mar18, .m18 {
  margin: 18px !important;
}

.mar19, .m19 {
  margin: 19px !important;
}

.mar20, .m20 {
  margin: 20px !important;
}

.mar21, .m21 {
  margin: 21px !important;
}

.mar22, .m22 {
  margin: 22px !important;
}

.mar23, .m23 {
  margin: 23px !important;
}

.mar24, .m24 {
  margin: 24px !important;
}

.mar25, .m25 {
  margin: 25px !important;
}

.mar26, .m26 {
  margin: 26px !important;
}

.mar27, .m27 {
  margin: 27px !important;
}

.mar28, .m28 {
  margin: 28px !important;
}

.mar29, .m29 {
  margin: 29px !important;
}

.mar30, .m30 {
  margin: 30px !important;
}

.mar31, .m31 {
  margin: 31px !important;
}

.mar32, .m32 {
  margin: 32px !important;
}

.mar33, .m33 {
  margin: 33px !important;
}

.mar34, .m34 {
  margin: 34px !important;
}

.mar35, .m35 {
  margin: 35px !important;
}

.mar36, .m36 {
  margin: 36px !important;
}

.mar37, .m37 {
  margin: 37px !important;
}

.mar38, .m38 {
  margin: 38px !important;
}

.mar39, .m39 {
  margin: 39px !important;
}

.mar40, .m40 {
  margin: 40px !important;
}

.mar41, .m41 {
  margin: 41px !important;
}

.mar42, .m42 {
  margin: 42px !important;
}

.mar43, .m43 {
  margin: 43px !important;
}

.mar44, .m44 {
  margin: 44px !important;
}

.mar45, .m45 {
  margin: 45px !important;
}

.mar46, .m46 {
  margin: 46px !important;
}

.mar47, .m47 {
  margin: 47px !important;
}

.mar48, .m48 {
  margin: 48px !important;
}

.mar49, .m49 {
  margin: 49px !important;
}

.mar50, .m50 {
  margin: 50px !important;
}

.mar51, .m51 {
  margin: 51px !important;
}

.mar52, .m52 {
  margin: 52px !important;
}

.mar53, .m53 {
  margin: 53px !important;
}

.mar54, .m54 {
  margin: 54px !important;
}

.mar55, .m55 {
  margin: 55px !important;
}

.mar56, .m56 {
  margin: 56px !important;
}

.mar57, .m57 {
  margin: 57px !important;
}

.mar58, .m58 {
  margin: 58px !important;
}

.mar59, .m59 {
  margin: 59px !important;
}

.mar60, .m60 {
  margin: 60px !important;
}

.mar61, .m61 {
  margin: 61px !important;
}

.mar62, .m62 {
  margin: 62px !important;
}

.mar63, .m63 {
  margin: 63px !important;
}

.mar64, .m64 {
  margin: 64px !important;
}

.mar65, .m65 {
  margin: 65px !important;
}

.mar66, .m66 {
  margin: 66px !important;
}

.mar67, .m67 {
  margin: 67px !important;
}

.mar68, .m68 {
  margin: 68px !important;
}

.mar69, .m69 {
  margin: 69px !important;
}

.mar70, .m70 {
  margin: 70px !important;
}

.mar71, .m71 {
  margin: 71px !important;
}

.mar72, .m72 {
  margin: 72px !important;
}

.mar73, .m73 {
  margin: 73px !important;
}

.mar74, .m74 {
  margin: 74px !important;
}

.mar75, .m75 {
  margin: 75px !important;
}

.mar76, .m76 {
  margin: 76px !important;
}

.mar77, .m77 {
  margin: 77px !important;
}

.mar78, .m78 {
  margin: 78px !important;
}

.mar79, .m79 {
  margin: 79px !important;
}

.mar80, .m80 {
  margin: 80px !important;
}

.mar81, .m81 {
  margin: 81px !important;
}

.mar82, .m82 {
  margin: 82px !important;
}

.mar83, .m83 {
  margin: 83px !important;
}

.mar84, .m84 {
  margin: 84px !important;
}

.mar85, .m85 {
  margin: 85px !important;
}

.mar86, .m86 {
  margin: 86px !important;
}

.mar87, .m87 {
  margin: 87px !important;
}

.mar88, .m88 {
  margin: 88px !important;
}

.mar89, .m89 {
  margin: 89px !important;
}

.mar90, .m90 {
  margin: 90px !important;
}

.mar91, .m91 {
  margin: 91px !important;
}

.mar92, .m92 {
  margin: 92px !important;
}

.mar93, .m93 {
  margin: 93px !important;
}

.mar94, .m94 {
  margin: 94px !important;
}

.mar95, .m95 {
  margin: 95px !important;
}

.mar96, .m96 {
  margin: 96px !important;
}

.mar97, .m97 {
  margin: 97px !important;
}

.mar98, .m98 {
  margin: 98px !important;
}

.mar99, .m99 {
  margin: 99px !important;
}

.mar100, .m100 {
  margin: 100px !important;
}

/* margin-right*/
.marR0, .mR0 {
  margin-right: 0px !important;
}

.marR1, .mR1 {
  margin-right: 1px !important;
}

.marR2, .mR2 {
  margin-right: 2px !important;
}

.marR3, .mR3 {
  margin-right: 3px !important;
}

.marR4, .mR4 {
  margin-right: 4px !important;
}

.marR5, .mR5 {
  margin-right: 5px !important;
}

.marR6, .mR6 {
  margin-right: 6px !important;
}

.marR7, .mR7 {
  margin-right: 7px !important;
}

.marR8, .mR8 {
  margin-right: 8px !important;
}

.marR9, .mR9 {
  margin-right: 9px !important;
}

.marR10, .mR10 {
  margin-right: 10px !important;
}

.marR11, .mR11 {
  margin-right: 11px !important;
}

.marR12, .mR12 {
  margin-right: 12px !important;
}

.marR13, .mR13 {
  margin-right: 13px !important;
}

.marR14, .mR14 {
  margin-right: 14px !important;
}

.marR15, .mR15 {
  margin-right: 15px !important;
}

.marR16, .mR16 {
  margin-right: 16px !important;
}

.marR17, .mR17 {
  margin-right: 17px !important;
}

.marR18, .mR18 {
  margin-right: 18px !important;
}

.marR19, .mR19 {
  margin-right: 19px !important;
}

.marR20, .mR20 {
  margin-right: 20px !important;
}

.marR21, .mR21 {
  margin-right: 21px !important;
}

.marR22, .mR22 {
  margin-right: 22px !important;
}

.marR23, .mR23 {
  margin-right: 23px !important;
}

.marR24, .mR24 {
  margin-right: 24px !important;
}

.marR25, .mR25 {
  margin-right: 25px !important;
}

.marR26, .mR26 {
  margin-right: 26px !important;
}

.marR27, .mR27 {
  margin-right: 27px !important;
}

.marR28, .mR28 {
  margin-right: 28px !important;
}

.marR29, .mR29 {
  margin-right: 29px !important;
}

.marR30, .mR30 {
  margin-right: 30px !important;
}

.marR31, .mR31 {
  margin-right: 31px !important;
}

.marR32, .mR32 {
  margin-right: 32px !important;
}

.marR33, .mR33 {
  margin-right: 33px !important;
}

.marR34, .mR34 {
  margin-right: 34px !important;
}

.marR35, .mR35 {
  margin-right: 35px !important;
}

.marR36, .mR36 {
  margin-right: 36px !important;
}

.marR37, .mR37 {
  margin-right: 37px !important;
}

.marR38, .mR38 {
  margin-right: 38px !important;
}

.marR39, .mR39 {
  margin-right: 39px !important;
}

.marR40, .mR40 {
  margin-right: 40px !important;
}

.marR41, .mR41 {
  margin-right: 41px !important;
}

.marR42, .mR42 {
  margin-right: 42px !important;
}

.marR43, .mR43 {
  margin-right: 43px !important;
}

.marR44, .mR44 {
  margin-right: 44px !important;
}

.marR45, .mR45 {
  margin-right: 45px !important;
}

.marR46, .mR46 {
  margin-right: 46px !important;
}

.marR47, .mR47 {
  margin-right: 47px !important;
}

.marR48, .mR48 {
  margin-right: 48px !important;
}

.marR49, .mR49 {
  margin-right: 49px !important;
}

.marR50, .mR50 {
  margin-right: 50px !important;
}

.marR51, .mR51 {
  margin-right: 51px !important;
}

.marR52, .mR52 {
  margin-right: 52px !important;
}

.marR53, .mR53 {
  margin-right: 53px !important;
}

.marR54, .mR54 {
  margin-right: 54px !important;
}

.marR55, .mR55 {
  margin-right: 55px !important;
}

.marR56, .mR56 {
  margin-right: 56px !important;
}

.marR57, .mR57 {
  margin-right: 57px !important;
}

.marR58, .mR58 {
  margin-right: 58px !important;
}

.marR59, .mR59 {
  margin-right: 59px !important;
}

.marR60, .mR60 {
  margin-right: 60px !important;
}

.marR61, .mR61 {
  margin-right: 61px !important;
}

.marR62, .mR62 {
  margin-right: 62px !important;
}

.marR63, .mR63 {
  margin-right: 63px !important;
}

.marR64, .mR64 {
  margin-right: 64px !important;
}

.marR65, .mR65 {
  margin-right: 65px !important;
}

.marR66, .mR66 {
  margin-right: 66px !important;
}

.marR67, .mR67 {
  margin-right: 67px !important;
}

.marR68, .mR68 {
  margin-right: 68px !important;
}

.marR69, .mR69 {
  margin-right: 69px !important;
}

.marR70, .mR70 {
  margin-right: 70px !important;
}

.marR71, .mR71 {
  margin-right: 71px !important;
}

.marR72, .mR72 {
  margin-right: 72px !important;
}

.marR73, .mR73 {
  margin-right: 73px !important;
}

.marR74, .mR74 {
  margin-right: 74px !important;
}

.marR75, .mR75 {
  margin-right: 75px !important;
}

.marR76, .mR76 {
  margin-right: 76px !important;
}

.marR77, .mR77 {
  margin-right: 77px !important;
}

.marR78, .mR78 {
  margin-right: 78px !important;
}

.marR79, .mR79 {
  margin-right: 79px !important;
}

.marR80, .mR80 {
  margin-right: 80px !important;
}

.marR81, .mR81 {
  margin-right: 81px !important;
}

.marR82, .mR82 {
  margin-right: 82px !important;
}

.marR83, .mR83 {
  margin-right: 83px !important;
}

.marR84, .mR84 {
  margin-right: 84px !important;
}

.marR85, .mR85 {
  margin-right: 85px !important;
}

.marR86, .mR86 {
  margin-right: 86px !important;
}

.marR87, .mR87 {
  margin-right: 87px !important;
}

.marR88, .mR88 {
  margin-right: 88px !important;
}

.marR89, .mR89 {
  margin-right: 89px !important;
}

.marR90, .mR90 {
  margin-right: 90px !important;
}

.marR91, .mR91 {
  margin-right: 91px !important;
}

.marR92, .mR92 {
  margin-right: 92px !important;
}

.marR93, .mR93 {
  margin-right: 93px !important;
}

.marR94, .mR94 {
  margin-right: 94px !important;
}

.marR95, .mR95 {
  margin-right: 95px !important;
}

.marR96, .mR96 {
  margin-right: 96px !important;
}

.marR97, .mR97 {
  margin-right: 97px !important;
}

.marR98, .mR98 {
  margin-right: 98px !important;
}

.marR99, .mR99 {
  margin-right: 99px !important;
}

.marR100, .mR100 {
  margin-right: 100px !important;
}

/* margin-left*/
.marL0, .mL0 {
  margin-left: 0px !important;
}

.marL1, .mL1 {
  margin-left: 1px !important;
}

.marL2, .mL2 {
  margin-left: 2px !important;
}

.marL3, .mL3 {
  margin-left: 3px !important;
}

.marL4, .mL4 {
  margin-left: 4px !important;
}

.marL5, .mL5 {
  margin-left: 5px !important;
}

.marL6, .mL6 {
  margin-left: 6px !important;
}

.marL7, .mL7 {
  margin-left: 7px !important;
}

.marL8, .mL8 {
  margin-left: 8px !important;
}

.marL9, .mL9 {
  margin-left: 9px !important;
}

.marL10, .mL10 {
  margin-left: 10px !important;
}

.marL11, .mL11 {
  margin-left: 11px !important;
}

.marL12, .mL12 {
  margin-left: 12px !important;
}

.marL13, .mL13 {
  margin-left: 13px !important;
}

.marL14, .mL14 {
  margin-left: 14px !important;
}

.marL15, .mL15 {
  margin-left: 15px !important;
}

.marL16, .mL16 {
  margin-left: 16px !important;
}

.marL17, .mL17 {
  margin-left: 17px !important;
}

.marL18, .mL18 {
  margin-left: 18px !important;
}

.marL19, .mL19 {
  margin-left: 19px !important;
}

.marL20, .mL20 {
  margin-left: 20px !important;
}

.marL21, .mL21 {
  margin-left: 21px !important;
}

.marL22, .mL22 {
  margin-left: 22px !important;
}

.marL23, .mL23 {
  margin-left: 23px !important;
}

.marL24, .mL24 {
  margin-left: 24px !important;
}

.marL25, .mL25 {
  margin-left: 25px !important;
}

.marL26, .mL26 {
  margin-left: 26px !important;
}

.marL27, .mL27 {
  margin-left: 27px !important;
}

.marL28, .mL28 {
  margin-left: 28px !important;
}

.marL29, .mL29 {
  margin-left: 29px !important;
}

.marL30, .mL30 {
  margin-left: 30px !important;
}

.marL31, .mL31 {
  margin-left: 31px !important;
}

.marL32, .mL32 {
  margin-left: 32px !important;
}

.marL33, .mL33 {
  margin-left: 33px !important;
}

.marL34, .mL34 {
  margin-left: 34px !important;
}

.marL35, .mL35 {
  margin-left: 35px !important;
}

.marL36, .mL36 {
  margin-left: 36px !important;
}

.marL37, .mL37 {
  margin-left: 37px !important;
}

.marL38, .mL38 {
  margin-left: 38px !important;
}

.marL39, .mL39 {
  margin-left: 39px !important;
}

.marL40, .mL40 {
  margin-left: 40px !important;
}

.marL41, .mL41 {
  margin-left: 41px !important;
}

.marL42, .mL42 {
  margin-left: 42px !important;
}

.marL43, .mL43 {
  margin-left: 43px !important;
}

.marL44, .mL44 {
  margin-left: 44px !important;
}

.marL45, .mL45 {
  margin-left: 45px !important;
}

.marL46, .mL46 {
  margin-left: 46px !important;
}

.marL47, .mL47 {
  margin-left: 47px !important;
}

.marL48, .mL48 {
  margin-left: 48px !important;
}

.marL49, .mL49 {
  margin-left: 49px !important;
}

.marL50, .mL50 {
  margin-left: 50px !important;
}

.marL51, .mL51 {
  margin-left: 51px !important;
}

.marL52, .mL52 {
  margin-left: 52px !important;
}

.marL53, .mL53 {
  margin-left: 53px !important;
}

.marL54, .mL54 {
  margin-left: 54px !important;
}

.marL55, .mL55 {
  margin-left: 55px !important;
}

.marL56, .mL56 {
  margin-left: 56px !important;
}

.marL57, .mL57 {
  margin-left: 57px !important;
}

.marL58, .mL58 {
  margin-left: 58px !important;
}

.marL59, .mL59 {
  margin-left: 59px !important;
}

.marL60, .mL60 {
  margin-left: 60px !important;
}

.marL61, .mL61 {
  margin-left: 61px !important;
}

.marL62, .mL62 {
  margin-left: 62px !important;
}

.marL63, .mL63 {
  margin-left: 63px !important;
}

.marL64, .mL64 {
  margin-left: 64px !important;
}

.marL65, .mL65 {
  margin-left: 65px !important;
}

.marL66, .mL66 {
  margin-left: 66px !important;
}

.marL67, .mL67 {
  margin-left: 67px !important;
}

.marL68, .mL68 {
  margin-left: 68px !important;
}

.marL69, .mL69 {
  margin-left: 69px !important;
}

.marL70, .mL70 {
  margin-left: 70px !important;
}

.marL71, .mL71 {
  margin-left: 71px !important;
}

.marL72, .mL72 {
  margin-left: 72px !important;
}

.marL73, .mL73 {
  margin-left: 73px !important;
}

.marL74, .mL74 {
  margin-left: 74px !important;
}

.marL75, .mL75 {
  margin-left: 75px !important;
}

.marL76, .mL76 {
  margin-left: 76px !important;
}

.marL77, .mL77 {
  margin-left: 77px !important;
}

.marL78, .mL78 {
  margin-left: 78px !important;
}

.marL79, .mL79 {
  margin-left: 79px !important;
}

.marL80, .mL80 {
  margin-left: 80px !important;
}

.marL81, .mL81 {
  margin-left: 81px !important;
}

.marL82, .mL82 {
  margin-left: 82px !important;
}

.marL83, .mL83 {
  margin-left: 83px !important;
}

.marL84, .mL84 {
  margin-left: 84px !important;
}

.marL85, .mL85 {
  margin-left: 85px !important;
}

.marL86, .mL86 {
  margin-left: 86px !important;
}

.marL87, .mL87 {
  margin-left: 87px !important;
}

.marL88, .mL88 {
  margin-left: 88px !important;
}

.marL89, .mL89 {
  margin-left: 89px !important;
}

.marL90, .mL90 {
  margin-left: 90px !important;
}

.marL91, .mL91 {
  margin-left: 91px !important;
}

.marL92, .mL92 {
  margin-left: 92px !important;
}

.marL93, .mL93 {
  margin-left: 93px !important;
}

.marL94, .mL94 {
  margin-left: 94px !important;
}

.marL95, .mL95 {
  margin-left: 95px !important;
}

.marL96, .mL96 {
  margin-left: 96px !important;
}

.marL97, .mL97 {
  margin-left: 97px !important;
}

.marL98, .mL98 {
  margin-left: 98px !important;
}

.marL99, .mL99 {
  margin-left: 99px !important;
}

.marL100, .mL100 {
  margin-left: 100px !important;
}

/* margin-bottom*/
.marB0, .mB0 {
  margin-bottom: 0px !important;
}

.marB1, .mB1 {
  margin-bottom: 1px !important;
}

.marB2, .mB2 {
  margin-bottom: 2px !important;
}

.marB3, .mB3 {
  margin-bottom: 3px !important;
}

.marB4, .mB4 {
  margin-bottom: 4px !important;
}

.marB5, .mB5 {
  margin-bottom: 5px !important;
}

.marB6, .mB6 {
  margin-bottom: 6px !important;
}

.marB7, .mB7 {
  margin-bottom: 7px !important;
}

.marB8, .mB8 {
  margin-bottom: 8px !important;
}

.marB9, .mB9 {
  margin-bottom: 9px !important;
}

.marB10, .mB10 {
  margin-bottom: 10px !important;
}

.marB11, .mB11 {
  margin-bottom: 11px !important;
}

.marB12, .mB12 {
  margin-bottom: 12px !important;
}

.marB13, .mB13 {
  margin-bottom: 13px !important;
}

.marB14, .mB14 {
  margin-bottom: 14px !important;
}

.marB15, .mB15 {
  margin-bottom: 15px !important;
}

.marB16, .mB16 {
  margin-bottom: 16px !important;
}

.marB17, .mB17 {
  margin-bottom: 17px !important;
}

.marB18, .mB18 {
  margin-bottom: 18px !important;
}

.marB19, .mB19 {
  margin-bottom: 19px !important;
}

.marB20, .mB20 {
  margin-bottom: 20px !important;
}

.marB21, .mB21 {
  margin-bottom: 21px !important;
}

.marB22, .mB22 {
  margin-bottom: 22px !important;
}

.marB23, .mB23 {
  margin-bottom: 23px !important;
}

.marB24, .mB24 {
  margin-bottom: 24px !important;
}

.marB25, .mB25 {
  margin-bottom: 25px !important;
}

.marB26, .mB26 {
  margin-bottom: 26px !important;
}

.marB27, .mB27 {
  margin-bottom: 27px !important;
}

.marB28, .mB28 {
  margin-bottom: 28px !important;
}

.marB29, .mB29 {
  margin-bottom: 29px !important;
}

.marB30, .mB30 {
  margin-bottom: 30px !important;
}

.marB31, .mB31 {
  margin-bottom: 31px !important;
}

.marB32, .mB32 {
  margin-bottom: 32px !important;
}

.marB33, .mB33 {
  margin-bottom: 33px !important;
}

.marB34, .mB34 {
  margin-bottom: 34px !important;
}

.marB35, .mB35 {
  margin-bottom: 35px !important;
}

.marB36, .mB36 {
  margin-bottom: 36px !important;
}

.marB37, .mB37 {
  margin-bottom: 37px !important;
}

.marB38, .mB38 {
  margin-bottom: 38px !important;
}

.marB39, .mB39 {
  margin-bottom: 39px !important;
}

.marB40, .mB40 {
  margin-bottom: 40px !important;
}

.marB41, .mB41 {
  margin-bottom: 41px !important;
}

.marB42, .mB42 {
  margin-bottom: 42px !important;
}

.marB43, .mB43 {
  margin-bottom: 43px !important;
}

.marB44, .mB44 {
  margin-bottom: 44px !important;
}

.marB45, .mB45 {
  margin-bottom: 45px !important;
}

.marB46, .mB46 {
  margin-bottom: 46px !important;
}

.marB47, .mB47 {
  margin-bottom: 47px !important;
}

.marB48, .mB48 {
  margin-bottom: 48px !important;
}

.marB49, .mB49 {
  margin-bottom: 49px !important;
}

.marB50, .mB50 {
  margin-bottom: 50px !important;
}

.marB51, .mB51 {
  margin-bottom: 51px !important;
}

.marB52, .mB52 {
  margin-bottom: 52px !important;
}

.marB53, .mB53 {
  margin-bottom: 53px !important;
}

.marB54, .mB54 {
  margin-bottom: 54px !important;
}

.marB55, .mB55 {
  margin-bottom: 55px !important;
}

.marB56, .mB56 {
  margin-bottom: 56px !important;
}

.marB57, .mB57 {
  margin-bottom: 57px !important;
}

.marB58, .mB58 {
  margin-bottom: 58px !important;
}

.marB59, .mB59 {
  margin-bottom: 59px !important;
}

.marB60, .mB60 {
  margin-bottom: 60px !important;
}

.marB61, .mB61 {
  margin-bottom: 61px !important;
}

.marB62, .mB62 {
  margin-bottom: 62px !important;
}

.marB63, .mB63 {
  margin-bottom: 63px !important;
}

.marB64, .mB64 {
  margin-bottom: 64px !important;
}

.marB65, .mB65 {
  margin-bottom: 65px !important;
}

.marB66, .mB66 {
  margin-bottom: 66px !important;
}

.marB67, .mB67 {
  margin-bottom: 67px !important;
}

.marB68, .mB68 {
  margin-bottom: 68px !important;
}

.marB69, .mB69 {
  margin-bottom: 69px !important;
}

.marB70, .mB70 {
  margin-bottom: 70px !important;
}

.marB71, .mB71 {
  margin-bottom: 71px !important;
}

.marB72, .mB72 {
  margin-bottom: 72px !important;
}

.marB73, .mB73 {
  margin-bottom: 73px !important;
}

.marB74, .mB74 {
  margin-bottom: 74px !important;
}

.marB75, .mB75 {
  margin-bottom: 75px !important;
}

.marB76, .mB76 {
  margin-bottom: 76px !important;
}

.marB77, .mB77 {
  margin-bottom: 77px !important;
}

.marB78, .mB78 {
  margin-bottom: 78px !important;
}

.marB79, .mB79 {
  margin-bottom: 79px !important;
}

.marB80, .mB80 {
  margin-bottom: 80px !important;
}

.marB81, .mB81 {
  margin-bottom: 81px !important;
}

.marB82, .mB82 {
  margin-bottom: 82px !important;
}

.marB83, .mB83 {
  margin-bottom: 83px !important;
}

.marB84, .mB84 {
  margin-bottom: 84px !important;
}

.marB85, .mB85 {
  margin-bottom: 85px !important;
}

.marB86, .mB86 {
  margin-bottom: 86px !important;
}

.marB87, .mB87 {
  margin-bottom: 87px !important;
}

.marB88, .mB88 {
  margin-bottom: 88px !important;
}

.marB89, .mB89 {
  margin-bottom: 89px !important;
}

.marB90, .mB90 {
  margin-bottom: 90px !important;
}

.marB91, .mB91 {
  margin-bottom: 91px !important;
}

.marB92, .mB92 {
  margin-bottom: 92px !important;
}

.marB93, .mB93 {
  margin-bottom: 93px !important;
}

.marB94, .mB94 {
  margin-bottom: 94px !important;
}

.marB95, .mB95 {
  margin-bottom: 95px !important;
}

.marB96, .mB96 {
  margin-bottom: 96px !important;
}

.marB97, .mB97 {
  margin-bottom: 97px !important;
}

.marB98, .mB98 {
  margin-bottom: 98px !important;
}

.marB99, .mB99 {
  margin-bottom: 99px !important;
}

.marB100, .mB100 {
  margin-bottom: 100px !important;
}

/* margin-top*/
.marT0, .mT0 {
  margin-top: 0px !important;
}

.marT1, .mT1 {
  margin-top: 1px !important;
}

.marT2, .mT2 {
  margin-top: 2px !important;
}

.marT3, .mT3 {
  margin-top: 3px !important;
}

.marT4, .mT4 {
  margin-top: 4px !important;
}

.marT5, .mT5 {
  margin-top: 5px !important;
}

.marT6, .mT6 {
  margin-top: 6px !important;
}

.marT7, .mT7 {
  margin-top: 7px !important;
}

.marT8, .mT8 {
  margin-top: 8px !important;
}

.marT9, .mT9 {
  margin-top: 9px !important;
}

.marT10, .mT10 {
  margin-top: 10px !important;
}

.marT11, .mT11 {
  margin-top: 11px !important;
}

.marT12, .mT12 {
  margin-top: 12px !important;
}

.marT13, .mT13 {
  margin-top: 13px !important;
}

.marT14, .mT14 {
  margin-top: 14px !important;
}

.marT15, .mT15 {
  margin-top: 15px !important;
}

.marT16, .mT16 {
  margin-top: 16px !important;
}

.marT17, .mT17 {
  margin-top: 17px !important;
}

.marT18, .mT18 {
  margin-top: 18px !important;
}

.marT19, .mT19 {
  margin-top: 19px !important;
}

.marT20, .mT20 {
  margin-top: 20px !important;
}

.marT21, .mT21 {
  margin-top: 21px !important;
}

.marT22, .mT22 {
  margin-top: 22px !important;
}

.marT23, .mT23 {
  margin-top: 23px !important;
}

.marT24, .mT24 {
  margin-top: 24px !important;
}

.marT25, .mT25 {
  margin-top: 25px !important;
}

.marT26, .mT26 {
  margin-top: 26px !important;
}

.marT27, .mT27 {
  margin-top: 27px !important;
}

.marT28, .mT28 {
  margin-top: 28px !important;
}

.marT29, .mT29 {
  margin-top: 29px !important;
}

.marT30, .mT30 {
  margin-top: 30px !important;
}

.marT31, .mT31 {
  margin-top: 31px !important;
}

.marT32, .mT32 {
  margin-top: 32px !important;
}

.marT33, .mT33 {
  margin-top: 33px !important;
}

.marT34, .mT34 {
  margin-top: 34px !important;
}

.marT35, .mT35 {
  margin-top: 35px !important;
}

.marT36, .mT36 {
  margin-top: 36px !important;
}

.marT37, .mT37 {
  margin-top: 37px !important;
}

.marT38, .mT38 {
  margin-top: 38px !important;
}

.marT39, .mT39 {
  margin-top: 39px !important;
}

.marT40, .mT40 {
  margin-top: 40px !important;
}

.marT41, .mT41 {
  margin-top: 41px !important;
}

.marT42, .mT42 {
  margin-top: 42px !important;
}

.marT43, .mT43 {
  margin-top: 43px !important;
}

.marT44, .mT44 {
  margin-top: 44px !important;
}

.marT45, .mT45 {
  margin-top: 45px !important;
}

.marT46, .mT46 {
  margin-top: 46px !important;
}

.marT47, .mT47 {
  margin-top: 47px !important;
}

.marT48, .mT48 {
  margin-top: 48px !important;
}

.marT49, .mT49 {
  margin-top: 49px !important;
}

.marT50, .mT50 {
  margin-top: 50px !important;
}

.marT51, .mT51 {
  margin-top: 51px !important;
}

.marT52, .mT52 {
  margin-top: 52px !important;
}

.marT53, .mT53 {
  margin-top: 53px !important;
}

.marT54, .mT54 {
  margin-top: 54px !important;
}

.marT55, .mT55 {
  margin-top: 55px !important;
}

.marT56, .mT56 {
  margin-top: 56px !important;
}

.marT57, .mT57 {
  margin-top: 57px !important;
}

.marT58, .mT58 {
  margin-top: 58px !important;
}

.marT59, .mT59 {
  margin-top: 59px !important;
}

.marT60, .mT60 {
  margin-top: 60px !important;
}

.marT61, .mT61 {
  margin-top: 61px !important;
}

.marT62, .mT62 {
  margin-top: 62px !important;
}

.marT63, .mT63 {
  margin-top: 63px !important;
}

.marT64, .mT64 {
  margin-top: 64px !important;
}

.marT65, .mT65 {
  margin-top: 65px !important;
}

.marT66, .mT66 {
  margin-top: 66px !important;
}

.marT67, .mT67 {
  margin-top: 67px !important;
}

.marT68, .mT68 {
  margin-top: 68px !important;
}

.marT69, .mT69 {
  margin-top: 69px !important;
}

.marT70, .mT70 {
  margin-top: 70px !important;
}

.marT71, .mT71 {
  margin-top: 71px !important;
}

.marT72, .mT72 {
  margin-top: 72px !important;
}

.marT73, .mT73 {
  margin-top: 73px !important;
}

.marT74, .mT74 {
  margin-top: 74px !important;
}

.marT75, .mT75 {
  margin-top: 75px !important;
}

.marT76, .mT76 {
  margin-top: 76px !important;
}

.marT77, .mT77 {
  margin-top: 77px !important;
}

.marT78, .mT78 {
  margin-top: 78px !important;
}

.marT79, .mT79 {
  margin-top: 79px !important;
}

.marT80, .mT80 {
  margin-top: 80px !important;
}

.marT81, .mT81 {
  margin-top: 81px !important;
}

.marT82, .mT82 {
  margin-top: 82px !important;
}

.marT83, .mT83 {
  margin-top: 83px !important;
}

.marT84, .mT84 {
  margin-top: 84px !important;
}

.marT85, .mT85 {
  margin-top: 85px !important;
}

.marT86, .mT86 {
  margin-top: 86px !important;
}

.marT87, .mT87 {
  margin-top: 87px !important;
}

.marT88, .mT88 {
  margin-top: 88px !important;
}

.marT89, .mT89 {
  margin-top: 89px !important;
}

.marT90, .mT90 {
  margin-top: 90px !important;
}

.marT91, .mT91 {
  margin-top: 91px !important;
}

.marT92, .mT92 {
  margin-top: 92px !important;
}

.marT93, .mT93 {
  margin-top: 93px !important;
}

.marT94, .mT94 {
  margin-top: 94px !important;
}

.marT95, .mT95 {
  margin-top: 95px !important;
}

.marT96, .mT96 {
  margin-top: 96px !important;
}

.marT97, .mT97 {
  margin-top: 97px !important;
}

.marT98, .mT98 {
  margin-top: 98px !important;
}

.marT99, .mT99 {
  margin-top: 99px !important;
}

.marT100, .mT100 {
  margin-top: 100px !important;
}

/* 中央寄せ */
.center {
  margin-left: auto;
  margin-right: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   padding
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* padding*/
.pad0, .p0 {
  padding: 0px !important;
}

.pad1, .p1 {
  padding: 1px !important;
}

.pad2, .p2 {
  padding: 2px !important;
}

.pad3, .p3 {
  padding: 3px !important;
}

.pad4, .p4 {
  padding: 4px !important;
}

.pad5, .p5 {
  padding: 5px !important;
}

.pad6, .p6 {
  padding: 6px !important;
}

.pad7, .p7 {
  padding: 7px !important;
}

.pad8, .p8 {
  padding: 8px !important;
}

.pad9, .p9 {
  padding: 9px !important;
}

.pad10, .p10 {
  padding: 10px !important;
}

.pad11, .p11 {
  padding: 11px !important;
}

.pad12, .p12 {
  padding: 12px !important;
}

.pad13, .p13 {
  padding: 13px !important;
}

.pad14, .p14 {
  padding: 14px !important;
}

.pad15, .p15 {
  padding: 15px !important;
}

.pad16, .p16 {
  padding: 16px !important;
}

.pad17, .p17 {
  padding: 17px !important;
}

.pad18, .p18 {
  padding: 18px !important;
}

.pad19, .p19 {
  padding: 19px !important;
}

.pad20, .p20 {
  padding: 20px !important;
}

.pad21, .p21 {
  padding: 21px !important;
}

.pad22, .p22 {
  padding: 22px !important;
}

.pad23, .p23 {
  padding: 23px !important;
}

.pad24, .p24 {
  padding: 24px !important;
}

.pad25, .p25 {
  padding: 25px !important;
}

.pad26, .p26 {
  padding: 26px !important;
}

.pad27, .p27 {
  padding: 27px !important;
}

.pad28, .p28 {
  padding: 28px !important;
}

.pad29, .p29 {
  padding: 29px !important;
}

.pad30, .p30 {
  padding: 30px !important;
}

/* padding-right*/
.padR0, .pR0 {
  padding-right: 0px !important;
}

.padR1, .pR1 {
  padding-right: 1px !important;
}

.padR2, .pR2 {
  padding-right: 2px !important;
}

.padR3, .pR3 {
  padding-right: 3px !important;
}

.padR4, .pR4 {
  padding-right: 4px !important;
}

.padR5, .pR5 {
  padding-right: 5px !important;
}

.padR6, .pR6 {
  padding-right: 6px !important;
}

.padR7, .pR7 {
  padding-right: 7px !important;
}

.padR8, .pR8 {
  padding-right: 8px !important;
}

.padR9, .pR9 {
  padding-right: 9px !important;
}

.padR10, .pR10 {
  padding-right: 10px !important;
}

.padR11, .pR11 {
  padding-right: 11px !important;
}

.padR12, .pR12 {
  padding-right: 12px !important;
}

.padR13, .pR13 {
  padding-right: 13px !important;
}

.padR14, .pR14 {
  padding-right: 14px !important;
}

.padR15, .pR15 {
  padding-right: 15px !important;
}

.padR16, .pR16 {
  padding-right: 16px !important;
}

.padR17, .pR17 {
  padding-right: 17px !important;
}

.padR18, .pR18 {
  padding-right: 18px !important;
}

.padR19, .pR19 {
  padding-right: 19px !important;
}

.padR20, .pR20 {
  padding-right: 20px !important;
}

.padR21, .pR21 {
  padding-right: 21px !important;
}

.padR22, .pR22 {
  padding-right: 22px !important;
}

.padR23, .pR23 {
  padding-right: 23px !important;
}

.padR24, .pR24 {
  padding-right: 24px !important;
}

.padR25, .pR25 {
  padding-right: 25px !important;
}

.padR26, .pR26 {
  padding-right: 26px !important;
}

.padR27, .pR27 {
  padding-right: 27px !important;
}

.padR28, .pR28 {
  padding-right: 28px !important;
}

.padR29, .pR29 {
  padding-right: 29px !important;
}

.padR30, .pR30 {
  padding-right: 30px !important;
}

/* padding-left*/
.padL0, .pL0 {
  padding-left: 0px !important;
}

.padL1, .pL1 {
  padding-left: 1px !important;
}

.padL2, .pL2 {
  padding-left: 2px !important;
}

.padL3, .pL3 {
  padding-left: 3px !important;
}

.padL4, .pL4 {
  padding-left: 4px !important;
}

.padL5, .pL5 {
  padding-left: 5px !important;
}

.padL6, .pL6 {
  padding-left: 6px !important;
}

.padL7, .pL7 {
  padding-left: 7px !important;
}

.padL8, .pL8 {
  padding-left: 8px !important;
}

.padL9, .pL9 {
  padding-left: 9px !important;
}

.padL10, .pL10 {
  padding-left: 10px !important;
}

.padL11, .pL11 {
  padding-left: 11px !important;
}

.padL12, .pL12 {
  padding-left: 12px !important;
}

.padL13, .pL13 {
  padding-left: 13px !important;
}

.padL14, .pL14 {
  padding-left: 14px !important;
}

.padL15, .pL15 {
  padding-left: 15px !important;
}

.padL16, .pL16 {
  padding-left: 16px !important;
}

.padL17, .pL17 {
  padding-left: 17px !important;
}

.padL18, .pL18 {
  padding-left: 18px !important;
}

.padL19, .pL19 {
  padding-left: 19px !important;
}

.padL20, .pL20 {
  padding-left: 20px !important;
}

.padL21, .pL21 {
  padding-left: 21px !important;
}

.padL22, .pL22 {
  padding-left: 22px !important;
}

.padL23, .pL23 {
  padding-left: 23px !important;
}

.padL24, .pL24 {
  padding-left: 24px !important;
}

.padL25, .pL25 {
  padding-left: 25px !important;
}

.padL26, .pL26 {
  padding-left: 26px !important;
}

.padL27, .pL27 {
  padding-left: 27px !important;
}

.padL28, .pL28 {
  padding-left: 28px !important;
}

.padL29, .pL29 {
  padding-left: 29px !important;
}

.padL30, .pL30 {
  padding-left: 30px !important;
}

/* padding-top*/
.padT0, .pT0 {
  padding-top: 0px !important;
}

.padT1, .pT1 {
  padding-top: 1px !important;
}

.padT2, .pT2 {
  padding-top: 2px !important;
}

.padT3, .pT3 {
  padding-top: 3px !important;
}

.padT4, .pT4 {
  padding-top: 4px !important;
}

.padT5, .pT5 {
  padding-top: 5px !important;
}

.padT6, .pT6 {
  padding-top: 6px !important;
}

.padT7, .pT7 {
  padding-top: 7px !important;
}

.padT8, .pT8 {
  padding-top: 8px !important;
}

.padT9, .pT9 {
  padding-top: 9px !important;
}

.padT10, .pT10 {
  padding-top: 10px !important;
}

.padT11, .pT11 {
  padding-top: 11px !important;
}

.padT12, .pT12 {
  padding-top: 12px !important;
}

.padT13, .pT13 {
  padding-top: 13px !important;
}

.padT14, .pT14 {
  padding-top: 14px !important;
}

.padT15, .pT15 {
  padding-top: 15px !important;
}

.padT16, .pT16 {
  padding-top: 16px !important;
}

.padT17, .pT17 {
  padding-top: 17px !important;
}

.padT18, .pT18 {
  padding-top: 18px !important;
}

.padT19, .pT19 {
  padding-top: 19px !important;
}

.padT20, .pT20 {
  padding-top: 20px !important;
}

.padT21, .pT21 {
  padding-top: 21px !important;
}

.padT22, .pT22 {
  padding-top: 22px !important;
}

.padT23, .pT23 {
  padding-top: 23px !important;
}

.padT24, .pT24 {
  padding-top: 24px !important;
}

.padT25, .pT25 {
  padding-top: 25px !important;
}

.padT26, .pT26 {
  padding-top: 26px !important;
}

.padT27, .pT27 {
  padding-top: 27px !important;
}

.padT28, .pT28 {
  padding-top: 28px !important;
}

.padT29, .pT29 {
  padding-top: 29px !important;
}

.padT30, .pT30 {
  padding-top: 30px !important;
}

/* padding-bottom*/
.padB0, .pB0 {
  padding-bottom: 0px !important;
}

.padB1, .pB1 {
  padding-bottom: 1px !important;
}

.padB2, .pB2 {
  padding-bottom: 2px !important;
}

.padB3, .pB3 {
  padding-bottom: 3px !important;
}

.padB4, .pB4 {
  padding-bottom: 4px !important;
}

.padB5, .pB5 {
  padding-bottom: 5px !important;
}

.padB6, .pB6 {
  padding-bottom: 6px !important;
}

.padB7, .pB7 {
  padding-bottom: 7px !important;
}

.padB8, .pB8 {
  padding-bottom: 8px !important;
}

.padB9, .pB9 {
  padding-bottom: 9px !important;
}

.padB10, .pB10 {
  padding-bottom: 10px !important;
}

.padB11, .pB11 {
  padding-bottom: 11px !important;
}

.padB12, .pB12 {
  padding-bottom: 12px !important;
}

.padB13, .pB13 {
  padding-bottom: 13px !important;
}

.padB14, .pB14 {
  padding-bottom: 14px !important;
}

.padB15, .pB15 {
  padding-bottom: 15px !important;
}

.padB16, .pB16 {
  padding-bottom: 16px !important;
}

.padB17, .pB17 {
  padding-bottom: 17px !important;
}

.padB18, .pB18 {
  padding-bottom: 18px !important;
}

.padB19, .pB19 {
  padding-bottom: 19px !important;
}

.padB20, .pB20 {
  padding-bottom: 20px !important;
}

.padB21, .pB21 {
  padding-bottom: 21px !important;
}

.padB22, .pB22 {
  padding-bottom: 22px !important;
}

.padB23, .pB23 {
  padding-bottom: 23px !important;
}

.padB24, .pB24 {
  padding-bottom: 24px !important;
}

.padB25, .pB25 {
  padding-bottom: 25px !important;
}

.padB26, .pB26 {
  padding-bottom: 26px !important;
}

.padB27, .pB27 {
  padding-bottom: 27px !important;
}

.padB28, .pB28 {
  padding-bottom: 28px !important;
}

.padB29, .pB29 {
  padding-bottom: 29px !important;
}

.padB30, .pB30 {
  padding-bottom: 30px !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   文字
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.taL, .txtLt {
  text-align: left !important;
}

.taR, .txtRt {
  text-align: right !important;
}

.taC, .txtCt {
  text-align: center !important;
}

.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   フォントカラー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.red {
  color: #e71f19 !important;
}

.blue {
  color: #18499d !important;
}

.orange {
  color: #fa7e01 !important;
}

.white {
  color: white !important;
}

.silver {
  color: silver !important;
}

.gray {
  color: #777 !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  バックグラウンド
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.bgGray {
  background-color: #CCCCCC !important;
}

.bgYellow {
  background-color: #ffffcc !important;
}

.bgWhite {
  background-color: #ffffff !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   フォントサイズ
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.fs1, .fSize1 {
  font-size: 1px !important;
}

.fs2, .fSize2 {
  font-size: 2px !important;
}

.fs3, .fSize3 {
  font-size: 3px !important;
}

.fs4, .fSize4 {
  font-size: 4px !important;
}

.fs5, .fSize5 {
  font-size: 5px !important;
}

.fs6, .fSize6 {
  font-size: 6px !important;
}

.fs7, .fSize7 {
  font-size: 7px !important;
}

.fs8, .fSize8 {
  font-size: 8px !important;
}

.fs9, .fSize9 {
  font-size: 9px !important;
}

.fs10, .fSize10 {
  font-size: 10px !important;
}

.fs11, .fSize11 {
  font-size: 11px !important;
}

.fs12, .fSize12 {
  font-size: 12px !important;
}

.fs13, .fSize13 {
  font-size: 13px !important;
}

.fs14, .fSize14 {
  font-size: 14px !important;
}

.fs15, .fSize15 {
  font-size: 15px !important;
}

.fs16, .fSize16 {
  font-size: 16px !important;
}

.fs17, .fSize17 {
  font-size: 17px !important;
}

.fs18, .fSize18 {
  font-size: 18px !important;
}

.fs19, .fSize19 {
  font-size: 19px !important;
}

.fs20, .fSize20 {
  font-size: 20px !important;
}

.fs21, .fSize21 {
  font-size: 21px !important;
}

.fs22, .fSize22 {
  font-size: 22px !important;
}

.fs23, .fSize23 {
  font-size: 23px !important;
}

.fs24, .fSize24 {
  font-size: 24px !important;
}

.fs25, .fSize25 {
  font-size: 25px !important;
}

.fs26, .fSize26 {
  font-size: 26px !important;
}

.fs27, .fSize27 {
  font-size: 27px !important;
}

.fs28, .fSize28 {
  font-size: 28px !important;
}

.fs29, .fSize29 {
  font-size: 29px !important;
}

.fs30, .fSize30 {
  font-size: 30px !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   フォント Weight
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.bold {
  font-weight: bold;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   線
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.bd {
  border: solid 1px #CCCCCC;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   背景色
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.nec, .noChk {
  background-color: #fff0f5 !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   スクロール
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.scrollY {
  overflow-y: scroll;
}

.scrollYAuto {
  overflow-y: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   Float
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.flL, .fL {
  float: left;
  display: block;
}

.flR, .fR {
  float: right;
  display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   表示
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.none {
  display: none !important;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.tb {
  display: table;
}

.tb-cell {
  display: table-cell;
  vertical-align: top;
}

.vbh {
  visibility: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   行制限
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.line-clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   readonly
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.readonly {
  background-color: #FFF !important;
  border: none !important;
  box-shadow: none !important;
  transition: none !important;
  cursor: default !important;
}

/* 水平方向
======================================================== */
.hList:after {
  content: "";
  display: table;
  clear: both;
}

.hList li {
  float: left;
  display: inline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   cursor
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.pointer {
  cursor: pointer;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   非表示
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media only screen and (max-width: 560px) {
  .hidden-sp {
    display: none !important;
  }
}

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   Clear Fix
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cFix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cFix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .cFix {
  height: 1%;
}

.cFix {
  display: block;
}

/* End hide from IE-mac */
* html .cFix {
  zoom: 1;
} /* IE6 */
*:first-child + html .cFix {
  zoom: 1;
} /* IE7 */
.left_col a {
  color: #FFF !important;
}
.left_col .fa,
.left_col .fas,
.left_col .far {
  color: #FFF !important;
}

a.btn-default {
  color: #5A738E;
}
a.btn-default .fa,
a.btn-default .fas,
a.btn-default .far {
  color: #5A738E;
}

@media screen and (max-width: 990px) {
  .row {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   datepicker
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
input.datepicker[readonly] {
  cursor: pointer !important;
  background-color: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   input-daterange （datepicker 範囲）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.input-group .form-control {
  z-index: 2 !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   validator
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
input[type=text].error,
input[type=password].error,
textarea.error,
select.error {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input[type=text].error:focus,
input[type=password].error:focus,
textarea.error:focus,
select.error:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   印刷（URLを表示しない）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ボタン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.btn.btn-base {
  background-color: #F7F7F7;
  border: solid 1px #CCC;
  color: #333;
}
.btn.btn-base:hover {
  background-color: #e6e6e6;
}

.btn-group .btn.btn-primary {
  background-color: #FFF;
  border-color: #ccc;
  color: #333;
}
.btn-group .btn.btn-primary.active {
  background-color: #337ab7;
  border-color: #204d74;
  color: #FFF;
}

.btn.btn-gray {
  background-color: #F8F8F8;
}

.btn.btn-link {
  text-decoration: underline;
}

.btn-block {
  padding: 14px 12px;
  font-size: 16px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   パネル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.panel-heading {
  padding: 10px 10px 10px 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   nav
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.navbar-brand {
  font-size: 14px;
}

.nav-wrap {
  position: relative; /*z-indexの指定や子要素の基準とするために指定*/
  z-index: 10; /*ドロップダウンしたメニューが隠れないように*/
}

.nav-pills > li > a {
  text-align: center;
  background-color: #F8F8F8;
}

.nav-box {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0 0 5px 0;
}
.nav-box .nav-tabs {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .navbar-header {
    float: left;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   tab
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tab-content {
  padding: 0;
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tab-content .tab-pane {
  padding: 15px;
  min-height: 100px;
}

.nav-tabs > li > a:hover {
  background-color: #FFF;
}

.nav-tabs > li {
  text-align: center;
}

.nav-tabs li.error a {
  color: #a94442;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   table
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.table > tr > th,
.table > tr > td,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  height: 30px;
  vertical-align: middle;
  padding: 7px;
}
.table > tr > th.focus, .table > tr > th.active,
.table > tr > td.focus,
.table > tr > td.active,
.table > thead > tr > th.focus,
.table > thead > tr > th.active,
.table > tbody > tr > th.focus,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.focus,
.table > tfoot > tr > th.active,
.table > thead > tr > td.focus,
.table > thead > tr > td.active,
.table > tbody > tr > td.focus,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.focus,
.table > tfoot > tr > td.active {
  background-color: #FFFFEE;
}

.table-bordered .del {
  background-color: #e9e9e9 !important;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #FFFFEE;
}

.table {
  width: auto;
  margin-bottom: 0;
  /* 一覧レイアウト */
  /* 売上集計レイアウト */
  /* 合計行レイアウト */
}
.table th {
  text-align: center !important;
  background-color: #172D44 !important;
  color: #FFFFFF;
  border: 1px solid #C7C7C7;
  padding: 7px !important;
}
.table td {
  border: 1px solid #C7C7C7;
  background-color: #FFF;
}
.table .btn.btn-link {
  padding: 0;
}
.table.list tr.dark {
  background-color: #DDDDDD !important;
}
.table.list th {
  text-align: center !important;
  background-color: #172D44 !important;
  color: #FFFFFF;
  border: 1px solid #C7C7C7;
}
.table.list td {
  border: 1px solid #C7C7C7;
}
.table.report th {
  text-align: center !important;
}
.table.report td {
  border-top: none !important;
  border-bottom: none !important;
}
.table.report tr.odd {
  background-color: #FAFAD2 !important;
}
.table thead.summary {
  font-weight: bold;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   アコーディオン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#accordion .panel-heading {
  padding: 0;
}
#accordion .panel-title a {
  width: 100%;
  padding: 10px 15px;
  display: block;
}
#accordion .panel-heading a:hover {
  text-decoration: none;
}
#accordion .accordion-toggle {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#accordion .accordion-toggle:before {
  content: "\e093";
  padding-right: 8px;
  font-size: 16px;
}
#accordion .accordion-toggle.collapsed:before {
  content: "\e094";
  padding-right: 8px;
  font-size: 16px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ドロップダウン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.dropdown, .dropup {
  position: relative;
}

.dropdown-menu-over {
  margin: 0;
  top: -1px;
}

.dropdown-menu-right {
  right: -1px;
}

@media only screen and (max-width: 560px) {
  .dropdown-menu > li > a {
    padding: 5px 20px;
  }
}

.dropdown-menu > li > a {
  color: #333;
  padding: 10px 20px;
}

.dropdown-menu {
  padding: 0;
}

.dropdown-menu .divider {
  margin: 0;
}

.dropdown-menu-input {
  padding: 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f1f1f1 !important;
  box-shadow: none !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   パンくず
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.breadcrumbBox {
  margin-bottom: 10px;
}
.breadcrumbBox:after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumb {
  margin-bottom: 10px;
  padding: 0;
  background: #F9F9F9;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   form
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.form-control {
  display: inline-block;
}

.x_panel h3 {
  margin: 8px 0 8px 0;
  font-size: 16px;
  font-weight: 800;
}

.x_panel {
  margin: 0;
  padding: 10px;
}

.form-horizontal .control-label {
  text-align: left;
}

.form-horizontal .form-group > label {
  color: #333;
}

.x_title {
  margin-bottom: 20px;
}

.x_title h3 {
  margin: 8px 0 8px 0;
  font-size: 16px;
  font-weight: 800;
}

.form-group {
  border-bottom: dashed 1px #CCC;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.form-horizontal .form-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   multiselect
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.multiselect-container.dropdown-menu li .checkbox {
  width: 100%;
  border-radius: 0;
  transition: none;
}
.multiselect-container.dropdown-menu li.active .checkbox {
  background-color: #337ab7;
}
.multiselect-container.dropdown-menu li.active .checkbox:before {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  opacity: 1;
}
.multiselect-container.dropdown-menu li.active .checkbox:hover:after {
  border-color: #fff;
}

.multiselect-container > li > a > label > input[type=checkbox] {
  margin-top: 8px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   modal
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.modal-open .modal-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* iosでスクロールしなくなる不具合対応 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   アラート
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.alert-info {
  background-color: #d9edf7;
  color: #333;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ボックス
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.radiusBox {
  margin: 0 0 10px 0;
  padding: 15px;
  border: solid 1px #ddd;
  border-radius: 5px;
  background-color: #FFF;
}
.radiusBox .with-underline {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D1D8D9;
}
.radiusBox .with-border {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #D1D8D9;
}
.radiusBox .tit {
  color: #333;
}
.radiusBox .update-area p:last-child {
  margin-bottom: 0;
}
.radiusBox .btn-area {
  width: 80%;
  margin: 0 auto;
}
.radiusBox ul.col-2 {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.radiusBox ul.col-2 li {
  width: 45%;
  list-style: none;
}
.radiusBox ul.col-3 {
  display: flex;
  justify-content: space-between;
}
.radiusBox ul.col-3 li {
  width: 30%;
  list-style: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   案件カード
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.__case {
  width: 100%; /* Safari */
  display: flex; /* Safari */
  justify-content: space-between;
  padding: 0;
}
.__case .__case-ctgry {
  width: 25%;
}
.__case .__case-ctgry .__case-ctgry-header {
  width: 100%;
  border: solid 1px #CCC;
}
.__case .__case-ctgry .__case-ctgry-header .__case-ctgry-header-tit {
  width: 100%;
  display: table;
  background-color: #F7F7F7;
  border-bottom: solid 1px #CCC;
}
.__case .__case-ctgry .__case-ctgry-header .__case-ctgry-header-tit h3 {
  margin: 0 0 5px 0;
  padding: 5px;
  font-size: 13px;
  font-weight: bold;
  display: table-cell;
}
.__case .__case-ctgry .__case-ctgry-header .__case-ctgry-header-tit span {
  width: 50px;
  display: table-cell;
  text-align: right;
  padding: 5px;
}
.__case .__case-ctgry .__case-ctgry-header table {
  width: 100%;
  display: table;
}
.__case .__case-ctgry .__case-ctgry-header th, .__case .__case-ctgry .__case-ctgry-header td {
  font-size: 12px;
  padding: 5px;
}
.__case .__case-ctgry .__case-ctgry-header th {
  font-weight: bold;
}
.__case .__case-ctgry .__case-ctgry-header td {
  text-align: right;
}
.__case .__case-ctgry .__case-card {
  width: 100%;
}
.__case .__case-ctgry .__case-card li {
  width: 100%;
  height: 150px;
  padding: 5px;
  box-sizing: border-box;
  border: solid 1px #CCC;
  background-color: #FFF;
}
.__case .__case-ctgry .__case-card li .__card-header {
  width: 100%;
  display: table;
  height: 40px;
}
.__case .__case-ctgry .__case-card li .__card-header .__card-header-tit {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
.__case .__case-ctgry .__case-card li .__card-header .__card-header-tit h3 {
  font-size: 13px;
  margin: 0 0 5px 0;
  padding: 5px 0 5px 0;
}
.__case .__case-ctgry .__case-card li .__card-header .card-tool {
  display: table-cell;
  margin: 0 0 5px 0;
  text-align: right;
  vertical-align: middle;
}
.__case .__case-ctgry .__case-card li .__card-header .card-tool a.btn-sm {
  padding: 2px 10px;
}
.__case .__case-ctgry .__case-card li table {
  width: 100%;
  display: table;
}
.__case .__case-ctgry .__case-card li th, .__case .__case-ctgry .__case-card li td {
  font-size: 12px;
  padding-bottom: 5px;
}
.__case .__case-ctgry .__case-card li th {
  font-weight: normal;
}
.__case .__case-ctgry .__case-card li td {
  text-align: right;
}
@media only screen and (max-width: 560px) {
  .__case {
    display: block; /* Safari */
    justify-content: initial;
  }
  .__case .__case-ctgry {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   テキストアイコン（ラベル）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.lbl {
  margin: 0;
  padding: 0 2px 0 2px;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: none;
  background-color: #FFFFFF;
  text-align: center;
  font-size: 11px;
}
.lbl.red {
  border: 1px #e71f19 solid;
  color: #e71f19;
}
.lbl.blue {
  border: 1px #18499d solid;
  color: #18499d;
}
.lbl.black {
  border: 1px #333333 solid;
  color: #333333;
}
.lbl.gray {
  border: 1px #999999 solid;
  color: #999999;
}
.lbl.pink {
  border: 1px #e4016f solid;
  color: #e4016f;
}
.lbl.green {
  border: 1px #80bf01 solid;
  color: #80bf01;
}
.lbl.orange {
  border: 1px #fa7e01 solid;
  color: #fa7e01;
}
.lbl.yellow {
  border: 1px #e5ad01 solid;
  color: #e5ad01;
}
.lbl.sky {
  border: 1px #119de9 solid;
  color: #119de9;
}
.lbl.purple {
  border: 1px #8c4ecc solid;
  color: #8c4ecc;
}

/**
 *
 * 画像
 * 
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   画像アップロード
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.image-upload-list:after {
  content: "";
  display: table;
  clear: both;
}
.image-upload-list ._item {
  float: left;
  padding: 10px;
}
@media only screen and (max-width: 560px) {
  .image-upload-list ._item {
    width: 50%;
  }
}
.image-upload-list img {
  max-width: 100%;
}

.upImageBox {
  max-width: 150px;
}
.upImageBox ._image {
  margin-bottom: 10px;
}
@media only screen and (max-width: 560px) {
  .upImageBox ._image {
    display: none;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   メッセージ
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.message-box .popup-box {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 600px;
  margin: 0 0 0 -300px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 9999;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   インフォメーション
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.__information {
  display: table;
  width: 100%;
  border: solid 3px #f0ad4e;
  font-size: 15px;
  border-radius: 4px;
  background-color: #FFF;
}
.__information .infoIcon {
  display: table-cell;
  width: 30px;
  background-color: #f0ad4e;
  color: #FFF;
  text-align: center;
}
.__information .infoMessage {
  display: table-cell;
  padding: 5px 10px;
}
.__information .infoBtn {
  display: table-cell;
  width: 50px;
  padding: 5px;
  text-align: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   画像アップロードボックス
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.up-image-box {
  width: 176px;
  margin: 0 0 5px 0;
  padding: 5px 2px 5px 2px;
  border: solid 1px #ddd;
  text-align: center;
}
.up-image-box .up-img {
  width: 160px;
  height: 160px;
  margin: 0 auto 5px auto;
}
.up-image-box .up-img td {
  width: 160px;
  height: 160px;
  text-align: center;
  vertical-align: middle;
}
.up-image-box .del-link {
  margin: 0 0 5px 0;
}
.up-image-box .up-btn {
  margin: 0 auto 3px auto;
}
.up-image-box .caption {
  width: 160px;
  height: 50px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  タスクボード
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.__board {
  display: table;
  width: 100%;
  min-width: 900px;
}
.__board .__board_row {
  display: table-cell;
  width: 25%;
  padding-right: 10px;
  vertical-align: top;
}
.__board .__task-group {
  width: 100%;
  display: table;
  padding: 10px 10px 10px 10px;
  background-color: #EDEDED;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  vertical-align: top;
}
.__board .__task-group h3 {
  display: table-cell;
  padding: 2px 0 0 0;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.__board .__task-group .__task-group-tools {
  display: table-cell;
  text-align: right;
}
.__board .__task {
  padding: 3px 5px 5px 5px;
  background-color: #EDEDED;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  vertical-align: top;
  box-sizing: border-box;
}
.__board .__card {
  margin: 0 0 5px 0;
  padding: 3px 5px 5px 5px;
  background-color: #FFF;
  vertical-align: top;
  border-left: solid 5px red;
  box-shadow: 2px 2px 2px #C0C0C0;
}
.__board .__card h4 {
  font-size: 14px;
  padding-bottom: 3px;
  border-bottom: dotted 1px #CCC;
}
.__board .__card-tools {
  text-align: right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   テーブル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tbl {
  border-collapse: collapse;
  border: none;
  table-layout: fixed;
}
.tbl tbody {
  background-color: #F8F8F8;
}
.tbl tr {
  background-color: #FAFAFA;
}
.tbl th, .tbl td {
  margin: 0px;
  padding: 7px 10px 7px 10px;
  box-sizing: border-box;
  height: 45px;
}
.tbl th {
  color: #333;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #CCC;
  border-top-color: #CCC;
  border-bottom-color: #CCC;
  font-weight: bold;
}
.tbl td {
  border: 1px solid #C7C7C7;
  background-color: #FFF;
}
.tbl input {
  margin: 0;
  padding: 0 5px 0 5px;
  vertical-align: middle;
}
.tbl select {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  border: 1px solid #B5BCC7;
}
.tbl label {
  vertical-align: middle;
}
.tbl.odd {
  background-color: #FFFFE0 !important;
}
.tbl.even {
  background-color: #F8F8F8 !important;
}
.tbl.gray {
  background-color: #E2E3E8 !important;
}
.tbl.dark {
  background-color: #DDDDDD !important;
}
.tbl.focus {
  background-color: #FFFFCC;
  cursor: pointer;
}

@media only screen and (max-width: 560px) {
  .tbl {
    border-collapse: collapse;
    border: none;
  }
  .tbl tr {
    background-color: #FFF;
  }
  .tbl th, .tbl td {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0;
    box-sizing: border-box;
    border: none;
    background-color: #FFF;
    height: auto;
  }
  .tbl th {
    margin-bottom: 5px;
    color: #333;
    text-align: center;
    font-weight: bold;
    text-align: left;
  }
  .tbl td {
    margin-bottom: 15px;
  }
}
h2.tit {
  font-weight: bold;
  font-size: 16px;
}

h3.tit {
  font-weight: bold;
  font-size: 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ページタイトル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.__page-title {
  width: 100%;
  display: table;
  margin-bottom: 15px;
}
.__page-title h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
}
.__page-title .__page-title-tools {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

@media screen and (max-width: 560px) {
  .__page-title {
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .__page-title h2 {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
  }
  .__page-title .__page-title-tools {
    display: block;
    width: 100%;
    text-align: right;
    vertical-align: middle;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   入力フォーム
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.__input-tbl {
  background-color: #FFF;
}
.__input-tbl h2 {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 400;
}
.__input-tbl h3 {
  border-bottom: 2px solid #E6E9ED;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  color: #73879C;
  font-size: 16px;
  font-weight: bold;
}
.__input-tbl ._required {
  color: #ffffff;
  background-color: #ff0000;
  margin-left: 20px;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 3px;
}
.__input-tbl table {
  width: 100%;
  margin: 0;
  padding: 0;
}
.__input-tbl th, .__input-tbl td {
  padding: 10px 0 15px 0;
}
.__input-tbl th {
  font-weight: bold;
  color: #666;
  text-align: left;
  width: 150px;
}
.__input-tbl ._image_list li {
  display: inline-block;
  width: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 560px) {
  .__input-tbl {
    padding: 15px 0 15px 0;
    background-color: transparent;
  }
  .__input-tbl h3 {
    margin: 0 0 30px 0;
  }
  .__input-tbl th {
    display: block;
    width: 100%;
    padding: 0 0 5px 0;
    border: none;
    background-color: transparent;
  }
  .__input-tbl td {
    display: block;
    padding: 0 0 20px 0;
    border: none;
  }
  .__input-tbl tr:last-child td:last-child {
    padding: 0;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   一覧
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.__list > ul > li {
  display: table;
  width: 100%;
  padding: 15px 10px 15px 10px;
  background-color: #FFF;
  vertical-align: top;
  box-sizing: border-box;
  border: solid 1px #CCC;
  border-bottom: none;
}
.__list > ul > li:first-child {
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.__list > ul > li:last-child {
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: solid 1px #CCC;
}
.__list > ul > li._gray {
  background-color: #efefef;
}
.__list > ul > li > a {
  display: block;
}
.__list > ul > li h3 {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.__list .__list-block-img {
  display: table-cell;
  vertical-align: top;
  width: 50px;
  padding: 0 15px 0 0;
}
.__list .__list-block-contents {
  display: table-cell;
  vertical-align: top;
}
.__list .__list-block-contents h3 {
  margin-top: 0;
}
.__list .__list-block-tools {
  padding-left: 10px;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   メニュー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.menu-list {
  width: 100%;
  margin: 0 0 10px 0;
  border-bottom: solid 2px #336089;
}
div.menu-list ul {
  display: table;
  margin: 0 0 -1px 0;
}
div.menu-list ul li {
  display: table-cell;
  padding: 0 0 0 10px;
}
div.menu-list ul li a {
  padding: 9px 15px;
  display: block;
  border-top: solid 1px #CCC;
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
  border-radius: 4px 4px 0 0;
  text-align: center;
  color: #004EA2;
  font-size: 14px;
  text-decoration: none;
  background-color: #fff;
}
div.menu-list ul li a:hover {
  background-color: #336089;
  color: #fff;
}
div.menu-list ul li.active a {
  background-color: #336089;
  border: solid 1px #336089;
  color: #fff;
}

@media only screen and (max-width: 560px) {
  .__menu-scroll {
    overflow: hidden;
  }
  .__menu-scroll .nav-tabs {
    display: table;
    border-bottom: none;
  }
  .__menu-scroll .nav-tabs li {
    display: table-cell;
    float: none;
    white-space: nowrap;
    border-bottom: solid 1px #ddd;
  }
  .__menu-scroll .nav-tabs li.active {
    border-bottom: none;
  }
  .__menu-scroll .nav-tabs li a {
    margin-right: 0;
  }
  .__menu-scroll .nav-tabs li a:hover {
    border-bottom-color: transparent;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   カラム
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.exRow {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.exRow .exCol {
  width: 48%;
}
.exRow .exMain {
  flex: 1;
  margin: 0;
}
.exRow .exSide {
  width: 30%;
  margin-left: 20px;
  max-width: 300px;
  min-width: 230px;
}
.exRow .exSide h3 {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 16px;
}
.exRow .exSide h4 {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 15px;
}
.exRow .exSide.exSide-sm {
  width: 20%;
}

@media screen and (max-width: 800px) {
  /* スマホのみ margin-bottom*/
  .res-mB0 {
    margin-bottom: 0px !important;
  }
  .res-mB1 {
    margin-bottom: 1px !important;
  }
  .res-mB2 {
    margin-bottom: 2px !important;
  }
  .res-mB3 {
    margin-bottom: 3px !important;
  }
  .res-mB4 {
    margin-bottom: 4px !important;
  }
  .res-mB5 {
    margin-bottom: 5px !important;
  }
  .res-mB6 {
    margin-bottom: 6px !important;
  }
  .res-mB7 {
    margin-bottom: 7px !important;
  }
  .res-mB8 {
    margin-bottom: 8px !important;
  }
  .res-mB9 {
    margin-bottom: 9px !important;
  }
  .res-mB10 {
    margin-bottom: 10px !important;
  }
  .res-mB11 {
    margin-bottom: 11px !important;
  }
  .res-mB12 {
    margin-bottom: 12px !important;
  }
  .res-mB13 {
    margin-bottom: 13px !important;
  }
  .res-mB14 {
    margin-bottom: 14px !important;
  }
  .res-mB15 {
    margin-bottom: 15px !important;
  }
  .res-mB16 {
    margin-bottom: 16px !important;
  }
  .res-mB17 {
    margin-bottom: 17px !important;
  }
  .res-mB18 {
    margin-bottom: 18px !important;
  }
  .res-mB19 {
    margin-bottom: 19px !important;
  }
  .res-mB20 {
    margin-bottom: 20px !important;
  }
  .res-mB21 {
    margin-bottom: 21px !important;
  }
  .res-mB22 {
    margin-bottom: 22px !important;
  }
  .res-mB23 {
    margin-bottom: 23px !important;
  }
  .res-mB24 {
    margin-bottom: 24px !important;
  }
  .res-mB25 {
    margin-bottom: 25px !important;
  }
  .res-mB26 {
    margin-bottom: 26px !important;
  }
  .res-mB27 {
    margin-bottom: 27px !important;
  }
  .res-mB28 {
    margin-bottom: 28px !important;
  }
  .res-mB29 {
    margin-bottom: 29px !important;
  }
  .res-mB30 {
    margin-bottom: 30px !important;
  }
  .res-mB31 {
    margin-bottom: 31px !important;
  }
  .res-mB32 {
    margin-bottom: 32px !important;
  }
  .res-mB33 {
    margin-bottom: 33px !important;
  }
  .res-mB34 {
    margin-bottom: 34px !important;
  }
  .res-mB35 {
    margin-bottom: 35px !important;
  }
  .res-mB36 {
    margin-bottom: 36px !important;
  }
  .res-mB37 {
    margin-bottom: 37px !important;
  }
  .res-mB38 {
    margin-bottom: 38px !important;
  }
  .res-mB39 {
    margin-bottom: 39px !important;
  }
  .res-mB40 {
    margin-bottom: 40px !important;
  }
  .res-mB41 {
    margin-bottom: 41px !important;
  }
  .res-mB42 {
    margin-bottom: 42px !important;
  }
  .res-mB43 {
    margin-bottom: 43px !important;
  }
  .res-mB44 {
    margin-bottom: 44px !important;
  }
  .res-mB45 {
    margin-bottom: 45px !important;
  }
  .res-mB46 {
    margin-bottom: 46px !important;
  }
  .res-mB47 {
    margin-bottom: 47px !important;
  }
  .res-mB48 {
    margin-bottom: 48px !important;
  }
  .res-mB49 {
    margin-bottom: 49px !important;
  }
  .res-mB50 {
    margin-bottom: 50px !important;
  }
  .res-mB51 {
    margin-bottom: 51px !important;
  }
  .res-mB52 {
    margin-bottom: 52px !important;
  }
  .res-mB53 {
    margin-bottom: 53px !important;
  }
  .res-mB54 {
    margin-bottom: 54px !important;
  }
  .res-mB55 {
    margin-bottom: 55px !important;
  }
  .res-mB56 {
    margin-bottom: 56px !important;
  }
  .res-mB57 {
    margin-bottom: 57px !important;
  }
  .res-mB58 {
    margin-bottom: 58px !important;
  }
  .res-mB59 {
    margin-bottom: 59px !important;
  }
  .res-mB60 {
    margin-bottom: 60px !important;
  }
  .res-mB61 {
    margin-bottom: 61px !important;
  }
  .res-mB62 {
    margin-bottom: 62px !important;
  }
  .res-mB63 {
    margin-bottom: 63px !important;
  }
  .res-mB64 {
    margin-bottom: 64px !important;
  }
  .res-mB65 {
    margin-bottom: 65px !important;
  }
  .res-mB66 {
    margin-bottom: 66px !important;
  }
  .res-mB67 {
    margin-bottom: 67px !important;
  }
  .res-mB68 {
    margin-bottom: 68px !important;
  }
  .res-mB69 {
    margin-bottom: 69px !important;
  }
  .res-mB70 {
    margin-bottom: 70px !important;
  }
  .res-mB71 {
    margin-bottom: 71px !important;
  }
  .res-mB72 {
    margin-bottom: 72px !important;
  }
  .res-mB73 {
    margin-bottom: 73px !important;
  }
  .res-mB74 {
    margin-bottom: 74px !important;
  }
  .res-mB75 {
    margin-bottom: 75px !important;
  }
  .res-mB76 {
    margin-bottom: 76px !important;
  }
  .res-mB77 {
    margin-bottom: 77px !important;
  }
  .res-mB78 {
    margin-bottom: 78px !important;
  }
  .res-mB79 {
    margin-bottom: 79px !important;
  }
  .res-mB80 {
    margin-bottom: 80px !important;
  }
  .res-mB81 {
    margin-bottom: 81px !important;
  }
  .res-mB82 {
    margin-bottom: 82px !important;
  }
  .res-mB83 {
    margin-bottom: 83px !important;
  }
  .res-mB84 {
    margin-bottom: 84px !important;
  }
  .res-mB85 {
    margin-bottom: 85px !important;
  }
  .res-mB86 {
    margin-bottom: 86px !important;
  }
  .res-mB87 {
    margin-bottom: 87px !important;
  }
  .res-mB88 {
    margin-bottom: 88px !important;
  }
  .res-mB89 {
    margin-bottom: 89px !important;
  }
  .res-mB90 {
    margin-bottom: 90px !important;
  }
  .res-mB91 {
    margin-bottom: 91px !important;
  }
  .res-mB92 {
    margin-bottom: 92px !important;
  }
  .res-mB93 {
    margin-bottom: 93px !important;
  }
  .res-mB94 {
    margin-bottom: 94px !important;
  }
  .res-mB95 {
    margin-bottom: 95px !important;
  }
  .res-mB96 {
    margin-bottom: 96px !important;
  }
  .res-mB97 {
    margin-bottom: 97px !important;
  }
  .res-mB98 {
    margin-bottom: 98px !important;
  }
  .res-mB99 {
    margin-bottom: 99px !important;
  }
  .res-mB100 {
    margin-bottom: 100px !important;
  }
  .exRow {
    display: block;
    justify-content: flex-start;
  }
  .exRow .exCol {
    width: 100%;
  }
  .exRow .exMain {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .exRow .exSide {
    width: 100%;
    display: block;
    max-width: none;
    min-width: none;
    margin-left: 0;
  }
  .exRow .exSide.exSide-sm {
    width: 100%;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   出勤簿
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.__labor_timecard {
  width: 100%;
}
.__labor_timecard li {
  width: 100%;
  border-bottom: 1px solid #E6E9ED;
  background: #FFF;
}
.__labor_timecard li div {
  margin-right: 20px;
  width: 80px;
  display: inline-block;
}
.__labor_timecard li a {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 25px 10px 10px;
  text-decoration: none;
}
.__labor_timecard li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  border-top: solid 2px #2A3F54;
  border-right: solid 2px #2A3F54;
  transform: rotate(45deg);
}
.__labor_timecard li.__timecard-header {
  width: 100%;
  background: #EDEDED;
  font-weight: bold;
  border-top: 1px solid #E6E9ED;
}
.__labor_timecard li.__timecard-header div {
  padding: 10px;
}

@media only screen and (max-width: 560px) {
  .__labor_timecard {
    min-width: 300px;
    font-size: 12px;
  }
  .__labor_timecard li div {
    margin-right: 10px;
    width: 40px;
  }
  .__labor_timecard li .__timecard-date {
    width: 55px;
  }
  .__labor_timecard li .__timecard-kbn {
    width: 65px;
  }
  .__labor_timecard li .__timecard-end {
    margin-right: 0;
  }
  .__labor_timecard li a {
    padding: 10px 10px 10px 5px;
  }
  .__labor_timecard li.__timecard-header div {
    padding: 5px;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   有給
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.__labor_yukyu {
  width: 100%;
}
.__labor_yukyu ul {
  width: 100%;
}
.__labor_yukyu li {
  display: table;
  width: 100%;
  border-bottom: 1px solid #E6E9ED;
  border-left: 1px solid #E6E9ED;
  border-right: 1px solid #E6E9ED;
  background: #FFF;
}
.__labor_yukyu li div {
  display: table-cell;
  padding: 10px;
  box-sizing: border-box;
}
.__labor_yukyu li .__yukyu-date {
  width: 130px;
}
.__labor_yukyu li .__yukyu-kbn {
  width: 80px;
}
.__labor_yukyu li.__yukyu-header {
  width: 100%;
  background: #EDEDED;
  font-weight: bold;
  border-top: 1px solid #E6E9ED;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   カテゴリー一覧
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.__ctgryList {
  width: 900px;
  display: table;
  border: solid 1px #ccc;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 4px;
}
.__ctgryList ._inline {
  width: 300px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}
.__ctgryList ._inline:not(:last-child) {
  border-right: solid 1px #ccc;
}
.__ctgryList ._block {
  width: 300px;
  box-sizing: border-box;
  display: table;
  padding: 0 5px;
  height: 34px;
  line-height: 34px;
}
.__ctgryList ._block:not(:last-child) {
  border-bottom: solid 1px #ccc;
}
.__ctgryList ._block > div {
  display: table-cell;
  vertical-align: top;
}

/* ==========================================================================
   Layout
========================================================================== */
/**
 * #Header
 */
/*==================================
* ヘッダー
==================================*/
.l-header {
  display: block;
  margin-left: 230px;
  background: #EDEDED;
  border-bottom: 1px solid #D9DEE4;
  position: relative;
}
.l-header:after {
  content: "";
  display: table;
  clear: both;
}
.l-header .nav > li > a:focus,
.l-header .nav > li > a:hover,
.l-header .nav .open > a,
.l-header .nav .open > a:focus,
.l-header .nav .open > a:hover {
  background: #D9DEE4;
}
.l-header .l-header__menu li > a > i {
  font-size: 26px;
}
.l-header .nav > li {
  display: inline-block;
  vertical-align: middle;
}
.l-header .nav > li > a {
  color: #5A738E !important;
  padding: 13px 15px 12px;
  line-height: 24px;
}
.l-header .navbar-right {
  float: right;
}
.l-header .navbar-right .dropdown-menu {
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-sm .l-header {
  display: block;
  margin-left: 70px;
  z-index: 2;
}

@media (max-width: 768px) {
  .nav-md .l-header {
    width: 100%;
    margin: 0;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   通知ドロップダウン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.l-header__info-dropdown-menu {
  height: auto;
  width: 400px;
  height: 300px;
  font-size: 13px;
}
@media only screen and (max-width: 560px) {
  .l-header__info-dropdown-menu {
    width: 300px;
    right: -40px;
  }
}

.l-header__info-dropdown-scroll {
  height: 260px;
  overflow-y: scroll;
}

.l-header__info-dropdown-scroll li a {
  color: #333;
  padding: 10px 15px;
  display: block;
}
@media only screen and (max-width: 560px) {
  .l-header__info-dropdown-scroll li a {
    padding: 5px 10px;
  }
}
.l-header__info-dropdown-scroll li a:hover {
  background-color: #f5f5f5;
}

.l-header__info_message {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 400px;
  height: 20px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 560px) {
  .l-header__info_message {
    width: 300px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   通知アイコン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.menu-notice {
  position: relative;
}
.menu-notice:after {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  content: " ";
  width: 15px;
  height: 15px;
  background-color: #ffa500;
  border-radius: 50%;
}

/**
 * #Sidebar
 */
.main_menu .fa,
.main_menu .far,
.main_menu .fas,
.main_menu .fab {
  width: 26px;
  font-size: 18px;
}

.left_col {
  background: #2A3F54;
}

.nav-sm .container.body .col-md-3.left_col {
  min-height: 100%;
  width: 70px;
  padding: 0;
  z-index: 10;
  position: absolute;
}

.nav-sm .container.body .col-md-3.left_col.menu_fixed {
  position: fixed;
  height: 100%;
}

.nav-sm .container.body .col-md-3.left_col .mCSB_container,
.nav-sm .container.body .col-md-3.left_col .mCustomScrollBox {
  overflow: visible;
}

.nav-sm .hidden-small {
  visibility: hidden;
}

.nav-sm .container.body .right_col {
  padding: 10px 20px;
  margin-left: 70px;
  z-index: 2;
}

.nav_title {
  width: 230px;
  padding: 15px 10px 0 10px;
  margin-bottom: 0;
}

.logo_mark_wt {
  width: 25px;
  height: 25px;
  display: inline-block;
  border: 1px solid #EAEAEA;
  padding: 4px;
  border-radius: 50%;
  vertical-align: middle;
}

.logo_mark_wt img {
  width: 100%;
  vertical-align: top;
}

.logo_wt {
  width: 150px;
  margin: 0 0 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.logo_wt img {
  width: 100%;
}

.nav-sm .navbar.nav_title {
  width: 70px;
  padding: 0;
}

.nav-sm .logo_wt {
  display: none;
}

.nav-sm .logo_mark_wt {
  width: 40px;
  height: 40px;
  padding: 7px;
  margin: 10px 0 0 15px;
}

.nav-sm .nav.side-menu li a {
  text-align: center !important;
  font-weight: 400;
  font-size: 10px;
  padding: 10px 5px;
}

.nav-sm .nav.child_menu li.active,
.nav-sm .nav.side-menu li.active-sm {
  border-right: 5px solid #1ABB9C;
}

.nav-sm ul.nav.child_menu ul,
.nav-sm .nav.side-menu li.active-sm ul ul {
  position: static;
  width: 200px;
  background: none;
}

.nav-sm > .nav.side-menu > li.active-sm > a {
  color: #1ABB9C !important;
}

.nav-sm .nav.side-menu li a i.toggle-up {
  display: none !important;
}

.nav-sm .nav.side-menu li a i {
  font-size: 25px !important;
  text-align: center;
  width: 100% !important;
  margin-bottom: 5px;
}

.nav-sm ul.nav.child_menu {
  left: 100%;
  position: absolute;
  top: 0;
  width: 210px;
  z-index: 4000;
  background: #3E5367;
  display: none;
}

.nav-sm ul.nav.child_menu li {
  padding: 0 10px;
}

.nav-sm ul.nav.child_menu li a {
  text-align: left !important;
  font-size: 14px;
  padding: 15px 5px;
}

.menu_section {
  margin-bottom: 35px;
}

.menu_section h3 {
  padding-left: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 0;
  margin-top: 0;
  text-shadow: 1px 1px #000;
}

.menu_section > ul {
  margin-top: 10px;
}

.main_menu span.fa,
.main_menu span.far,
.main_menu span.fas {
  float: right;
  text-align: center;
  margin-top: 5px;
  font-size: 10px;
  min-width: inherit;
  color: #C4CFDA;
}

.active a span.fa,
.active a span.far,
.active a span.fas {
  text-align: right !important;
  margin-right: 4px;
}

.nav-sm .menu_section {
  margin: 0;
}

.nav-sm .main_menu span.fa,
.nav-sm .main_menu span.far,
.nav-sm .main_menu span.fas,
.nav-sm .menu_section h3 {
  display: none;
}

.nav-sm li li span.fa,
.nav-sm li li span.far,
.nav-sm li li span.fas {
  display: inline-block;
}

.nav-md .container.body .col-md-3.left_col {
  min-height: 100%;
  width: 230px;
  padding: 0;
  position: absolute;
  display: flex;
  z-index: 1;
}

.nav-md .container.body .col-md-3.left_col.menu_fixed {
  height: 100%;
  position: fixed;
}

@media (max-width: 768px) {
  .nav-md .container.body .right_col {
    width: 100%;
    margin: 0;
  }
  .nav-md .container.body .col-md-3.left_col {
    display: none;
  }
  .nav-md .container.body .right_col {
    width: 100%;
    padding-right: 0;
  }
  .right_col {
    padding: 10px !important;
  }
}
.sidebar-header {
  border-bottom: 0;
  margin-top: 46px;
}

.sidebar-header:first-of-type {
  margin-top: 0;
}

.nav.side-menu > li {
  position: relative;
  display: block;
  cursor: pointer;
}

.nav.side-menu > li > a {
  margin-bottom: 6px;
}

.nav.side-menu > li > a:hover {
  color: #F2F5F7 !important;
}

.nav.side-menu > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background: transparent;
}

.nav.side-menu > li > a > i {
  position: relative;
}

.nav.side-menu > li > a.notice:after {
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  content: " ";
  width: 12px;
  height: 12px;
  background-color: #ffa500;
  border-radius: 6px;
}

.nav-md .nav.side-menu > li > a.notice:after {
  right: 40px;
}

.nav.child_menu {
  display: none;
}

.nav.child_menu li:hover,
.nav.child_menu li.active {
  background-color: rgba(255, 255, 255, 0.06);
}

.nav.child_menu li {
  padding-left: 36px;
}

.nav-md ul.nav.child_menu li:before {
  background: #425668;
  bottom: auto;
  content: "";
  height: 8px;
  left: 23px;
  margin-top: 15px;
  position: absolute;
  right: auto;
  width: 8px;
  z-index: 1;
  border-radius: 50%;
}

.nav-md ul.nav.child_menu li:after {
  border-left: 1px solid #425668;
  bottom: 0;
  content: "";
  left: 27px;
  position: absolute;
  top: 0;
}

ul.nav.child_menu li.divider {
  border-color: #999;
  margin: 5px;
}

.nav-md ul.nav.child_menu li.divider {
  display: none;
}

.nav-md ul.nav.child_menu li:last-child::after {
  bottom: 50%;
}

.nav.side-menu > li > a,
.nav.child_menu > li > a {
  color: #E7E7E7;
  font-weight: 500;
}

.nav.child_menu li li:hover,
.nav.child_menu li li.active {
  background: none;
}

.nav.child_menu li li a:hover,
.nav.child_menu li li a.active {
  color: #fff;
}

.nav.child_menu > li > a.notice:after {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  content: " ";
  width: 12px;
  height: 12px;
  background-color: #ffa500;
  border-radius: 6px;
}

.nav.side-menu > li.current-page,
.nav.side-menu > li.active {
  border-right: 5px solid #1ABB9C;
}

.nav li.current-page {
  background: rgba(255, 255, 255, 0.05);
}

.nav li li li.current-page {
  background: none;
}

.nav li li.current-page a {
  color: #fff;
}

.nav.side-menu > li.active > a {
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
  background: linear-gradient(#334556, #2C4257), #2A3F54;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
}

/*
.navbar-brand,
.navbar-nav>li>a {
    font-weight: 500;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 32px
}
.site_title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 59px;
    display: block;
    height: 55px;
    margin: 0;
    padding-left: 10px
}
.site_title:hover,
.site_title:focus {
    text-decoration: none
}
*/
.nav.top_menu > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #34495E !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

.nav.child_menu > li > a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  padding: 9px;
}

/**
 * Page
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   header
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.p-header {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.p-header .p-header__breadcrumb {
  display: table-cell;
}
.p-header .p-header__menu {
  display: table-cell;
  text-align: right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   2-column layout
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.p-column-2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.p-column-2 .p-main {
  flex: 1;
  margin: 0;
  min-width: 200px;
}
.p-column-2 .p-left {
  width: 30%;
  margin-right: 20px;
  max-width: 300px;
  min-width: 230px;
}
.p-column-2 .p-right {
  width: 30%;
  margin-left: 20px;
  max-width: 300px;
  min-width: 230px;
}
.p-column-2 .p-right--wide {
  width: 40%;
  margin-left: 20px;
  max-width: 400px;
  min-width: 300px;
}
.p-column-2 .p-menu {
  width: 20%;
  margin-right: 20px;
  max-width: 300px;
  min-width: 230px;
}

@media only screen and (max-width: 560px) {
  .p-column-2 {
    display: block;
    justify-content: flex-start;
  }
  .p-column-2 .p-main {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .p-column-2 .p-left,
  .p-column-2 .p-right,
  .p-column-2 .p-right--wide,
  .p-column-2 .p-menu {
    width: 100%;
    display: block;
    max-width: none;
    min-width: none;
    margin-left: 0;
  }
  .p-column-2 .p-left {
    margin-bottom: 30px;
  }
  .p-column-2 .p-menu {
    margin-bottom: 30px;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   3-column layout
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.p-column-3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.p-column-3 .p-main {
  flex: 1;
  margin: 0;
}
.p-column-3 .p-left {
  width: 30%;
  margin-right: 20px;
  max-width: 300px;
  min-width: 230px;
}
.p-column-3 .p-right {
  width: 30%;
  margin-left: 20px;
  max-width: 300px;
  min-width: 230px;
}

@media only screen and (max-width: 560px) {
  .p-column-3 {
    display: block;
    justify-content: flex-start;
  }
  .p-column-3 .p-main {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .p-column-3 .p-left,
  .p-column-3 .p-right {
    width: 100%;
    display: block;
    max-width: none;
    min-width: none;
    margin-left: 0;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   card
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.p-card {
  margin: 0 0 10px 0;
  padding: 15px;
  border: solid 1px #ddd;
  border-radius: 5px;
  background-color: #FFF;
}
.p-card .p-card__border--top {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #D1D8D9;
}
.p-card .p-card__border--bottom {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D1D8D9;
}
.p-card .p-card__menu {
  width: 80%;
  margin: 0 auto;
}
.p-card .p-card__menu ul.col-2 {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.p-card .p-card__menu ul.col-2 li {
  width: 45%;
  list-style: none;
}
.p-card .p-card__menu ul.col-3 {
  display: flex;
  justify-content: space-between;
}
.p-card .p-card__menu ul.col-3 li {
  width: 30%;
  list-style: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   tab sidebar
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tab-side-content {
  margin-top: 41px;
}

@media only screen and (max-width: 560px) {
  .tab-side-content {
    margin-top: 20px;
  }
}
/**
 * Footer
 */
footer .btn-list:after {
  content: "";
  display: table;
  clear: both;
}
footer .btn-list li {
  float: left;
}
footer .btn-list li:not(:last-child) a {
  border-right: none;
}
footer .btn-list .btn-app.notice {
  background-color: #ffa500 !important;
}

/**
 * Simple Layout
 */
.l-simple {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 70px 0;
}
@media only screen and (max-width: 560px) {
  .l-simple {
    width: 95%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ログイン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.login {
  width: 400px;
  margin: 0 auto;
  padding-top: 20px;
}
@media only screen and (max-width: 560px) {
  div.login {
    width: 98%;
  }
}
div.login .nav > li {
  width: 50%;
  text-align: center;
}
div.login .login-box {
  width: 100%;
  background-color: #fff;
  border: 1px #e6e6e6 solid;
  border-radius: 4px;
  padding: 20px;
}
@media only screen and (max-width: 560px) {
  div.login .login-box {
    padding: 20px 15px;
  }
}
div.login .copy {
  margin: 30px 0 0 0;
  text-align: center;
  color: #333;
  font-size: 14px;
}

.input-box {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
}
.input-box .addon {
  width: 40px;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  lline-height: 1.33;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-box.lg .addon {
  width: 50px;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-box .control {
  width: 100%;
  display: table-cell;
  height: 32px;
  padding: 3px 6px;
  font-size: 14px;
  line-height: 1.3;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-box.lg .control {
  width: 100%;
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* ==========================================================================
   Object
========================================================================== */
/* Utitlity
----------------------------------------------------------------- */
/**
 * Base
 */
/*==================================
* Display
==================================*/
@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}

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

@media screen and (max-width: 399px) {
  .u-hidden-sm-down {
    display: none !important;
  }
}

@media screen and (min-width: 400px) {
  .u-hidden-sm {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-md-down {
    display: none !important;
  }
}

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

@media screen and (min-width: 1000px) {
  .u-hidden-lg {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-hidden-xl {
    display: none !important;
  }
}

.u-display-none {
  display: none !important;
}

.u-display-block {
  display: block;
}

.u-display-inline {
  display: inline-block !important;
}

.u-display-table {
  display: table;
}

.u-display-flex {
  display: flex;
}

.u-display-table-cell {
  display: table-cell;
  vertical-align: top;
  word-break: break-all;
}

.u-visibility-hover a {
  visibility: hidden;
}
.u-visibility-hover:hover a {
  visibility: visible;
}

.u-radius-50p {
  border-radius: 50% !important;
}

/*==================================
* flex
==================================*/
.u-jc-sb {
  justify-content: space-between;
}

/*==================================
* flex list
==================================*/
ul.u-flex-list {
  display: flex;
  flex-wrap: wrap;
}
ul.u-flex-list li {
  padding-bottom: 10px;
}

/*==================================
* Float
==================================*/
.u-float-left {
  float: left !important;
}

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

.u-float-none {
  float: none !important;
}

.u-clearfix:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

/*==================================
* Background
==================================*/
.u-bc-disabled {
  background-color: #efefef !important;
}

.u-bc-read {
  background-color: #f6f8fa !important;
}

.u-bc-yellow {
  background-color: #ffffcc !important;
}

/*==================================
* Scroll
==================================*/
.u-scroll-y {
  overflow-y: scroll;
}

/*==================================
* 行制限
==================================*/
.u-line-clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.u-line-clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.u-line-clamp3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.u-line-clamp4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.u-line-clamp5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

/*==================================
* frame
==================================*/
.u-frame {
  width: 100%;
  height: 100%;
  border: 0;
}

/*==================================
* border
==================================*/
.u-border-top-none {
  border-top: none !important;
}

/**
 * Border
 */
.u-border-top {
  border-top: solid 1px #D1D8D9;
}

.u-border-bottom {
  border-bottom: solid 1px #D1D8D9;
}

.u-border-top-none {
  border-top: none !important;
}

/**
 * margin
 */
/**
 * m : margin
 *
 * a : all
 * t : top
 * b : bottom
 * l : left
 * r : right
 *
 * x : left and right
 * y : top and bottom

 * [$name]
 * xs
 * sm
 * md
 * lg
 * xl
 */
.u-ma-xs {
  margin: 0.5rem !important;
}

.u-mt-xs {
  margin-top: 0.5rem !important;
}

.u-mb-xs {
  margin-bottom: 0.5rem !important;
}

.u-ml-xs {
  margin-left: 0.5rem !important;
}

.u-mr-xs {
  margin-right: 0.5rem !important;
}

.u-mx-xs {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.u-my-xs {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.u-ma-sm {
  margin: 1rem !important;
}

.u-mt-sm {
  margin-top: 1rem !important;
}

.u-mb-sm {
  margin-bottom: 1rem !important;
}

.u-ml-sm {
  margin-left: 1rem !important;
}

.u-mr-sm {
  margin-right: 1rem !important;
}

.u-mx-sm {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.u-my-sm {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.u-ma-md {
  margin: 2rem !important;
}

.u-mt-md {
  margin-top: 2rem !important;
}

.u-mb-md {
  margin-bottom: 2rem !important;
}

.u-ml-md {
  margin-left: 2rem !important;
}

.u-mr-md {
  margin-right: 2rem !important;
}

.u-mx-md {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.u-my-md {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.u-ma-lg {
  margin: 3rem !important;
}

.u-mt-lg {
  margin-top: 3rem !important;
}

.u-mb-lg {
  margin-bottom: 3rem !important;
}

.u-ml-lg {
  margin-left: 3rem !important;
}

.u-mr-lg {
  margin-right: 3rem !important;
}

.u-mx-lg {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.u-my-lg {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.u-ma-xl {
  margin: 5rem !important;
}

.u-mt-xl {
  margin-top: 5rem !important;
}

.u-mb-xl {
  margin-bottom: 5rem !important;
}

.u-ml-xl {
  margin-left: 5rem !important;
}

.u-mr-xl {
  margin-right: 5rem !important;
}

.u-mx-xl {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.u-my-xl {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

/*==================================
* margin
==================================*/
.u-m0 {
  margin: 0px !important;
}

.u-m1 {
  margin: 1px !important;
}

.u-m2 {
  margin: 2px !important;
}

.u-m3 {
  margin: 3px !important;
}

.u-m4 {
  margin: 4px !important;
}

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

.u-m6 {
  margin: 6px !important;
}

.u-m7 {
  margin: 7px !important;
}

.u-m8 {
  margin: 8px !important;
}

.u-m9 {
  margin: 9px !important;
}

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

.u-m11 {
  margin: 11px !important;
}

.u-m12 {
  margin: 12px !important;
}

.u-m13 {
  margin: 13px !important;
}

.u-m14 {
  margin: 14px !important;
}

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

.u-m16 {
  margin: 16px !important;
}

.u-m17 {
  margin: 17px !important;
}

.u-m18 {
  margin: 18px !important;
}

.u-m19 {
  margin: 19px !important;
}

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

.u-m21 {
  margin: 21px !important;
}

.u-m22 {
  margin: 22px !important;
}

.u-m23 {
  margin: 23px !important;
}

.u-m24 {
  margin: 24px !important;
}

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

.u-m26 {
  margin: 26px !important;
}

.u-m27 {
  margin: 27px !important;
}

.u-m28 {
  margin: 28px !important;
}

.u-m29 {
  margin: 29px !important;
}

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

.u-m31 {
  margin: 31px !important;
}

.u-m32 {
  margin: 32px !important;
}

.u-m33 {
  margin: 33px !important;
}

.u-m34 {
  margin: 34px !important;
}

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

.u-m36 {
  margin: 36px !important;
}

.u-m37 {
  margin: 37px !important;
}

.u-m38 {
  margin: 38px !important;
}

.u-m39 {
  margin: 39px !important;
}

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

.u-m41 {
  margin: 41px !important;
}

.u-m42 {
  margin: 42px !important;
}

.u-m43 {
  margin: 43px !important;
}

.u-m44 {
  margin: 44px !important;
}

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

.u-m46 {
  margin: 46px !important;
}

.u-m47 {
  margin: 47px !important;
}

.u-m48 {
  margin: 48px !important;
}

.u-m49 {
  margin: 49px !important;
}

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

/*==================================
* margin-top
==================================*/
.u-mt-0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==================================
* margin-left
==================================*/
.u-ml-0 {
  margin-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==================================
* margin-right
==================================*/
.u-mr-0 {
  margin-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==================================
*  中央寄せ
==================================*/
.u-m-center {
  margin-left: auto;
  margin-right: auto;
}

/**
 * Padding
 */
/**
 * p : padding
 *
 * a : all
 * t : top
 * b : bottom
 * l : left
 * r : right
 *
 * x : left and right
 * y : top and bottom

 * [$name]
 * xs
 * sm
 * md
 * lg
 * xl
 */
.u-pa-xs {
  padding: 0.5rem !important;
}

.u-pt-xs {
  padding-top: 0.5rem !important;
}

.u-pb-xs {
  padding-bottom: 0.5rem !important;
}

.u-pl-xs {
  padding-left: 0.5rem !important;
}

.u-pr-xs {
  padding-right: 0.5rem !important;
}

.u-mx-xs {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.u-py-xs {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.u-pa-sm {
  padding: 1rem !important;
}

.u-pt-sm {
  padding-top: 1rem !important;
}

.u-pb-sm {
  padding-bottom: 1rem !important;
}

.u-pl-sm {
  padding-left: 1rem !important;
}

.u-pr-sm {
  padding-right: 1rem !important;
}

.u-mx-sm {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.u-py-sm {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.u-pa-md {
  padding: 2rem !important;
}

.u-pt-md {
  padding-top: 2rem !important;
}

.u-pb-md {
  padding-bottom: 2rem !important;
}

.u-pl-md {
  padding-left: 2rem !important;
}

.u-pr-md {
  padding-right: 2rem !important;
}

.u-mx-md {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.u-py-md {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.u-pa-lg {
  padding: 3rem !important;
}

.u-pt-lg {
  padding-top: 3rem !important;
}

.u-pb-lg {
  padding-bottom: 3rem !important;
}

.u-pl-lg {
  padding-left: 3rem !important;
}

.u-pr-lg {
  padding-right: 3rem !important;
}

.u-mx-lg {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.u-py-lg {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.u-pa-xl {
  padding: 5rem !important;
}

.u-pt-xl {
  padding-top: 5rem !important;
}

.u-pb-xl {
  padding-bottom: 5rem !important;
}

.u-pl-xl {
  padding-left: 5rem !important;
}

.u-pr-xl {
  padding-right: 5rem !important;
}

.u-mx-xl {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.u-py-xl {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/*==================================
* padding
==================================*/
.u-p-0 {
  padding: 0px !important;
}

.u-p-1 {
  padding: 1px !important;
}

.u-p-2 {
  padding: 2px !important;
}

.u-p-3 {
  padding: 3px !important;
}

.u-p-4 {
  padding: 4px !important;
}

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

.u-p-6 {
  padding: 6px !important;
}

.u-p-7 {
  padding: 7px !important;
}

.u-p-8 {
  padding: 8px !important;
}

.u-p-9 {
  padding: 9px !important;
}

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

.u-p-11 {
  padding: 11px !important;
}

.u-p-12 {
  padding: 12px !important;
}

.u-p-13 {
  padding: 13px !important;
}

.u-p-14 {
  padding: 14px !important;
}

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

.u-p-16 {
  padding: 16px !important;
}

.u-p-17 {
  padding: 17px !important;
}

.u-p-18 {
  padding: 18px !important;
}

.u-p-19 {
  padding: 19px !important;
}

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

.u-p-21 {
  padding: 21px !important;
}

.u-p-22 {
  padding: 22px !important;
}

.u-p-23 {
  padding: 23px !important;
}

.u-p-24 {
  padding: 24px !important;
}

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

.u-p-26 {
  padding: 26px !important;
}

.u-p-27 {
  padding: 27px !important;
}

.u-p-28 {
  padding: 28px !important;
}

.u-p-29 {
  padding: 29px !important;
}

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

/*==================================
* padding-top
==================================*/
.u-pt-0 {
  padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==================================
* padding-left
==================================*/
.u-pl-0 {
  padding-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==================================
* padding-right
==================================*/
.u-pr-0 {
  padding-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==================================
* padding-bottom
==================================*/
.u-pb-0 {
  padding-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Position
 */
/*==================================
* position
==================================*/
.u-position-static {
  position: static !important;
}

.u-position-relative {
  position: relative !important;
}

.u-position-absolute {
  position: absolute !important;
}

.u-position-fixed {
  position: fixed !important;
}

/*==================================
* vertical-align
==================================*/
.u-valign-top {
  vertical-align: top !important;
}

.u-valign-middle {
  vertical-align: middle !important;
}

.u-valign-bottom {
  vertical-align: bottom !important;
}

/**
 * Responsive
 */
.u-responsive__list .u-responsive__list--col {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .u-responsive__list .u-responsive__list--col {
    display: block;
    margin-bottom: 10px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   スマホブロック
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.u-sp-block {
  display: inline;
}
@media only screen and (max-width: 560px) {
  .u-sp-block {
    display: block;
    margin: 0 0 5px 0 !important;
  }
  .u-sp-block input[type=text] {
    width: 100% !important;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   スマホ改行
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.u-sp-br {
  display: none;
}
@media only screen and (max-width: 560px) {
  .u-sp-br {
    display: block;
    content: "";
  }
}

/**
 * Table
 */
/*--- 非表示 --- */
tr.line-disabled td {
  background-color: #efefef !important;
}

/*--- 背景黄色 --- */
tr.line-bg--yellow td {
  background-color: #FFFFEE !important;
}

/*--- 既読 --- */
tr.line-read td {
  background-color: #f6f8fa !important;
}

/*--- ホバー --- */
.u-table-hover tr:hover > td {
  background-color: #FFFFEE !important;
  cursor: pointer;
}

/*--- fixレイアウト --- */
.u-table-fixed {
  table-layout: fixed;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   一般テーブル（背景付き）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.u-table {
  border-collapse: collapse;
}
.u-table tbody {
  background-color: #F8F8F8;
}
.u-table tr {
  background-color: #FAFAFA;
}
.u-table th, .u-table td {
  margin: 0px;
  padding: 7px 10px 7px 10px;
  box-sizing: border-box;
  height: 45px;
}
.u-table th {
  color: #333;
  text-align: center;
  background-color: #F2F2F2;
  border: 1px solid #CCC;
  border-top-color: #CCC;
  border-bottom-color: #CCC;
  font-weight: bold;
}
.u-table td {
  border: 1px solid #C7C7C7;
  background-color: #FFF;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   レスポンシブテーブル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.u-table-responsive {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  background-color: #FFF;
}
.u-table-responsive tbody {
  background-color: #F8F8F8;
}
.u-table-responsive th, .u-table-responsive td {
  margin: 0px;
  padding: 7px 10px 7px 10px;
  text-align: left;
  box-sizing: border-box;
  height: 45px;
  background-color: #FFF;
}
.u-table-responsive th {
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}
.u-table-responsive td {
  border-bottom: 1px solid #ededed;
}
.u-table-responsive tr:last-child td {
  border: none;
}
.u-table-responsive .u-table__menu .u-table__menu--sp {
  display: none !important;
}
.u-table-responsive .u-table__menu .u-table__menu--default {
  display: table !important;
  width: 100% !important;
}
.u-table-responsive .u-table__menu .u-table__menu--info {
  display: table-cell;
}
.u-table-responsive .u-table__menu .u-table__menu--btn {
  display: table-cell;
  text-align: right;
}

@media only screen and (max-width: 560px) {
  .u-table-responsive thead {
    display: none;
  }
  .u-table-responsive tr {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
    background-color: #FFF;
  }
  .u-table-responsive tr.line-disabled {
    background-color: #efefef !important;
  }
  .u-table-responsive tr:last-child {
    border: none;
  }
  .u-table-responsive td {
    display: table;
    width: 100% !important;
    border: 0;
    margin: 0;
    padding: 0 0 5px 0;
    height: 0;
    border: none;
    word-break: break-all;
  }
  .u-table-responsive td:before {
    display: table-cell;
    content: attr(data-th);
    font-weight: bold;
    width: 30%;
    padding-right: 2%;
    text-align: left;
    vertical-align: top;
  }
  .u-table-responsive .u-table__menu {
    padding-bottom: 10px;
  }
  .u-table-responsive .u-table__menu .u-table__menu--pc {
    display: none !important;
  }
  .u-table-responsive .u-table__menu .u-table__menu--sp {
    display: table !important;
    width: 100% !important;
  }
  .u-table-responsive .u-table__menu:before {
    display: inline;
    content: none;
    font-weight: bold;
    width: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   リストテーブル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.u-table-list {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  background-color: #FFF;
}
.u-table-list th, .u-table-list td {
  margin: 0px;
  padding: 7px 10px 7px 10px;
  text-align: left;
  box-sizing: border-box;
  height: 45px;
  background-color: #FFF;
}
.u-table-list th {
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}
.u-table-list td {
  border-bottom: 1px solid #ededed;
}
.u-table-list tr:last-child td {
  border: none;
}
.u-table-list .u-table-list__rate {
  position: relative;
}
.u-table-list .u-table-list__rate .u-table-list__rate-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  max-width: calc(100% - 1px);
  height: calc(100% - 1px);
  background: #f5f5f5;
  border-bottom: solid 2px #337ab7;
  z-index: 5;
  transition: 0.5s;
}
.u-table-list .u-table-list__rate span {
  position: relative;
  z-index: 10;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   スクロールテーブル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.u-table-scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

/**
 * Text
 */
/*==================================
* color
==================================*/
.u-fc-blue {
  color: #044E80 !important;
}

.u-fc-red {
  color: #dc3545 !important;
}

.u-fc-green {
  color: #03967a !important;
}

.u-fc-yellow {
  color: #ffc107 !important;
}

.u-fc-orange {
  color: #ffa500 !important;
}

.u-fc-white {
  color: #fff !important;
}

.u-fc-gray {
  color: #999 !important;
}

a.u-text-link {
  color: #337ab7 !important;
}

.u-required {
  color: #dc3545 !important;
}

/*==================================
* font-size
==================================*/
.u-fs-0 {
  font-size: 0px !important;
}

.u-fs-1 {
  font-size: 1px !important;
}

.u-fs-2 {
  font-size: 2px !important;
}

.u-fs-3 {
  font-size: 3px !important;
}

.u-fs-4 {
  font-size: 4px !important;
}

.u-fs-5 {
  font-size: 5px !important;
}

.u-fs-6 {
  font-size: 6px !important;
}

.u-fs-7 {
  font-size: 7px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-fs-h1 {
  font-size: 2.5rem !important;
}

.u-fs-h2 {
  font-size: 2rem !important;
}

.u-fs-h3 {
  font-size: 1.75rem !important;
}

.u-fs-h4 {
  font-size: 1.5rem !important;
}

.u-fs-h5 {
  font-size: 1.25rem !important;
}

.u-fs-h6 {
  font-size: 1rem !important;
}

@media screen and (min-width: 768px) {
  .u-fs-h1 {
    font-size: 3rem !important;
  }
  .u-fs-h2 {
    font-size: 2.5rem !important;
  }
  .u-fs-h3 {
    font-size: 2.2rem !important;
  }
  .u-fs-h4 {
    font-size: 1.75rem !important;
  }
  .u-fs-h5 {
    font-size: 1.5rem !important;
  }
  .u-fs-h6 {
    font-size: 1rem !important;
  }
}
/*==================================
* font-weight
==================================*/
.u-fw-light {
  font-weight: 300 !important;
}

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

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

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

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

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

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

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

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

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

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

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

/*==================================
* align
==================================*/
.u-text-top {
  vertical-align: top !important;
}

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

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

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

.u-text-middle {
  vertical-align: middle !important;
}

.u-text-bottom {
  vertical-align: bottom !important;
}

@media screen and (min-width: 768px) {
  .u-txt-pc-center {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u-txt-sp-center {
    text-align: left;
  }
}

/*==================================
* もっと見る
==================================*/
.u-text-more {
  height: 40px;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.u-text-more .u-text-more__link {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  background: #fff;
}

/*==================================
* その他
==================================*/
/* アンダーライン */
.u-text-underline {
  text-decoration: underline !important;
}

/* テキストを改行しない */
.u-text-nowrap {
  white-space: nowrap !important;
}

/* テキストを改行する */
.u-text-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.u-text-breakall {
  word-break: break-all;
}

/* テキストを両端揃え */
.u-text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

/**
 * width
 */
/*==================================
* width
==================================*/
.u-w10 {
  width: 10px !important;
}

.u-w20 {
  width: 20px !important;
}

.u-w30 {
  width: 30px !important;
}

.u-w40 {
  width: 40px !important;
}

.u-w50 {
  width: 50px !important;
}

.u-w60 {
  width: 60px !important;
}

.u-w70 {
  width: 70px !important;
}

.u-w80 {
  width: 80px !important;
}

.u-w90 {
  width: 90px !important;
}

.u-w100 {
  width: 100px !important;
}

.u-w110 {
  width: 110px !important;
}

.u-w120 {
  width: 120px !important;
}

.u-w130 {
  width: 130px !important;
}

.u-w140 {
  width: 140px !important;
}

.u-w150 {
  width: 150px !important;
}

.u-w160 {
  width: 160px !important;
}

.u-w170 {
  width: 170px !important;
}

.u-w180 {
  width: 180px !important;
}

.u-w190 {
  width: 190px !important;
}

.u-w200 {
  width: 200px !important;
}

.u-w210 {
  width: 210px !important;
}

.u-w220 {
  width: 220px !important;
}

.u-w230 {
  width: 230px !important;
}

.u-w240 {
  width: 240px !important;
}

.u-w250 {
  width: 250px !important;
}

.u-w260 {
  width: 260px !important;
}

.u-w270 {
  width: 270px !important;
}

.u-w280 {
  width: 280px !important;
}

.u-w290 {
  width: 290px !important;
}

.u-w300 {
  width: 300px !important;
}

.u-w310 {
  width: 310px !important;
}

.u-w320 {
  width: 320px !important;
}

.u-w330 {
  width: 330px !important;
}

.u-w340 {
  width: 340px !important;
}

.u-w350 {
  width: 350px !important;
}

.u-w360 {
  width: 360px !important;
}

.u-w370 {
  width: 370px !important;
}

.u-w380 {
  width: 380px !important;
}

.u-w390 {
  width: 390px !important;
}

.u-w400 {
  width: 400px !important;
}

/*
.u-w80  { width: 80px !important; }
.u-w100 { width: 100px !important; }
.u-w120 { width: 120px !important; }
.u-w140 { width: 140px !important; }
.u-w150 { width: 150px !important; }
.u-w170 { width: 170px !important; }
.u-w180 { width: 180px !important; }
.u-w200 { width: 200px !important; }
.u-w220 { width: 220px !important; }
.u-w250 { width: 250px !important; }
.u-w270 { width: 270px !important; }
.u-w300 { width: 300px !important; }
*/
/*==================================
* width (%)
==================================*/
.w0 {
  width: 0 !important;
}

.u-w0p {
  width: 0% !important;
}

.u-w1p {
  width: 1% !important;
}

.u-w2p {
  width: 2% !important;
}

.u-w3p {
  width: 3% !important;
}

.u-w4p {
  width: 4% !important;
}

.u-w5p {
  width: 5% !important;
}

.u-w6p {
  width: 6% !important;
}

.u-w7p {
  width: 7% !important;
}

.u-w8p {
  width: 8% !important;
}

.u-w9p {
  width: 9% !important;
}

.u-w10p {
  width: 10% !important;
}

.u-w11p {
  width: 11% !important;
}

.u-w12p {
  width: 12% !important;
}

.u-w13p {
  width: 13% !important;
}

.u-w14p {
  width: 14% !important;
}

.u-w15p {
  width: 15% !important;
}

.u-w16p {
  width: 16% !important;
}

.u-w17p {
  width: 17% !important;
}

.u-w18p {
  width: 18% !important;
}

.u-w19p {
  width: 19% !important;
}

.u-w20p {
  width: 20% !important;
}

.u-w21p {
  width: 21% !important;
}

.u-w22p {
  width: 22% !important;
}

.u-w23p {
  width: 23% !important;
}

.u-w24p {
  width: 24% !important;
}

.u-w25p {
  width: 25% !important;
}

.u-w26p {
  width: 26% !important;
}

.u-w27p {
  width: 27% !important;
}

.u-w28p {
  width: 28% !important;
}

.u-w29p {
  width: 29% !important;
}

.u-w30p {
  width: 30% !important;
}

.u-w31p {
  width: 31% !important;
}

.u-w32p {
  width: 32% !important;
}

.u-w33p {
  width: 33% !important;
}

.u-w34p {
  width: 34% !important;
}

.u-w35p {
  width: 35% !important;
}

.u-w36p {
  width: 36% !important;
}

.u-w37p {
  width: 37% !important;
}

.u-w38p {
  width: 38% !important;
}

.u-w39p {
  width: 39% !important;
}

.u-w40p {
  width: 40% !important;
}

.u-w41p {
  width: 41% !important;
}

.u-w42p {
  width: 42% !important;
}

.u-w43p {
  width: 43% !important;
}

.u-w44p {
  width: 44% !important;
}

.u-w45p {
  width: 45% !important;
}

.u-w46p {
  width: 46% !important;
}

.u-w47p {
  width: 47% !important;
}

.u-w48p {
  width: 48% !important;
}

.u-w49p {
  width: 49% !important;
}

.u-w50p {
  width: 50% !important;
}

.u-w51p {
  width: 51% !important;
}

.u-w52p {
  width: 52% !important;
}

.u-w53p {
  width: 53% !important;
}

.u-w54p {
  width: 54% !important;
}

.u-w55p {
  width: 55% !important;
}

.u-w56p {
  width: 56% !important;
}

.u-w57p {
  width: 57% !important;
}

.u-w58p {
  width: 58% !important;
}

.u-w59p {
  width: 59% !important;
}

.u-w60p {
  width: 60% !important;
}

.u-w61p {
  width: 61% !important;
}

.u-w62p {
  width: 62% !important;
}

.u-w63p {
  width: 63% !important;
}

.u-w64p {
  width: 64% !important;
}

.u-w65p {
  width: 65% !important;
}

.u-w66p {
  width: 66% !important;
}

.u-w67p {
  width: 67% !important;
}

.u-w68p {
  width: 68% !important;
}

.u-w69p {
  width: 69% !important;
}

.u-w70p {
  width: 70% !important;
}

.u-w71p {
  width: 71% !important;
}

.u-w72p {
  width: 72% !important;
}

.u-w73p {
  width: 73% !important;
}

.u-w74p {
  width: 74% !important;
}

.u-w75p {
  width: 75% !important;
}

.u-w76p {
  width: 76% !important;
}

.u-w77p {
  width: 77% !important;
}

.u-w78p {
  width: 78% !important;
}

.u-w79p {
  width: 79% !important;
}

.u-w80p {
  width: 80% !important;
}

.u-w81p {
  width: 81% !important;
}

.u-w82p {
  width: 82% !important;
}

.u-w83p {
  width: 83% !important;
}

.u-w84p {
  width: 84% !important;
}

.u-w85p {
  width: 85% !important;
}

.u-w86p {
  width: 86% !important;
}

.u-w87p {
  width: 87% !important;
}

.u-w88p {
  width: 88% !important;
}

.u-w89p {
  width: 89% !important;
}

.u-w90p {
  width: 90% !important;
}

.u-w91p {
  width: 91% !important;
}

.u-w92p {
  width: 92% !important;
}

.u-w93p {
  width: 93% !important;
}

.u-w94p {
  width: 94% !important;
}

.u-w95p {
  width: 95% !important;
}

.u-w96p {
  width: 96% !important;
}

.u-w97p {
  width: 97% !important;
}

.u-w98p {
  width: 98% !important;
}

.u-w99p {
  width: 99% !important;
}

.u-w100p {
  width: 100% !important;
}

/*==================================
* min-width
==================================*/
.u-min-w10 {
  min-width: 10px !important;
}

.u-min-w20 {
  min-width: 20px !important;
}

.u-min-w30 {
  min-width: 30px !important;
}

.u-min-w40 {
  min-width: 40px !important;
}

.u-min-w50 {
  min-width: 50px !important;
}

.u-min-w60 {
  min-width: 60px !important;
}

.u-min-w70 {
  min-width: 70px !important;
}

.u-min-w80 {
  min-width: 80px !important;
}

.u-min-w90 {
  min-width: 90px !important;
}

.u-min-w100 {
  min-width: 100px !important;
}

.u-min-w110 {
  min-width: 110px !important;
}

.u-min-w120 {
  min-width: 120px !important;
}

.u-min-w130 {
  min-width: 130px !important;
}

.u-min-w140 {
  min-width: 140px !important;
}

.u-min-w150 {
  min-width: 150px !important;
}

.u-min-w160 {
  min-width: 160px !important;
}

.u-min-w170 {
  min-width: 170px !important;
}

.u-min-w180 {
  min-width: 180px !important;
}

.u-min-w190 {
  min-width: 190px !important;
}

.u-min-w200 {
  min-width: 200px !important;
}

.u-min-w210 {
  min-width: 210px !important;
}

.u-min-w220 {
  min-width: 220px !important;
}

.u-min-w230 {
  min-width: 230px !important;
}

.u-min-w240 {
  min-width: 240px !important;
}

.u-min-w250 {
  min-width: 250px !important;
}

.u-min-w260 {
  min-width: 260px !important;
}

.u-min-w270 {
  min-width: 270px !important;
}

.u-min-w280 {
  min-width: 280px !important;
}

.u-min-w290 {
  min-width: 290px !important;
}

.u-min-w300 {
  min-width: 300px !important;
}

/*==================================
* max-width
==================================*/
.u-max-w10 {
  max-width: 10px !important;
}

.u-max-w20 {
  max-width: 20px !important;
}

.u-max-w30 {
  max-width: 30px !important;
}

.u-max-w40 {
  max-width: 40px !important;
}

.u-max-w50 {
  max-width: 50px !important;
}

.u-max-w60 {
  max-width: 60px !important;
}

.u-max-w70 {
  max-width: 70px !important;
}

.u-max-w80 {
  max-width: 80px !important;
}

.u-max-w90 {
  max-width: 90px !important;
}

.u-max-w100 {
  max-width: 100px !important;
}

.u-max-w110 {
  max-width: 110px !important;
}

.u-max-w120 {
  max-width: 120px !important;
}

.u-max-w130 {
  max-width: 130px !important;
}

.u-max-w140 {
  max-width: 140px !important;
}

.u-max-w150 {
  max-width: 150px !important;
}

.u-max-w160 {
  max-width: 160px !important;
}

.u-max-w170 {
  max-width: 170px !important;
}

.u-max-w180 {
  max-width: 180px !important;
}

.u-max-w190 {
  max-width: 190px !important;
}

.u-max-w200 {
  max-width: 200px !important;
}

.u-max-w210 {
  max-width: 210px !important;
}

.u-max-w220 {
  max-width: 220px !important;
}

.u-max-w230 {
  max-width: 230px !important;
}

.u-max-w240 {
  max-width: 240px !important;
}

.u-max-w250 {
  max-width: 250px !important;
}

.u-max-w260 {
  max-width: 260px !important;
}

.u-max-w270 {
  max-width: 270px !important;
}

.u-max-w280 {
  max-width: 280px !important;
}

.u-max-w290 {
  max-width: 290px !important;
}

.u-max-w300 {
  max-width: 300px !important;
}

/*==================================
* min-width (%)
==================================*/
.u-min-w0p {
  min-width: 0% !important;
}

.u-min-w1p {
  min-width: 1% !important;
}

.u-min-w2p {
  min-width: 2% !important;
}

.u-min-w3p {
  min-width: 3% !important;
}

.u-min-w4p {
  min-width: 4% !important;
}

.u-min-w5p {
  min-width: 5% !important;
}

.u-min-w6p {
  min-width: 6% !important;
}

.u-min-w7p {
  min-width: 7% !important;
}

.u-min-w8p {
  min-width: 8% !important;
}

.u-min-w9p {
  min-width: 9% !important;
}

.u-min-w10p {
  min-width: 10% !important;
}

.u-min-w11p {
  min-width: 11% !important;
}

.u-min-w12p {
  min-width: 12% !important;
}

.u-min-w13p {
  min-width: 13% !important;
}

.u-min-w14p {
  min-width: 14% !important;
}

.u-min-w15p {
  min-width: 15% !important;
}

.u-min-w16p {
  min-width: 16% !important;
}

.u-min-w17p {
  min-width: 17% !important;
}

.u-min-w18p {
  min-width: 18% !important;
}

.u-min-w19p {
  min-width: 19% !important;
}

.u-min-w20p {
  min-width: 20% !important;
}

.u-min-w21p {
  min-width: 21% !important;
}

.u-min-w22p {
  min-width: 22% !important;
}

.u-min-w23p {
  min-width: 23% !important;
}

.u-min-w24p {
  min-width: 24% !important;
}

.u-min-w25p {
  min-width: 25% !important;
}

.u-min-w26p {
  min-width: 26% !important;
}

.u-min-w27p {
  min-width: 27% !important;
}

.u-min-w28p {
  min-width: 28% !important;
}

.u-min-w29p {
  min-width: 29% !important;
}

.u-min-w30p {
  min-width: 30% !important;
}

.u-min-w31p {
  min-width: 31% !important;
}

.u-min-w32p {
  min-width: 32% !important;
}

.u-min-w33p {
  min-width: 33% !important;
}

.u-min-w34p {
  min-width: 34% !important;
}

.u-min-w35p {
  min-width: 35% !important;
}

.u-min-w36p {
  min-width: 36% !important;
}

.u-min-w37p {
  min-width: 37% !important;
}

.u-min-w38p {
  min-width: 38% !important;
}

.u-min-w39p {
  min-width: 39% !important;
}

.u-min-w40p {
  min-width: 40% !important;
}

.u-min-w41p {
  min-width: 41% !important;
}

.u-min-w42p {
  min-width: 42% !important;
}

.u-min-w43p {
  min-width: 43% !important;
}

.u-min-w44p {
  min-width: 44% !important;
}

.u-min-w45p {
  min-width: 45% !important;
}

.u-min-w46p {
  min-width: 46% !important;
}

.u-min-w47p {
  min-width: 47% !important;
}

.u-min-w48p {
  min-width: 48% !important;
}

.u-min-w49p {
  min-width: 49% !important;
}

.u-min-w50p {
  min-width: 50% !important;
}

.u-min-w51p {
  min-width: 51% !important;
}

.u-min-w52p {
  min-width: 52% !important;
}

.u-min-w53p {
  min-width: 53% !important;
}

.u-min-w54p {
  min-width: 54% !important;
}

.u-min-w55p {
  min-width: 55% !important;
}

.u-min-w56p {
  min-width: 56% !important;
}

.u-min-w57p {
  min-width: 57% !important;
}

.u-min-w58p {
  min-width: 58% !important;
}

.u-min-w59p {
  min-width: 59% !important;
}

.u-min-w60p {
  min-width: 60% !important;
}

.u-min-w61p {
  min-width: 61% !important;
}

.u-min-w62p {
  min-width: 62% !important;
}

.u-min-w63p {
  min-width: 63% !important;
}

.u-min-w64p {
  min-width: 64% !important;
}

.u-min-w65p {
  min-width: 65% !important;
}

.u-min-w66p {
  min-width: 66% !important;
}

.u-min-w67p {
  min-width: 67% !important;
}

.u-min-w68p {
  min-width: 68% !important;
}

.u-min-w69p {
  min-width: 69% !important;
}

.u-min-w70p {
  min-width: 70% !important;
}

.u-min-w71p {
  min-width: 71% !important;
}

.u-min-w72p {
  min-width: 72% !important;
}

.u-min-w73p {
  min-width: 73% !important;
}

.u-min-w74p {
  min-width: 74% !important;
}

.u-min-w75p {
  min-width: 75% !important;
}

.u-min-w76p {
  min-width: 76% !important;
}

.u-min-w77p {
  min-width: 77% !important;
}

.u-min-w78p {
  min-width: 78% !important;
}

.u-min-w79p {
  min-width: 79% !important;
}

.u-min-w80p {
  min-width: 80% !important;
}

.u-min-w81p {
  min-width: 81% !important;
}

.u-min-w82p {
  min-width: 82% !important;
}

.u-min-w83p {
  min-width: 83% !important;
}

.u-min-w84p {
  min-width: 84% !important;
}

.u-min-w85p {
  min-width: 85% !important;
}

.u-min-w86p {
  min-width: 86% !important;
}

.u-min-w87p {
  min-width: 87% !important;
}

.u-min-w88p {
  min-width: 88% !important;
}

.u-min-w89p {
  min-width: 89% !important;
}

.u-min-w90p {
  min-width: 90% !important;
}

.u-min-w91p {
  min-width: 91% !important;
}

.u-min-w92p {
  min-width: 92% !important;
}

.u-min-w93p {
  min-width: 93% !important;
}

.u-min-w94p {
  min-width: 94% !important;
}

.u-min-w95p {
  min-width: 95% !important;
}

.u-min-w96p {
  min-width: 96% !important;
}

.u-min-w97p {
  min-width: 97% !important;
}

.u-min-w98p {
  min-width: 98% !important;
}

.u-min-w99p {
  min-width: 99% !important;
}

.u-min-w100p {
  min-width: 100% !important;
}

/*==================================
* max-width (%)
==================================*/
.u-max-w0p {
  max-width: 0% !important;
}

.u-max-w1p {
  max-width: 1% !important;
}

.u-max-w2p {
  max-width: 2% !important;
}

.u-max-w3p {
  max-width: 3% !important;
}

.u-max-w4p {
  max-width: 4% !important;
}

.u-max-w5p {
  max-width: 5% !important;
}

.u-max-w6p {
  max-width: 6% !important;
}

.u-max-w7p {
  max-width: 7% !important;
}

.u-max-w8p {
  max-width: 8% !important;
}

.u-max-w9p {
  max-width: 9% !important;
}

.u-max-w10p {
  max-width: 10% !important;
}

.u-max-w11p {
  max-width: 11% !important;
}

.u-max-w12p {
  max-width: 12% !important;
}

.u-max-w13p {
  max-width: 13% !important;
}

.u-max-w14p {
  max-width: 14% !important;
}

.u-max-w15p {
  max-width: 15% !important;
}

.u-max-w16p {
  max-width: 16% !important;
}

.u-max-w17p {
  max-width: 17% !important;
}

.u-max-w18p {
  max-width: 18% !important;
}

.u-max-w19p {
  max-width: 19% !important;
}

.u-max-w20p {
  max-width: 20% !important;
}

.u-max-w21p {
  max-width: 21% !important;
}

.u-max-w22p {
  max-width: 22% !important;
}

.u-max-w23p {
  max-width: 23% !important;
}

.u-max-w24p {
  max-width: 24% !important;
}

.u-max-w25p {
  max-width: 25% !important;
}

.u-max-w26p {
  max-width: 26% !important;
}

.u-max-w27p {
  max-width: 27% !important;
}

.u-max-w28p {
  max-width: 28% !important;
}

.u-max-w29p {
  max-width: 29% !important;
}

.u-max-w30p {
  max-width: 30% !important;
}

.u-max-w31p {
  max-width: 31% !important;
}

.u-max-w32p {
  max-width: 32% !important;
}

.u-max-w33p {
  max-width: 33% !important;
}

.u-max-w34p {
  max-width: 34% !important;
}

.u-max-w35p {
  max-width: 35% !important;
}

.u-max-w36p {
  max-width: 36% !important;
}

.u-max-w37p {
  max-width: 37% !important;
}

.u-max-w38p {
  max-width: 38% !important;
}

.u-max-w39p {
  max-width: 39% !important;
}

.u-max-w40p {
  max-width: 40% !important;
}

.u-max-w41p {
  max-width: 41% !important;
}

.u-max-w42p {
  max-width: 42% !important;
}

.u-max-w43p {
  max-width: 43% !important;
}

.u-max-w44p {
  max-width: 44% !important;
}

.u-max-w45p {
  max-width: 45% !important;
}

.u-max-w46p {
  max-width: 46% !important;
}

.u-max-w47p {
  max-width: 47% !important;
}

.u-max-w48p {
  max-width: 48% !important;
}

.u-max-w49p {
  max-width: 49% !important;
}

.u-max-w50p {
  max-width: 50% !important;
}

.u-max-w51p {
  max-width: 51% !important;
}

.u-max-w52p {
  max-width: 52% !important;
}

.u-max-w53p {
  max-width: 53% !important;
}

.u-max-w54p {
  max-width: 54% !important;
}

.u-max-w55p {
  max-width: 55% !important;
}

.u-max-w56p {
  max-width: 56% !important;
}

.u-max-w57p {
  max-width: 57% !important;
}

.u-max-w58p {
  max-width: 58% !important;
}

.u-max-w59p {
  max-width: 59% !important;
}

.u-max-w60p {
  max-width: 60% !important;
}

.u-max-w61p {
  max-width: 61% !important;
}

.u-max-w62p {
  max-width: 62% !important;
}

.u-max-w63p {
  max-width: 63% !important;
}

.u-max-w64p {
  max-width: 64% !important;
}

.u-max-w65p {
  max-width: 65% !important;
}

.u-max-w66p {
  max-width: 66% !important;
}

.u-max-w67p {
  max-width: 67% !important;
}

.u-max-w68p {
  max-width: 68% !important;
}

.u-max-w69p {
  max-width: 69% !important;
}

.u-max-w70p {
  max-width: 70% !important;
}

.u-max-w71p {
  max-width: 71% !important;
}

.u-max-w72p {
  max-width: 72% !important;
}

.u-max-w73p {
  max-width: 73% !important;
}

.u-max-w74p {
  max-width: 74% !important;
}

.u-max-w75p {
  max-width: 75% !important;
}

.u-max-w76p {
  max-width: 76% !important;
}

.u-max-w77p {
  max-width: 77% !important;
}

.u-max-w78p {
  max-width: 78% !important;
}

.u-max-w79p {
  max-width: 79% !important;
}

.u-max-w80p {
  max-width: 80% !important;
}

.u-max-w81p {
  max-width: 81% !important;
}

.u-max-w82p {
  max-width: 82% !important;
}

.u-max-w83p {
  max-width: 83% !important;
}

.u-max-w84p {
  max-width: 84% !important;
}

.u-max-w85p {
  max-width: 85% !important;
}

.u-max-w86p {
  max-width: 86% !important;
}

.u-max-w87p {
  max-width: 87% !important;
}

.u-max-w88p {
  max-width: 88% !important;
}

.u-max-w89p {
  max-width: 89% !important;
}

.u-max-w90p {
  max-width: 90% !important;
}

.u-max-w91p {
  max-width: 91% !important;
}

.u-max-w92p {
  max-width: 92% !important;
}

.u-max-w93p {
  max-width: 93% !important;
}

.u-max-w94p {
  max-width: 94% !important;
}

.u-max-w95p {
  max-width: 95% !important;
}

.u-max-w96p {
  max-width: 96% !important;
}

.u-max-w97p {
  max-width: 97% !important;
}

.u-max-w98p {
  max-width: 98% !important;
}

.u-max-w99p {
  max-width: 99% !important;
}

.u-max-w100p {
  max-width: 100% !important;
}

/*==================================
* height
==================================*/
.u-h10 {
  height: 10px !important;
}

.u-h20 {
  height: 20px !important;
}

.u-h30 {
  height: 30px !important;
}

.u-h40 {
  height: 40px !important;
}

.u-h50 {
  height: 50px !important;
}

.u-h60 {
  height: 60px !important;
}

.u-h70 {
  height: 70px !important;
}

.u-h80 {
  height: 80px !important;
}

.u-h90 {
  height: 90px !important;
}

.u-h100 {
  height: 100px !important;
}

.u-h110 {
  height: 110px !important;
}

.u-h120 {
  height: 120px !important;
}

.u-h130 {
  height: 130px !important;
}

.u-h140 {
  height: 140px !important;
}

.u-h150 {
  height: 150px !important;
}

.u-h160 {
  height: 160px !important;
}

.u-h170 {
  height: 170px !important;
}

.u-h180 {
  height: 180px !important;
}

.u-h190 {
  height: 190px !important;
}

.u-h200 {
  height: 200px !important;
}

.u-h210 {
  height: 210px !important;
}

.u-h220 {
  height: 220px !important;
}

.u-h230 {
  height: 230px !important;
}

.u-h240 {
  height: 240px !important;
}

.u-h250 {
  height: 250px !important;
}

.u-h260 {
  height: 260px !important;
}

.u-h270 {
  height: 270px !important;
}

.u-h280 {
  height: 280px !important;
}

.u-h290 {
  height: 290px !important;
}

.u-h300 {
  height: 300px !important;
}

.u-h310 {
  height: 310px !important;
}

.u-h320 {
  height: 320px !important;
}

.u-h330 {
  height: 330px !important;
}

.u-h340 {
  height: 340px !important;
}

.u-h350 {
  height: 350px !important;
}

.u-h360 {
  height: 360px !important;
}

.u-h370 {
  height: 370px !important;
}

.u-h380 {
  height: 380px !important;
}

.u-h390 {
  height: 390px !important;
}

.u-h400 {
  height: 400px !important;
}

.u-h410 {
  height: 410px !important;
}

.u-h420 {
  height: 420px !important;
}

.u-h430 {
  height: 430px !important;
}

.u-h440 {
  height: 440px !important;
}

.u-h450 {
  height: 450px !important;
}

.u-h460 {
  height: 460px !important;
}

.u-h470 {
  height: 470px !important;
}

.u-h480 {
  height: 480px !important;
}

.u-h490 {
  height: 490px !important;
}

.u-h500 {
  height: 500px !important;
}

/* Component
----------------------------------------------------------------- */
/**
 * Label
 */
.c-color-scale--0 {
  background: #f8696b !important;
}

.c-color-scale--1 {
  background: #f98370 !important;
}

.c-color-scale--2 {
  background: #fa9d75 !important;
}

.c-color-scale--3 {
  background: #fcb77a !important;
}

.c-color-scale--4 {
  background: #fdd17f !important;
}

.c-color-scale--5 {
  background: #ffeb84 !important;
}

.c-color-scale--6 {
  background: #e0e383 !important;
}

.c-color-scale--7 {
  background: #c1da81 !important;
}

.c-color-scale--8 {
  background: #a2d07f !important;
}

.c-color-scale--9 {
  background: #83c77d !important;
}

.c-color-scale--10 {
  background: #63be7b !important;
}

/**
 * Grid
 */
.c-grid {
  display: block;
  width: 100%;
}
.c-grid .col-1, .c-grid .col-2, .c-grid .col-3, .c-grid .col-4, .c-grid .col-5, .c-grid .col-6, .c-grid .col-7, .c-grid .col-8, .c-grid .col-9, .c-grid .col-10, .c-grid .col-11, .c-grid .col-12 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
@media only screen and (min-width: 560px) and (max-width: 960px) {
  .c-grid .col-4 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .c-grid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-grid .c-grid__row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-right: -10px;
    margin-left: -10px;
  }
  .c-grid .c-grid__row:after {
    content: "";
    display: table;
    clear: both;
  }
  .c-grid .col-1, .c-grid .col-2, .c-grid .col-3, .c-grid .col-4, .c-grid .col-5, .c-grid .col-6, .c-grid .col-7, .c-grid .col-8, .c-grid .col-9, .c-grid .col-10, .c-grid .col-11, .c-grid .col-12 {
    display: block;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-grid .col-12 {
    width: 100%;
  }
  .c-grid .col-11 {
    width: 91.66666667%;
  }
  .c-grid .col-10 {
    width: 83.33333333%;
  }
  .c-grid .col-9 {
    width: 75%;
  }
  .c-grid .col-8 {
    width: 66.66666667%;
  }
  .c-grid .col-7 {
    width: 58.33333333%;
  }
  .c-grid .col-6 {
    width: 50%;
  }
  .c-grid .col-5 {
    width: 41.66666667%;
  }
  .c-grid .col-4 {
    width: 33.33333333%;
  }
  .c-grid .col-3 {
    width: 25%;
  }
  .c-grid .col-2 {
    width: 16.66666667%;
  }
  .c-grid .col-1 {
    width: 8.33333333%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   通知
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-icon-notice {
  position: relative;
}
.c-icon-notice:after {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  content: " ";
  width: 15px;
  height: 15px;
  background-color: #ffa500;
  border-radius: 50%;
}

/**
 * c-input
 */
.c-input {
  background-color: #FFF;
}
.c-input.c-input--underline tr {
  border-bottom: dashed 1px #CCC;
}
.c-input.c-input--underline tr:last-child {
  border-bottom: none;
}
.c-input .c-input__required {
  color: #fff;
  background-color: #dc3545;
  margin-left: 20px;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 3px;
}
.c-input table {
  width: 100%;
  margin: 0;
  padding: 0;
}
.c-input th, .c-input td {
  padding: 10px 0 15px 0;
}
.c-input th {
  font-weight: bold;
  color: #666;
  text-align: left;
  width: 150px;
}
.c-input .c-input__image-list li {
  display: inline-block;
  width: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 560px) {
  .c-input {
    padding: 15px 0 15px 0;
    background-color: transparent;
  }
  .c-input th {
    display: block;
    width: 100%;
    padding: 0 0 5px 0;
    border: none;
    background-color: transparent;
  }
  .c-input td {
    display: block;
    padding: 0 0 20px 0;
    border: none;
  }
  .c-input tr:last-child td:last-child {
    padding: 0;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   レスポンシブテーブル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-input-responsive {
  width: 100%;
  border-collapse: collapse;
}
.c-input-responsive tr {
  background-color: #FAFAFA;
}
.c-input-responsive th, .c-input-responsive td {
  margin: 0px;
  padding: 7px 10px 7px 10px;
  box-sizing: border-box;
}
.c-input-responsive th {
  color: #333;
  text-align: center;
  background-color: #F2F2F2;
  border: 1px solid #CCC;
  border-top-color: #CCC;
  border-bottom-color: #CCC;
  font-weight: bold;
}
.c-input-responsive td {
  padding: 10px;
  border: 1px solid #C7C7C7;
  background-color: #FFF;
}

@media only screen and (max-width: 560px) {
  .c-input-responsive thead {
    display: none;
  }
  .c-input-responsive th, .c-input-responsive td {
    display: block;
    border-bottom: none;
  }
  .c-input-responsive td:last-child {
    border: 1px solid #C7C7C7;
  }
}
/**
 * Label
 */
.c-lbl,
.c-lbl--green,
.c-lbl--orange,
.c-lbl--red,
.c-lbl--blue,
.c-lbl--dark,
.c-lbl--light,
.c-lbl--danger,
.c-lbl--warning,
.c-lbl--info,
.c-lbl--success,
.c-lbl--secondary,
.c-lbl--primary {
  margin: 0;
  padding: 0 3px;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  border-radius: 3px;
  background-color: #FFFFFF;
  text-align: center;
  background: #FFF;
  border: solid 1px #6c757d;
  color: #6c757d;
  font-size: 12px;
}

.c-lbl--primary {
  border: solid 1px #044E80 !important;
  color: #044E80 !important;
  background-color: #FFF;
}

.c-lbl--secondary {
  border: solid 1px #ffa500 !important;
  color: #ffa500 !important;
  background-color: #FFF;
}

.c-lbl--success {
  border: solid 1px #03967a !important;
  color: #03967a !important;
  background-color: #FFF;
}

.c-lbl--info {
  border: solid 1px #17a2b8 !important;
  color: #17a2b8 !important;
  background-color: #FFF;
}

.c-lbl--warning {
  border: solid 1px #ffc107 !important;
  color: #ffc107 !important;
  background-color: #FFF;
}

.c-lbl--danger {
  border: solid 1px #dc3545 !important;
  color: #dc3545 !important;
  background-color: #FFF;
}

.c-lbl--light {
  border: solid 1px #adb5bd !important;
  color: #adb5bd !important;
  background-color: #FFF;
}

.c-lbl--dark {
  border: solid 1px #343a40 !important;
  color: #343a40 !important;
  background-color: #FFF;
}

.c-lbl--blue {
  border: solid 1px #044E80 !important;
  color: #044E80 !important;
  background-color: #FFF;
}

.c-lbl--red {
  border: solid 1px #dc3545 !important;
  color: #dc3545 !important;
  background-color: #FFF;
}

.c-lbl--orange {
  border: solid 1px #ffa500 !important;
  color: #ffa500 !important;
  background-color: #FFF;
}

.c-lbl--green {
  border: solid 1px #03967a !important;
  color: #03967a !important;
  background-color: #FFF;
}

/**
 * List
 */
ul.c-list {
  /*--- ホバー --- */
  /*--- 基本レイアウト --- */
  /*--- リンク --- */
  /*--- ブロック --- */
}
ul.c-list .c-list__title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #337ab7;
}
ul.c-list .u-list-hover:hover {
  background-color: #FFFFEE;
}
ul.c-list > li {
  border-bottom: dashed 1px #DBDBDB;
  display: block;
  padding: 10px 0;
}
ul.c-list > li:last-child {
  border-bottom: none;
}
ul.c-list li.c-list__link {
  padding: 0;
}
ul.c-list li.c-list__link > a {
  display: block;
  padding: 10px 0;
}
ul.c-list li.c-list__container {
  display: table;
  width: 100%;
  padding: 15px 10px 15px 10px;
  background-color: #FFF;
  vertical-align: top;
  box-sizing: border-box;
  border: solid 1px #CCC;
  border-bottom: none;
}
ul.c-list li.c-list__container:first-child {
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
ul.c-list li.c-list__container:last-child {
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: solid 1px #CCC;
}
ul.c-list li.c-list__container > a {
  display: block;
}
ul.c-list li.c-list__container .c-list__cell {
  display: table-cell;
  padding: 5px;
}
ul.c-list li.c-list__container .c-list__image {
  display: table-cell;
  vertical-align: top;
  width: 50px;
  padding: 0 15px 0 0;
}
ul.c-list li.c-list__container .c-list__main {
  display: table-cell;
  vertical-align: middle;
}
ul.c-list li.c-list__container .c-list__main > a {
  color: #333;
}
ul.c-list li.c-list__container .c-list__tools {
  padding-left: 10px;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   テーブル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-list__table {
  width: 100%;
}
.c-list__table .c-list__container {
  width: 100%;
  border-bottom: dashed 1px #DBDBDB;
  display: table;
  padding: 5px 0;
}
.c-list__table .c-list__container:last-child {
  border-bottom: none;
}
.c-list__table .c-list__cell {
  display: table-cell;
  padding: 5px;
  word-break: break-all;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   写真付きメニュー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-list-dtl {
  width: 100%;
}
.c-list-dtl .c-list__container {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
  border-bottom: dashed 1px #DBDBDB;
}
.c-list-dtl .c-list__container:first-of-type {
  padding-top: 0;
}
.c-list-dtl .c-list__container:last-of-type {
  border-bottom: none;
}
.c-list-dtl .c-list-dtl__img {
  padding: 0 15px 0 0;
  text-align: center;
}
.c-list-dtl .c-list-dtl__info {
  width: 100%;
}
.c-list-dtl .c-list-dtl__info .c-list-dtl__info--header {
  display: flex;
  margin-bottom: 10px;
}
.c-list-dtl .c-list-dtl__info .c-list-dtl__info--header .c-list-dtl__info--title {
  flex: 1;
  font-weight: bold;
  word-break: break-all;
}
.c-list-dtl .c-list-dtl__info .c-list-dtl__info--header .c-list-dtl__info--price {
  padding-left: 10px;
  font-weight: bold;
  text-align: right;
}
.c-list-dtl .c-list-dtl__info .c-list-dtl__info--main {
  display: flex;
}
.c-list-dtl .c-list-dtl__info .c-list-dtl__info--main .c-list-dtl__info--about {
  flex: 1;
}
.c-list-dtl .c-list-dtl__info .c-list-dtl__info--main .c-list-dtl__info--tools {
  padding-left: 10px;
  text-align: right;
}

/**
 * Menu
 */
.c-system-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.c-system-menu li {
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 5px;
}
.c-system-menu li a {
  display: inline-block;
  width: 90px;
  padding: 10px 0;
  background-color: #FFF;
  box-sizing: border-box;
  border: solid 1px #CCC;
  border-radius: 4px;
  text-align: center;
  color: #5A738E !important;
}
.c-system-menu li a i {
  font-size: 28px;
  display: block;
  margin-bottom: 8px;
}
.c-system-menu li a span {
  font-weight: bold;
  font-size: 12px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   メニューパネル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-menu-panel__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-menu-panel__row::after {
  content: "";
  display: block;
  width: 32%;
}
.c-menu-panel__row .c-menu-panel {
  width: 32%;
  padding: 10px;
  background-color: #FFF;
  border-radius: 4px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: solid 1px #CCC;
}
.c-menu-panel__row .c-menu-panel__header {
  margin-bottom: 20px;
  padding: 5px 0;
  border-bottom: solid 1px #CCC;
}
.c-menu-panel__row .c-menu-panel__header h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 560px) {
  .c-menu-panel__row {
    display: block;
    flex-wrap: none;
    justify-content: none;
  }
  .c-menu-panel__row .c-menu-panel {
    display: block;
    width: 100%;
  }
}
/* icon-menu
 ======================= */
.c-icon-menu {
  width: 100%;
}
.c-icon-menu a {
  display: block;
  margin-bottom: 30px;
  border: solid 1px #ccc;
  padding: 20px;
  text-align: center;
  position: relative;
}
.c-icon-menu a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: solid 3px #7f7f7f;
  border-right: solid 3px #7f7f7f;
  transform: rotate(45deg);
}
.c-icon-menu a .c-icon-menu__image {
  max-width: 100%;
  margin-bottom: 20px;
}
.c-icon-menu a .c-icon-menu__image img {
  width: 50%;
}
.c-icon-menu a .c-icon-menu__image i {
  font-size: 50px;
}
.c-icon-menu a .c-icon-menu__header {
  margin-bottom: 20px;
}
.c-icon-menu a .c-icon-menu__header h3 {
  font-size: 20px;
  font-weight: bold;
}
.c-icon-menu a .c-icon-menu__body {
  font-size: 14px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .c-icon-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: auto;
    max-width: 1140px;
    margin: 0;
  }
  .c-icon-menu::after {
    content: "";
    display: block;
    width: 30%;
  }
  .c-icon-menu a {
    width: 30%;
    margin-bottom: 0;
    padding: 30px 20px;
  }
  .c-icon-menu a:hover {
    background-color: rgba(127, 191, 255, 0.1);
    color: #333;
  }
  .c-icon-menu a .c-icon-menu__image img {
    width: 40%;
  }
  .c-icon-menu a .c-icon-menu__image i {
    font-size: 50px;
  }
  .c-icon-menu a .c-icon-menu__header h3 {
    font-size: 20px;
  }
}

/**
 * Panel
 */
.c-panel {
  display: inline-block;
  width: 100%;
  border: solid 1px #CCC;
  border-radius: 5px;
  background-color: #FFF;
}
.c-panel .c-panel__header {
  padding: 10px;
  border-bottom: solid 1px #CCC;
  background-color: #F6F6F6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.c-panel .c-panel__header h3, .c-panel .c-panel__header h4, .c-panel .c-panel__header p, .c-panel .c-panel__header label {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #5A738E !important;
}
.c-panel .c-panel__body {
  padding: 10px;
  box-sizing: border-box;
}
.c-panel .c-panel__item li {
  border-bottom: solid 1px #CCC;
}
.c-panel .c-panel__item li:last-child {
  border: none;
}
.c-panel .c-panel__item a {
  display: block;
  width: 100%;
  padding: 10px;
}
.c-panel .c-panel__item .c-panel__item__container {
  display: table;
  width: 100%;
}
.c-panel .c-panel__item .c-panel__item__container .c-panel__item__main {
  display: table-cell;
}
.c-panel .c-panel__item .c-panel__item__container .c-panel__item__right {
  display: table-cell;
  text-align: right;
}
.c-panel .c-panel__item .u-table-list a {
  padding: 0;
}

@media only screen and (max-width: 560px) {
  .c-panel {
    display: block;
    flex-wrap: none;
    justify-content: none;
    align-content: stretch;
  }
  .c-panel .c-panel__body {
    display: block;
    width: 100%;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   パネル配置(一列配置)
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-panel-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.c-panel-list .c-panel-list__col {
  display: block;
  width: 160px;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding-right: 5px;
  padding-left: 5px;
}

@media only screen and (max-width: 560px) {
  .c-panel-list .c-panel-list__col {
    width: 50%;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   パネル配置（2column、column）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-panel-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.c-panel-row .c-panel-row--col2,
.c-panel-row .c-panel-row--col3,
.c-panel-row .c-panel-row--col4 {
  display: block;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}
.c-panel-row .c-panel-row--col2 {
  width: 50%;
}
.c-panel-row .c-panel-row--col3 {
  width: 33.3%;
}
.c-panel-row .c-panel-row--col4 {
  width: 25%;
}

@media only screen and (max-width: 560px) {
  .c-panel-row .c-panel-row--col2,
  .c-panel-row .c-panel-row--col3,
  .c-panel-row .c-panel-row--col4 {
    width: 100%;
  }
}
/**
 * Search
 */
/*==================================
* 一覧
==================================*/
.c-search {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #FFF;
  border: solid 1px #CCC;
  border-radius: 4px;
}
.c-search .c-search__main {
  display: table-cell;
}
.c-search .c-search__tools {
  display: table-cell;
  text-align: right;
}

.c-search.c-search--tab {
  border-top: none;
}

/*==================================
* 検索 ＋ 一覧
==================================*/
.c-search--list .c-search {
  border-radius: 4px 4px 0 0;
  border-bottom: none;
  margin-bottom: 0;
}
.c-search--list ul.c-list li.c-list__container:first-child {
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

/**
 * Step
 */
.c-step {
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
}
.c-step h2 {
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #333;
  border-radius: 4px;
  box-sizing: border-box;
}
.c-step h2 strong {
  margin-right: 15px;
  color: #0088db;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   タグ
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-tag,
.c-tag--green,
.c-tag--orange,
.c-tag--red,
.c-tag--blue,
.c-tag--dark,
.c-tag--light,
.c-tag--danger,
.c-tag--warning,
.c-tag--info,
.c-tag--success,
.c-tag--secondary,
.c-tag--primary {
  padding: 2px 7px 2px 7px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}

.c-tag--primary {
  background-color: #044E80 !important;
}

.c-tag--secondary {
  background-color: #ffa500 !important;
}

.c-tag--success {
  background-color: #03967a !important;
}

.c-tag--info {
  background-color: #17a2b8 !important;
}

.c-tag--warning {
  background-color: #ffc107 !important;
}

.c-tag--danger {
  background-color: #dc3545 !important;
}

.c-tag--light {
  background-color: #adb5bd !important;
}

.c-tag--dark {
  background-color: #343a40 !important;
}

.c-tag--blue {
  background-color: #044E80 !important;
}

.c-tag--red {
  background-color: #dc3545 !important;
}

.c-tag--orange {
  background-color: #ffa500 !important;
}

.c-tag--green {
  background-color: #03967a !important;
}

/**
 * Title
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   下線
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-title__underline {
  margin-bottom: 20px;
  padding: 5px 0 10px 0;
  border-bottom: 1px solid #D9D9D9;
}

.c-title__underline-01 {
  width: 100%;
  display: table;
  margin-bottom: 20px;
  padding: 5px 0 10px 0;
  border-bottom: 1px solid #D9D9D9;
}
.c-title__underline-01 h2, .c-title__underline-01 h3 {
  display: table-cell;
}
.c-title__underline-01 .c-title__function {
  display: table-cell;
  text-align: right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   枠
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-title__box {
  width: 100%;
  display: table;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ccc;
  border-top: 3px solid #2A3F54;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  box-shadow: 0 -1px 0 rgb(255, 255, 255) inset;
}
.c-title__box h2, .c-title__box h3 {
  display: table-cell;
}
.c-title__box .c-title__function {
  display: table-cell;
  text-align: right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ページタイトル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-title__page {
  width: 100%;
  display: table;
  margin: 15px 0;
}
.c-title__page .c-title__page--tit {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
}
.c-title__page .c-title__page--tools {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

/**
 * Timeline
 */
.c-timeline li {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .c-timeline li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .c-timeline .c-timeline__date {
    width: 120px;
    float: left;
    margin-top: 20px;
  }
  .c-timeline .c-timeline__content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding: 20px 0 10px 20px;
  }
  .c-timeline .c-timeline__content:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #044E80;
    position: absolute;
    left: 116px;
    top: 24px;
    border-radius: 100%;
  }
}

/* Page
----------------------------------------------------------------- */
/**
 * Contents
 */
/*==================================
* フレーム
==================================*/
.p-cms-contents {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.p-cms-contents .p-cms-contents__frame {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: #fff;
}

.cms-simple-add-parts ul:after {
  content: "";
  display: table;
  clear: both;
}
.cms-simple-add-parts ul._col1 li {
  border-top: none;
  border-left: dotted 1px #ccc;
}
.cms-simple-add-parts ul._col1 li:first-child {
  border-top: dotted 1px #ccc;
}
.cms-simple-add-parts ul._col2 li:nth-child(2n-1) {
  border-left: dotted 1px #ccc;
}
.cms-simple-add-parts ul._col2 li:nth-child(2) {
  border-top: dotted 1px #ccc;
}
.cms-simple-add-parts ul._col3 li:nth-child(3n-2) {
  border-left: dotted 1px #ccc;
}
.cms-simple-add-parts ul._col3 li:nth-child(2), .cms-simple-add-parts ul._col3 li:nth-child(3) {
  border-top: dotted 1px #ccc;
}
.cms-simple-add-parts ul li {
  float: left;
  display: block;
  text-align: center;
  border-bottom: dotted 1px #ccc;
  border-right: dotted 1px #ccc;
}
.cms-simple-add-parts ul li:nth-child(1) {
  border-top: dotted 1px #ccc;
}
.cms-simple-add-parts ul li a {
  display: block;
  width: 160px;
  min-height: 97px;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.cms-simple-add-parts ul li a:hover {
  background-color: #ffffcc;
}
.cms-simple-add-parts ul li a i {
  display: block;
  width: 50px;
  height: 0px;
  margin: 0 auto 5px auto;
  padding: 50px 0 0 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../img/sprite/cms_parts.png?20170921);
}
.cms-simple-add-parts ul li a i.parts-title {
  background-position: 0 0;
}
.cms-simple-add-parts ul li a i.parts-text {
  background-position: -50px 0;
}
.cms-simple-add-parts ul li a i.parts-img {
  background-position: -100px 0;
}
.cms-simple-add-parts ul li a i.parts-text-img {
  background-position: -150px 0;
}
.cms-simple-add-parts ul li a i.parts-table {
  background-position: -200px 0;
}
.cms-simple-add-parts ul li a i.parts-list {
  background-position: -250px 0;
}
.cms-simple-add-parts ul li a i.parts-btn {
  background-position: -300px 0;
}
.cms-simple-add-parts ul li a i.parts-space {
  background-position: -350px 0;
}
.cms-simple-add-parts ul li a i.parts-parts {
  background-position: -400px 0;
}
.cms-simple-add-parts ul li a i.parts-banner {
  background-position: -450px 0;
}
.cms-simple-add-parts ul li a i.parts-html {
  background-position: -500px 0;
}
.cms-simple-add-parts ul li a i.parts-download {
  background-position: -550px 0;
}
.cms-simple-add-parts ul li a i.parts-link {
  background-position: -600px 0;
}
.cms-simple-add-parts ul li a i.parts-feature {
  background-position: -650px 0;
}
.cms-simple-add-parts ul li a i.parts-column {
  background-position: -700px 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   パーツ
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cms-simple-parts .parts-list li {
  width: 100%;
  list-style: none;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.cms-simple-parts .parts-list li a {
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  position: relative;
  color: #000;
}
.cms-simple-parts .parts-list li a:hover {
  background-color: #FFFFCC;
}
.cms-simple-parts .parts-list li:first-child {
  border-top: 1px solid #dddddd;
}
.cms-simple-parts .design-type-select li {
  margin-bottom: 20px;
}
.cms-simple-parts .design-type-select input[type=radio] {
  display: none;
}
.cms-simple-parts .design-type-select input[type=radio]:checked + label {
  border: solid 2px #fa7e01;
}
.cms-simple-parts .design-type-select label {
  display: inline-block;
  border: solid 2px #fff;
}
.cms-simple-parts .design-type-select label:hover {
  border: solid 2px #fa7e01;
}
.cms-simple-parts .color-select input[type=radio] {
  display: none;
}
.cms-simple-parts .color-select input[type=radio]:checked + label {
  border: solid 2px #fa7e01;
  background-color: #fff !important;
}
.cms-simple-parts .color-select label {
  padding: 1px 3px 0 3px;
  margin: 0 10px 0 0;
  border: solid 2px #fff;
  border-radius: 4px;
}
.cms-simple-parts .color-select label i {
  font-size: 24px;
}

/** テーブル */
.cms-simple-parts-tbl {
  border-collapse: collapse;
  border: none;
  width: 100%;
}
.cms-simple-parts-tbl th,
.cms-simple-parts-tbl td {
  height: 20px;
  margin: 0;
  padding: 2px;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #e6e6e6;
}
.cms-simple-parts-tbl th {
  background-color: #f0f0f0;
}
.cms-simple-parts-tbl td.th {
  background-color: #f0f0f0;
  font-weight: bold;
}
.cms-simple-parts-tbl tr:first-child th {
  border: none;
  background: none;
  text-align: center;
}
.cms-simple-parts-tbl textarea {
  vertical-align: middle;
  background: transparent;
  border: none;
  box-shadow: none;
}

/** リンク */
.cms-simple-parts-link .menu-list {
  margin: 0 0 30px 0;
}
.cms-simple-parts-link .menu-list li {
  padding: 0 10px 0 10px;
}
.cms-simple-parts-link .menu-list a {
  width: 140px;
  font-size: 18px;
}
.cms-simple-parts-link .link-type-body {
  height: 200px;
  padding: 10px;
}
.cms-simple-parts-link .link-type-body th {
  text-align: center;
  padding: 0 20px 0 0;
}
.cms-simple-parts-link .link-type-body td {
  padding: 20px 20px 0 0;
}

/** テンプレート一覧 */
.cms-simple-template-list {
  max-height: 500px;
  overflow-y: auto;
}
.cms-simple-template-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cms-simple-template-list ul::after {
  display: block;
  content: "";
  width: 30%;
}
.cms-simple-template-list ul li {
  width: 30%;
  margin-bottom: 30px;
}
.cms-simple-template-list ul li > a {
  display: block;
  margin-bottom: 10px;
}
.cms-simple-template-list ul li > a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.cms-simple-template-list ul li > a:hover img {
  opacity: 0.7;
}
.cms-simple-template-list ul li h4 {
  margin-bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   金融機関検索
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.default-common-bank .bran-kn-list td {
  padding: 0 10px 10px 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   メール一覧
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.default__mail-list .mail-list li {
  border-left: solid 1px #dedede;
  border-right: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
  padding: 0 5px 0 5px;
  background-color: #fff;
}
.default__mail-list .mail-list li:last-child {
  border-bottom: solid 1px #ccc;
}
.default__mail-list .mail-list a {
  background-color: #fff;
}
@media only screen and (min-width: 960px) {
  .default__mail-list .mail-list a {
    display: table;
    width: 100%;
  }
  .default__mail-list .mail-list ._sender,
  .default__mail-list .mail-list ._title,
  .default__mail-list .mail-list ._date {
    display: table-cell;
    padding: 10px 5px;
  }
  .default__mail-list .mail-list ._sender {
    width: 150px;
  }
  .default__mail-list .mail-list ._title {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .default__mail-list .mail-list ._date {
    width: 100px;
    text-align: right;
  }
}
@media only screen and (max-width: 560px) {
  .default__mail-list .mail-list a {
    display: block;
    padding: 10px 5px;
  }
  .default__mail-list .mail-list ._sender,
  .default__mail-list .mail-list ._title,
  .default__mail-list .mail-list ._date {
    display: block;
  }
  .default__mail-list .mail-list ._date {
    text-align: right;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   タイムカード
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.default__timecard {
  margin-top: 30px;
}
.default__timecard .clock-area {
  text-align: center;
}
.default__timecard .clock-time,
.default__timecard .emp-nm {
  font-size: 40px;
}
.default__timecard .menu-area {
  text-align: center;
}
.default__timecard .menu-pin input {
  font-size: 24px;
  height: auto;
  text-align: center;
}
.default__timecard .emp-area .tab-pane {
  padding-top: 30px;
}
.default__timecard .emp-area .tab-pane ul:after {
  content: "";
  display: table;
  clear: both;
}
.default__timecard .emp-area .tab-pane ul li {
  float: left;
  width: 190px;
  text-align: center;
  margin: 0 0 30px 0;
}

/**
 * Chat
 */
/*==================================
* ウィジェット
==================================*/
.p-chat-widget {
  width: 400px;
  height: 500px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 80px;
  margin: 0 0 -500px 0;
  border-radius: 8px 8px 0 0;
  box-shadow: 0px 0 6px 2px #999;
  background: #fafafa;
  z-index: 90;
}
@media only screen and (max-width: 560px) {
  .p-chat-widget {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-height: 400px) {
  .p-chat-widget {
    height: 350px;
    margin: 0 0 -350px 0;
  }
}

/*==================================
* トーク
==================================*/
.p-chat-talk {
  background-color: #FFF;
  border: solid 1px #ddd;
  border-radius: 5px;
}
.p-chat-talk .p-chat-talk__header {
  padding: 10px 15px;
  border-bottom: solid 1px #ddd;
}
.p-chat-talk .p-chat-talk__header:after {
  content: "";
  display: table;
  clear: both;
}
.p-chat-talk .p-chat-talk__header .p-chat-talk__header__info {
  float: left;
}
.p-chat-talk .p-chat-talk__header .p-chat-talk__header__info h3 {
  margin: 0;
}
.p-chat-talk .p-chat-talk__header .p-chat-talk__header__menu {
  float: right;
  text-align: right;
}
.p-chat-talk .p-chat-talk__footer {
  padding: 3px 15px;
}
.p-chat-talk .p-chat-talk__footer .p-chat-talk__footer__msg {
  display: block;
  height: 15px;
  font-size: 12px;
  color: #495057;
}

/*==================================
* 初期表示メッセージ
==================================*/
.p-chat__welcome-msg {
  position: relative;
  height: 300px;
}
.p-chat__welcome-msg span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*==================================
* リスト
==================================*/
.p-chat-list {
  padding: 0 10px 20px 15px;
  height: 320px;
  overflow-y: auto;
}
@media screen and (max-height: 400px) {
  .p-chat-list {
    height: 170px;
  }
}
.p-chat-list .p-chat-item {
  border-top: solid 1px #D1D8D9;
  padding-top: 10px;
  margin-bottom: 20px;
}
.p-chat-list .p-chat-item .p-chat-item__header {
  margin-bottom: 10px;
}
.p-chat-list .p-chat-item .p-chat-item__header:after {
  content: "";
  display: table;
  clear: both;
}
.p-chat-list .p-chat-item .p-chat-item__header .p-chat-item__header--left {
  float: left;
}
.p-chat-list .p-chat-item .p-chat-item__header .p-chat-item__header--right {
  float: right;
  text-align: right;
}
.p-chat-list .p-chat-item .p-chat-item__main {
  display: table;
  width: 100%;
}
.p-chat-list .p-chat-item .p-chat-item__main .p-chat-item__talk {
  display: table-cell;
  padding-left: 30px;
}
.p-chat-list .p-chat-item .p-chat-item__main .p-chat-item__menu {
  display: table-cell;
  width: 30px;
}
.p-chat-list .p-chat-item .p-chat-item__file {
  margin-top: 10px;
  padding: 5px 10px;
  border: solid 1px #D1D8D9;
  background-color: #fafafa;
}
.p-chat-list .p-chat-item .p-chat-item__file li {
  padding: 2px 0;
}
.p-chat-list .p-chat-item .p-chat-item__footer {
  margin-top: 5px;
  text-align: right;
}
.p-chat-list .p-chat-item .p-chat-item__member-icon {
  border-radius: 50%;
  background-color: #dedede;
  font-size: 10px;
  padding: 3px;
}
.p-chat-list .p-chat-item:first-child {
  border-top: none;
}
.p-chat-list .p-chat-event {
  margin: 10px 0;
  font-size: 12px;
  text-align: center;
  color: #555;
}

/*==================================
* 入力
==================================*/
.p-chat-input .p-chat-input__header {
  border-top: solid 1px #D1D8D9;
  border-bottom: solid 1px #D1D8D9;
  background-color: #fafafa;
  padding: 3px 10px;
}
.p-chat-input .p-chat-input__header:after {
  content: "";
  display: table;
  clear: both;
}
.p-chat-input .p-chat-input__header .p-chat-input__header--left {
  float: left;
  padding: 5px 0 0 5px;
}
.p-chat-input .p-chat-input__header .p-chat-input__header--right {
  float: right;
  text-align: right;
}
.p-chat-input .p-chat-input__main textarea {
  border: none;
}
.p-chat-input .p-chat-input__main textarea:focus {
  border-color: #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/*==================================
* ビデオ
==================================*/
.p-chat-video video {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.p-chat-video .p-chat-video__screen {
  margin-bottom: 20px;
}
.p-chat-video .p-chat-video__screen .p-chat__display__wait {
  position: relative;
  width: 100%;
  height: 75%;
  background: #333;
}
.p-chat-video .p-chat-video__screen .p-chat__display__wait span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.p-chat-video .p-chat-video__screen .p-chat__display__video {
  position: relative;
}
.p-chat-video .p-chat-video__screen .p-chat__display__video .p-chat__display--expand {
  position: absolute;
  top: 0;
  left: 5px;
  color: #ffa500;
  font-size: 26px;
}
.p-chat-video .p-chat-video__footer {
  display: table;
  width: 100%;
}
.p-chat-video .p-chat-video__footer .p-chat-video__my-video {
  display: table-cell;
  width: 200px;
  padding-right: 20px;
}
.p-chat-video .p-chat-video__footer .p-chat-video__menu {
  display: table-cell;
  vertical-align: top;
}
.p-chat-video .p-chat-video__footer .p-chat-video__menu .p-chat-video__menu-box {
  padding: 5px 10px;
  border: solid 1px #D1D8D9;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

/**
 * Video
 */
/*==================================
* ビデオ会議ルーム
==================================*/
.p-gvideo-room {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-gvideo-room .p-gvideo-room__display {
  position: relative;
}
.p-gvideo-room .p-gvideo-room__display .p-gvideo-room__display__wait {
  position: relative;
  width: 100%;
  height: 75%;
  background-color: #333;
}
.p-gvideo-room .p-gvideo-room__display .p-gvideo-room__display__wait span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-gvideo-room .p-gvideo-room__display .p-gvideo-room__display__video video {
  max-height: 100%;
  max-width: 100%;
}
.p-gvideo-room .p-gvideo-room__display .p-gvideo-room__display__video .p-gvideo-room__display--expand {
  position: absolute;
  top: 0;
  left: 5px;
  color: #ffa500;
  font-size: 26px;
}
@media only screen and (max-width: 560px) {
  .p-gvideo-room .p-gvideo-room__display {
    display: block;
    margin-bottom: 20px;
  }
  .p-gvideo-room .p-gvideo-room__display .p-gvideo-room__display--expand {
    font-size: 20px;
  }
}
.p-gvideo-room .p-gvideo-room__list:after {
  content: "";
  display: table;
  clear: both;
}
.p-gvideo-room .p-gvideo-room__list video {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-gvideo-room .p-gvideo-room__list > ul {
  display: flex;
  flex-wrap: wrap;
}
.p-gvideo-room .p-gvideo-room__list > ul > li {
  float: left;
  background-color: #555;
  border: solid 1px #ccc;
}
.p-gvideo-room .p-gvideo-room__list > ul > li .p-gvideo-room__box {
  width: 100%;
  height: auto;
  padding: 66.6% 0 0 0;
  position: relative;
}
.p-gvideo-room .p-gvideo-room__list > ul > li .p-gvideo-room__box .__wait-status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.p-gvideo-room .p-gvideo-room__list > ul > li .p-gvideo-room__box .__wait-status.is-active {
  color: #ffa500;
}
.p-gvideo-room .p-gvideo-room__list > ul > li .p-gvideo-room__box .__user-nm {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.3);
}
.p-gvideo-room .p-gvideo-room__menu {
  width: 300px;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  background-color: #333;
}
.p-gvideo-room .p-gvideo-room__menu:after {
  content: "";
  display: table;
  clear: both;
}
.p-gvideo-room .p-gvideo-room__menu > ul > li {
  float: left;
  padding: 0 20px;
}
.p-gvideo-room .p-gvideo-room__menu > ul > li a {
  font-size: 30px;
  color: #fff;
}

/**
 * Meeting
 */
/*==================================
* ビデオ会議ルーム
==================================*/
.p-meeting__start {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 10px;
}
.p-meeting__start .p-meeting__config {
  width: 250px;
  margin: 0 auto 30px auto;
}
.p-meeting__start .p-meeting__config th, .p-meeting__start .p-meeting__config td {
  padding: 10px 0;
}
.p-meeting__start .p-meeting__config th {
  width: 120px;
  font-size: 18px;
}

.p-meeting__invite-guest .c-input {
  width: 250px;
  margin: 0 auto 20px auto;
}
.p-meeting__invite-guest .c-input th, .p-meeting__invite-guest .c-input td {
  padding: 10px 0;
}
.p-meeting__invite-guest .c-input th {
  width: 100px;
}

.p-meeting__window {
  display: table;
}
@media only screen and (max-width: 560px) {
  .p-meeting__window {
    display: block;
  }
}

.p-meeting__display {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.p-meeting__display .p-meeting__display__wait {
  position: relative;
  width: 100%;
  height: 75%;
  background-color: #333;
}
.p-meeting__display .p-meeting__display__wait span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-meeting__display .p-meeting__display__video video {
  max-height: 100%;
  max-width: 100%;
}
.p-meeting__display .p-meeting__display__video .p-meeting__display--expand {
  position: absolute;
  top: 0;
  left: 5px;
  color: #ffa500;
  font-size: 26px;
}
@media only screen and (max-width: 560px) {
  .p-meeting__display {
    display: block;
    margin-bottom: 20px;
  }
  .p-meeting__display .p-meeting__display--expand {
    font-size: 20px;
  }
}

.p-meeting__thumb {
  display: table-cell;
  width: 120px;
  vertical-align: top;
  padding-left: 20px;
}
.p-meeting__thumb video {
  width: 100%;
  display: block;
  cursor: pointer;
}
.p-meeting__thumb > ul > li {
  margin-bottom: 10px;
  display: block;
  width: 100px;
  border: solid 2px transparent;
}
.p-meeting__thumb > ul > li:hover, .p-meeting__thumb > ul > li.active {
  border-color: #ffa500;
}
@media only screen and (max-width: 560px) {
  .p-meeting__thumb {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .p-meeting__thumb:after {
    content: "";
    display: table;
    clear: both;
  }
  .p-meeting__thumb > ul > li {
    float: left;
    margin-right: 10px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  スケジュール
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.fc-center h2 {
  font-size: 24px;
}

/** 日曜 */
.fc-sun {
  color: #dc3545;
}
.fc-sun a {
  color: #dc3545;
}

/** 土曜 */
.fc-sat {
  color: #044E80;
}
.fc-sat a {
  color: #044E80;
}

@media only screen and (max-width: 560px) {
  .fc-center {
    margin-top: 10px;
  }
  .fc-center h2 {
    font-size: 20px;
  }
  .fc-agendaWeek-view .fc-day-header {
    font-size: 12px;
  }
  .fc-agendaWeek-view .fc-title {
    font-size: 10px;
  }
}
.default__schedule .__list-item--bg {
  margin: 0 0 5px 0;
  padding: 5px 3px;
  background: rgba(58, 135, 173, 0.1333333333);
}
.default__schedule .__list-table td {
  vertical-align: top;
  padding: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  ファイル一覧
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.file__list ._header-menu:after {
  content: "";
  display: table;
  clear: both;
}
.file__list ._header-menu ._nav {
  float: left;
}
.file__list ._header-menu ._tools {
  float: right;
  text-align: right;
}
.file__list ._header-menu .breadcrumb {
  background: #fff;
}
.file__list ._list > li {
  display: table;
  width: 100%;
  padding: 10px 0;
  border-bottom: solid 1px #efefef;
}
.file__list ._list > li:first-child {
  border-top: solid 1px #efefef;
}
.file__list ._list > li.active {
  background-color: #e8e8e8 !important;
}
.file__list ._list > li:hover {
  background-color: #f6f6f6;
}
.file__list ._list > li ._name, .file__list ._list > li ._size, .file__list ._list > li ._open, .file__list ._list > li ._date, .file__list ._list > li ._menu {
  display: table-cell;
  padding: 0 5px;
}
.file__list ._list > li ._name {
  cursor: pointer;
  -webkit-user-select: none;
}
.file__list ._list > li ._name .fa {
  margin-right: 10px;
  font-size: 18px;
}
.file__list ._list > li ._name .fa-folder {
  color: #ffcc66;
}
.file__list ._list > li ._size, .file__list ._list > li ._open {
  width: 80px;
  font-size: 12px;
}
.file__list ._list > li ._size {
  text-align: right;
  padding: 0 10px 0 0;
}
.file__list ._list > li ._open {
  text-align: center;
}
.file__list ._list > li ._date {
  width: 120px;
  font-size: 12px;
}
.file__list ._list > li ._menu {
  width: 30px;
  text-align: center;
}
.file__list ._list > li ._menu a {
  display: block;
}
@media only screen and (max-width: 560px) {
  .file__list ._list > li {
    display: block;
  }
  .file__list ._list > li ._name, .file__list ._list > li ._size, .file__list ._list > li ._open, .file__list ._list > li ._date, .file__list ._list > li ._menu {
    display: inline-block;
  }
  .file__list ._list > li ._name {
    width: 100%;
    margin-bottom: 10px;
  }
}
.file__list._attach ._list {
  overflow-y: auto;
  height: 400px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  ファイル添付
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media only screen and (min-width: 960px) {
  .file__attach {
    width: 400px;
  }
}
.file__attach > ul > li {
  display: table;
  width: 100%;
  margin-top: 5px;
}
.file__attach > ul > li ._name, .file__attach > ul > li ._delete {
  display: table-cell;
}
.file__attach > ul > li ._delete {
  width: 30px;
  text-align: right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  ファイルアップロード
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.file__upload {
  width: 300px;
  border: solid 1px #fff;
}
.file__upload .fa-cloud-upload {
  font-size: 100px;
  color: #ccc;
}
.file__upload ._folder_select {
  display: none;
}
.file__upload ._selected {
  margin-bottom: 10px;
  font-size: 18px;
  color: #fa7e01;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   給与明細
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 明細上部 */
.__payrollHeader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.__payrollHeader .__payrollBase,
.__payrollHeader .__payrollText {
  padding: 10px;
  border-radius: 4px;
  box-sizing: border-box;
  border: solid 1px #CCC;
  background-color: #FFF;
}
.__payrollHeader .__payrollBase {
  width: 32%;
  box-sizing: border-box;
}
.__payrollHeader .__payrollBase table th, .__payrollHeader .__payrollBase table td {
  padding: 5px 10px;
}
.__payrollHeader .__payrollBase table th {
  width: 100px;
}
.__payrollHeader .__payrollText {
  width: 66%;
  padding: 15px;
}
.__payrollHeader .__payrollText h3 {
  font-weight: bold;
  font-size: 14px;
}

/* 支給額 */
.__payrollTotal {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 4px;
  box-sizing: border-box;
  border: solid 1px #CCC;
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
}
.__payrollTotal .__payrollTotal-Lt {
  display: inline-block;
  box-sizing: border-box;
  width: 60%;
}
.__payrollTotal .__payrollTotal-Lt .__payTotal {
  margin-right: 50px;
}
.__payrollTotal .__payrollTotal-Rt {
  display: inline-block;
  box-sizing: border-box;
  width: 40%;
  text-align: right;
}
.__payrollTotal .__payrollTotal-Rt dd {
  font-size: 18px;
  font-weight: bold;
}
.__payrollTotal dt, .__payrollTotal dd {
  padding: 5px;
  display: inline-block;
}

/* 給与明細 */
.__payroll {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.__payroll .__payrollRow {
  width: 32%;
  box-sizing: border-box;
}
.__payroll .panel-heading {
  font-weight: bold;
  text-align: center;
}
.__payroll .panel-footer {
  padding: 0px;
}
.__payroll .panel-footer table {
  width: 100%;
}
.__payroll .panel-footer table th, .__payroll .panel-footer table td {
  padding: 10px;
}
.__payroll .panel-footer table th {
  font-weight: normal;
}
.__payroll .panel table {
  width: 100%;
}
.__payroll .panel table th, .__payroll .panel table td {
  padding: 10px;
}
.__payroll .panel table th {
  background-color: #f5f5f5;
  width: 40%;
  min-width: 90px;
  max-width: 140px;
  font-weight: normal;
}

@media only screen and (max-width: 560px) {
  /* 明細上部 */
  .__payrollHeader {
    display: block;
    flex-wrap: nowrap;
    justify-content: normal;
    margin-bottom: 30px;
  }
  .__payrollHeader .__payrollBase {
    width: 100%;
    margin-bottom: 20px;
  }
  .__payrollHeader .__payrollText {
    width: 100%;
  }
  /** 合計欄 */
  .__payrollTotal .__payrollTotal-Lt .__payTotal {
    margin-right: 0;
  }
  /* 給与明細 */
  .__payroll {
    display: block;
    flex-wrap: nowrap;
    justify-content: normal;
  }
  .__payroll .__payrollRow {
    width: 100%;
    box-sizing: border-box;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  ファイルアップロード
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.partial__include-file .__upload_box {
  margin-bottom: 20px;
}
.partial__include-file .__upload_box a {
  display: block;
  padding: 10px 0;
  text-align: center;
  border: dashed 1px #ccc;
}
@media only screen and (min-width: 960px) {
  .partial__include-file .__include-list {
    width: 400px;
  }
}
.partial__include-file .__include-list > li {
  display: table;
  width: 100%;
  margin-top: 5px;
}
.partial__include-file .__include-list > li ._name, .partial__include-file .__include-list > li ._delete {
  display: table-cell;
}
.partial__include-file .__include-list > li ._delete {
  width: 30px;
  text-align: right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   メイン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.main {
  margin: 0;
  padding: 0 0 70px 0;
}
.main .container.footer-less {
  margin-bottom: -70px;
}