@charset "utf-8";

/* =================================
   フォント
================================= */
/* --- [t]text --- */
.tal {text-align: left !important;}
.tar {text-align: right !important;}
.tac {text-align: center !important;}
.tdlt {text-decoration: line-through !important;}
.tdu {text-decoration: underline !important;}

.vam {vertical-align: middle !important;}
	
/* --- [f]font --- */
.fwb {font-weight: bold !important;}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HG明朝E", serif !important;
}

.fs05m {font-size: 0.5em !important;}
.fs06m {font-size: 0.6em !important;}
.fs07m {font-size: 0.7em !important;}
.fs08m {font-size: 0.8em !important;}
.fs09m {font-size: 0.9em !important;}
.fs1m {font-size: 1em !important;}
.fs11m {font-size: 1.1em !important;}
.fs12m {font-size: 1.2em !important;}
.fs13m {font-size: 1.3em !important;}
.fs14m {font-size: 1.4em !important;}
.fs15m {font-size: 1.5em !important;}
.fs16m {font-size: 1.6em !important;}
.fs17m {font-size: 1.7em !important;}
.fs18m {font-size: 1.8em !important;}
.fs19m {font-size: 1.9em !important;}
.fs2m {font-size: 2em !important;}
.fs21m {font-size: 2.1em !important;}
.fs22m {font-size: 2.2em !important;}
.fs23m {font-size: 2.3em !important;}
.fs24m {font-size: 2.4em !important;}
.fs25m {font-size: 2.5em !important;}
.fs3m {font-size: 3em !important;}

/* color */
.color-red {
  color: #d22930 !important;
}
.color-gray {
  color: #bbb !important;
}

/* --- [lh]line-height --- */
.lh1 {line-height: 1 !important;}
.lh11 {line-height: 1.1 !important;}
.lh12 {line-height: 1.2 !important;}
.lh13 {line-height: 1.3 !important;}
.lh14 {line-height: 1.4 !important;}
.lh15 {line-height: 1.5 !important;}
.lh16 {line-height: 1.6 !important;}
.lh17 {line-height: 1.7 !important;}
.lh18 {line-height: 1.8 !important;}
.lh19 {line-height: 1.9 !important;}
.lh2 {line-height: 2 !important;}
.lh21 {line-height: 2.1 !important;}
.lh22 {line-height: 2.2 !important;}
.lh23 {line-height: 2.3 !important;}
.lh24 {line-height: 2.4 !important;}
.lh25 {line-height: 2.5 !important;}

.lh10p {line-height: 10px !important;}

.ls1 {letter-spacing: 1px !important;}
.ls2 {letter-spacing: 2px !important;}

.wsnw {white-space: nowrap !important;}
.wsnm {white-space: normal !important;}
.wwbw {word-wrap: break-word !important;}

/* =================================
   レイアウト
================================= */
.left {float: left !important;}
.right {float: right !important;}
.clear {clear: both !important;}
.inline {display: inline !important;}
.block {display: block !important;}
.i-block {display: inline-block !important;}
.relative {position: relative !important;}

.center {
	margin-right: auto;
	margin-left: auto;
}
.center-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.ofh {
	overflow: hidden !important;
}
.ofo {
	overflow: auto !important;
}

.hide-txt {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

a.hide-txt {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 100%;
}

/* --- [b]ボーダー --- */
.b0 {border: none !important;}
.bt0 {border-top: none !important;}
.bl0 {border-left: none !important;}
.bb0 {border-bottom: none !important;}
.br0 {border-right: none !important;}

/* --- [l]リスト --- */
.lst-d {list-style-type: disc !important;}
.lst-c {list-style-type: circle !important;}
.lst-s {list-style-type: square !important;}
.lst-de {list-style-type: decimal !important;}

.lsp-in {list-style-position: inside !important;}
.lsp-out {list-style-position: outside !important;}

/* --- 横スクロール --- */
.scroll-x {
	overflow-x: auto;
	width: 100%;
/* 	-webkit-overflow-scrolling: touch; ←スムーズ化 ※但し以下のスクロールバーが非表示になる*/
}
.ss-on {
 	-webkit-overflow-scrolling: touch;
}
.scroll-x::-webkit-scrollbar {
	height: 5px;
}
.scroll-x::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}
.scroll-x::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}


/* =================================
   [w]幅　[h]高さ
================================= */
.wa {width: auto;}
.w5p {width: 5% !important;}
.w10p {width: 10% !important;}
.w20p {width: 20% !important;}
.w25p {width: 25% !important;}
.w30p {width: 30% !important;}
.w40p {width: 40% !important;}
.w50p {width: 50% !important;}
.w60p {width: 60% !important;}
.w70p {width: 70% !important;}
.w75p {width: 75% !important;}
.w80p {width: 80% !important;}
.w90p {width: 90% !important;}
.w100p {width: 100% !important;}

.w10 {width: 10px;}	
.w20 {width: 20px;}	
.w30 {width: 30px;}		
.w40 {width: 40px;}	
.w50 {width: 50px;}
.w60 {width: 60px;}
.w70 {width: 70px;}
.w80 {width: 80px;}
.w90 {width: 90px;}
.w100 {width: 100px;}
.w200 {width: 200px;}
.w210 {width: 210px;}
.w220 {width: 220px;}
.w230 {width: 230px;}
.w240 {width: 240px;}
.w250 {width: 250px;}
.w280 {width: 280px;}
.w300 {width: 300px;}
.w310 {width: 310px;}
.w350 {width: 350px;}
.w380 {width: 380px;}
.w390 {width: 390px;}
.w400 {width: 400px;}
.w410 {width: 410px;}
.w420 {width: 420px;}
.w450 {width: 450px;}
.w500 {width: 500px;}
.w600 {width: 600px;}
.w700 {width: 700px;}
.w750 {width: 750px;}
.w800 {width: 800px;}

.ha {height: auto;}
.h100p {height: 100%;}
.h100v {height: 100vh;}
.h20 {height: 20px;}
.h30 {height: 30px;}
.h40 {height: 40px;}
.h50 {height: 50px;}
.h70 {height: 70px;}
.h100 {height: 100px;}
.h120 {height: 120px;}
.h150 {height: 150px;}
.h180 {height: 180px;}
.h200 {height: 200px;}
.h220 {height: 220px;}
.h280 {height: 280px;}
.h300 {height: 300px;}

/* =================================
   [m]マージン
================================= */
.ma {margin: auto !important;}
.m0 {margin: 0 !important;}
 
.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt12 {margin-top: 12px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt-5 {margin-top: -5px !important;}
.mt-10 {margin-top: -10px !important;}

.mla {margin-left: auto !important;}
.ml0 {margin-left: 0 !important;}
.ml3 {margin-left: 3px !important;}
.ml4 {margin-left: 4px !important;}
.ml5 {margin-left: 5px !important;}
.ml6 {margin-left: 6px !important;}
.ml7 {margin-left: 7px !important;}
.ml8 {margin-left: 8px !important;}
.ml9 {margin-left: 9px !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;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
.ml55 {margin-left: 55px !important;}
.ml60 {margin-left: 60px !important;}
.ml65 {margin-left: 65px !important;}
.ml70 {margin-left: 70px !important;}

.mb0 {margin-bottom: 0 !important;}
.mb3 {margin-bottom: 3px !important;}
.mb4 {margin-bottom: 4px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb6 {margin-bottom: 6px !important;}
.mb7 {margin-bottom: 7px !important;}
.mb8 {margin-bottom: 8px !important;}
.mb9 {margin-bottom: 9px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb18 {margin-bottom: 18px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb55 {margin-bottom: 55px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb65 {margin-bottom: 65px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb75 {margin-bottom: 75px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.mra {margin-right: auto !important;}
.mr0 {margin-right: 0 !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr50 {margin-right: 50px !important;}


/* =================================
   [p]パディング
================================= */
.p0 {padding: 0 !important;}

.pt0 {padding-top: 0 !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;}
.pt35 {padding-top: 35px !important;}
.pt40 {padding-top: 40px !important;}
.pt45 {padding-top: 45px !important;}
.pt50 {padding-top: 50px !important;}
.pt55 {padding-top: 55px !important;}

.pl0 {padding-left: 0 !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;}
.pl35 {padding-left: 35px !important;}
.pl40 {padding-left: 40px !important;}
.pl45 {padding-left: 45px !important;}
.pl50 {padding-left: 50px !important;}
.pl55 {padding-left: 55px !important;}

.pb0 {padding-bottom: 0 !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;}
.pb35 {padding-bottom: 35px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb45 {padding-bottom: 45px !important;}
.pb50 {padding-bottom: 50px !important;}
.pb55 {padding-bottom: 55px !important;}
.pb60 {padding-bottom: 60px !important;}
.pb70 {padding-bottom: 70px !important;}
.pb80 {padding-bottom: 80px !important;}

.pr0 {padding-right: 0 !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;}
.pr35 {padding-right: 35px !important;}
.pr40 {padding-right: 40px !important;}
.pr45 {padding-right: 45px !important;}
.pr50 {padding-right: 50px !important;}
.pr55 {padding-right: 55px !important;}



