  
	/*----body------*/
  
  body {
	
  /*----カーソル--*/
	  cursor:default;
  /*----テキスト表示（letter-spacing文字の間隔　line-hight行間）--*/
	  letter-spacing: 1pt;
	  line-height:18pt;
  /*----文字サイズ--*/
	  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 #9A2A2C 10px;
	  
  }

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

img.img_cs{
	border:solid #000 2px;
	margin: 2px;
}

img.img_ss{
	width: 20%;
	margin: 0px auto;
}
  
	/*----配置------*/

h1{
	color: #232A78;
	font-size: large;
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
	font-style: x-large;
	padding-left: 20px;
	text-align: left;
	border: none;
}


div.borderred{
	
	border: solid #232A78 1px;
	margin:5px;
	padding: 20px;
}

p.tit{
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #000000;
	font-size: x-large;
	text-align: left;
	margin: 0px;
}


p.wtit{
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #000000;
	margin: 0px;
}

span.red{
	
	color: #C1272D;
}

div.ak_box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	margin: 60px auto;
}

div.img_m_box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}

div.cap_box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 350px;
	margin: 0 auto;
}

  
  footer{
	width: 100%;
	color: #000;
	background-color: #9A2A2C;
	text-align: center;
	font-weight: bold;
  }

.btn_ak {
	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;
}

a.btn_ak:hover {

	background: #C02C2E;

}

	/*  ------ PC ------  */
	@media screen and (min-width: 1000px){

div.ak_box{
	flex-direction: row;
	align-items: flex-start;
}
		
div.cap_box{
	width: 600px;
}
		
	}
