@charset "utf-8";
/* 基本スタイル
---------------------------------------------*/
body{
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    font-weight: 500;
	text-align:left;
	font-size: 100%;
	margin: 0;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}

br {
	letter-spacing: 0;
}
p{
	margin:10px 20px 30px 20px;
}
p.r{ 
	font-size:12px;
	color:#333333;
	line-height: 120%;
		}
p img{
	margin:20px 0;}

h3{
	font-size:15px;
	width:95%;
	background:#eee;  
    border-top:1px solid #ccc;  
    border-right:1px solid #ccc;  
    border-left:7px solid #336666;  
    border-bottom:1px solid #ccc;  
    padding:.5em .5em;
    color:#336666;
    margin-top:20px;
}
h5{
	font-size: 20px;
	width: 90%;
	font-weight: bold;
	padding: 20px 20px;
	margin-bottom: 1em;
	border-radius: 10px;
	background: #ffdeca;
	line-height:1.5em;


}
h2 {
    position: relative;
    width: 85%;
    padding: 1.5rem 2rem;
    line-height:1.5rem;
    margin-bottom: 20px;
    border: 3px solid #e18aa2;
    border-radius: 10px;
    background: #fff0f0;
    color:#6A3638;
  }
  
  h2:before {
    position: absolute;
    bottom: -14px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #e18aa2 transparent transparent transparent;
  }
  
  h2:after {
    position: absolute;
    bottom: -10px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #fff0f0 transparent transparent transparent;
  }

  hr {
	border: none;
	border-bottom: 2px dashed #6e6f37;
	width:90%;
	margin: 10px 15px;
	}
	h6 {
		position: relative;
		width: 85%;
		height:5px;
		padding: 1.5rem 1.5rem calc(1.5rem + 10px);
		margin: 10px 15px;
		border: 2px solid #e18aa2;
		color: #6a3638;
		font-size:20px;
	  }
	  
	  h6:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 10px;
		content: '';
		border-top: 2px solid #e18aa2;
		background-image: -webkit-repeating-linear-gradient(135deg, #e18aa2, #e18aa2 1px, transparent 2px, transparent 5px);
		background-image: repeating-linear-gradient(-45deg, #e18aa2, #e18aa2 1px, transparent 2px, transparent 5px);
		background-size: 7px 7px;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	  }
	  