@charset "UTF-8";
.content {
 margin-left: auto;
 padding: 0;
 padding-bottom: 2em;
 width: calc(100% - 1em);
 font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.content a {
 color: #ed6a00;
}

.content a:hover {
 text-decoration: underline;
}

.content p {
 margin-bottom: 1.5em;
 padding: 0;
}

.content h2 {
 margin: 2em 0 1em 0;
 padding: .8em 1em;
 background: #ed6a00;
 color: #fff;
 font-size: 18px;
 font-size: 1.8rem;
 font-weight: 700;
 line-height: 20px;
}

.content h3 {
 margin: 2em 0 1em 0;
 padding: .8em 1em;
 border-bottom: 1px solid #ed6a00;
 color: #ff7200;
 font-size: 18px;
 font-size: 1.8rem;
 font-weight: 700;
 line-height: 23px;
}

.content h4 {
 margin-bottom: 1em;
 padding: .8em 0;
 font-size: 15px;
 font-size: 1.5rem;
 font-weight: 700;
 line-height: 20px;
}

.content .color {
 color: #ed6a00;
}

.content ul {
 margin: .5em 1em;
 padding: 0 0 0 1.5em;
}

.content ol {
 margin: .5em 1.5em;
 padding: 0 1em;
}

.content ul li {
 text-indent: -.7em;
 list-style: none;
}

.content ol li {
 padding-left: .5em;
 list-style-type: decimal;
}

.content ul li:before {
 content: "●";
 padding-right: .8em;
 color: #ed6a00;
}

.content img {
 margin-bottom: 1em;
}

.content .alignleft {
 float: left;
 clear: both;
 margin-top: .5em;
 margin-bottom: 2em;
 padding-right: 1em;
}

.content .alignright {
 float: right;
 clear: both;
 margin-top: .5em;
 margin-bottom: 2em;
 padding-left: 1em;
}
