﻿@charset "UTF-8";
/* CSS Document */
/*  /////////////////////////////////////////////////////////////// 
学校活用アクセシビリティ対応
       共通　item　トップページ　その他のページ
//////////////////////////////////////////////////////////////// */
/*ボタン基本色　#92BB8F;*/
/*共通-----------------------------*/
img {
  vertical-align: bottom; /*下の隙間なくす*/
}
/*END 共通-------------------------*/
/*main----------------------------*/
/*基本設定*/

#introduce_siryou {
  font-size: 0.9em;
  line-height: 1.2em;
  color: #252424;
}

/* ====================================================

全セクション共通

===================================================== */
/*年	イタリック停止　分類
---------------------------------*/
#introduce_siryou .nen{
	position: relative;
  text-align: left;
  width: 100%;
  /*max-width: 900px;*/
  margin: 10px auto 10px auto;
  font-size:1.2em;
/*color: #847E7E;*/
	 color: #228ABB;
	margin-bottom: 20px;
}
#introduce_siryou .nen span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
#introduce_siryou .nen::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #73869A;
}
/*--------------------------------------------------------------------------

プログラム紹介　資料

--------------------------------------------------------------------------*/
section.shiryou_list{
	margin: 0 auto 30px 0;
	width: 100%;
	max-width: 800px;
}


/*データ名リスト
-------------------------------------------------*/
.line_flex{
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
	width: 100%;
	padding: 4px;
	box-sizing: border-box;
	margin: 0px 0;/*1行間隔*/
	border-bottom: solid 1px  #92BB8F;
}

/*資料名*/
.line_flex .shiryou{
	flex: 1;
	/*width: 100%;
	max-width:400px;*/
	padding-right: 10px;
	box-sizing: border-box;

}
.line_flex .pdf_waku{
	width:60px;
	/*width: 46%;*/

}

/*ボタン
-------------------------------------------------*/
.line_flex a{
	text-decoration: none;color: #000000;
}

/*ファイルリンクボタン*/
.line_flex .btn{
	text-align: center;
	width:60px;
padding: 4px 10px;
  box-sizing: border-box;
  /*cursor: pointer;*/
  font-size: 0.9em;
  border-radius: 4px;
  /*color: #000000;*/
  /*background-color: #ffffff;*/
  /*border: solid 1px #54BF66;*/
  border: solid 1px #92BB8F;
  transition: 0.5s; /*hover処理の時間*/
}

.line_flex .btn:hover{
	  background-color:#D8F5D3;
  /*cursor: pointer;*/
}



/* タブレット用 ***************** */
@media (min-width: 750px) and (max-width: 1023px) {}
/* Desktop ***************** */
@media (min-width: 1024px) {}