@charset "utf-8";
.main {
    border: 1px solid #bbb;
    margin-bottom: 40px;
    padding: 60px;
    box-sizing: border-box;
}
.main {
    line-height: 1.8;
}
.main h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 20px;
    line-height: 1.5;
    border-left: 5px solid #008bd5;
}
.main h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
    padding: 10px;
    background: #008bd5;
    color: #fff;
}
.main h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 5px;
    color: #008bd5;
    border-bottom: 4px solid #008bd5;
}
.main h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #008bd5;
}
.main h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.main h6 {
    font-weight: bold;
    margin-bottom: 10px;
}
.main ul,
.main ol,
.main dl {
    margin-bottom: 40px;
}
.main ul li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.main ul li:before {
    content: '■';
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 3px;
}

.main ol {
}
.main ol li {
    font-size: 16px;
    line-height: 1.6;
    list-style: decimal inside;
    text-indent: -22px;
    padding-left: 22px;
}
.main dl dt {
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.main dl dd {
    font-size: 16px;
    line-height: 1.6;
}
.main table {
    border-collapse: collapse;
    font-size: 16px;
    border: 1px solid #888;
    margin-bottom: 40px;
}
.main table th {
    padding: 10px;
    border: 1px solid #888;
    background: #eee;
    line-height: 1.6;
}
.main table td {
    padding: 10px;
    border: 1px solid #888;
    line-height: 1.6;
}
.main blockquote {
    border: 1px solid #ccc;
    border-left: 6px solid #7dccf3;
    background: #eee;
    margin-bottom: 40px;
    padding: 20px;
    padding-top: 40px;
    font-size: 16px;
    line-height: 1.7;
    font-style: italic;
    position: relative;
}
.main blockquote:before {
    content: '“';
    font-size: 80px;
    color: #ccc;
    position: absolute;
    top: -20px;
    left: 0;
}
.main blockquote:after {
    content: '”';
    font-size: 80px;
    color: #ccc;
    position: absolute;
    bottom: -60px;
    right: 30px;
}
.main iframe {
    width: 100%;
    margin-bottom: 40px;
}
.article {
    margin-bottom: 50px;
}
.article figure {
    width: 100%;
    margin-bottom: 20px;
}
.article p {
    line-height: 1.5;
}
.sns {
    width: 100%;
}
.sns p {
    background: #eee;
    margin-bottom: 10px;
    padding: 10px;
}
.wrote {
    width: 100%;
}
.wrote p.title-wrote {
    background: #eee;
    margin-bottom: 10px;
    padding: 10px;
}
.wrote .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
}
.wrote .profile div {
    margin-left: 20px;
}
.wrote .profile div.txt-wrote {
    padding: 0;
    margin-left: 0px;
}
.wrote .profile div.txt-wrote p {
    background: #fff;
    font-size: 12px;
    padding: 0;
}

.wrote .profile figure {
    max-width: 120px;
    min-width: 120px;
}
.wrote .profile dl {
    margin-bottom: 20px;
}
.wrote .profile dt {
    font-size: 22px;
    margin-bottom: 20px;
}
.wrote .profile dd {
    font-size: 12px;
}
/* コメント */
#comments {
	margin-bottom: 40px;
}
.main ul#comments-list li.comment {
    list-style: none;
}
.main ul#comments-list li.comment .comment-body {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.comment-form p {
	margin-bottom: 20px;
}
.comment-form input[type="text"] {
	padding: 10px;
}
.comment-meta {
	font-size: 12px;
	padding: 10px 0;
}
.comment-reply-link {
	background: #ddd;
	display: inline-block;
	padding: 5px;
}
.article p.logged-in-as {
	border: 1px solid #bbb;
	padding: 10px;
}
.form-submit input {
	color: #fff;
	background: #008bd5;
	display: inline-block;
	padding: 10px;
	border: none;
	font-size: 18px;
}

.writer-photo {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.writer-photo figure {
	margin-bottom: 10px;
}
.writer-photo p {
	font-size: 12px;
}
#toc_container {
	border: none!important;
	margin-top: 40px;
}
#toc_container li {
	padding-left: 20px!important;
}