@charset "utf-8";

/* 下層ページ */

/* ************************************************ 
*	カテゴリーページ ボタンボックス
* ************************************************ */	
.button a::before { border: 2px dashed #00a8da; }
.button a::after {
border-top: 5px solid #00a8da;
border-right: 5px solid #00a8da;
}
.button a:hover {
  background-color: #cceef8;
  color: #00a8da;
}
.button a:hover::after {
  border-top: 5px solid #00a8da;
  border-right: 5px solid #00a8da;
}

.button-topbox { margin: 0 0 35px 0; }


/* ************************************************ 
*   詳細ページ
* ************************************************ */
.page-subtitle {
	display: inline;
	font-size: 26px;
	font-weight: 500;
	background-image: linear-gradient(rgba(0,0,0,0) 70%, rgb(255,240,195) 70%);
}
.page-midashi1 {
	position: relative;
	font-size: 18px;
	margin: 30px 0 30px 0;
	padding: 10px 0 10px 25px;
	background-color:#efefef; 
}
.page-midashi1::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 18px;
     height:4px;
     background-color:#00a8da;
}
.page-midashi2 {
	display: block;
	font-size: 16px;
	margin: 30px 0 30px 0;
	padding: 0 0 10px 0;
	border-bottom: 3px solid #00a8da;
}


ul.dl-list { margin: 0 0 0 0; }
ul.dl-list li a {
color: #333;
text-decoration: none;
}
ul.dl-list li a:hover {
color: #000;
text-decoration: underline;
}

ul.dl-list li.pdf,
ul.dl-list li.word,
ul.dl-list li.excel{
font-size: 110%;
display: block;
position: relative;
margin: 15px 0 15px 0;
padding: 10px 10px 10px 40px;
background-color: #efefef;
background-position: 5px center;
background-repeat: no-repeat;
background-size: auto 25px;
line-height: 150%;
}
ul.dl-list li.pdf{ background-image: url("../images/pdf_icon.png"); }
ul.dl-list li.word{ background-image: url("../images/word_icon.png"); }
ul.dl-list li.excel{ background-image: url("../images/excel_icon.png"); }


/* ************************************************ 
*	下層ページ　テーブル
* ************************************************ */	
table.table_box {
width: 100%;
margin: 20px 0 50px 0;
padding: 0 0 0 0;
border-collapse: collapse;
border-spacing: 0;
border: 1px #999 solid;
}
table.table_box th{
font-weight: normal;
text-align: center;
padding: 15px 0 15px 0;
vertical-align: middle;
white-space: nowrap; 
border-bottom: 1px #999 solid;
border-right: 1px #999 solid;
background-color: #efefef;
}
table.table_box td {
text-align: center;
padding: 10px 5px;
white-space: normal;
vertical-align: middle;
border-bottom: 1px #999 solid;
border-right: 1px #999 solid;
}


table.table_box tbody td:before {
  background: #efefef;
  margin-right: 10px;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
table.table_box th:last-child {
border-right: none;
}
table.table_box td:last-child {
border-right: none;
}


/* ************************************************ 
*   レスポンシブ
* ************************************************ */
/* PC 画面の横幅が960px以上 */
@media only screen and (min-width: 960px){
  ul.dl-list li.pdf,
  ul.dl-list li.word,
  ul.dl-list li.excel{
  font-size: 100%;
  }
}

/* Tablet (Portrait) 画面の横幅が768px〜959pxまで */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.button a::after {
  border-top: 3px solid #00a8da;
  border-right: 3px solid #00a8da;
}
.button a:hover::after {
  border-top: 3px solid #00a8da;
  border-right: 3px solid #00a8da;
}
.page-subtitle { font-size: 21px; }
}


/* Mobile (Portrait) 画面の横幅が767pxまで */
@media only screen and (max-width: 767px) {
.button-topbox { margin: 0 0 0 0; }
.button a::after {
  border-top: 3px solid #00a8da;
  border-right: 3px solid #00a8da;
}
.button a:hover::after {
  border-top: 3px solid #00a8da;
  border-right: 3px solid #00a8da;
}

ul.dl-list li.pdf,
ul.dl-list li.word,
ul.dl-list li.excel{
font-size: 100%;
}
}
