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

  ■リセットCSS
		・リセットCSS-全体
		・リセットCSS-form
	
	■グリッドレイアウトスタイル（modify以外は編集不可）
		・共通
		・SP (xs) 
		・TABLET (sm)
		・PC (md)

  -----------------------------------------------------
	以下、編集可能
		
	■汎用スタイル common
	
		0.基本スタイル（フォント色、リンク色）
		1.テキストレイアウト 
		2.下余白
		3.フォントカラー/サイズ
		4.フォント装飾
		5.リスト
		6.テーブル
		7.テキストリンク
		8.width%
		9.汎用　打ち消し系	
		99.フォーム共通スタイル

		
	■ PC/SP　一部共通スタイル
		・common ボタンの色
		・common ボタンのレイアウト
　　・キャプションを画像の幅に合わせる
		

	■汎用スタイル(デバイス別)
		・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: 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;
	font-family:"Noto Sans JP",sans-serif;
}
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;
}


/*　リセット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;
	font: initial;
	font-family:"Noto Sans JP",sans-serif;
}


/* レギュレーション　テスト */
.row {
	/*background: url(/library/img/common/test/b_red.gif) left bottom repeat-x;	background-size:1px 2px;*/	
	/*background-color:rgba(255,0,0,.3);*/	
	/*margin-bottom:30px;*/
	
	
	/*border-bottom:2px solid #f00!important;*/
}
[class*="col-xs-"],
[class*="col-sm-"],
[class*="col-md-"] {
/*	background: url(/library/img/common/test/b_blue.gif) left bottom repeat-x; background-color:rgba(0,255,0,0.5);*/
	
	/*border-bottom:2px solid #00FF00!important;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
/*	background: url(/library/img/common/test/b_green.gif) left bottom repeat-x;*/

	/*border-bottom:2px solid #FFCC00!important;*/
}
/* レギュレーション　テスト */

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

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

    ============================================================================================  */
		
/*-----------------------------------------------------
                      共通 
-----------------------------------------------------*/
*, *:before, *:after, col-md-1, col-md-2 {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.row img {
	max-width:100%;
}

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

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

	.row .row, 
	.row-fleximg .row {
		/*modify*/
		margin-right: -2.67vw;
		margin-left: -2.67vw;
	}
	/* アコーディオン */
	.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: 2.67vw;
		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: 2.67vw;
	}

	[class*="col-xs-"] {
		/*modify*/
		padding-right:2.67vw;
		padding-bottom:5.33vw;
		padding-left:2.67vw;
	}
	.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 {
		order: 0;
	}
	.col-xs-ordinal-2 {
		order: 1;
	}
	.col-xs-ordinal-3 {
		order: 2;
	}
	.col-xs-ordinal-4 {
		order: 3;
	}
	.col-xs-ordinal-5 {
		order: 4;
	}
	.col-xs-ordinal-6 {
		order: 5;
	}
	.col-xs-ordinal-7 {
		order: 6;
	}
	.col-xs-ordinal-8 {
		order: 7;
	}
	.col-xs-ordinal-9 {
		order: 8;
	}
	.col-xs-ordinal-10 {
		order: 9;
	}
	.col-xs-ordinal-11 {
		order: 10;
	}
	.col-xs-ordinal-12 {
		order: 11;
	}


	/* 片側固定 */
	.col-xs-fluid {
		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; }

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

}
/*  //SP (xs) */



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

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

	.row .row, 
	.row-fleximg .row {
		/*modify*/
		margin-right: -5px;
		margin-left: -5px;
	}
	.row .row [class*="col-sm-"], 
	.row-fleximg .row [class*="col-sm-"], 
	.row-sm-nogutter .row [class*="col-sm-"] {
		/*modify*/
		padding-top: 2.67vw;
		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: 2.67vw;
	}

	[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 {
		order: 0;
	}
	.col-sm-ordinal-2 {
		order: 1;
	}
	.col-sm-ordinal-3 {
		order: 2;
	}
	.col-sm-ordinal-4 {
		order: 3;
	}
	.col-sm-ordinal-5 {
		order: 4;
	}
	.col-sm-ordinal-6 {
		order: 5;
	}
	.col-sm-ordinal-7 {
		order: 6;
	}
	.col-sm-ordinal-8 {
		order: 7;
	}
	.col-sm-ordinal-9 {
		order: 8;
	}
	.col-sm-ordinal-10 {
		order: 9;
	}
	.col-sm-ordinal-11 {
		order: 10;
	}
	.col-sm-ordinal-12 {
		order: 11;
	}

	/* 片側固定 */
	.col-sm-fluid {
		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; }

	/* 非表示設定 */
	.tbNone { display: 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: -ms-flex;
		display: flex;
		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-1M {	margin-left: 20.22222223%;}
	.col-md-offset-1 {  margin-left: 8.33333333%;  }
	.col-md-offset-0 {  margin-left: 0;            }

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

	/* 片側固定 */
	.col-md-fluid {
		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; }

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

}
/* //PC (md) */



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

    汎用スタイル　common

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

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

/* アンカーリンク */
.anchor:link,
.anchor:visited {
	color: #09a0d3;
	text-decoration: none;
}
.anchor:hover,
.anchor:active{	
	text-decoration: underline;
}

a img:hover {
	opacity:0.8;
}

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

/* 禁則処理 */
.contentsWrap{
	overflow-wrap: break-word;
}
.noWrap{
	white-space: nowrap!important;
}

/* 追加 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;}


/* common 3.フォントカラー/サイズ
-----------------------------------------------------*/
.text-warning { color: #fb2727;}


/* 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{
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
em{
	font-style: oblique;
}
.text-indent {
	text-indent: 1em;
}
.note{
	font-size: 1.3rem;
	line-height: 1.4;
}
em,
.italic{
	font-style: italic!important;
}


/* common 5.リスト
-----------------------------------------------------*/
/* listAsterisk */
.listAsterisk{
	padding-left: 1.5em;
	margin-bottom: 20px;
}
.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;
	margin-bottom: 20px;
}

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

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

/* arrowList */
.arrowList >li{
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 15px;
}
.arrowList >li:last-of-type {
	margin-bottom: 0;
}
.arrowList >li:before{
	content: "";
	display: inline-block;
	width: 0.4em;
	height: 0.4em;
	margin-right: 0.6em;
	border-top: 2px solid #ee5d2a;
	border-right: 2px solid #ee5d2a;
	transform: rotate(45deg);
	vertical-align: 10%;
}
.arrowGR >li:before {
	border-top: 2px solid #6ec688;
	border-right: 2px solid #6ec688;
}
.arrowBL >li:before {
	border-top: 2px solid #3680e7;
	border-right: 2px solid #3680e7;
}

/* listDia */
.listDia>li{
	text-indent: -1em;
	margin-left: 1em;
}
.listDia>li:before{
	content: '◆';
}

/* listNormal */
.listNormal li {
	text-indent: -1em;
	margin-left: 1em;
}


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

/*----- ベースのテーブル -----*/
.table td,
.table th {
	border: 1px solid #a0a0a0;
}

/*----- 見出し背景色つきのテーブル -----*/
.table-thbg th:nth-of-type(odd) {
	background-color: #dae5ec;
}
.table-thbg th:nth-of-type(odd) {
	background-color: #dae5ec;
}
.table-thbg th:nth-of-type(even) {
	background-color: #ebf0f3;
}

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

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



/* common 7.テキストリンク
-----------------------------------------------------*/
.blank,
.blankBL,
.pdf {
	text-decoration: underline!important;
}
/* 外部サイトアイコン(白) */
.blank:after{
	content:" ";
	background: url("/library/img/common/ico_blank.png") no-repeat;
	display:inline-block;
	width: 18px;
	height: 14px;
	margin-left: 5px;
	margin-right: 5px;
	-ms-background-size:contain;	
	background-size:contain;
	vertical-align: middle;
	margin-top: -2px;
}
/* 外部サイトアイコン(青) */
.blankBL:after{
	content:" ";
	background: url("/library/img/common/ico_blank_BL.png") no-repeat;
	display:inline-block;
	width: 20px;
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
	-ms-background-size:contain;	
	background-size:contain;
	vertical-align: middle;
	margin-top: -2px;
}
/* PDFアイコン */
.pdf:after{
	content:" ";
	background: url("/library/img/common/ico_pdf.png") no-repeat;
	display:inline-block;
	width: 14px;
	height: 16px;
	margin-left: 5px;
	margin-right: 5px;
	-ms-background-size:contain;	
	background-size:contain;
	vertical-align: middle;
	margin-top: -2px;
}

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


/* common 8.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;}


/* common height%
-----------------------------------------------------*/
.height100per{ height: 100%!important;}

/* common 9.汎用　打ち消し系
-----------------------------------------------------*/
/* 余白　打ち消し */
.pt0{padding-top: 0!important;}
.pb0{padding-bottom: 0!important;}
.pr0{padding-right: 0!important;}
.pl0{padding-left: 0!important;}

.mt0{margin-top: 0!important;}
.mb0{margin-bottom: 0!important;}
.mr0{margin-right: 0!important;} 
.ml0{margin-left: 0!important;}


/* common 99.フォーム共通スタイル
-----------------------------------------------------*/
/** placeholder **/
/* Chrome, Safari */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #c9c9c9;
}

/* Firefox */
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #c9c9c9;
}
/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #c9c9c9;
}

/** テキストボックス **/
input[type="text"],
textarea {
	outline: none;
	background-color: #F2F0EC;
	padding: 8px 10px;
	margin-right: 10px;
	letter-spacing: 1px;
}

/** ラジオボックス **/
input[type="radio"] {
	display: none;
}

/** チェックボックス **/
input[type="checkbox"] {
	display: none;
}

::-ms-expand {
 display: none;
}


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




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

    PC/SP　一部共通スタイル

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


/* common ボタンの色
-----------------------------------------------------*/
/* デザイン */
.btnA {
	border: 1px solid #023f73;
	color: #082f50!important;
	background: #ffffff;
}
.btnB {
	color: #023f73!important;
	background: #ffffff;
}
.btnC {
	color: #2e97f0!important;
	background: #ffffff;
}
.btnD {
	color: #fff!important;
	background: #3680e7;
}
.btnE {
	color: #fff!important;
	background: #6ec688;
}
.btnF {
	color: #fff!important;
	background: #ef5d2a;
}

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


/* 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: 5px;
	line-height: 1.3;
	font-size: 14px;
}


/* フォントサイズ拡大縮小用CSS 
-----------------------------------------------------*/
.is-fs-m {
  font-size: 62.5%;
}
.is-fs-l {
  font-size: 75.0%;
}
.is-fs-xl {
  font-size: 87.5%;
}
.is-fs-xxl {
  font-size: 100.0%;
}
.is-fs-xxxl {
  font-size: 112.5%;
}

.is-fs-xxxxl {
  font-size: 125.0%;
}


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

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

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

/*-----------------------------------------------------
                      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-sss{	margin-bottom: 5px!important;}
.blockend-ss {	margin-bottom: 5px!important;}
.blockend-s {	margin-bottom: 10px!important;}
.blockend-m {	margin-bottom: 20px!important;}
.blockend-l {	margin-bottom: 30px!important;}
.blockend-ll {	margin-bottom: 40px!important;}

/* 下余白 SPのみ */
.blockend-xs-sss{	margin-bottom: 5px!important;}
.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;}
.blockend-xs-ll {	margin-bottom: 40px!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のみ */
.small-xs_xx { font-size: 1.2rem;}/* SP　1.2より下にはしない */
.small-xs_x  { font-size: 1.2rem;}
.small-xs    { font-size: 1.3rem;}
.medium-xs   { font-size: 1.4rem;}
.large-xs    { font-size: 1.5rem;} 
.large-xs_x  { font-size: 1.6rem;}
.large-xs_xx { font-size: 1.8rem;}


/* SP  6.テーブル
-----------------------------------------------------*/
.table td,
.table th{
	padding: 4px;
	font-size: 1.2rem;
}
.table{
	margin-bottom: 20px;
}


/* 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;
}


}
/* // 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-sss{	margin-bottom: 5px!important;}
.blockend-ss{	margin-bottom: 5px!important;}
.blockend-s {	margin-bottom: 10px!important;}
.blockend-m {	margin-bottom: 20px!important;}
.blockend-l {	margin-bottom: 30px!important;}
.blockend-ll {	margin-bottom: 40px!important;}

/* 下余白 SPのみ */
.blockend-sm-sss{	margin-bottom: 5px!important;}
.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;}
.blockend-sm-ll {	margin-bottom: 40px!important;}


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

/* TBのみ */
.small-sm_xx { font-size: 1.2rem;}
.small-sm_x  { font-size: 1.3rem;}
.small-sm    { font-size: 1.4rem;}
.medium-sm   { font-size: 1.5rem;}
.large-sm    { font-size: 1.6rem;} 
.large-sm_x  { font-size: 1.7rem;}
.large-sm_xx { font-size: 1.8rem;}


/* TB  6.テーブル
-----------------------------------------------------*/
.table td,
.table th{
	padding: 6px;
	font-size: 1.4rem;
}
.table{
	margin-bottom: 20px;
}


/* TB 8.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-sss{	margin-bottom: 5px!important;}
.blockend-ss{	margin-bottom: 10px!important;}
.blockend-s {	margin-bottom: 15px!important;}
.blockend-m {	margin-bottom: 20px!important;}
.blockend-l {	margin-bottom: 30px!important;}
.blockend-ll {	margin-bottom: 60px!important;}

/* 下余白 PCのみ */
.blockend-md-sss{	margin-bottom: 5px!important;}
.blockend-md-ss{	margin-bottom: 10px!important;}
.blockend-md-s {	margin-bottom: 15px!important;}
.blockend-md-m {	margin-bottom: 20px!important;}
.blockend-md-l {	margin-bottom: 30px!important;}
.blockend-md-ll {	margin-bottom: 60px!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;}
.large_xxx { font-size: 2.2rem;}

/* PCのみ */
.small-md_xx { font-size: 1.3rem;}
.small-md_x  { font-size: 1.4rem;}
.small-md    { font-size: 1.5rem;}
.medium-md   { font-size: 1.6rem;}
.large-md    { font-size: 1.7rem;} 
.large-md_x  { font-size: 1.8rem;}
.large-md_xx { font-size: 2.0rem;}
.large-md_xxx { font-size: 2.2rem;}


/* PC  6.テーブル
-----------------------------------------------------*/
/* テーブル */
.table td,
.table th{
	padding: 18px 28px 17px;
}

.noWrapTh-md th{
	white-space: nowrap;
}


/* PC 8.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 (md) */


