@charset "utf-8";
.wysiwyg-fild h1{
  background: #e6f4fb;
  padding: 0.5em;
	font-size:1.7em;
	margin-bottom:25px;
	border-left:solid 5px #0b4a9e;
}
.wysiwyg-fild h2{
	font-size:1.6em;
	padding-bottom: 5px;
  border-bottom: solid 3px #e6f4fb;
  position: relative;
	margin-bottom:20px;
}

.wysiwyg-fild h2:after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #0b4a9e;
  bottom: -3px;
  width: 100px;
}

.wysiwyg-fild h3{
	border-left:solid 5px #0b4a9e;
	font-size:1.5em;
	color:#000;
	padding:0 10px 0 15px;
	margin-bottom:15px;
}
.wysiwyg-fild h4{
	color: #0b4a9e;
	font-weight: 600;
	font-size:1.3em;
	margin-bottom:15px;
}
.wysiwyg-fild h5{
	font-weight: 600;
	font-size:1.2em;
	margin-bottom:10px;
}
.wysiwyg-fild h6{
	font-weight: 600;
	font-size:1.1em;
	margin-bottom:10px;
}
div#toc_container{
	position: relative;
	z-index: 10;
	margin-bottom: 30px;
	width: 100% !important;
}
.wysiwyg-fild h1 span,
.wysiwyg-fild h2 span,
.wysiwyg-fild h3 span,
.wysiwyg-fild h4 span,
.wysiwyg-fild h5 span,
.wysiwyg-fild h6 span{
	font-weight: 600;
	padding-top: 130px;
	margin-top: -130px;
}
.wysiwyg-fild p{
	padding-bottom:5px;	
}
.wysiwyg-fild img{
	max-width:100%;
	height:auto;	
}

.wysiwyg-fild hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
	visibility: inherit;
}
.wysiwyg-fild a{ 
	color:#0066CC;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.wysiwyg-fild a:link {
	color:#0066CC;
	text-decoration: underline;
}
.wysiwyg-fild a:visited {
	text-decoration: underline;
	color: #0066CC;
}
.wysiwyg-fild a:hover {
	text-decoration: underline;
	color: #0066CC;
}
.wysiwyg-fild a:active {
	text-decoration: none;
	color: #0066CC;
}
.wysiwyg-fild table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
	margin-bottom: 10px;
}
.wysiwyg-fild table th {
  width: 25%;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
  font-weight: 700;
	background-color: #e6f4fb;
	color: #25455c;
}
.wysiwyg-fild table td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
}

.wysiwyg-fild em,
.wysiwyg-fild em span{
	font-style: italic !important;
}
.wysiwyg-fild strong,
.wysiwyg-fild strong span{
	font-weight: 600 !important;
}
.wysiwyg-fild em strong,
.wysiwyg-fild strong em{
	font-weight: 600 !important;
	font-style: italic !important;
}
.wysiwyg-fild ul{
	list-style: disc;
	padding-left: 1.5em;
	margin-top: 28px;
	margin-bottom: 10px;
}
.wysiwyg-fild ol{
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 8px;
}
.wysiwyg-fild blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
	margin-top: 28px;
	margin-bottom: 10px;
}

.wysiwyg-fild blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}

.wysiwyg-fild blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

.wysiwyg-fild blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/* 画像配置 左 */
.wysiwyg-fild img.alignleft {
		text-align: left;
}

/* 画像配置 中央 */
.wysiwyg-fild img.aligncenter {
		display: block;
		margin: 1px auto;
}

/* 画像配置 右 */
.wysiwyg-fild img.alignright {
		display: block;
		margin: 1px 1px 1px auto;
}