  
	/*----body------*/
  
  body {
	
  /*----カーソル--*/
	  cursor:default;
  /*----テキスト表示（letter-spacing文字の間隔　line-hight行間）--*/
	  letter-spacing: 0.1em;
  /*----文字サイズ--*/
	  font-size:medium;
	  color: #000000;
  /*----フォント--*/
  
  /*----背景--*/
  
  background-color: #fff;
  }
  
  /*----リンク（濃背景）--*/
   
  .linkb a{
	text-decoration:none;
	font-weight: normal;
}
  .linkb a:link{
	  color:#fff;
  }
  .linkb a:active{
	  color:#fff;
  }
  .linkb a:visited{
	  color:#fff;
  }
  .linkb a:hover{
	  color: #fff;
  }

/*-----リンク再設定-------------------*/

a{
		text-decoration: none;
	}

	a:link {
		color: #c22c2c;
	}
	a:visited {
		color: #c22c2c;
	}
	a:hover {
		color: #d85454;
	
	}
	a:active {
		color: #d85454;
	}

/*  文章<p>の中のリンク再設定  */
p a{
	margin: 0 0.2em;
	font-weight: bold;
}


  header{
	  
 border-bottom: solid #355380 10px;
	  
  }
 

	/*----画像------*/

img.main{
	width: 310px;
	margin: 0px auto;
}

img.pr{
	width: 600px;
	margin: 0px auto;
}
  
	/*----配置------*/

h1{
	color: #8C2121;
	font-size: x-large;
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: left;
	border: none;
	margin: 20px 0px;
}


/*ヘッダ見出し用*/
p.tit{
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #000000;
	font-size: x-large;
}


/*赤文字*/
span.red{
	
	color: #C1272D;
}

/*説明ボックス*/

div.bk_box{
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
}

div.nov_box {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
}


  footer{
	width: 100%;
	color: #000;
	background-color: #355380;
	text-align: center;
	font-weight: bold;
	border: none;
	margin-top: 100px;
  }

.btn_ak {
	max-width:100%;
	min-width:100%;
	text-align: center;
	padding: 8px 0;
	margin: 10px auto;
	font-size: 11pt;
	letter-spacing: 0.2em;
	border-radius: 0;
	background: #9A2A2C;
	transition: all 0.2s;
	font-weight: bold;
}

a.btn_ak:hover {

	background: #C02C2E;

}

	/*  ------ PC ------  */
	@media screen and (min-width: 1000px){
	
div.nov_box {
	width: 600px;
}
		
div.bk_box{
	flex-direction: row;
}
		

.btn_ak {


}

	}
