@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;}


.pdt15{padding-top:15px;}
.pdt20{padding-top:20px;margin: auto;}
.pdb20{padding-bottom:20px;}

/*----------------------------------------------------------------------------
 ***                                                                    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:70%}
.txtSizeL{ font-size:120%}
.txtSizeLL{ font-size:146%}
.f14{font-size:0.875rem;}
.f16{font-size:1rem;}
.f18{font-size:1.125rem;}
.attention{ color:#FF0000;}
.attentionMtoM{ color:#E4007F;}
.attenG{ color:#666; text-align:right; margin:0;}
.planudBlock{ border-bottom:2px solid #EAFF00; color:#E3017F; cursor: pointer;}

.floatR{ float:right;}
.floatL{ float:left;}

.floatRImg{ float:right;}
.floatRImg span,
.floatRImg img{	padding-left:8px;}

.floatLImg{ float:left;}
.floatLImg span,
.floatLImg img{	padding-right:8px;}

.imgfloatR{ float:right;}
.imgfloatR span,
.imgfloatR img{	padding-left:8px;}

.pcNone{ display:none;}
.fontB{font-weight: bold;}

/*----------------------------------------------------------------------------
***                                                               font-family
----------------------------------------------------------------------------*/
.font_shinGo{font-family: "A-OTF UD新ゴ Pro", 'メイリオ', 'Meiryo UI', "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",Verdana,'ＭＳ Ｐゴシック',sans-serif; font-weight:normal;}

/*----------------------------------------------------------------------------
 ***                                                                   img
----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
***                                                                    display
----------------------------------------------------------------------------*/
.none{display:none;}
.pcNone{display:none;}
.spNone{}
.table{display:table;}
.table > *{display:table-cell;}
.table_child{display:table-cell;}
.child_a > *{width:auto;}
.child_1 > *{width:100%;}
.child_2 > *{width:50%;}
.child_3 > *{width:calc(100% / 3);}
.child_4 > *{width:25%;}
.child_5 > *{width:20%;}
.child_6 > *{width:calc(100% / 6);}
.child_7 > *{width:calc(100% / 7);}
.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; }
.j-cont-se{-webkit-box-pack: space-evenly;-ms-flex-pack: space-evenly;justify-content: space-evenly;}
.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-e{-webkit-box-align:end; -ms-flex-align:end; align-items:flex-end; }
.order01{-webkit-box-ordinal-group:2; -ms-flex-order:1; order:1; }
.order02{-webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; }
.order03{-webkit-box-ordinal-group:4; -ms-flex-order:3; order:3; }
.order04{-webkit-box-ordinal-group:5; -ms-flex-order:4; order:4; }
.order05{-webkit-box-ordinal-group:6; -ms-flex-order:5; order:5; }
.order06{-webkit-box-ordinal-group:7; -ms-flex-order:6; order:6; }

/*----------------------------------------------------------------------------
 ***                                                                   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%;}
.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%;}
.tw70{ width:70%;}
.tw80{ width:80%;}
.tw90{ width:90%;}
.tw100{ width:100%;}






