@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------------
 ***                                                                    space
----------------------------------------------------------------------------*/
.mgb30{margin-bottom:30px;}
.mgb20{margin-bottom:20px;}
.mgb15{margin-bottom:15px;}
.mgb10{margin-bottom:10px;}
.mgb5{margin-bottom:5px;}
.mgb0{margin-bottom:0;}

.mgt30{margin-top:30px;}
.mgt20{margin-top:20px;}
.mgt15{margin-top:15px;}
.mgt10{margin-top:10px;}
.mgt5{margin-top:5px;}
.mgt0{margin-top:0;}

.mgr30{margin-right:30px;}
.mgr20{margin-right:20px;}
.mgr15{margin-right:15px;}
.mgr10{margin-right:10px;}
.mgr5{margin-right:5px;}
.mgr0{margin-right:0;}

.mg30{margin:30px;}
.mg20{margin:20px;}
.mg15{margin:15px;}
.mg10{margin:10px;}
.mg5{margin:5px;}
.mg0{margin:0;}



/*----------------------------------------------------------------------------
 ***                                                                    text
----------------------------------------------------------------------------*/
.tac{ text-align:center;}
.tar{ text-align:right;}
.tal{ text-align:left;}
.ol{ text-decoration:line-through;}
.txtColorBl{color:#0033FF;}
.txtColorRd{color:#CC3300;}
.txtSizeSS{ font-size:74%}
.txtSizeS{ font-size:86%}
.txtSizeL{ font-size:120%}
.txtSizeLL{ font-size:146%}
.attention{ color:#ED1E79;}
.attentionL{ font-size:140%; color:#FF0033;}
.attenS{ color:#ED1E79;}
.planudBlock{ border-bottom: 2px solid #EAFF00; color:#E3017F;}

.floatR{ float:right;}
.floatL{ float:left;}
.floatRImg{ float:right;}
.floatRImg span,
.floatRImg img{	padding-left:12px;}
.floatLImg{ float:left;}
.floatLImg span,
.floatLImg img{	padding-right:12px;}

/*----------------------------------------------------------------------------
***                                                                    display
----------------------------------------------------------------------------*/
.flex{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:start; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.dispBlock{display: block;}
.dispInBlock{display: inline-block;}
.dispInFlex{display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex;}
.dispFlex{display: -webkit-box; display: -ms-flexbox; display: flex;}
.dispFlexWrap{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; }
.flex-wrap{-ms-flex-wrap:wrap; flex-wrap:wrap;}
.flex-noWrap{-ms-flex-wrap:nowrap; flex-wrap:nowrap;}
.flex-column{-webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; }
.j-cont-s{-webkit-box-pack:start; -ms-flex-pack:start; justify-content:start; }
.j-cont-l{-webkit-box-pack:left; -ms-flex-pack:left; justify-content:left; }
.j-cont-r{-webkit-box-pack:right; -ms-flex-pack:right; justify-content:right; }
.j-cont-c{-webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; }
.j-cont-sb{-webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; }
.j-cont-sa{-ms-flex-pack:distribute; justify-content:space-around; }
.a-items-c{-webkit-box-align:center; -ms-flex-align:center; align-items:center; }
.a-items-s{-webkit-box-align:start; -ms-flex-align:start; align-items:start; }
.a-items-fe{-webkit-box-align:end; -ms-flex-align:end; align-items:flex-end; }

.none{display:none;}
.pcNone{display: none;}
.spNone{display: block;}
@media screen and (max-width:640px){
	.spNone{ display:none;}
	.pcNone{display:block;}
}



/*----------------------------------------------------------------------------
 ***                                                                   table
----------------------------------------------------------------------------*/
table {
	border-collapse:collapse;
	margin-bottom:10px;
}
td,th {
	line-height:1.8em;
	padding: 3px;
	border: 1px solid #CCC;
}
th{
	font-weight: bold;
}
.hec{ background:#F3F7FF;}

/* 幅　-------------------*/
.twA{ width:auto;}
.tw5{ width:5%;}
.tw10{ width:10%;}
.tw15{ width:15%;}
.tw20{ width:20%;}
.tw25{ width:25%;}
.tw30{ width:30%;}
.tw33{ width:33%;}
.tw34{ width:34%;}
.tw35{ width:35%;}
.tw40{ width:40%;}
.tw45{ width:45%;}
.tw50{ width:50%;}
.tw60{ width:60%;}
.tw65{ width:65%;}
.tw70{ width:70%;}
.tw80{ width:80%;}
.tw90{ width:90%;}
.tw100{ width:100%;}



/*----------------------------------------------------------------------------
***                                                               font-family
----------------------------------------------------------------------------*/
.font_shinGo{font-family: "A-OTF UD新ゴ Pro", 'メイリオ', 'Meiryo UI', "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",Verdana,'ＭＳ Ｐゴシック',sans-serif; font-weight:normal;}



/*----------------------------------------------------------------------------
***                                                                   position
----------------------------------------------------------------------------*/
.sticky{position:-webkit-sticky; position:sticky; padding-top:1em; top:0px;}



/*----------------------------------------------------------------------------
***                                                                   hover
----------------------------------------------------------------------------*/
.hoverEase{ transition:opacity .5s ease-in-out,color .5s ease-in-out;}
.hoverEase:hover,
.hover:hover{ opacity:0.7;}




