.entry-content {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 17px;
	letter-spacing: 0.1em;
}

.entry-content h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
	letter-spacing: 4px;
	margin-bottom: 20px;
}

.entry-content h1 {
	margin-top:100px;
}

.entry-content h2 {
	margin-top:80px;
}

.entry-content h3 {
	margin-top:60px;
}

.entry-content h4 {
	margin-top:40px;
}

.entry-content h5,h6 {
	margin-top:20px;
}

.entry-content h1 {
	padding: .75em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 24px;
}

.entry-content h2 {
	padding: .75em 0;
  border-bottom: 5px solid #ccc;
  font-size: 23px;
}

.entry-content h3 {
	padding: .75em 0;
  font-size: 21px;
  position: relative;
  padding-left: 1em;
}

.entry-content h3::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 1.5em;
  background-color: #ccc;
}

.entry-content h4 {
	padding: .75em 0;
  border-bottom: 2px solid #ccc;
  font-size: 20px;
}

.entry-content h5 {
	padding: .75em 0;
  border-bottom: 1px solid #ccc;
  font-size: 19px;
}

.entry-content h6 {
	padding: .75em 0;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}

.entry-content p {
  letter-spacing: 0.1em;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.entry-content strong {
  font-weight: 800;
}

.entry-content blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
		font-size: inherit;
		margin-top: 50px;
		margin-bottom: 50px;
}

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

.entry-content blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
		font-size: inherit;
}

.entry-content blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.entry-content ins {
	padding: 5px;
}

.entry-content del {
	padding: 5px;
}

.entry-content code {
	font-size: inherit;
	color: #000000;
	margin-top: 30px;
  margin-bottom: 30px;
}

.entry-content pre {
	font-size: inherit;
	margin-top: 30px;
  margin-bottom: 30px;
}

.entry-content ul {
	font-size: inherit;
	margin-top: 30px;
  margin-bottom: 30px;
}

.entry-content ol {
	font-size: inherit;
	margin-top: 30px;
  margin-bottom: 30px;
}

.check_list_ul {
	margin-top: 30px;
  margin-bottom: 30px;
  border: solid 2px #ffb03f;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
	font-size: inherit;
}

.check_list_ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none;
}

.check_list_ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 1em;
  color: #ffb03f;
}

ul.cp_list {
	margin-top: 30px;
  margin-bottom: 30px;
	position: relative;
	padding: 0.5em;
	border: solid 1px #AB47BC;
	list-style-type: none;
	font-size: inherit;
}

ul.cp_list li {
	padding: 0.5em 0 0.5em 1.4em;
	line-height: 1.5;
	border-bottom: 1px dashed #AB47BC;
}

ul.cp_list li::before {
  position: absolute;
  content: "\002713";
  color: #AB47BC;
  font-weight: bold;
  left : 0.5em;
}

ul.cp_list li:last-of-type {
	border-bottom: none;
}

ul.cp_list_one {
	position: relative;
	padding: 0 0.5em;
	margin-top: 60px;
	margin-bottom: 60px;
	list-style-type: none;
	border: solid 2px #29B6F6;
	font-size: inherit;
}

ul.cp_list_one::after {
	position: absolute;
	content: "LIST";
	padding: 1px 7px;
	letter-spacing: 0.05em;
	font-weight: bold;
	background: #29B6F6;
	color: #fff;
	bottom: 100%;
	left: -2px;
	border-radius: 4px 4px 0px 0px;
}

ul.cp_list_one li {
	line-height: 1.5;
	padding: 0.5em 0 0.5em 1.4em;
	border-bottom: 1px dashed #81D4FA;
}

ul.cp_list_one li::before {
  position: absolute;
  content: "\002713";
  color: #FF5722;
  font-weight: bold;
  left : 0.5em;
}

ul.cp_list_one li:last-of-type {
	border-bottom: none;
}

.box27 {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: solid 3px #62c1ce;
	margin-top: 60px;
	margin-bottom: 60px;
	font-size: inherit;
}

.box27 .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	background: #62c1ce;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}

.box27 p {
	font-size: inherit;
	margin: 0;
	padding: 0;
}

@media (max-width: 896px) {
}

@media (max-width: 575px) {

	.entry-content {
		font-size: 14px;
	}

	.entry-content h1 {
	  font-size: 20px;
	}

	.entry-content h2 {
	  font-size: 19px;
	}

	.entry-content h3 {
	  font-size: 18px;
	}

	.entry-content h4 {
	  font-size: 16px;
	}

	.entry-content h5 {
	  font-size: 15px;
	}

	.entry-content h6 {
	  font-size: 14px;
	}

	.entry-content blockquote {
    padding: 5px 10px 5px 25px;
	}

	.entry-content blockquote:before{
	  font-size: 50px;
	}

}
