/* CSS Document */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
h2[id]{
  scroll-margin-top: 120px;
}
.article {
    padding-top: 0;
	line-height: 1.7;
	overflow: visible!important;
}
.article .inner{
	max-width: 700px; 
	margin-left: auto;
	margin-right: auto;
}
.article h1 {
	font-size: 2.4rem;
    font-weight: bold;
    padding-left: .75em;
    border-left: solid .4em #004c88;
    letter-spacing: .05em;
    margin: 2em 0 1em;
}
.article h2 {
	position: relative;
    display: block;
	font-size: 2.4rem;
    margin: 4em 0 1em;
    font-weight: bold;
    letter-spacing: .05em;
    position: relative;
    padding-left: 1.5em;
}
.article h2:before {
	content: '';
    position: absolute;
    width: 8px;
	height: 100%;
	background-color: #004c88;
    /* border-bottom: solid .25em #004c88; */
    left: 0;
    top: 50%;
	transform: translateY(-50%);
}
.article h2:after {
	content: "";
	display: block;
	height: 120px;
	margin-top: -120px;
	visibility: hidden;
	pointer-events: none;
}
.article h3 {
	position: relative;
	font-size: 2rem;
    margin: 4em 0 1em;
    font-weight: bold;
    letter-spacing: .05em;
    position: relative;
    padding-left: 1.5em;
}
.article h3:before {
	content: '';
    position: absolute;
    width: 6px;
	height: 50%;
	background-color: #004c88;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
}
.article ul,
.article ol{
	margin: 2rem 0;
	padding: 3rem 4rem;
    background-color: rgba(250, 250, 250, 0.48);
    outline: 1px solid rgba(228, 228, 228, 0.8705882353);
}
.article li {
	list-style-type: disc;
	font-size: 16.5px
}
.article ol li {
	list-style-type: decimal;
    font-size: 16.5px
}
.article ul li:nth-child(n+2),
.article ol li:nth-child(n+2){
	margin-top: 2rem;
}
.article ul.toc li:nth-child(n+2) {
	margin-top: 1rem;
}
.article p {
    margin-top: 20px;
	font-size: 16.5px;
	line-height: 2;
}
.article em {
	font-weight: bold;
}
.article img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center;
}
.article figure + p {
    margin-top: 1em;
}
.lead-voice {
	display: block;
    padding-left: 10px;
    margin: 2em 0;
    border-left: 2.5px solid rgba(86, 86, 86, 0.85);
    font-style: italic;
}
.toc a {
	color: #337ab7;
}
.article .point {
	position: relative;
	margin-top: 2em;
}
.article .point::before {
	content: "✓ ";
	color: #004c88;
	font-weight: 600;
}
.article .request{
	margin-top: 2rem;
    text-align: center;
    padding: 1.7em;
    background: rgba(0,0,0,.1);
    width: 100%;
	border-radius:10px;
}
.article .request .didot{
    font-style: oblique;
	padding: .5em;
}
.article .request_btn{
    background: #FFD84D;
	font-weight: bold;
    width: 100%;
    display: block;
    padding: .5em;
	border-radius:10px;
}
/* 
.article_item .tit{
	font-size: 2.1rem;
	margin-bottom: .5em;
}
.article_item .date{
	text-align: right;
	margin-bottom: 1em;
}
.article_item .cont{
}
.article_item .cont img{
	display: block;
	width: 100%;
	margin-bottom: 1em;
	margin-top: 1em;
} */
@media screen and (min-width:768px){
    .article h1 {
        padding-left: 1em;
        font-size: 3rem;
    }
}
@media screen and (min-width:1280px){
}
