@charset "utf-8";
/*-----------------------------------------------------
							　　　　　目次

  ■リセットCSS
		・リセットCSS-全体
		・リセットCSS-form
	
	■グリッドレイアウトスタイル（modify以外は編集不可）
		・共通
		・SP (xs) 
		・TABLET (sm)
		・PC (md)
		
	■汎用スタイル common
	
		0.基本スタイル（追加 clearfix）
		1.テキストレイアウト 
		2.下余白
		3.フォントカラー/サイズ
		4.フォント装飾
		5.リスト
		6.テーブル
		7.テキストリンク
		8.表示/非表示
		9.width%
		10.汎用　打ち消し系
		
		99.フォーム共通スタイル

		
	■ PC/SP　一部共通スタイル
		・見出し
		・ボタン
		

	■汎用スタイル(デバイス別)
		・SP (xs) 
		・TABLET (sm)
		・PC (md)
		
-----------------------------------------------------*/



/*  ================================================================================================

    リセット

    ============================================================================================  */
		
/*　リセットCSS-全体
-----------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
	max-width:100%;
}

a img {
	transition: .3s ease-in-out;
}
a img:hover {
	opacity:0.8;
}


/*　リセットCSS-form
-----------------------------------------------------*/
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/*　リッチテキストエディター
-----------------------------------------------------*/
.richTextEditor ul li{
	list-style: disc inside;
}
.richTextEditor ol li{
	list-style: decimal inside;
}
.richTextEditor b{
	font-weight: bold;
}
.richTextEditor i{
	font-style: italic;
}
.richTextEditor{
	overflow-wrap: break-word;　/* 禁則処理 */
	word-break: normal;
}


/*  ================================================================================================

    グリッドレイアウトスタイル（modify以外は編集不可）

    ============================================================================================  */
		
/*-----------------------------------------------------
                      共通 
-----------------------------------------------------*/
*, *:before, *:after, col-md-1, col-md-2 {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.row-fleximg:before,
.row-fleximg:after,
.row-xs-nogutter:before,
.row-xs-nogutter:after,
.row-sm-nogutter:before,
.row-sm-nogutter:after,
.row-md-nogutter:before,
.row-md-nogutter:after,  {
	display: table;
	content: " ";
}

.clearfix:after,
.row:after,
.row-fleximg:after,
.row-xs-nogutter:after,
.row-sm-nogutter:after,
.row-md-nogutter:after {
	clear: both;
}

.row img {
	max-width:100%;
}
/* clearfix */
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}


/*-----------------------------------------------------
                      SP (xs) 
-----------------------------------------------------*/
@media screen and (max-width: 767px) {

	.contentsWrap section > .row {
		margin-right: 5px;
		margin-left: 5px;
	}
	.contentsWrap section > .row-xs-nogutter {
		margin-right: 0!important;
		margin-left: 0!important;
	}
	.row, 
	.row-fleximg, 
	.row-xs-nogutter {
		display: flex;
		display: -ms-flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap:         wrap;
	}

	.row .row, 
	.row-fleximg .row {
		/*modify*/
		margin-right: -5px;
		margin-left: -5px;
	}
	/* アコーディオン */
	.acContent > .row {
		/*modify*/
		margin-right: 0;
		margin-left: 0;
	}
	.row .row [class*="col-xs-"], 
	.row-fleximg .row [class*="col-xs-"], 
	.row-xs-nogutter .row [class*="col-xs-"] {
		/*modify*/
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.row .row:first-child [class*="col-xs-"], 
	.row-fleximg .row:first-child [class*="col-xs-"], 
	.row-xs-nogutter .row:first-child [class*="col-xs-"] {
		/*modify*/
		padding-top: 0px;
		padding-bottom: 10px;
	}

	[class*="col-xs-"] {
		/*modify*/
		padding-right:5px;
		padding-bottom:10px;
		padding-left:5px;
	}
	.row-xs-nogutter > [class*="col-xs-"] {
		padding-right:0;
		padding-left:0;
		padding-bottom:0;
	}

	.col-xs-1 {  flex: 1 1 8.33333333%;	max-width: 8.33333333%;  }
	.col-xs-2 {  flex: 2 1 16.66666667%;	max-width: 16.66666667%; }
	.col-xs-3 {  flex: 3 1 25%;		max-width: 25%;          }
	.col-xs-4 {  flex: 4 1 33.33333333%;	max-width: 33.33333333%; }
	.col-xs-5 {  flex: 5 1 41.66666667%;	max-width: 41.66666667%; }
	.col-xs-6 {  flex: 6 1 50%;		max-width: 50%;          }
	.col-xs-7 {  flex: 7 1 58.33333333%;	max-width: 58.33333333%; }
	.col-xs-8 {  flex: 8 1 66.66666667%;	max-width: 66.66666667%; }
	.col-xs-9 {  flex: 9 1 75%;		max-width: 75%;          }
	.col-xs-10 { flex: 10 1 83.33333333%;	max-width: 83.33333333%; }
	.col-xs-11 { flex: 11 1 91.66666667%;	max-width: 91.66666667%; }
	.col-xs-12 { flex: 12 1 100%;		max-width: 100%;         }

	.col-xs-5eq { flex: 1 1 20%; max-width: 20%;} /* 5等分 */

	.col-xs-offset-12 { margin-left: 100%;         }
	.col-xs-offset-11 { margin-left: 91.66666667%; }
	.col-xs-offset-10 { margin-left: 83.33333333%; }
	.col-xs-offset-9 {  margin-left: 75%;          }
	.col-xs-offset-8 {  margin-left: 66.66666667%; }
	.col-xs-offset-7 {  margin-left: 58.33333333%; }
	.col-xs-offset-6 {  margin-left: 50%;          }
	.col-xs-offset-5 {  margin-left: 41.66666667%; }
	.col-xs-offset-4 {  margin-left: 33.33333333%; }
	.col-xs-offset-3 {  margin-left: 25%;          }
	.col-xs-offset-2 {  margin-left: 16.66666667%; }
	.col-xs-offset-1 {  margin-left: 8.33333333%;  }
	.col-xs-offset-0 {  margin-left: 0;            }


	/* 順番指定 */
	.col-xs-ordinal-1 {
		-webkit-box-ordinal-group: 0;
		-webkit-order: 0;
		order: 0;
	}
	.col-xs-ordinal-2 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 1;
		order: 1;
	}
	.col-xs-ordinal-3 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 2;
		order: 2;
	}
	.col-xs-ordinal-4 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 3;
		order: 3;
	}
	.col-xs-ordinal-5 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 4;
		order: 4;
	}
	.col-xs-ordinal-6 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 5;
		order: 5;
	}
	.col-xs-ordinal-7 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 6;
		order: 6;
	}
	.col-xs-ordinal-8 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 7;
		order: 7;
	}
	.col-xs-ordinal-9 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 8;
		order: 8;
	}
	.col-xs-ordinal-10 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 9;
		order: 9;
	}
	.col-xs-ordinal-11 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 10;
		order: 10;
	}
	.col-xs-ordinal-12 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 11;
		order: 11;
	}


	/* 片側固定 */
	.col-xs-fluid {
		-webkit-flex: 1;
		flex: 1;
		padding-top: 0px;
	}
	.col-xs-fix-50 {  width: 50px;  }
	.col-xs-fix-100 { width: 100px; }
	.col-xs-fix-150 { width: 150px; }
	.col-xs-fix-200 { width: 200px; }
	.col-xs-fix-250 { width: 250px; }
	.col-xs-fix-300 { width: 300px; }
	.col-xs-fix-350 { width: 350px; }
	.col-xs-fix-400 { width: 400px; }
	.col-xs-fix-450 { width: 450px; }
	.col-xs-fix-500 { width: 500px; }
	.col-xs-fix-550 { width: 550px; }

	/* 表示設定 */
	.visible-sm { display: none; }
	.visible-md { display: none; }

	/* 非表示設定 */
	.hidden-xs { display: none; }
	.spNone { display: none!important; }

	/* border none */
	.border-xs-none     { border: none!important;}
	.border-xs-topnone  { border-top: none!important;}
	.border-xs-btmnone  { border-bottom: none!important;}
	.border-xs-leftnone { border-left: none!important;}
	.border-xs-rightnone{ border-right: none!important;}

}
/*  //SP (xs) */



/*-----------------------------------------------------
                     TABLET (sm) 
-----------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 970px) {

	.row, 
	.row-fleximg, 
	.row-sm-nogutter {
		display: flex;
		display: -ms-flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap:         wrap;
	}

	.row .row, 
	.row-fleximg .row {
		/*modify*/
		margin-right: -5px;
		margin-left: -5px;
	}
	.row-sm-nogutter .row {
	}
	.row .row [class*="col-sm-"], 
	.row-fleximg .row [class*="col-sm-"], 
	.row-sm-nogutter .row [class*="col-sm-"] {
		/*modify*/
		padding-top: 10px;
		padding-bottom: 0px;
	}
	.row .row:first-child [class*="col-sm-"], 
	.row-fleximg .row:first-child [class*="col-sm-"], 
	.row-sm-nogutter .row:first-child [class*="col-sm-"] {
		/*modify*/
		padding-top: 0px;
		padding-bottom: 0px;
	}

	[class*="col-sm-"] {
		/*modify*/
		padding-right:5px;
		padding-bottom:10px;
		padding-left:5px;
	}
	.row-sm-nogutter [class*="col-sm-"] {
		padding-right:0;
		padding-left:0;
		padding-bottom:0;
	}


	.col-sm-1 {  flex: 1 1 8.33333333%;	max-width: 8.33333333%;  }
	.col-sm-2 {  flex: 2 1 16.66666667%;	max-width: 16.66666667%; }
	.col-sm-3 {  flex: 3 1 25%;		max-width: 25%;          }
	.col-sm-4 {  flex: 4 1 33.33333333%;	max-width: 33.33333333%; }
	.col-sm-5 {  flex: 5 1 41.66666667%;	max-width: 41.66666667%; }
	.col-sm-6 {  flex: 6 1 50%;		max-width: 50%;          }
	.col-sm-7 {  flex: 7 1 58.33333333%;	max-width: 58.33333333%; }
	.col-sm-8 {  flex: 8 1 66.66666667%;	max-width: 66.66666667%; }
	.col-sm-9 {  flex: 9 1 75%;		max-width: 75%;          }
	.col-sm-10 { flex: 10 1 83.33333333%;	max-width: 83.33333333%; }
	.col-sm-11 { flex: 11 1 91.66666667%;	max-width: 91.66666667%; }
	.col-sm-12 { flex: 12 1 100%;		max-width: 100%;         }

	.col-sm-5eq { flex: 1 1 20%; max-width: 20%;} /* 5等分 */

	.col-sm-offset-12 { margin-left: 100%;         }
	.col-sm-offset-11 { margin-left: 91.66666667%; }
	.col-sm-offset-10 { margin-left: 83.33333333%; }
	.col-sm-offset-9 {  margin-left: 75%;          }
	.col-sm-offset-8 {  margin-left: 66.66666667%; }
	.col-sm-offset-7 {  margin-left: 58.33333333%; }
	.col-sm-offset-6 {  margin-left: 50%;          }
	.col-sm-offset-5 {  margin-left: 41.66666667%; }
	.col-sm-offset-4 {  margin-left: 33.33333333%; }
	.col-sm-offset-3 {  margin-left: 25%;          }
	.col-sm-offset-2 {  margin-left: 16.66666667%; }
	.col-sm-offset-1 {  margin-left: 8.33333333%;  }
	.col-sm-offset-0 {  margin-left: 0;            }

	/* 順番指定 */
	.col-sm-ordinal-1 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 1;
		order: 1;
	}
	.col-sm-ordinal-2 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 2;
		order: 2;
	}
	.col-sm-ordinal-3 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 3;
		order: 3;
	}
	.col-sm-ordinal-4 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 4;
		order: 4;
	}
	.col-sm-ordinal-5 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 5;
		order: 5;
	}
	.col-sm-ordinal-6 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 6;
		order: 6;
	}
	.col-sm-ordinal-7 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 7;
		order: 7;
	}
	.col-sm-ordinal-8 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 8;
		order: 8;
	}
	.col-sm-ordinal-9 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 9;
		order: 9;
	}
	.col-sm-ordinal-10 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 10;
		order: 10;
	}
	.col-sm-ordinal-11 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 11;
		order: 11;
	}
	.col-sm-ordinal-12 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 12;
		order: 12;
	}

	/* 片側固定 */
	.col-sm-fluid {
		-webkit-flex: 1;
		flex: 1;
		padding-top: 0px;
	}
	.col-sm-fix-50 {  width: 50px;  }
	.col-sm-fix-100 { width: 100px; }
	.col-sm-fix-150 { width: 150px; }
	.col-sm-fix-200 { width: 200px; }
	.col-sm-fix-250 { width: 250px; }
	.col-sm-fix-300 { width: 300px; }
	.col-sm-fix-350 { width: 350px; }
	.col-sm-fix-400 { width: 400px; }
	.col-sm-fix-450 { width: 450px; }
	.col-sm-fix-500 { width: 500px; }
	.col-sm-fix-550 { width: 550px; }


	/* 表示設定 */
	.visible-xs { display: none; }
	.visible-md { display: none; }

	/* 非表示設定 */
	.hidden-sm { display: none; }
	.tbNone { display: none; }

	/* border none */
	.border-sm-none     { border: none!important;}
	.border-sm-topnone  { border-top: none!important;}
	.border-sm-btmnone  { border-bottom: none!important;}
	.border-sm-leftnone { border-left: none!important;}
	.border-sm-rightnone{ border-right: none!important;}

}
/* //TABLET (sm) */


/*-----------------------------------------------------
                        PC (md) 
-----------------------------------------------------*/
@media print, screen and (min-width: 971px) {

	/*modify*/
	article section > .row,
	article section > .row-md-nogutter,
	footer section > .row{
		margin:0 auto;
	}
	
	.row, 
	.row-fleximg, 
	.row-md-nogutter {
		display: flex;
		display: -ms-flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap:         wrap;
	}

	.row .row, 
	.row-fleximg .row {
		/*modify-(1)*/
		margin-right: -10px;
		margin-left: -10px;
	}
	.row .row [class*="col-md-"], 
	.row-fleximg .row [class*="col-md-"], 
	.row-md-nogutter .row [class*="col-md-"] {
		/*modify*/
		padding-top: 10px;
		padding-bottom: 0px;
	}
	.row .row:first-child [class*="col-md-"], 
	.row-fleximg .row:first-child [class*="col-md-"], 
	.row-md-nogutter .row:first-child [class*="col-md-"] {
		/*modify*/
		padding-top: 0px;
		padding-bottom: 0px;
	}

	[class*="col-md-"] {
		/*modify-(1)*/
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
	}
	.row-md-nogutter > [class*="col-md-"] {
		padding-right:0;
		padding-left:0;
		padding-bottom:0;
	}

	.col-md-1 {  flex: 1 1 8.33333333%;	max-width: 8.33333333%;  }
	.col-md-2 {  flex: 2 1 16.66666667%;	max-width: 16.66666667%; }
	.col-md-3 {  flex: 3 1 25%;		max-width: 25%;          }
	.col-md-4 {  flex: 4 1 33.33333333%;	max-width: 33.33333333%; }
	.col-md-5 {  flex: 5 1 41.66666667%;	max-width: 41.66666667%; }
	.col-md-6 {  flex: 6 1 50%;		max-width: 50%;          }
	.col-md-7 {  flex: 7 1 58.33333333%;	max-width: 58.33333333%; }
	.col-md-8 {  flex: 8 1 66.66666667%;	max-width: 66.66666667%; }
	.col-md-9 {  flex: 9 1 75%;		max-width: 75%;          }
	.col-md-10 { flex: 10 1 83.33333333%;	max-width: 83.33333333%; }
	.col-md-11 { flex: 11 1 91.66666667%;	max-width: 91.66666667%; }
	.col-md-12 { flex: 12 1 100%;		max-width: 100%;         }

	.col-md-5eq { flex: 1 1 20%; max-width: 20%;} /* 5等分 */

	.col-md-offset-12 { margin-left: 100%;         }
	.col-md-offset-11 { margin-left: 91.66666667%; }
	.col-md-offset-10 { margin-left: 83.33333333%; }
	.col-md-offset-9 {  margin-left: 75%;          }
	.col-md-offset-8 {  margin-left: 66.66666667%; }
	.col-md-offset-7 {  margin-left: 58.33333333%; }
	.col-md-offset-6 {  margin-left: 50%;          }
	.col-md-offset-5 {  margin-left: 41.66666667%; }
	.col-md-offset-4 {  margin-left: 33.33333333%; }
	.col-md-offset-3 {  margin-left: 25%;          }
	.col-md-offset-2 {  margin-left: 16.66666667%; }
	.col-md-offset-1 {  margin-left: 8.33333333%;  }
	.col-md-offset-0 {  margin-left: 0;            }

	/* 順番指定 */
	.col-md-ordinal-1 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 1;
		order: 1;
	}
	.col-md-ordinal-2 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 2;
		order: 2;
	}
	.col-md-ordinal-3 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 3;
		order: 3;
	}
	.col-md-ordinal-4 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 4;
		order: 4;
	}
	.col-md-ordinal-5 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 5;
		order: 5;
	}
	.col-md-ordinal-6 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 6;
		order: 6;
	}
	.col-md-ordinal-7 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 7;
		order: 7;
	}
	.col-md-ordinal-8 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 8;
		order: 8;
	}
	.col-md-ordinal-9 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 9;
		order: 9;
	}
	.col-md-ordinal-10 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 10;
		order: 10;
	}
	.col-md-ordinal-11 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 11;
		order: 11;
	}
	.col-md-ordinal-12 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 12;
		order: 12;
	}

	/* 片側固定 */
	.col-md-fluid {
		-webkit-flex: 1;
		flex: 1;
		padding-top: 0px;
	}
	.col-md-fix-50 {  width: 50px;  }
	.col-md-fix-100 { width: 100px; }
	.col-md-fix-150 { width: 150px; }
	.col-md-fix-200 { width: 200px; }
	.col-md-fix-250 { width: 250px; }
	.col-md-fix-300 { width: 300px; }
	.col-md-fix-350 { width: 350px; }
	.col-md-fix-400 { width: 400px; }
	.col-md-fix-450 { width: 450px; }
	.col-md-fix-500 { width: 500px; }
	.col-md-fix-550 { width: 550px; }


	/* 表示設定 */
	.visible-xs { display: none; }
	.visible-sm { display: none; }

	/* 非表示設定 */
	.hidden-md { display: none; }
	.pcNone { display: none!important;}

	/* border none */
	.border-md-none     { border: none!important;}
	.border-md-topnone  { border-top: none!important;}
	.border-md-btmnone  { border-bottom: none!important;}
	.border-md-leftnone { border-left: none!important;}
	.border-md-rightnone{ border-right: none!important;}

}
/* //PC (md) */



/*  ================================================================================================

    汎用スタイル　common

    ============================================================================================  */
		
/* common 0.基本スタイル
-----------------------------------------------------*/
body {
	color: #000;
	letter-spacing: 1px;
	overflow-wrap: break-word;　/* 禁則処理 */
}
.row img {
	max-width:100%!important;
}


/*----- リンク色 -----*/
a:link,
a:visited{
	color: #000;
	text-decoration: none;
}
a:hover,
a:active{
	color: #000;
	text-decoration: none;
}

/*----- レイアウト -----*/
.row figure{	
	text-align: center;
}
.row figcaption{	
	text-align: left;
}

/* 禁則処理 */
.contentsWrap{
	overflow-wrap: break-word;
}

/* 追加 clearfix (初期追加のみ)
---------------------------------------*/
.contentsWrap:before,
.contentsWrap:after{
    content: " ";
    display: table;
}
.contentsWrap:after{
    clear: both;
}


/* common 1.テキストレイアウト 
-----------------------------------------------------*/
.text-left  { text-align: left!important;}
.text-center{ 
	text-align: center!important;
	margin-left: auto;
	margin-right: auto;
}
.text-right { text-align: right!important;}

.valign-top  { vertical-align: top!important;}
.valign-center{ vertical-align:middle!important;}
.valign-bottom { vertical-align: bottom!important;}

/* 上下中央 */
.flex_center{
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}


/* common 3.フォントカラー/サイズ
-----------------------------------------------------*/
.text-warning { color: #C00!important;}
.text-success { color: #336666!important;}
.text-primary { color: #0066CC!important;}
.text-muted   { color: #777!important;}
.text-info    { color: #31708f!important;}
.text-danger  { color: #FF0000; background-color:#FFFDC1; display:inline;}
/* エラー */
.err{
	color: #FF0000;
	font-size: 1.4rem;
}


/* common 4.フォント装飾
-----------------------------------------------------*/
sup{
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
sub{
	font-size: 75.5%;
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
}
strong,
.bold{
	font-weight: bold;
}
em{
	font-style: oblique;
}
.text-indent {
	text-indent: 1em;
}
.note{
	font-size: 1.4rem;
	line-height: 1.6;
}
em,
.italic{
	font-style: italic!important;
}


/* common 5.リスト
-----------------------------------------------------*/
/* listAsterisk */
.listAsterisk{
	padding-left: 1.5em;
}
.listAsterisk>li{
	text-indent: -1.5em;
	line-height: 1.5;
}
.listAsterisk>li:before{
	content: '※';
	padding-right: 0.5em;
}

/* listCircle */
.listCircle{
	list-style-type: disc;
	padding-left:1.5em;
}

/* listSquare */
.listSquare{
	padding-left: 1.5em;
}
.listSquare>li{
	text-indent: -1.5em;
}
.listSquare>li:before{
	content: '■';
	padding-right: 0.5em;
}

/* listDecimal */
.listDecimal{
	list-style-type: decimal;
	padding-left:1.5em;
}


/* common 6.テーブル
-----------------------------------------------------*/
/*----- テーブル共通スタイル -----*/
.table{
	width: 100%;
	max-width: 100%;
}
.table th{
	vertical-align: middle;
	text-align: left;
}

/*----- ベースのテーブル -----*/
.table td{
	background-color: #F2F2F2;
}


/*----- 左右ボーダーありテーブル -----*/
.table-horizon td,
.table-horizon th{
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}
.table-horizon td,
.table-horizon th {
	border-top: none;
	border-bottom: 4px solid #fff;
}

/*----- ストライプ　テーブル -----*/
.table-striped>tbody>tr:nth-of-type(odd) th,
.table-striped>tbody>tr:nth-of-type(odd) td {
  background-color: #F2F2F2;
}
.table-striped>tbody>tr:nth-of-type(even) th,
.table-striped>tbody>tr:nth-of-type(even) td {
  background-color: #fff;
}

/*----- 見出し背景色つきのテーブル -----*/
.table-thbg th{
	background-color: #CCE9E8;
}

/*-----中央寄せ-----*/
.thCenter th,
.tdCenter td{
	text-align: center;
}
/*-----右寄せ-----*/
.tdRight td{
	text-align: right!important;
}

/*----- テーブルの項目th　改行させたくないとき -----*/
.noWrapTh th{
	white-space: nowrap;
}

/*----- スクロールテーブル -----*/
#tablefix td,
#tablefix th {
	vertical-align: top;
	overflow: hidden;
}
/* スクロールする領域内のテーブル */
#tablefix {
	max-width: inherit;
	border-collapse: collapse;
}
#tablefix th:first-child{
	border-right: 2px solid #ddd;
}



/* common 7.テキストリンク
-----------------------------------------------------*/
/* 外部サイトアイコン */
a[target="_blank"]:after {
	content:" ";
	background: url(../img/common/ico_blank.png) no-repeat;
	display:inline-block;
	width: 15px;
	height: 10px;
	margin-left: 10px;
	margin-right: 5px;
	-moz-background-size:contain;
	-webkit-background-size:contain;
	-o-background-size:contain;
	-ms-background-size:contain;	
	background-size:contain;
	vertical-align: middle;
	margin-top: -2px;
}
header .categoryMegaMenu .category li a[target="_blank"]:after {
	background: url(../img/common/ico_blank_white.png) no-repeat;
	background-size: contain;
}


/* アイコンつけたくない */
.noIcon:after{
	display: none!important;
}




/* common 9.width%
-----------------------------------------------------*/
.width-10per { width: 10%!important;}
.width-20per { width: 20%!important;}
.width-30per { width: 30%!important;}
.width-40per { width: 40%!important;}
.width-50per { width: 50%!important;}
.width-60per { width: 60%!important;}
.width-70per { width: 70%!important;}
.width-80per { width: 80%!important;}
.width-90per { width: 90%!important;}
.width-100per{ width: 100%!important;}

/* em */
.width-4em{ width: 4em!important;}
.width-5em{ width: 5em!important;}
.width-6em{ width: 6em!important;}



/* common 10.汎用　打ち消し系
-----------------------------------------------------*/
/* 余白 */
.pb0{padding-bottom: 0!important;}
.pl0{padding-left: 0!important;}
.mt0{margin-top: 0!important;}
.mb0{margin-bottom: 0!important;}
.mr0{margin-right: 0!important;} 

/* border */
.borderNone,
.borderNone th,
.borderNone td{
	border: none!important;
}


/* common 99.フォーム共通スタイル
-----------------------------------------------------*/

/** テキストボックス **/
input[type="text"],
textarea {
	font-size: 1.0em!important;
	font-family: inherit;
	outline: none;
	background-color: #fff;
	padding: 8px 10px;
	margin-right: 10px;
	letter-spacing: 1px;
	border: 1px solid #ccc;
}

#factorTxt:disabled,
#causeTxt:disabled {
	background:#ddd;
	opacity:.5;
}
#factorTxt:disabled:hover,
#causeTxt:disabled:hover {
	opacity:.5;
}
.radioList {
	display:flex;
	flex-wrap: wrap;
}
.radioList li {
	margin: 0 2% 2% 0;
}

/** placeholder (※読み込まれていない？) **/
input:placeholder-shown,
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::placeholder {
	color: #999;
	font-weight: normal;
	font-size: 1.0em;
}

/* 郵便番号 */
input[type="button"].zipButton {
    padding: 8px 20px;
    text-align: center;
    background: #0C508D;
    color: #FFFFFF;
    font-weight: bold;
    border: 1px solid #0C508D;
    cursor: pointer;
}


/** ラジオボックス **/
input[type="radio"] {
	display: none;
}
.radioBtn label {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 20px;
	cursor: pointer;
}
.radioBtn label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #F2F0EC;
	border: 1px solid #ccc;
	border-radius: 100%;
	box-sizing: content-box;
}
.radioBtn input[type="radio"]:checked + label::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #F36D00;
	border-radius: 100%;
}


/** チェックボックス **/
input[type="checkbox"] {
	display: none;
}
.checkbox label {
	position: relative;
	display: inline-block;
	padding: 4px 5px 4px 45px;
	cursor: pointer;
}
.checkbox label:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	margin-top: -18px;
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: content-box;
}
.checkbox input[type="checkbox"]:checked + label::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 8px;
	width: 16px;
	height: 21px;
	margin-top: -16px;
	border: 4px solid #F36D00;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/** プルダウン **/
select{
	font-size: 1.0em;
	padding: 8px 40px 6px 10px;
	margin-right: 10px;
	cursor: pointer;
}

/** プルダウン select **/
label.selectLabel {
	position: relative;
	display: block;
	border: 1px solid #ccc;
}
label.selectLabel:before {
	content: "";
	position: absolute;
	display: inline-block;
	right: 10px;
	top: 50%;
 	margin-top: -7px;
	width: 14px;
  height: 14px;
	background: #fff url(/lib/img/common/ico_select.png) no-repeat left center;
	pointer-events: none;
}
::-ms-expand {
 display: none;
}

option{
	padding-right: 20px;
}


/** トグルボタン **/
.togglebtn input {
	display: none;
}
.togglebtn input+label,
.togglebtn input+label::before,
.togglebtn input+label::after {
	-webkit-transition: all .2s;
	transition: all .2s;
}
.togglebtn input+label {
	display: inline-block;
	position: relative;
	width: 132px;
	height: 34px;
	border-radius: 24px;
	cursor: pointer;
	line-height: 1.0;
}
.togglebtn input+label::before {
	display: block;
	content: attr(data-off-label);
	position: absolute;
	top: 9px;
	right: 15px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 1.5rem;
}
.togglebtn input+label::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 50%;
}
.togglebtn input:checked+label::before {
	content: attr(data-on-label);
	left: 23px;
	right: auto;
	color: #fff;
}
.togglebtn input:checked+label::after {
	left: 100px;
	background-color: #fff;
}

/* togglebtn color */
.togglebtn input+label {
	background-color: #aaa;
}
.togglebtn input+label::before {
	color: #fff;
}
.togglebtn input:checked+label {
	background-color: #F36D00;
}
.togglebtn input:checked+label::before {
	color: #fff;
}


/** 共通注釈 **/
.asterisk:after{
	content: "必須";
	background-color: #FF0000;
	color: #FFF;
	padding: 2px 3px 1px;
	margin-left: 0.8em;
	font-size: 0.7em;
	line-height: 1.0;
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
}


/** ファイル選択 **/
label.fileUploader {
  color: #fff;
	font-size: 1.4rem;
  background: #F36D00;
  padding: 5px 10px;
  border-radius: 5px;
	cursor: pointer;
}


/* //フォーム共通スタイル
-----------------------------------------------------*/




/*  ================================================================================================

    PC/SP　一部共通スタイル

    ============================================================================================  */


/* common 
-----------------------------------------------------*/
table th,
table td{
	background-color: #fff;
}

/*  背景ボックス 
-----------------------------------------------------*/
.bgWrapA{
	background-color: #CCE9E8;
}
.bgWrapB{
	background-color: #E7FAEC;
	padding-top: 30px;
}
.boxA{
	background-color: #F2F2F2;
}


/*  strongPoint
-----------------------------------------------------*/
.strongPoint,
.comment,
.report{
	background-color: #CCE9E8;
	position: relative;
}
.strongPoint:before{
	position: absolute;
	top: 0;
	content:" ";
	background: url(../img/common/ico_point.png);
	background-repeat: no-repeat;
	display:inline-block;
	background-size:contain;
}
.comment:before{
	position: absolute;
	top: 0;
	content:" ";
	background: url(../img/common/ico_comment.png);
	background-repeat: no-repeat;
	display:inline-block;
	background-size:contain;
}
.report:before{
	position: absolute;
	top: 0;
	content:" ";
	background: url(../img/common/ico_report.png);
	background-repeat: no-repeat;
	display:inline-block;
	background-size:contain;
}




/* common ボタンの色
-----------------------------------------------------*/
/* デザイン */
.btnA{
	background-color: #00938B;
	color: #fff!important;
}
.btnB{
	background-color: #00938B;
	color: #fff!important;
}
.btnD{
	display:inline-block;
	background:#00938B;
	color:#FFFFFF!important;
	border-radius:10px;
	padding:5px 20px;
	margin:10px 0;
	font-size:18px;
}

/* 実行系 */
.btnAction{
	background-color: #CC0000;
	color: #fff!important;
}
/* 戻る系 */
.btnBack{
	background-color: #7F7F7F;
	color: #fff!important;
}

/* 1列 */
.btnArea{
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.btnArea a{
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

/* ボタン内小さい文字 */
.btnArea a{
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.btnArea a span.small{
	flex:1 1 100%;
}


/* common ボタンのレイアウト
-----------------------------------------------------*/
.btnArea a:hover,
.btnArea2 a:hover,
input:hover{
	opacity:0.7;
	cursor: pointer;
}
.btnArea,
.btnArea2{	
	text-align: center;
}
input{
	display: inline-block;
}
.anybtn{
	cursor: pointer;
}


/*  キャプション
-----------------------------------------------------*/
/* キャプションを画像の幅に合わせる */
figcaption{
	margin-top: 10px;
}

/* 小さめキャプションセンター */
.capSmall figcaption{
	font-size: 0.8em;
	text-align: center;
}


/*  動画
-----------------------------------------------------*/
.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*  ================================================================================================

    汎用スタイル(デバイス別)

    ============================================================================================  */

/*-----------------------------------------------------
                      SP (xs) 
-----------------------------------------------------*/
@media screen and (max-width: 767px) {


/* SP 1.テキストレイアウト 
-----------------------------------------------------*/
.text-xs-left  { text-align: left!important;}
.text-xs-center{
	text-align: center!important;
	margin-left: auto;
	margin-right: auto;
}
.text-xs-right { text-align: right!important;}


/* SP  2.下余白
-----------------------------------------------------*/
/* 下余白 */
.blockend-ss{	margin-bottom: 5px!important;}
.blockend-s {	margin-bottom: 10px!important;}
.blockend-m {	margin-bottom: 25px!important;}
.blockend-l {	margin-bottom: 30px!important;}

/* 下余白 SPのみ */
.blockend-xs-ss{	margin-bottom: 5px!important;}
.blockend-xs-s {	margin-bottom: 10px!important;}
.blockend-xs-m {	margin-bottom: 20px!important;}
.blockend-xs-l {	margin-bottom: 30px!important;}

/* 上余白 */
.blocktop-ss{	margin-top: 5px!important;}
.blocktop-s {	margin-top: 10px!important;}
.blocktop-m {	margin-top: 25px!important;}
.blocktop-l {	margin-top: 30px!important;}

/* 打ち消し系
-----------------------------------------------------*/
/* 余白 */
.pb0-xs{padding-bottom: 0!important;}


/* SP 3.フォントサイズ
-----------------------------------------------------*/
.small_xx { font-size: 1.2rem;}/* SP　1.2より下にはしない */
.small_x  { font-size: 1.2rem;}
.small    { font-size: 1.3rem;}
.medium   { font-size: 1.4rem;}
.large    { font-size: 1.5rem;} 
.large_x  { font-size: 1.6rem;}
.large_xx { font-size: 1.8rem;}


/* SP 9.width %  
-----------------------------------------------------*/
.width-xs-ss{width: 40%!important;}
.width-xs-s{ width: 60%!important;}
.width-xs-m{ width: 80%!important;}
.width-xs-l{ width: 90%!important;}

.width-xs-10per { width: 10%!important;}
.width-xs-20per { width: 20%!important;}
.width-xs-30per { width: 30%!important;}
.width-xs-40per { width: 40%!important;}
.width-xs-50per { width: 50%!important;}
.width-xs-60per { width: 60%!important;}
.width-xs-70per { width: 70%!important;}
.width-xs-80per { width: 80%!important;}
.width-xs-90per { width: 90%!important;}
.width-xs-100per{ width: 100%!important;}



/* SP 99.フォームスタイル 
-----------------------------------------------------*/
/** textarea  **/
input[type="text"],
textarea {
	width: 100%;
}

/** ラジオボックス **/
input[type="radio"] {
	display: none;
}
.radioBtn label {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 20px;
	cursor: pointer;
}
.radioBtn label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #F2F0EC;
	border: 1px solid #ccc;
	border-radius: 100%;
}
.radioBtn input[type="radio"]:checked + label::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #F36D00;
	border-radius: 100%;
}

/* 住所検索ボタン */
.postalButton{
	background-color: #00938B;
	color: #fff;
	padding: 8px 10px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/** プルダウン select **/
label.selectLabel {
	width: 100%;
}

}
/* // SP (xs) */



/*-----------------------------------------------------
                     TABLET (sm) 
-----------------------------------------------------*/
@media screen and (min-width: 767px) and (max-width: 970px) {
	

/* TB 1.テキストレイアウト 
-----------------------------------------------------*/
.text-sm-left  { text-align: left!important;}
.text-sm-center{
	text-align: center!important;
	margin-left: auto;
	margin-right: auto;
}
.text-sm-right { text-align: right!important;}


/* TB  2.下余白
-----------------------------------------------------*/
/* 下余白 */
.blockend-ss{	margin-bottom: 10px!important;}
.blockend-s {	margin-bottom: 20px!important;}
.blockend-m {	margin-bottom: 40px!important;}
.blockend-l {	margin-bottom: 60px!important;}

/* 下余白 SPのみ */
.blockend-sm-ss{	margin-bottom: 5px!important;}
.blockend-sm-s {	margin-bottom: 10px!important;}
.blockend-sm-m {	margin-bottom: 20px!important;}
.blockend-sm-l {	margin-bottom: 30px!important;}

/* 上余白 */
.blocktop-ss{	margin-top: 10px!important;}
.blocktop-s {	margin-top: 20px!important;}
.blocktop-m {	margin-top: 40px!important;}
.blocktop-l {	margin-top: 60px!important;}


/* TB 3.フォントサイズ
-----------------------------------------------------*/
.small_xx { font-size: 1.2rem;}
.small_x  { font-size: 1.4rem;}
.small    { font-size: 1.6rem;}
.medium   { font-size: 1.7rem;}
.large    { font-size: 1.8rem;} 
.large_x  { font-size: 1.9rem;}
.large_xx { font-size: 2.0rem;}


/* TB 9.width% 
-----------------------------------------------------*/
.width-sm-ss{width: 40%!important;}
.width-sm-s{ width: 60%!important;}
.width-sm-m{ width: 80%!important;}
.width-sm-l{ width: 90%!important;}

.width-sm-10per { width: 10%!important;}
.width-sm-20per { width: 20%!important;}
.width-sm-30per { width: 30%!important;}
.width-sm-40per { width: 40%!important;}
.width-sm-50per { width: 50%!important;}
.width-sm-60per { width: 60%!important;}
.width-sm-70per { width: 70%!important;}
.width-sm-80per { width: 80%!important;}
.width-sm-90per { width: 90%!important;}
.width-sm-100per{ width: 100%!important;}



/* TB 99.フォームスタイル
-----------------------------------------------------*/
/** textarea  **/
input[type="text"],
textarea {
	width: 100%;
}

}
/*  //TABLET (sm) */

		
/*-----------------------------------------------------
                        PC (md) 
-----------------------------------------------------*/
@media print, screen and (min-width: 971px) {
	

/* PC 1.テキストレイアウト 
-----------------------------------------------------*/
.text-md-left  { text-align: left!important;}
.text-md-center{
	text-align: center!important;
	margin-left: auto;
	margin-right: auto;
}
.text-md-right { text-align: right!important;}


/* PC  2.下余白
-----------------------------------------------------*/
/* 下余白 */
.blockend-ss{	margin-bottom: 15px!important;}
.blockend-s {	margin-bottom: 30px!important;}
.blockend-m {	margin-bottom: 50px!important;}
.blockend-l {	margin-bottom: 70px!important;}

/* 下余白 PCのみ */
.blockend-md-ss{	margin-bottom: 15px!important;}
.blockend-md-s {	margin-bottom: 30px!important;}
.blockend-md-m {	margin-bottom: 50px!important;}
.blockend-md-l {	margin-bottom: 70px!important;}

/* 上余白 */
.blocktop-ss{	margin-top: 15px!important;}
.blocktop-s {	margin-top: 30px!important;}
.blocktop-m {	margin-top: 50px!important;}
.blocktop-l {	margin-top: 100px!important;}


/* PC 3.フォントサイズ
-----------------------------------------------------*/
.small_xx { font-size: 1.3rem;}
.small_x  { font-size: 1.4rem;}
.small    { font-size: 1.5rem;}
.medium   { font-size: 1.6rem;}
.large    { font-size: 1.7rem;} 
.large_x  { font-size: 1.8rem;}
.large_xx { font-size: 2.0rem;}


/* PC  6.テーブル
-----------------------------------------------------*/
/* テーブル */
.table td,
.table th{
	padding: 8px;
}
.noWrapTh-md th{
	white-space: nowrap;
}


/* PC 9.width% 
-----------------------------------------------------*/
.width-md-ss{width: 40%!important;}
.width-md-s{ width: 60%!important;}
.width-md-m{ width: 80%!important;}
.width-md-l{ width: 90%!important;}

.width-md-10per { width: 10%!important;}
.width-md-20per { width: 20%!important;}
.width-md-30per { width: 30%!important;}
.width-md-40per { width: 40%!important;}
.width-md-50per { width: 50%!important;}
.width-md-60per { width: 60%!important;}
.width-md-70per { width: 70%!important;}
.width-md-80per { width: 80%!important;}
.width-md-90per { width: 90%!important;}
.width-md-100per{ width: 100%!important;}


/* PC 99.フォームスタイル 
-----------------------------------------------------*/
/* 住所検索ボタン */
.postalButton{
	font-size: 16px;
	background-color: #00938B;
	color: #fff;
	padding: 10px 15px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/** プルダウン select **/
label.selectLabel {
	width: 370px;
}

}
/* PC (md) */




/*  ニュース一覧
-----------------------------------------------------*/
/* ニュース一覧 */
.newsListGroup {
	border-top: 1px solid #ccc;
}
.newsList{
	border-bottom: 1px solid #ccc;
}
.newsContent a{
	position: relative;
	display: inline-block;
	text-indent: -21px;
	margin-left: 21px;
}
.newsContent a:before{
	content:" ";
	background: url(../img/common/ico_arrow_s.png);
	background-repeat: no-repeat;
	display:inline-block;
	width: 14px;
	height: 14px;
	background-size:contain;
	margin-right: 7px;
	vertical-align: middle;
	margin-top: -4px;
}

/* アイコン */
.icoNews:before,
.icoEvent:before,
.icoProduct:before{
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.icoNews:before{
	content:"お知らせ";
	background-color: #F56854;
	color: #FFF;
}
.icoEvent:before{
	content:"イベント";
	background-color: #F39C11;
	color: #FFF;
}
.icoProduct:before{
	content:"製　品";
	background-color: #00BFEE;
	color: #FFF;
}


/*  ページ内リンクボタン
-----------------------------------------------------*/
.pageBtnLink .btnFixed{
	height: inherit;
}
.pageBtnLink>div>a span{
	font-size: 0.8em;
	line-height: 1.4;
	display: block;
	font-weight: normal;
}


/* クリッカブルマップ
-----------------------------------------------------*/
.mapImg{
	max-width: 100%;
}


