/****************************************/
/*               共通設定               */
/****************************************/

/* 行揃え設定 */
.left,
.left th,
.left td,
th.left,
td.left {
	text-align: left !important;
}

.right,
.right th,
.right td,
th.right,
td.right {
	text-align: right !important;
}

.center,
.center th,
.center td,
th.center,
td.center {
	text-align: center !important;
}

.middle,
.middle th,
.middle td,
th.middle,
td.middle {
	vertical-align: middle !important;
}

.justify {
	text-align: justify;
	text-justify: distribute-all-lines;
}

.tate {
	writing-mode: tb-rl;
}

/* ディスプレイ */

.block { display: block; }
.inline-block { display: inline-block; }
.inline { display: inline; }
.hidden { display: none; }

/* ポジション設定 */
.absolute{ position: absolute; }
.relative{ position: relative; }
.fixed{ position: fixed; }

/* フロート設定 */

.clear { clear: both; }
.f-left { float: left; display: inline; }
.f-right { float: right; display: inline; }

/* マージン設定 */
.mgn0 { margin: 0 !important; }
.mgn5 { margin: 5px !important; }
.mgn10 { margin: 10px !important; }
.mgn15 { margin: 15px !important; }
.mgn20 { margin: 20px !important; }
.mgn30 { margin: 30px !important; }
.mgn40 { margin: 40px !important; }
.mgn50 { margin: 50px !important; }

.mgn-x0 { margin-left: 0px !important; margin-right: 0px !important; }
.mgn-x5 { margin-left: 5px !important; margin-right: 5px !important; }
.mgn-x10 { margin-left: 10px !important; margin-right: 10px !important; }
.mgn-x15 { margin-left: 15px !important; margin-right: 15px !important; }
.mgn-x20 { margin-left: 20px !important; margin-right: 20px !important; }
.mgn-x30 { margin-left: 30px !important; margin-right: 30px !important; }
.mgn-x40 { margin-left: 40px !important; margin-right: 40px !important; }
.mgn-x50 { margin-left: 50px !important; margin-right: 50px !important; }

.mgn-y0 { margin-top: 0px !important; margin-bottom: 0px !important; }
.mgn-y5 { margin-top: 5px !important; margin-bottom: 5px !important; }
.mgn-y10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.mgn-y15 { margin-top: 15px !important; margin-bottom: 15px !important; }
.mgn-y20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.mgn-y30 { margin-top: 30px !important; margin-bottom: 30px !important; }
.mgn-y40 { margin-top: 40px !important; margin-bottom: 40px !important; }
.mgn-y50 { margin-top: 50px !important; margin-bottom: 50px !important; }

.mgn-top0 { margin-top: 0px !important; }
.mgn-top5 { margin-top: 5px !important; }
.mgn-top8 { margin-top: 8px !important; }
.mgn-top10 { margin-top: 10px !important; }
.mgn-top12 { margin-top: 12px !important; }
.mgn-top15 { margin-top: 15px !important; }
.mgn-top16 { margin-top: 16px !important; }
.mgn-top18 { margin-top: 18px !important; }
.mgn-top20 { margin-top: 20px !important; }
.mgn-top21 { margin-top: 21px !important; }
.mgn-top24 { margin-top: 24px !important; }
.mgn-top25 { margin-top: 25px !important; }
.mgn-top30 { margin-top: 30px !important; }
.mgn-top40 { margin-top: 40px !important; }
.mgn-top50 { margin-top: 50px !important; }

.mgn-btm0 { margin-bottom: 0px !important; }
.mgn-btm5 { margin-bottom: 5px !important; }
.mgn-btm8 { margin-bottom: 8px !important; }
.mgn-btm10 { margin-bottom: 10px !important; }
.mgn-btm12 { margin-bottom: 12px !important; }
.mgn-btm15 { margin-bottom: 15px !important; }
.mgn-btm16 { margin-bottom: 16px !important; }
.mgn-btm18 { margin-bottom: 18px !important; }
.mgn-btm20 { margin-bottom: 20px !important; }
.mgn-btm21 { margin-bottom: 21px !important; }
.mgn-btm24 { margin-bottom: 24px !important; }
.mgn-btm25 { margin-bottom: 25px !important; }
.mgn-btm30 { margin-bottom: 30px !important; }
.mgn-btm40 { margin-bottom: 40px !important; }
.mgn-btm50 { margin-bottom: 50px !important; }

.mgn-left0 { margin-left: 0px !important; }
.mgn-left5 { margin-left: 5px !important; }
.mgn-left8 { margin-left: 8px !important; }
.mgn-left10 { margin-left: 10px !important; }
.mgn-left12 { margin-left: 12px !important; }
.mgn-left15 { margin-left: 15px !important; }
.mgn-left16 { margin-left: 16px !important; }
.mgn-left18 { margin-left: 18px !important; }
.mgn-left20 { margin-left: 20px !important; }
.mgn-left21 { margin-left: 21px !important; }
.mgn-left24 { margin-left: 24px !important; }
.mgn-left25 { margin-left: 25px !important; }
.mgn-left30 { margin-left: 30px !important; }

.mgn-right0 { margin-right: 0px !important; }
.mgn-right5 { margin-right: 5px !important; }
.mgn-right8 { margin-right: 8px !important; }
.mgn-right10 { margin-right: 10px !important; }
.mgn-right12 { margin-right: 12px !important; }
.mgn-right15 { margin-right: 15px !important; }
.mgn-right16 { margin-right: 16px !important; }
.mgn-right18 { margin-right: 18px !important; }
.mgn-right20 { margin-right: 20px !important; }
.mgn-right21 { margin-right: 21px !important; }
.mgn-right24 { margin-right: 24px !important; }
.mgn-right25 { margin-right: 25px !important; }
.mgn-right30 { margin-right: 30px !important; }

.mgn-top1em { margin-top: 1em !important; }
.mgn-btm1em { margin-bottom: 1em !important; }
.mgn-left1em { margin-left: 1em !important; }
.mgn-right1em { margin-right: 1em !important; }

.mgn-top2em { margin-top: 2em !important; }
.mgn-btm2em { margin-bottom: 2em !important; }
.mgn-left2em { margin-left: 2em !important; }
.mgn-right2em { margin-right: 2em !important; }

.mgn-top3em { margin-top: 3em !important; }
.mgn-btm3em { margin-bottom: 3em !important; }
.mgn-left3em { margin-left: 3em !important; }
.mgn-right3em { margin-right: 3em !important; }

/* パディング設定 */
.pdg0 { padding: 0px !important; }	.pdg5 { padding: 5px !important; }
.pdg10 { padding: 10px !important; }	.pdg15 { padding: 15px !important; }
.pdg20 { padding: 20px !important; }	.pdg30 { padding: 30px !important; }
.pdg40 { padding: 40px !important; }	.pdg50 { padding: 50px !important; }

.pdg-x0 { padding-left: 0px !important; padding-right: 0px !important; }
.pdg-x5 { padding-left: 5px !important; padding-right: 5px !important; }
.pdg-x10 { padding-left: 10px !important; padding-right: 10px !important; }
.pdg-x15 { padding-left: 15px !important; padding-right: 15px !important; }
.pdg-x20 { padding-left: 20px !important; padding-right: 20px !important; }
.pdg-x30 { padding-left: 30px !important; padding-right: 30px !important; }
.pdg-x40 { padding-left: 40px !important; padding-right: 40px !important; }
.pdg-x50 { padding-left: 50px !important; padding-right: 50px !important; }

.pdg-y0 { padding-top: 0px !important; padding-bottom: 0px !important; }
.pdg-y5 { padding-top: 5px !important; padding-bottom: 5px !important; }
.pdg-y10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.pdg-y15 { padding-top: 15px !important; padding-bottom: 15px !important; }
.pdg-y20 { padding-top: 20px !important; padding-bottom: 20px !important; }
.pdg-y30 { padding-top: 30px !important; padding-bottom: 30px !important; }
.pdg-y40 { padding-top: 40px !important; padding-bottom: 40px !important; }
.pdg-y50 { padding-top: 50px !important; padding-bottom: 50px !important; }

.pdg-top0 { padding-top: 0px !important; }	.pdg-top5 { padding-top: 5px !important; }
.pdg-top10 { padding-top: 10px !important; }	.pdg-top15 { padding-top: 15px !important; }
.pdg-top20 { padding-top: 20px !important; }	.pdg-top30 { padding-top: 30px !important; }
.pdg-top40 { padding-top: 40px !important; }	.pdg-top50 { padding-top: 50px !important; }
.pdg-top60 { padding-top: 60px !important; }	.pdg-top70 { padding-top: 70px !important; }
.pdg-top80 { padding-top: 80px !important; }	.pdg-top90 { padding-top: 90px !important; }
.pdg-top100 { padding-top: 100px !important; }	.pdg-top120 { padding-top: 120px !important; }

.pdg-btm0 { padding-bottom: 0px !important; }	.pdg-btm5 { padding-bottom: 5px !important; }
.pdg-btm10 { padding-bottom: 10px !important; }	.pdg-btm15 { padding-bottom: 15px !important; }
.pdg-btm20 { padding-bottom: 20px !important; }	.pdg-btm30 { padding-bottom: 30px !important; }
.pdg-btm40 { padding-bottom: 40px !important; }	.pdg-btm50 { padding-bottom: 50px !important; }
.pdg-btm60 { padding-bottom: 60px !important; }	.pdg-btm70 { padding-bottom: 70px !important; }
.pdg-btm80 { padding-bottom: 80px !important; }	.pdg-btm90 { padding-bottom: 90px !important; }
.pdg-btm100 { padding-bottom: 100px !important; }	.pdg-btm120 { padding-bottom: 120px !important; }

.pdg-left0 { padding-left: 0px !important; }	.pdg-left5 { padding-left: 5px !important; }
.pdg-left10 { padding-left: 10px !important; }	.pdg-left15 { padding-left: 15px !important; }
.pdg-left20 { padding-left: 20px !important; }	.pdg-left30 { padding-left: 30px !important; }
.pdg-left40 { padding-left: 40px !important; }	.pdg-left50 { padding-left: 50px !important; }

.pdg-right0 { padding-right: 0px !important; }	.pdg-right5 { padding-right: 5px !important; }
.pdg-right10 { padding-right: 10px !important; }	.pdg-right15 { padding-right: 15px !important; }
.pdg-right20 { padding-right: 20px !important; }	.pdg-right30 { padding-right: 30px !important; }
.pdg-right40 { padding-right: 40px !important; }	.pdg-right50 { padding-right: 50px !important; }

/* フォント設定 */
.en { font-family: Myriad Pro, Myriad, 'Fira Sans', Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important; }


.bold { font-weight: bold !important; }
.normal { font-weight: normal !important; }
.underline { text-decoration: underline !important; }

.xx-small { font-size: 72% !important; line-height: 175%; }
.x-small { font-size: 79% !important; line-height: 175%; }
.small { font-size: 86% !important; line-height: 175%; }
.medium_s { font-size: 93% !important; line-height: 175%; }
.medium { font-size: 100% !important; line-height: 175%; }
.medium_l { font-size: 114.28% !important; line-height: 175%; }
.large { font-size: 128.5% !important; line-height: 175%; }
.x-large { font-size: 150% !important; line-height: 175%; }
.xx-large { font-size: 172% !important; line-height: 175%; }

.deco_ub{
	text-decoration: underline;
}

.nowrap{ white-space: nowrap; }

.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; }	.fs21 { font-size: 21px !important; }
.fs22 { font-size: 22px !important; }	.fs23 { font-size: 23px !important; }
.fs24 { font-size: 24px !important; }	.fs26 { font-size: 26px !important; }
.fs30 { font-size: 30px !important; }	.fs36 { font-size: 36px !important; }
.fs42 { font-size: 42px !important; }	.fs48 { font-size: 48px !important; }
.fs50 { font-size: 50px !important; }	.fs60 { font-size: 60px !important; }

/* Font Color */
.acc01{ color: #4caae0 !important; }
.acc02{ color: #a0d2ee !important; }
.acc03{ color: #d2eaf7 !important; }

.acc_bk{ color: #000; }
.acc_wh{ color: #fff; }
.acc_rd{ color: #f00; }
.acc111{ color: #111; }
.acc333{ color: #333; }
.acc666{ color: #666; }
.acc999{ color: #999; }
.acc_c{ color: #ccc; }

/* 行間設定 */
.lh100pr{ line-height: 100%; }
.lh120pr{ line-height: 120%; }
.lh150pr{ line-height: 150%; }
.lh175pr{ line-height: 175%; }
.lh200pr{ line-height: 200%; }


/* 背景設定 */
.bg01{ background: #4caae0 !important; }
.bg02{ background: #a0d2ee !important; }
.bg03{ background: #d2eaf7 !important; }

.bg_wh{ background: #fff !important; }
.bg_bk{ background: #000 !important; }
.bg111{ background: #111 !important; }
.bg333{ background: #333 !important; }
.bg666{ background: #666 !important; }
.bg999{ background: #999 !important; }
.bg_e{ background: #eee !important; }
.bg_c{ background: #ccc !important; }

/* ボックス設定 */
.box01 {
	margin: 30px auto;
	padding: 20px;
	background: #f5f5f5;
}
.box01 p:first-child{
	margin-top: 0;
}
.box01 p:last-child{
	margin-bottom: 0;
}


/* 開閉パネル設定 */
.panel{
	display: none;
}

.panel.open{
	display: block;
}

.panel_toggle{
	position: relative;
	cursor: pointer;
}

.accordion_panel01 .panel_toggle:after,
.accordion_panel01 .panel_toggle.close:after{
	position: absolute;
	right: 20px;
	content: "▼";
}

.accordion_panel01 .panel_toggle.open:after{
	content: "▲";
}


/* フロート解除 */
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.opacity a:hover,
.opacity:hover{
	opacity:0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

/* youtube（レスポンシブ） */
.youtube{
	position: relative;
	width: 100%;
	max-width: 610px;
	margin: 0 auto;
	padding-top: 56.25%;
	text-align: center;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

