/* 見出し特集 */


h1 {
  position: relative;
  padding: 0.5em;
  background: #CF0A69;
  font-size:1.8em;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #fff;
  margin-bottom:15px;
}

h1::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #666;
}

.menu_txt {
	padding:0 20px;
	font-size:1em;
	line-height:1.6em;
	margin-bottom:30px;
}


h2 {
	clear:both;
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  font-size:1.4em;
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #CF0A69;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  margin-bottom:15px;
}



h3 {
	clear:both;
  border-bottom: solid 3px #DA0030;
  position: relative;
  padding:4px 5px;
  margin:0 8px;
  margin-bottom:15px;
}

h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #9999CC;
  bottom: -3px;
  width: 20%;
}


.kakoi_title {
	background-color:#CF0A69;
	font-size:1.6em;
	font-weight:bold;
	color:#FFF;
	font-family:"Shin Go Medium";
	text-align:center;
	padding:8px;
	margin:0 10px;
	border-radius:8px 8px 8px 8px;
	border:solid 1px #DA0030;
	margin-bottom:10px;
}


.kakoi_title2 {
	clear:both;
	background-color:#333;
	font-size:1.2em;
	font-weight:bold;
	color:#FFF;
	font-family:"Shin Go Medium";
	text-align:center;
	padding:5px;
	margin:0 10px;
	border-radius:8px 8px 8px 8px;
	border:solid 1px #1769CD;
	margin-bottom:10px;
}


.kakoi1 {
	clear:both;
	display:block;
	margin:0 10px;
	line-height:1.4em;
	font-family:"Shin Go Medium";
	padding:14px;
	font-size:1em;
	border-radius:8px 8px 8px 8px;
	border:solid 1px #CF0A69;
	margin-bottom:20px;
}

.kakoi2 {
	clear:both;
	display:block;
	margin:0 10px;
	line-height:1.4em;
	font-family:"Shin Go Medium";
	padding:14px;
	font-size:1em;
	border-radius:8px 8px 8px 8px;
	border:solid 1px #DA0030;
	margin-bottom:50px;
}

.kakoi_mini {
	margin-top:5px;
	font-family:"Shin Go Medium";
	font-size:0.9em;
	line-height:0.9em;
}

.panf {
	clear:both;
	display:block;
	padding:0 8px;
	margin-bottom:50px;
}




/* 見出し特集 end */