@charset "utf-8";
/* ===================================================================

CSS information

 style info :デフォルトCSS

=================================================================== */

/* ----------------------------------------------------
  reset
---------------------------------------------------- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure, footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  word-break: break-word;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block;}
ul, ol {list-style-type: none;}
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
th, caption {text-align: left;}
img{
  border: none;
  vertical-align: middle;
}
a {
  outline: none;
  display: inline-block;
}
a:focus {outline: none;}
a img {text-decoration: none;}
strong{font-weight: bold;}
input[type='text'],input[type='password'],input[type='email'],input[type='search'],input[type='button'],input[type='submit'],
input[type='radio'],input[type='checkbox'],select,input[type='button'],input[type='submit'],textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  vertical-align:middle;
  border: 1px solid #ccc;
}
select::-ms-expand {display: none;}
img { -ms-interpolation-mode: bicubic; }

/* ----------------------------------------------------
  clearfix
---------------------------------------------------- */
.clearfix:after{
  display: block;
  clear: both;
  content: '';
}
/* ----------------------------------------------------
  汎用
---------------------------------------------------- */
.fll{float: left!important;}
.flr{float: right!important;}
.clear{clear: both;}
.relative{position: relative!important;}
.bgw{background: #fff!important;}
.bgg{background: #d9d9d9!important;}
.bgb{background: #d9edff!important;}
.bgp{background: #fef2fb!important;}
.hide{display:none;}
.nowrap{white-space: nowrap;}
.block{display: block;}
.tc{text-align: center!important;}
.tr{text-align: right!important;}
.tl{text-align: left!important;}
.fs10{font-size: 10px!important;}
.fs11{font-size: 11px!important;}
.fs12{font-size: 12px!important;}
.fs13{font-size: 13px!important;}
.fs14{font-size: 14px!important;}
.fs15{font-size: 15px!important;}
.fs16{font-size: 16px!important;}
.fs17{font-size: 17px!important;}
.fs18{font-size: 18px!important;}
.fs19{font-size: 19px!important;}
.fs20{font-size: 20px!important;}
.m0{margin: 0!important;}
.m5{margin: 5px!important;}
.m10{margin: 10px!important;}
.m15{margin: 15px!important;}
.m20{margin: 20px!important;}
.m25{margin: 25px!important;}
.m30{margin: 30px!important;}
.mt0{margin-top: 0px!important;}
.mt5{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt45{margin-top: 45px!important;}
.mb0{margin-bottom: 0px!important;}
.mb1{margin-bottom: 1px!important;}
.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb25{margin-bottom: 25px!important;}
.mb30{margin-bottom: 30px!important;}
.ml5{margin-left: 5px!important;}
.ml10{margin-left: 10px!important;}
.ml15{margin-left: 15px!important;}
.ml20{margin-left: 20px!important;}
.ml25{margin-left: 25px!important;}
.ml30{margin-left: 30px!important;}
.ml40{margin-left: 40px!important;}
.mr5{margin-right: 5px!important;}
.mr10{margin-right: 10px!important;}
.mr15{margin-right: 15px!important;}
.mr20{margin-right: 20px!important;}
.mr25{margin-right: 25px!important;}
.mr30{margin-right: 30px!important;}
.p0{padding: 0!important;}
.p5{padding: 5px!important;}
.p10{padding: 10px!important;}
.p15{padding: 15px!important;}
.p20{padding: 20px!important;}
.p25{padding: 25px!important;}
.p30{padding: 30px!important;}
.pt5{padding-top: 5px!important;}
.pt10{padding-top: 10px!important;}
.pt15{padding-top: 15px!important;}
.pt20{padding-top: 20px!important;}
.pt25{padding-top: 25px!important;}
.pt30{padding-top: 30px!important;}
.pt55{padding-top: 55px!important;}
.pb5{padding-bottom: 5px!important;}
.pb10{padding-bottom: 10px!important;}
.pb15{padding-bottom: 15px!important;}
.pb20{padding-bottom: 20px!important;}
.pb25{padding-bottom: 25px!important;}
.pb30{padding-bottom: 30px!important;}
.pl5{padding-left: 5px!important;}
.pl10{padding-left: 10px!important;}
.pl15{padding-left: 15px!important;}
.pl20{padding-left: 20px!important;}
.pl25{padding-left: 25px!important;}
.pl30{padding-left: 30px!important;}
.pl45{padding-left: 45px!important;}
.pr5{padding-right: 5px!important;}
.pr10{padding-right: 10px!important;}
.pr15{padding-right: 15px!important;}
.pr20{padding-right: 20px!important;}
.pr25{padding-right: 25px!important;}
.pr30{padding-right: 30px!important;}
.pr45{padding-right: 45px!important;}

.mlr5{margin-left: 5px!important;margin-right: 5px!important;}
.mlr10{margin-left: 10px!important;margin-right: 10px!important;}
.mlr15{margin-left: 15px!important;margin-right: 15px!important;}
.mlr20{margin-left: 20px!important;margin-right: 20px!important;}
.mlr25{margin-left: 25px!important;margin-right: 25px!important;}
.mlr30{margin-left: 30px!important;margin-right: 30px!important;}
.plr5{padding-left: 5px!important;padding-right: 5px!important;}
.plr10{padding-left: 10px!important;padding-right: 10px!important;}
.plr15{padding-left: 15px!important;padding-right: 15px!important;}
.plr20{padding-left: 20px!important;padding-right: 20px!important;}
.plr25{padding-left: 25px!important;padding-right: 25px!important;}
.plr30{padding-left: 30px!important;padding-right: 30px!important;}

.mc15{margin: 15px 15px 0!important;}

/* ------ width ------ */
.w1 {
  width: 1% !important;
}
.w2 {
  width: 2% !important;
}
.w3 {
  width: 3% !important;
}
.w4 {
  width: 4% !important;
}
.w5 {
  width: 5% !important;
}
.w6 {
  width: 6% !important;
}
.w7 {
  width: 7% !important;
}
.w8 {
  width: 8% !important;
}
.w9 {
  width: 9% !important;
}
.w10 {
  width: 10% !important;
}
.w11 {
  width: 11% !important;
}
.w12 {
  width: 12% !important;
}
.w13 {
  width: 13% !important;
}
.w14 {
  width: 14% !important;
}
.w15 {
  width: 15% !important;
}
.w16 {
  width: 16% !important;
}
.w17 {
  width: 17% !important;
}
.w18 {
  width: 18% !important;
}
.w19 {
  width: 19% !important;
}
.w20 {
  width: 20% !important;
}
.w21 {
  width: 21% !important;
}
.w22 {
  width: 22% !important;
}
.w23 {
  width: 23% !important;
}
.w24 {
  width: 24% !important;
}
.w25 {
  width: 25% !important;
}
.w26 {
  width: 26% !important;
}
.w27 {
  width: 27% !important;
}
.w28 {
  width: 28% !important;
}
.w29 {
  width: 29% !important;
}
.w30 {
  width: 30% !important;
}
.w31 {
  width: 31% !important;
}
.w32 {
  width: 32% !important;
}
.w33 {
  width: 33% !important;
}
.w34 {
  width: 34% !important;
}
.w35 {
  width: 35% !important;
}
.w36 {
  width: 36% !important;
}
.w37 {
  width: 37% !important;
}
.w38 {
  width: 38% !important;
}
.w39 {
  width: 39% !important;
}
.w40 {
  width: 40% !important;
}
.w41 {
  width: 41% !important;
}
.w42 {
  width: 42% !important;
}
.w43 {
  width: 43% !important;
}
.w44 {
  width: 44% !important;
}
.w45 {
  width: 45% !important;
}
.w46 {
  width: 46% !important;
}
.w47 {
  width: 47% !important;
}
.w48 {
  width: 48% !important;
}
.w49 {
  width: 49% !important;
}
.w50 {
  width: 50% !important;
}
.w51 {
  width: 51% !important;
}
.w52 {
  width: 52% !important;
}
.w53 {
  width: 53% !important;
}
.w54 {
  width: 54% !important;
}
.w55 {
  width: 55% !important;
}
.w56 {
  width: 56% !important;
}
.w57 {
  width: 57% !important;
}
.w58 {
  width: 58% !important;
}
.w59 {
  width: 59% !important;
}
.w60 {
  width: 60% !important;
}
.w61 {
  width: 61% !important;
}
.w62 {
  width: 62% !important;
}
.w63 {
  width: 63% !important;
}
.w64 {
  width: 64% !important;
}
.w65 {
  width: 65% !important;
}
.w66 {
  width: 66% !important;
}
.w67 {
  width: 67% !important;
}
.w68 {
  width: 68% !important;
}
.w69 {
  width: 69% !important;
}
.w70 {
  width: 70% !important;
}
.w71 {
  width: 71% !important;
}
.w72 {
  width: 72% !important;
}
.w73 {
  width: 73% !important;
}
.w74 {
  width: 74% !important;
}
.w75 {
  width: 75% !important;
}
.w76 {
  width: 76% !important;
}
.w77 {
  width: 77% !important;
}
.w78 {
  width: 78% !important;
}
.w79 {
  width: 79% !important;
}
.w80 {
  width: 80% !important;
}
.w81 {
  width: 81% !important;
}
.w82 {
  width: 82% !important;
}
.w83 {
  width: 83% !important;
}
.w84 {
  width: 84% !important;
}
.w85 {
  width: 85% !important;
}
.w86 {
  width: 86% !important;
}
.w87 {
  width: 87% !important;
}
.w88 {
  width: 88% !important;
}
.w89 {
  width: 89% !important;
}
.w90 {
  width: 90% !important;
}
.w91 {
  width: 91% !important;
}
.w92 {
  width: 92% !important;
}
.w93 {
  width: 93% !important;
}
.w94 {
  width: 94% !important;
}
.w95 {
  width: 95% !important;
}
.w96 {
  width: 96% !important;
}
.w97 {
  width: 97% !important;
}
.w98 {
  width: 98% !important;
}
.w99 {
  width: 99% !important;
}
.w100 {
  width: 100% !important;
}
.max-w100 {
  max-width: 100% !important;
}

.disp-block {
  display: block;
}

.disp-none {
  display: none;
}
.vis-hide {
  visibility: hidden;
}