@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :一般社団法人日本口腔リハビリテーション学会
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub

背景カラー：

=================================================================== */



/*----------------------------------------------------
	リンクカラーなど
----------------------------------------------------*/
a:link {
	color: #295BA7;
}

a:visited {
	color: #295BA7;
}

a:hover {
	color: #888;
}

a:active {
}

/*----------------------------------------------------
	Selected Text
----------------------------------------------- */
::selection {
 background: #0092DB; /* Safari */
	color: #FFF;
}

::-moz-selection {
 background: #0092DB; /* Firefox */
	color: #FFF;
}

/*----------------------------------------------------
	汎用class
	※基本頭文字は小文字で
----------------------------------------------------*/
img {
    max-width: 100%;
    height: auto;
}

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.cr {
	clear: both;
}


.title {
	text-align: center;
}

.signature {
	text-align: right;
}

.text {
	text-indent: 1em;
}

.text_justify {
	text-align: justify;
	text-justify: inter-ideograph;
}

a.roll:hover img {
  /* IE7 以下の独自拡張 */
  //filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  
  /* IE8 標準モードの独自拡張 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  
  /* CSS3 の公式プロパティ（Firefox 1.5+、Opera 8.0+、Safari 3.0+）*/
  opacity: 0.9;
}

.strong {
	font-weight: 600;
}

.txt_bold {
	font-weight: 600;
}

.txt_left {
	text-align: left;
}

.dateR {
	text-align: right;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.point {
	color: #E42E3A;
}

.linkTop {
	background: url(../img/item/icon_top.gif) no-repeat;
	padding-left: 20px;
}

.link {
	position: relative;
	display: inline-block;
	padding: 0 0 0 5px;
	vertical-align: middle;
	text-decoration: none;
}

.link::before {
	content: "\f105";
    font-family: FontAwesome;	
	color: #295BA7;
	margin-right: 6px;
	font-weight: 600;	
}

.pdf {
	background: url(../img/item/icon_pdf.png) no-repeat right;
	padding-right: 20px;
}

.word {
	background: url(../img/item/icon_word.png) no-repeat right;
	padding-right: 20px;
}

.excel {
	background: url(../img/item/icon_excel.png) no-repeat right;
	padding-right: 20px;
}

.zip {
	background: url("../img/item/icon_zip.gif") no-repeat right;
	padding-right: 20px;
}

.mail {
	background: url(../img/item/icon_form.png) no-repeat 4px;
	padding-left: 20px;
}

.calendar {
	background: url(../img/item/icon_calendar.png) no-repeat 4px;
	padding-left: 20px;
}

.file {
	font-size: 86%;
}

.phot {
 background: #fff;
	padding: 4px;
	border: 1px solid;
	border-color: #dfdfdf #adadad #adadad #dfdfdf;
}

.no_title {
	visibility: hidden;
}

.speaker {
	margin-left: 2em;
}

.indent_01 {
	text-indent: -1em;
	margin-left: 1em;
}

/* 外部リンクは別窓用の指定 */
.blank,
.externalLink {
	background: url(../img/item/icon_blank.gif) no-repeat right;
	padding-right: 15px;
}

/* clearfix */
.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}

/*----------------------------------------------------
	#navSkip (gNavSkip)
----------------------------------------------------*/
span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

/*----------------------------------------------------
	#ワイヤーフレーム
----------------------------------------------------*/
html,
body {
	margin: 0;	
	padding: 0;
	width: 100%;
}

.topBody #page {
	background-color: #FFF;
}

#page {
	background-color: #FCFCFC;
	font-size: 16px;	
	line-height: 1.618;
	font-family: 'Roboto', YakuHanJPs_Noto, 'Noto Sans', 'Noto Sans JP', Helvetica, 'Lucida Grande', Verdana, Arial, "YuGothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	font-weight: 400;
	color: #444;	
}

/* ウィンドウ幅が768〜960pxの場合に適用するCSS */
@media screen and (max-width:960px)
{
#page {
	width: 960px;
	margin: auto;
}
}

/* ウィンドウ幅が480〜768pxの場合に適用するCSS */
@media screen and (max-width:768px)
{
#page {
	width: 960px;
	margin: auto;
}
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px)
{
#page {
	width: 960px;
	margin: auto;
}
}

#contents {
	position: relative;
	overflow: hidden;	
	clear: both;
	width: 960px;
	margin: 30px auto 0;
}

#main {
	float: left;
	width: 740px;
	margin: 0;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width: 479px) {
	#main {
		min-height: 1300px;	
	}
}

#side {
	float: right;
	width: 220px;
	margin: 33px 0 0;
}

#main table,#main ol,#main ul,#main dl,#main blockquote,#main pre,#main p {
	margin-bottom: 1em;
}

#contents .pageTop {
	clear: both;
	text-align: right;
	font-size: 86%;
	padding: 0 15px 15px 0;
}

#contents .pageTop a {
 position:relative;
	top:0;
 left:0;
	padding-left:18px;
}

#contents .pageTop a:before{
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 border-left: 7px solid transparent;
 border-right: 7px solid transparent;
 border-bottom: 12px solid #00264d;
}

.pickupArea {
 position:relative;
	border: 2px solid #173386;
	border-radius: 7px;        /* CSS3草案 */  
 -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
 -moz-border-radius: 7px;   /* Firefox用 */   
	padding:	10px;
	margin: 2em 0;
}

.pickupArea p {
 margin: 1em 0;
}

/*----------------------------------------------------
	#contents 内 標準要素
----------------------------------------------------*/

h2 {
	margin: 0 0 40px;
	color: #444;
	text-align: left;	
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: 2px;			
	box-sizing: border-box;
}

h3 {
	position: relative;
	line-height: 28px;	
	margin: 30px 0 20px;
	padding: 10px 0 10px 10px;	
	background-color: #EAEBEF;
	border-bottom: 3px solid #B7BAC8;
	border-left: 6px solid #295BA7;
	font-size: 1.3rem;	
	font-weight: 600;	
}

h4 {
	position: relative;
	margin: 24px 0 13px;	
	padding: 0 0 2px 0;
	border-bottom: 3px solid #CCC;
	font-size: 1.2rem;
	font-weight: 600;	
}

h4::after {
	position: absolute;
	content: " ";
	display: block;
	width: 25%;	
	bottom: -3px;
	border-bottom: 3px solid #295BA7;
}

h5 {
	margin : 1.2em 0 .8em;
	padding: 0 0 0 8px;
	border-left: 3px solid #AAA;	
	font-size: 1.1rem;
	font-weight: 600;
}

h6 {
	margin-bottom: 1em;
	font-weight: 600;
}

.TextArea {
	width: auto;
	min-height: 600px;
	height: auto !important;
	margin: 0 0 70px;	
	padding: 20px 20px 30px;
	background-color: #FFF;
	border: 1px solid #CCC;	
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,.3);
	-moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,.3);
	-ms-box-shadow: 0 10px 6px -6px rgba(0,0,0,.3);
	box-shadow: 0 10px 6px -6px rgba(0,0,0,.3);	
}

/* -----------------------------------------------------------
	#breadcrumbs
		パンくずリスト
----------------------------------------------------------- */
#breadcrumbs {
	width: 100%;
	padding: 0 0 10px;
}

#breadcrumbs ul {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	list-style-type: none;
	box-sizing: border-box;	
}

#breadcrumbs li {
	float: left;
	color: #333;
	font-size: .9rem;
	font-weight: 400;
}

#breadcrumbs li:after {
	content: "\f105";
    font-family: FontAwesome;
	margin: 0 10px;
	font-weight: 400;
}

#breadcrumbs li a {
	text-decoration: none;	
}

#breadcrumbs li:last-child:after {
	content: none;
}

/*----------------------------------------------------
	トップスクロールボタン
----------------------------------------------------*/
#page-top{
	width: 50px;
	height: 50px;
	display: none;
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 100;
}
 
#page-top p{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FCC314;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
 
#page-top p:hover{
	opacity: .7;
}
 
#move-page-top{
	color: #FFF;
	line-height: 50px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */

/*　linkBtn_01　四角　背景：濃紺　*/
.linkBtn_01 {
	position: relative;
 	display: inline-block;
	width: 150px;
	height: 25px;
 	padding: 10px 45px;
 	background-color: #10316B;
 	text-align: center;
 	text-decoration: none;
	color: #FFF;
 	transition: all .3s;
}

.linkBtn_01.large {
	width: 180px; /* 横幅大きめ */
}

.linkBtn_01.new-line {
	line-height: 1em; /* 文字列二段（改行） */
}

.linkBtn_01:link, 
.linkBtn_01:visited {
	color: #FFF;
}

.linkBtn_01::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #FFF;
	transition: all .3s;
}

.linkBtn_01:hover {
	color: #FFF;
	opacity: .7;
}

.linkBtn_01.tba {
	opacity: .7;	
}

/*　linkBtn_02　四角　背景：ブルー */
.linkBtn_02 {
	position: relative;
 	display: inline-block;
	width: 150px;
	height: 25px;
 	padding: 10px 45px;
 	background-color: #295BA7;
 	text-align: center;
 	text-decoration: none;
	color: #FFF;
 	transition: all .3s;
}

.linkBtn_02.large {
	width: 180px; /* 横幅大きめ */
}

.linkBtn_02.new-line {
	line-height: 1em; /* 文字列二段（改行） */
}

.linkBtn_02:link, 
.linkBtn_02:visited {
	color: #FFF;
}

.linkBtn_02::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #FFF;
	transition: all .3s;
}

.linkBtn_02:hover {
	color: #FFF;
	opacity: .7;
}

.linkBtn_02.tba {
	opacity: .7;
}

/* -----------------------------------------------------------
	リンクエリア
----------------------------------------------------------- */
/*---------- borderあり ----------*/
.linkArea_01 {
	min-height: 80px;
	padding: 10px;
	border: 3px solid #C4C6D3;
}

.linkArea_01 ul {
	margin: 0 !important;
	text-align: center;	
}

.linkArea_01 li {
	list-style-type: none !important;
	display: inline-block;
	margin: 0 !important;
}

.linkArea_01 li span {
	display: block;
}

.linkArea_01 li a {
	margin: 10px;
}

/*--------- borderなし ----------*/
.linkArea_02 {
	min-height: 80px;
	padding: 10px;
}

.linkArea_02 ul {
	margin: 0 !important;
	text-align: center;	
}

.linkArea_02 li {
	list-style-type: none !important;
	display: inline-block;
	margin: 0 !important;
}

.linkArea_02 li span {
	display: block;
}

.linkArea_02 li a {
	margin: 10px;
}

/* -----------------------------------------------------------
	テキストボックス
----------------------------------------------------------- */

/*　.textBox_01　背景あり　*/
.textBox_01 {
	width: 100%;
	margin: 20px 0;
	padding: 20px;
	background-color: #F2F5F7;
	box-sizing: border-box;
}

/*　.textBox_02　タイトル付き　背景なし、囲みのみ　*/
.textBox_02 {
	width: 100%;
	margin: 20px 0;
	border: 1px solid #424656;
	box-sizing: border-box;
}

.textBox_02 .textBox_02-title {
	margin: 0 0 10px;
	padding: 10px 20px;
	background-color: #424656;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 1px;
}

.textBox_02 .textBox_02-in {
	padding: 10px 20px;
}

	 /*　日付・テキスト　横並び　*/
	.textBox_02 .textDate {
		display: inline-block;
	}
	.textBox_02 .textLink {
		display: inline-block;
		margin: 0 0 0 10px;
	}

/*　.textBox_03　タイトルなし　背景なし、囲みのみ　*/
.textBox_03 {
	width: 100%;
	margin: 20px 0;
	padding: 15px 15px 10px;
	border: 1px solid #BBB;
	box-sizing: border-box;
}

.textBox_03 h4 {
	margin: 0;
	padding: 10px 0px 10px;
	border: none;
	color: #295BA7;
	font-size: 1.1rem;
	letter-spacing: 1px;
}

.textBox_03 h4::after {
	border: none;
}


/*　.textBox_04　タイトルあり、dt背景：明るめ青　*/
.textBox_04 {
	width: 100%;
	margin: 10px 0;
	padding: 10px 15px;
	box-sizing: border-box;
}

.textBox_04 dl {
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;	
	border-left: 1px solid #BBB;		
}

.textBox_04 dt {
	padding: 10px;	
	background-color: #0085C7;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 1px;		
}

.textBox_04 dd {
	padding: 10px;		
	background-color: #FFF;	
	font-size: .9rem;
}

/* -----------------------------------------------------------
	リスト
----------------------------------------------------------- */

/*　.list_01　横並びリスト（5つ）　*/
.list_01 ul {
	font-size: 0 !important;
}

.list_01 li {
	list-style-type: none !important;
	display: inline-block;
	width: 20%;
	margin: 0 !important;
	vertical-align: top;
	font-size: 1rem;
	box-sizing: border-box;
}

/*　ol.num_01　ol丸数字　*/
ol.num_01 {
	counter-reset: number;	
	padding: .5em;
}

ol.num_01 li {
	list-style-type: none!important;	
	position: relative;
	line-height: 1.5em;
	margin: 0 0 .5em .5em !important;
	padding: .5em .5em .5em 35px;
}

ol.num_01 li::before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	top: 50%;
	left: 0;
	background-color: #295BA7;
	color: #FFF;
	text-align: center;	
	border-radius: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

ol.num_01 li ul li {
	list-style-type: disc !important;
}

ol.num_01 li ul li::after {
	background: none;
}

ol.num_01 li ol li {
	list-style-type: decimal !important;
}

ol.num_01 li ol li::after {
	background: none;
}

/*　ol.num_02　ol括弧つき　*/
 
ol.num_02 li {
	list-style-type: none !important;
	list-style-position: inside;
	counter-increment: cnt;
}

ol.num_02 li::before{
	display: marker;
	content: "(" counter(cnt)") ";
	padding: 0 .3em 0 0;
}

/* -----------------------------------------------------------
	リスト（リンク有りorファイル有り）
----------------------------------------------------------- */

/*　.fileList_01　ファイル用リスト　*/
.fileList_01 li {
	list-style-type: none !important;
	position: relative;
	margin: 0 0 .5em 1.2em !important;
	padding: 10px 0;
 	border-bottom: 1px solid #BBB;
}

.fileList_01 li::before {
	content: "\f105";
    font-family: FontAwesome;	
	margin-right: 8px;
    color: #295BA7;
}

	/*　日付・ファイル　横並び　*/
	.fileList_01 li .fileDate {
		display: inline-block;
	}
	.fileList_01 li .fileLink {
		display: inline-block;
		margin: 0 0 0 10px;
	}

/*　.fileList_02　ボックス　タイトルあり　*/
.fileList_02 {
	width: 100%;
	margin: 20px 0;
	border: 1px solid #BBB;
	box-sizing: border-box;
}

.fileList_02 .fileList_02-title {
	margin: 0;
	padding: 10px 0px 10px 15px;
	color: #295BA7;
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: 1px;
}

.fileList_02 h4 {
	margin: 0;
	padding: 10px 0px 10px 15px;
	border: none;
	color: #295BA7;
	font-size: 1.1rem;
	letter-spacing: 1px;
}

.fileList_02 h4::after {
	border: none;
}

.fileList_02 p {
	margin: 1em 10px !important;
}

.fileList_02 ul li {
	list-style-type: none !important;
	position: relative;
	margin: 0 0 .2em 1.2em !important;
	padding: 3px 0;
}

.fileList_02 ul li::before {
	content: "\f105";
    font-family: FontAwesome;	
	margin-right: 8px;
    color: #295BA7;
	font-weight: 600;
}

	 /*　日付・ファイル　横並び　*/
	.fileList_02 ul li .fileDate {
		display: inline-block;
	}

	.fileList_02 ul li .fileLink {
		display: inline-block;
		margin: 0 0 0 10px;
	}

/*　.fileList_03　ボックス　タイトルなし　*/
.fileList_03 {
	width: 100%;
	margin: 20px 0;
	padding: 10px 0 0;
	border: 1px solid #BBB;
	box-sizing: border-box;
}

.fileList_03 p {
	margin: 1em 10px !important;
}

.fileList_03 ul li {
	list-style-type: none !important;
	position: relative;
	margin: 0 .8em .2em 1.2em !important;
	padding: 3px 0;
}

.fileList_03 ul li::before {
	content: "\f105";
    font-family: FontAwesome;	
	margin-right: 8px;
    color: #295BA7;
	font-weight: 600;
}

	 /*　日付・ファイル　横並び　*/
	.fileList_03 ul li .fileDate {
		display: inline-block;
	}

	.fileList_03 ul li .fileLink {
		display: inline-block;
		margin: 0 0 0 10px;
	}


/*　uniList　*/
ul.uniList > li {
	list-style: none !important;
	position: relative;
	margin-bottom: 1em;	
	padding-left: 3px;
}

ul.uniList > li::before {
	position: absolute;	
	display: block;
	content: '';
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #295BA7;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*　uniLink　*/
ul.uniLink > li {
	list-style-type: none !important;
	position: relative;
	margin-bottom: 1em;	
	padding: 0 0 0 16px;
}

ul.uniLink > li::before{
	content: "\f0da";
    font-family: FontAwesome;	
	margin-right: 8px;
    color: #295BA7;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */

/*　table_01　th左固定・背景：ブルー　*/
.table_01 {
	width: 100%;	
	border-collapse: collapse;
}

.table_01 tr:not(:last-of-type) {
	border-bottom: 3px solid #FFF;
}

.table_01 th,
.table_01 td {
	padding: 10px;
	box-sizing: border-box;
}

.table_01 th {
	width: 20%;	
	background-color: #295BA7;
	border-right: 3px solid #FFF;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-weight: 500;
	letter-spacing: 1px;	
}

.table_01 td {
	background-color: #E5EFFF;
}

/*　table_02　th上部固定・背景：ブルー　*/
.table_02 {
	width: 100%;
	border-top: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-collapse: collapse;
}

.table_02 tr {
	background-color: #FFF;
}

.table_02 tr:nth-child(even) {
	background-color: #E5EFFF;
}

.table_02 th,
.table_02 td {
	padding: 10px;	
	border-left: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}

.table_02 th {
	background-color: #295BA7;
	color: #FFF;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;	
}

/*　table_03　th左固定　下線のみ　*/
.table_03 {
	width: 100%;	
	border-collapse: collapse;
}

.table_03 tr {
	border-bottom: 1px solid #BBB;
}

.table_03 tr:nth-of-type(1) {
	border-top: 1px solid #BBB;
}

.table_03 th,
.table_03 td {
	padding: 10px;
	box-sizing: border-box;
}

.table_03 th {
	font-weight: 500;
	letter-spacing: 1px;	
}

/*　table_04　th上部・左部　費用系　*/
.table_04 {
	width: 100%;
	border-top: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-collapse: collapse;
}

.table_04 tr {
	background-color: #FFF;	
}

.table_04 th,
.table_04 td {
	padding: 10px;	
	border-left: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	vertical-align: middle;	
}

.table_04 thead th {
	background-color: #295BA7;
	color: #FFF;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
}

.table_04 tbody th{
	background-color: #EEE;
	color: #10316B;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
}

.table_04 tbody td {
	text-align: right;
}

/*　table_05　th左固定・背景：グレー、文字：濃紺　thead：青　*/
.table_05 {
	width: 100%;	
	border-collapse: collapse;
}

.table_05 th,
.table_05 td {
	padding: 10px;
	border: 1px solid #BBB;		
	box-sizing: border-box;
}

.table_05 thead th {
	background-color: #295BA7;
	color: #FFF;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
}

.table_05 tbody th {
	width: 20%;	
	background-color: #EEE;
	color: #10316B;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
}

.table_05 td {
	background-color: #FFF;
}


/* -----------------------------------------------------------
	アコーディオンメニュー
----------------------------------------------------------- */
.accordion .acc_headline {
	position: relative;	
  cursor: pointer;
  padding: 15px 35px 15px 15px;	
  border: 1px solid #BBB;
}

.accordion .acc_headline.acc_over,
.accordion .acc_headline.acc_active {
	background-color: #295BA7;
	color: #FFF !important;
}

.accordion .acc_headline::after {
  position: absolute;
  top: 50%;
  right: 10px;
	content: "\f067";
  font-family: FontAwesome;	
	margin: -14px 7px 0 0;
	color: #295BA7;
  -moz-transition: .2s ease-in-out;
  -ms-transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.accordion .acc_headline:hover::after {
	color: #FFF;
}
 
.accordion .acc_headline.acc_active::after {
	content: "\f068";
  font-family: FontAwesome;	
	margin-right: 7px;
	color: #FFF;
}

.accordion .acc_headline h4 {
	margin: 0;
	padding: 0;
	border: none;
	color: #295BA7;
	font-size: 1.1rem;
	letter-spacing: 1px;
}

.accordion .acc_headline h4::after {
	border: none;
}

.accordion .acc_headline.acc_over h4,
.accordion .acc_headline.acc_active h4 {
	color: #FFF;
}

.accordion .acc_text {
  display: none;
  margin: 0;
  padding: 15px;  
	background-color: #F9FBFF;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #BBB;	
}

.accordion .acc_text h5 {
	font-size: 1rem;
}

/*----------------------------------------------------
	ページ内ナビゲーション
----------------------------------------------------*/
.page-in-nav {
	width: 100%;
	margin: 10px 0 20px;	
}

.page-in-nav ul {
	display: block;
	box-sizing: border-box;
}

.page-in-nav ul li {
	list-style-type: none !important;	
	float: left;
	width: 25%; /* 4つ */
	margin: 0 !important;
	box-sizing: border-box;	
}

.page-in-nav.col_05 ul li {
	width: 20%; /* 5つ */
}

.page-in-nav ul li:not(:last-of-type) {
	border-right: 1px solid #FFF;
}

.page-in-nav ul li a {
	display: block;
	width: 100%;
	padding: 10px 0;
	background-color: #4A80D3;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
}

.page-in-nav ul li:nth-of-type(1) a {
	background-color: #0085C7;
}

.page-in-nav ul li:nth-of-type(2) a {
	background-color: #0074C7;
}

.page-in-nav ul li:nth-of-type(3) a {
	background-color: #0064C7;
}

.page-in-nav ul li:nth-of-type(4) a {
	background-color: #0053C7;
}

.page-in-nav ul li:nth-of-type(5) a {
	background-color: #0032C7;
}

.page-in-nav ul li a:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7;
}

/*----------------------------------------------------
	#main
		メイン　contents.css　へ
----------------------------------------------------*/
.TextArea ol li {
	list-style-type: decimal;
	margin: 0 0 .5em 1em;
}

.TextArea ul li {
	list-style-type: disc;
	margin: 0 0 .5em 1em;
}

.TextArea ul li ol li {
	list-style-type: decimal;
}


/* -----------------------------------------------------------
	#side
		サイドバー
----------------------------------------------------------- */

/*---------- サイドナビ ----------*/

#side-nav {
	width: 205px;
 	margin: 0 0 60px 15px;
 	padding: 0;	
}

/*---------- 第一階層 ----------*/
#side-nav .side-nav-title {
	position: relative;
}

#side-nav .side-nav-title a {
	display: block;
	padding: 12px 0;
	background-color: #10316B;
	color: #FFF;
	text-align: center;
	font-size: 1.1rem;	
	text-decoration: none;
	letter-spacing: 1px;
}

#side-nav .side-nav-title a:hover {
	background-color: #295BA7;
 	transition: all .2s;		
}

/*---------- 第二階層 ----------*/
#side-nav .side-nav-list {
	width: 100%;
}

#side-nav .side-nav-list li {
	list-style-type: none !important;
	position: relative;
	border-bottom: 1px solid #CCC;		
}

#side-nav .side-nav-list li a {
	position: relative;
	display: block;
	padding: 12px 0;
	color: #444;
	text-align: left;
	text-indent: .8em;
	font-size: 1rem;
	text-decoration: none;	
}

#side-nav .side-nav-list li a::after {
	position: absolute;
	top: 50%;
	right: 10px;	
	content: "\f105";
    font-family: FontAwesome;
	font-weight: 600;
	margin-top: -14px;
    color: #295BA7;
    text-decoration: none;
}

#side-nav .side-nav-list li a:hover, 
#side-nav .side-nav-list li a.current {
	background-color: #EBEBEB;
	color: #0085C7;
 	-ms-transition: all .2s;	
 	-moz-transition: all .2s;	
 	-wenkit-transition: all .2s;		
 	transition: all .2s;	
}

/*---------- 第三階層 ----------*/
#side-nav .side-nav-list li .side-nav-list-in {
	display: block;
	padding: 6px 0 12px;
}

#side-nav .side-nav-list li .side-nav-list-in li {
	position: relative;
	border: 0;
}

#side-nav .side-nav-list li .side-nav-list-in li a {
	position: relative;
	display: block;
	padding: 5px 0;
	text-indent: 1.5em;	
	font-size: .9rem;
}

#side-nav .side-nav-list li .side-nav-list-in li a::after {
	content: "";
}

#side-nav .side-nav-list li .side-nav-list-in li a:hover,
#side-nav .side-nav-list li .side-nav-list-in li a.current {
	background: none;
	color: #0085C7;
 	transition: all .2s;
}

/* -----------------------------------------------------------
　印刷用
----------------------------------------------------------- */
@media print {
  html,body{
    height: auto;
  }	
	body {
		-webkit-print-color-adjust: exact;
	}
}