@charset "utf-8";
/*
**********************************************************************

* ページ専用CSS

*********************************************************************
*/


/* リード文スペース */
#read_text{
	background:#FFF;
	padding:20px;
}

#read_text p{
	color:#5d5a59;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
}

/* h2見出し */

.wrap_h2{
	box-sizing:border-box;
    padding:5px;
	border-bottom:solid 1px #CCC;
	margin:30px 0 20px 0;
}

.wrap_h2 h2{
	font-size:28px;
	font-weight:bold;
    color:#333;
}



/* h3見出し */

h3.h3_c1{
	margin-top:30px;
	margin-bottom:10px;
	font-size: 1.2em;
	font-weight: bold;
	padding:0.4em 0.6em 0.4em 0.6em!important;
	line-height:1.3em;
    color: #333;
    border-left: solid 8px #666;
    border-bottom: solid 1px #666;
	position:relative;
}

h3.h3_c1:before {
	border: solid transparent;
	content: " ";
	height: 10px;
	width: 0;
	position: absolute;
	top:-7px;
	left:-1px;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: rgba(255, 255, 255, 0.35);
	border-width: 8px;
	margin-left: -15px;
}

/* 印刷設定 */
@media print {
a[href]:after {
  content: "" !important;
}
abbr[title]:after {
  content: "" !important;
}
}

body {
  -webkit-print-color-adjust: exact;
}

