@charset "UTF-8";

/* 文字設定
***********************************************************************************/

/* 文字サイズ
----------------------------------------------------------------------------*/

.fs09 { font-size:    77% !important; }  /* size 9px */
.fs10 { font-size:    85% !important; }  /* size 10px */
.fs11 { font-size:    93% !important; }  /* size 11px */
.fs12 { font-size:   100% !important; }  /* size 12px */
.fs13 { font-size:   108% !important; }  /* size 13px */
.fs14 { font-size:   116% !important; }  /* size 14px */
.fs15 { font-size: 123.1% !important; }  /* size 15px */
.fs16 { font-size:   131% !important; }  /* size 16px */
.fs17 { font-size: 138.5% !important; }  /* size 17px */
.fs18 { font-size: 146.5% !important; }  /* size 18px */
.fs19 { font-size: 153.9% !important; }  /* size 19px */
.fs20 { font-size: 161.6% !important; }  /* size 20px */
.fs21 { font-size:   167% !important; }  /* size 21px */
.fs22 { font-size:   174% !important; }  /* size 22px */
.fs23 { font-size:   182% !important; }  /* size 23px */
.fs24 { font-size:   189% !important; }  /* size 24px */
.fs25 { font-size:   197% !important; }  /* size 25px */

/* 文字指定
----------------------------------------------------------------------------*/

.oblique { font-style: oblique !important; }			/* 斜体 */
.bold { font-weight: bold !important; }				/* 太字 */
.uline { text-decoration: underline !important; }	/* アンダーライン */
.textR { text-align: right !important; }				/* 右寄せ */
.textC { text-align: center !important; }			/* 中央(横)寄せ */
.textL { text-align: left !important; }				/* 左寄せ */
.va-t { vertical-align: top !important; }			/* 上寄せ */
.va-m { vertical-align: middle !important; }			/* 中央(縦)寄せ */
.va-b { vertical-align: bottom !important; }			/* 下寄せ */
.lh25 { line-height: 1.25 !important; }				/* 行間25％+ */
.lh50 { line-height: 1.5 !important; }				/* 行間50％+ */

/* 文字色設定
----------------------------------------------------------------------------*/

.blue { color: #121e94 !important; }		/* 紺 RGB(18,30,148) CMYK(100,97,18,0) */
.p_blue { color: #0088cc !important; }		/* 紺 RGB(0,136,204) CMYK(100,33,0,20) */
.orange { color: #ed6d1e !important; }		/* 橙 RGB(237,109,30) CMYK(7,70,90,0) */
.d_orange { color:#de6600 !important; }	/* 橙 RGB(222,102,0) CMYK(0,54,100,13) */
.red { color: #c00 !important; }			/* 赤 RGB(204,0,0) CMYK(26,100,100,0) */
.green { color:#008965 !important; }		/* 緑 RGB(0,137,101) CMYK(100,0,26,46) */
.black { color: #000000 !important; }
.white { color: #FFF !important; }
.yamabuki{color: #FFCC33 !important;}
.navy{color: #122a88 !important;}


/* 文字装飾
----------------------------------------------------------------------------*/
.marker {
	background: linear-gradient(transparent 60%, #fff338 60%);
	padding: 0 2px;
	font-weight: bold;
}

.bg_red{ background-color: #e60012 !important;}
.bg_blue{ background-color: #121e94 !important;}
.bg_blue_02{ background-color: #0054a7 !important;}
.bg_green{ background-color: #008965 !important;}
.bg_white { background-color: #FFF !important; }
.bg_yamabuki{background-color: #FFCC33 !important;}
.bg_guncho{background-color: #0F5A84 !important;}
.bg_orange { background-color: #ed6d1e !important; }
.bg_brown { background-color: #a52a2a !important; }
.bg_cafe { background-color: #482000 !important; }
.bg_p_blue { background-color: #0088cc !important; }
.bg_d_blue { background-color: #003894 !important; }
.bg_purple { background-color: #362284 !important; }
.bg_dim_gray{background-color: #696969 !important;}
.bg_black{background-color: #000000 !important;}
.bg_yellow{background-color: #ffe100 !important;}
.bg_navy{background-color: #122a88 !important;}
.bg_fpink{background-color: #de82a7 !important;}
.bg_self{ background-color: #41AB00 !important;}
.bg_food{ background-color: #ff7c00 !important;}
.bg_pink{ background-color: #E03556 !important;}

/***********************************************************************************
ボーダー設定
***********************************************************************************/
.b1s_black{
    border: 1px solid #000;
}
.b1s_brown{
    border: 1px solid #a52a2a;
}
.b1s_blue{
    border: 1px solid #0088cc;
}
.b2s_black{
    border: 2px solid #000;
}
.b2s_brown{
    border: 2px solid #a52a2a;
}
.b2s_blue{
    border: 3px solid #0088cc;
}
.b3s_black{
    border: 3px solid #000;
}
.b3s_brown{
    border: 3px solid #a52a2a;
}
.b3s_blue{
    border: 3px solid #0088cc;
}
.b3s_green {
    border: 3px solid #41AB00;
}
.noborder{
	border: none !important;
}

/* 幅・高さ設定
***********************************************************************************/

/* 幅設定
----------------------------------------------------------------------------*/

.w200 { width: 200% !important; }
.w150 { width: 150% !important; }
.w100 { width: 100% !important; }
.w90 { width:  90% !important; }
.w80 { width:  80% !important; }
.w70 { width:  70% !important; }
.w60 { width:  60% !important; }
.w50 { width:  50% !important; }
.w40 { width:  40% !important; }
.w30 { width:  30% !important; }
.w25 { width:  25% !important; }
.w20 { width:  20% !important; }
.w10 { width:  10% !important; }

/* 幅設定 PX
----------------------------------------------------------------------------*/
.w10px { width: 10px !important; }
.w20px { width: 20px !important; }
.w30px { width: 30px !important; }
.w40px { width: 40px !important; }
.w50px { width: 50px !important; }
.w60px { width: 60px !important; }
.w70px { width: 70px !important; }
.w80px { width: 80px !important; }
.w90px { width: 90px !important; }
.w100px { width: 100px !important; }
.w150px { width: 150px !important; }
.w200px { width: 200px !important; }
.w250px { width: 250px !important; }
.w300px { width: 300px !important; }

/* 高さ設定 PX
----------------------------------------------------------------------------*/
.h10px { height: 10px !important; }
.h20px { height: 20px !important; }
.h30px { height: 30px !important; }
.h40px { height: 40px !important; }
.h50px { height: 50px !important; }
.h60px { height: 60px !important; }
.h70px { height: 70px !important; }
.h80px { height: 80px !important; }
.h90px { height: 90px !important; }
.h100px { height: 100px !important; }
.h150px { height: 150px !important; }
.h200px { height: 200px !important; }
.h250px { height: 250px !important; }
.h300px { height: 300px !important; }

/* 余白設定
***********************************************************************************/

/* margin
----------------------------------------------------------------------------*/

.mAuto { margin-right: auto !important; margin-left: auto !important; }
.m0 { margin:  0px !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; }
.m50 { margin: 50px !important; }
.m100 { margin: 100px !important; }
.m200 { margin: 200px !important; }
.m300 { margin: 300px !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; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt100 { margin-top: 100px !important; }
.mt200 { margin-top: 200px !important; }
.mt300 { margin-top: 300px !important; }

.mr0 { margin-right:  0px !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; }
.mr50 { margin-right: 50px !important; }
.mr100 { margin-right: 100px !important; }
.mr200 { margin-right: 200px !important; }
.mr300 { margin-right: 300px !important; }

.mb0 { margin-bottom:  0px !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; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb200 { margin-bottom: 200px !important; }
.mb300 { margin-bottom: 300px !important; }

.ml0 { margin-left:  0px !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; }
.ml50 { margin-left: 50px !important; }
.ml100 { margin-left: 100px !important; }
.ml200 { margin-left: 200px !important; }
.ml300 { margin-left: 300px !important; }

.mt1em { margin-top:  1em !important; }
.mt2em { margin-top:  2em !important; }
.mt3em { margin-top: 3em !important; }
.mt4em { margin-top: 4em !important; }
.mt5em { margin-top: 5em !important; }

.mb1em { margin-bottom:  1em !important; }
.mb2em { margin-bottom:  2em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.mb5em { margin-bottom: 5em !important; }

/* padding
----------------------------------------------------------------------------*/

.p0 { padding:  0px !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; }
.p50 { padding: 50px !important; }
.p100 { padding: 100px !important; }
.p200 { padding: 200px !important; }
.p300 { padding: 300px !important; }

.pt0 { padding-top:  0px !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; }
.pt40 {padding-top: 40px !important;}
.pt50 { padding-top: 50px !important; }
.pt100 { padding-top: 100px !important; }
.pt200 { padding-top: 200px !important; }
.pt300 { padding-top: 300px !important; }

.pr0 { padding-right:  0px !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; }
.pr50 { padding-right: 50px !important; }
.pr100 { padding-right: 100px !important; }
.pr200 { padding-right: 200px !important; }
.pr300 { padding-right: 300px !important; }

.pb0 { padding-bottom:  0px !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; }
.pb40 {padding-bottom: 40px !important;}
.pb50 { padding-bottom: 50px !important; }
.pb100 { padding-bottom: 100px !important; }
.pb200 { padding-bottom: 200px !important; }
.pb300 { padding-bottom: 300px !important; }

.pl0 { padding-left:  0px !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; }
.pl50 { padding-left: 50px !important; }
.pl100 { padding-left: 100px !important; }
.pl200 { padding-left: 200px !important; }
.pl300 { padding-left: 300px !important; }

.pt1em { padding-top:  1em !important; }
.pt2em { padding-top:  2em !important; }
.pt3em { padding-top: 3em !important; }
.pt4em { padding-top: 4em !important; }
.pt5em { padding-top: 5em !important; }

.pb1em { padding-bottom:  1em !important; }
.pb2em { padding-bottom:  2em !important; }
.pb3em { padding-bottom: 3em !important; }
.pb4em { padding-bottom: 4em !important; }
.pb5em { padding-bottom: 5em !important; }

/* レイアウト設定
***********************************************************************************/

/* フロート設定
----------------------------------------------------------------------------*/

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

/* ディスプレイ
----------------------------------------------------------------------------*/

.dispBlock { display: block !important }
.dispInline { display: inline !important }
.dispInBlock { display: inline-block !important; }
.dispTable{display: table !important;}
.dispTableCell{display: table-cell !important;}

/* クリアフィックス
----------------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* no ie-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* フレックスボックス
----------------------------------------------------------------------------*/
.flx {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
}/*
.wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}*/
.flex_justify{
	display: flex;
	justify-content: space-around;
}
/* 消去
----------------------------------------------------------------------------*/
.noIndent { text-indent: 0em !important; } /*インデント削除*/
.noWrap { white-space: nowrap !important; } /* 折り返し禁止 */
.noBG { background-image: none !important; } /* 背景画像消去 */


/* アルファ透明度
***********************************************************************************/
.opacity {
	opacity: 0.5;
}

/* 角丸
***********************************************************************************/

.radius {
	border-radius:10px 10px 10px 10px;
}
.radius4 {
	border-radius:4px;
}
.radius5 {
	border-radius:5px;
}
.radius10 {
	border-radius:10px;
}

/*********************************************************************************************************************
*PC・スマホ表示切替
**********************************************************************************************************************/
	.pcNone{
		display:none;
	}
	@media screen and (max-width:568px) {
		.pcNone {
			display:block
		}
		.spNone {
			display:none
		}
	}