/*
タイトル
-------------------------------------------------------*/

.pageTitle {
	width: 950px;
	height: 250px;
}

.secHeading {
	font-size: 1.5em;
	font-weight: bold;
	color: #F06400;
	border-bottom: 2px solid #F06400;
	padding: 0 0 5px 3px;
	margin-top: 30px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
	.secHeading span {
		font-size: 0.8em;
		font-weight: normal;
	}

.h01 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #F06400;
	padding: 0 0 5px 3px;
	margin-bottom: 15px;
}
	.h01 span {
		border-left: 5px solid #F06400;
		padding-left: 10px;
	}


/*
共通
-------------------------------------------------------*/

.mainTxt {
	width: 100%;
	line-height: 180%;
	margin: 1em auto;
}
.mainTxt02 {
	width:100%;
	line-height:180%;
	margin:10px auto;
	text-indent:1em;
}
.txt_indent01 {
	text-indent:-1em;
	padding-left:1em;
}

span.waku {
	border: 3px double #ccc;
	padding: 3px 0.5em;
	font-weight: bold;
}

p.under_construction {
	text-align:center;
	font-size:1.1em;
	padding: 50px 0 300px;
}

/*問い合わせ*/

.inquiryBox01 {
	width:600px;
	margin:20px auto 20px;
	border:4px solid #ccc;
	padding:15px;
	background-color:#f5f5f5;
}
	.inquiryBox01 p {
		margin-left:0px;
	}
	.inquiryBox01 h5 {
		font-weight:bold;
		padding-bottom:10px;
		margin:0;
	}
	

/*リスト*/

.ul_indentList01 {
	width:100%;
	margin:10px auto;
}
	.ul_indentList01 li {
		text-indent:-1em;
		padding-left:1em;
		margin-bottom:0.5em;
		line-height:180%;
	}
.ul_indentList02 {
	width:100%;
	margin:10px auto;
}
	.ul_indentList02 li {
		text-indent:-2em;
		padding-left:2em;
		margin-bottom:0.5em;
	}
.ul_indentList03 {
	width:100%;
	margin:10px auto;
}
	.ul_indentList03 li {
		text-indent:-1.5em;
		padding-left:1.5em;
		margin-bottom:0.5em;
	}
.ul_indentList04 {
	width:100%;
	margin:10px auto;
}
	.ul_indentList04 li {
		text-indent:-1em;
		padding-left:1em;
		margin-bottom:0.5em;
		line-height:180%;
	}
	
.dl_style01 {
	margin: 20px auto;
}
	.dl_style01 dt {
		margin-top: 10px;
		font-weight: bold;
	}
	.dl_style01 dd {
		padding-left: 1.8em;
	}

ol {
  counter-reset:number; /* 名前を付けたカウンターをリセット */
}
.ol_01 {
	margin:10px auto;
}
	.ol_01 li {
		position: relative;
		padding-left: 2em;
		margin-bottom: 0.5em;
	}
	.ol_01 li:before {
		counter-increment: number;
		content: counter(number) ". ";
		position: absolute;
		left: 0.2em;
		width: 1.8em;
	}


/*ボタン*/

.ul_btn01 {
	margin: 20px auto;
	text-align: center;
}
	.ul_btn01 li {
		list-style: none;
		display: inline;
		margin: 0 15px;
	}
	.ul_btn01 li img {
		display: inline;
		-webkit-transition: 0.3s ease-in-out;
			 -moz-transition: 0.3s ease-in-out;
				 -o-transition: 0.3s ease-in-out;
						transition: 0.3s ease-in-out;
	}
	.ul_btn01 li img:hover,
	.ul_btn01 .end {
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity:0.85;
	}

/*cssボタン*/

.ul_btn_css {
	margin: 30px auto 50px;
	text-align: center;
}
	.ul_btn_css li {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 40px;
		list-style: none;
		display: inline;
		margin: 0 20px;
	}
		.ul_btn_css li a {
			display: inline-block;
			width: 240px;
			padding: 15px 20px;
			color: #fff;
			text-decoration: none;
			background: #004998; 
			-webkit-box-shadow: 0 0 5px 0 #999;
			-moz-box-shadow: 0 0 5px 0 #999;
			box-shadow: 0 0 5px 0 #999; 
			
			border-radius: 6px;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
		}
		.ul_btn_css li a:hover {
			filter:alpha(opacity=75);
			-moz-opacity:0.75;
			-khtml-opacity: 0.75;
			opacity:0.75;
		}



	
/*テーブル*/

.tbl_nostyle {
		margin: 20px 0;
}
	.tbl_nostyle td {
			padding: 2px 5px;
	}
	
.tbl_style01 {
	margin: 20px 0;
}
	.tbl_style01 th,
	.tbl_style01 td {
		padding: 5px 15px;
		border: 1px solid #aaa;	
	}
	.tbl_style01 th {
		text-align:center;
		background: #ddd;
		font-weight: bold;
	}
	.tbl_style01 td {
		text-align:center;
		vertical-align: middle;
	}




/*flexbox*/

.flex {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
}

.flex-row-reverse {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row-reverse;
    /* Safari */
    flex-direction: row-reverse;
}

.flex-column {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: column;
    /* Safari */
    flex-direction: column;
}

.flex-column-reverse {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: column-reverse;
    /* Safari */
    flex-direction: column-reverse;
}

.inline-flex {
    display: -webkit-inline-flex;
    /* Safari */
    display: inline-flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
}

.flex-start {
    -webkit-justify-content: flex-start;
    /* Safari */
    justify-content: flex-start;
}

.flex-center {
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
}

.flex-end {
    -webkit-justify-content: flex-end;
    /* Safari */
    justify-content: flex-end;
}

.flex-space-around {
    -webkit-justify-content: space-around;
    /* Safari */
    justify-content: space-around;
}

.flex-space-between {
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
}

.flex-align-center {
    -webkit-align-items: center;
    /* Safari */
    align-items: center;
}

.flex-align-end {
    -webkit-align-items: flex-end;
    /* Safari */
    align-items: flex-end;
}

.flex-wrap {
		-ms-flex-wrap:wrap;/*--- IE10用 ---*/
		-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
		flex-wrap:wrap;
}



