@charset "UTF-8";
/* CSS Document */


.editor{
	word-wrap: break-word;
    overflow-wrap: break-word;
}
.editor h4{
	font-size: 2.2rem;
	font-weight: normal;
	margin-bottom:15px;
	border-left: 6px solid #001a43;
	border-bottom: 1px dotted #999;
	padding: 0 0 5px 15px;
}



.editor h5{
	font-size: 1.8rem;
	font-weight: normal;
	margin-bottom: 15px;
	position: relative;
	background-color: #f4f4f4;
	padding:12px 10px 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

}
.editor h5::before{
	content: "●";
	position: relative;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	color: #001a43;
	margin-right: 5px;
}
.editor h6{
	font-size: 1.6rem;
	font-weight: bold;
	color: #001a43;
	margin-bottom: 15px;
}

.editor ul{
	list-style-type: disc!important;
	padding-left: 1.3em;
	font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}

.editor ul li{
	line-height:170%;
}
.editor a{
	color: #001a43;
}
.editor p{
	line-height: 1.7;
	font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}


.editor table{
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	width: 100%;
    border-collapse: collapse;
	margin-bottom: 20px;
	font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}

.editor table th,
.editor table td{
	background-color:#FFF;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	line-height:1.4;
	padding: 15px;
	text-align:left;
}


.editor table th{
	background-color:#e4e4e4;
	letter-spacing: 2px;
	text-align:center;
	width: 50%;
}
.editor table td{
	width: 50%;
}
.editor img{
	max-width: 100%;
	height: auto;
	text-align: center;
}


/*デバイスの横幅が960px以下の場合*/
@media only screen and (max-width: 760px) {

	
	.editor h4{
		font-size: 16px;
	}
	.editor h5{
		font-size: 14px;
	}
	.editor h6{
		font-size: 14px;
	}
	.editor table{
		width: 100% !important;
		max-width: 100% !important;
	}
	.editor table td,.editor table th{
		padding: 2%;
	}
}
