article
{
	margin-bottom:100px;
	header
	{
		h1
		{
			font-size: 24px;
			font-weight: 700;
			line-height: 36px; /* 150% */
			letter-spacing: 2.16px;
			color:$main-color;
			margin-bottom:40px;
		}
		picture
		{
			display: block;
			margin-bottom:20px;
			img
			{
				display: block;
				width: 100%;
			}
		}
		p
		{
			margin-bottom:20px;
			color:#666;
			font-size: 16px;
			font-style: normal;
			font-weight: 400;
			line-height: 24px; /* 150% */
			letter-spacing: 1.44px;
		}
		time
		{
			display: block;
			font-size: 16px;
			font-weight: 400;
			line-height: 24px; /* 150% */
			letter-spacing: 1.44px;
			margin-bottom:20px;
		}
	}
	#content
	{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 1.44px;
    h2,h3,h4,h5
    {
      color:$main-color;
      margin-bottom:15px;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px; /* 150% */
      letter-spacing: 1.44px;
    }

    picture
    {
      display: block;
    }

    img
    {
      margin:auto;
      display: block;
      max-width: 100%;
    }
		p
		{
			padding:15px 0;
      color:$text-color;
		}
    ul,ol
    {
      padding:15px 0;
      li
      {
        margin-bottom:5px;
      }
    }
    a
    {
      color:$main-color;
      &:hover
      {
        color:$text-color;
      }
    }
    blockquote
    {
      display: block;
      padding:12px 30px;
      border-left: 5px solid #4699CA;
      color:#4699CA;
      background-color: #ededed;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px; /* 150% */
      letter-spacing: 1.44px;
      p
      {
        padding:0px;
        margin:0px;
        color:$main-color;
      }
      cite
      {
        color:$main-color;
        display: block;
      }
    }

	}
}
aside
{
	h3
	{
		font-size: 16px;
		font-weight: 700;
		line-height: 24px; /* 150% */
		letter-spacing: 1.44px;
		padding-bottom:20px;
		margin-bottom:20px;
		border-bottom: 1px solid $main-color;
	}
	.more-list
	{
		margin-bottom:50px;
		picture
		{
			display: block;

			img
			{
				display: block;
				width: 100%;
				border-radius: 10px;
				transition-duration:0.5s;
			}
		}
		>div
		{
			display: flex;
			align-items:center;
			margin-bottom:20px;
			picture
			{
				width: 100px;
				border-radius: 5px;
        img
        {
          display: block;
          width: 100%;
        }
				&:hover
				{
					img
					{
						opacity: .5;
					}
				}
			}
			>div
			{
        flex:1;
				padding-left: 10px;
				time
				{
					display: block;
					font-size: 13px;
					font-weight: 400;
					line-height: 18px; /* 150% */
					letter-spacing: 1.44px;
					margin-bottom:5px;
				}
				h4
				{
					a
					{
						color:$main-color;
						font-size: 16px;
						font-weight: 700;
						line-height: 24px; /* 150% */
						letter-spacing: 1.44px;
						transition-duration:0.5s;
						&:hover
						{
							color:$text-color;
						}
					}
				}
			}
		}
	}
	ul
	{
		li
		{
			margin-bottom:20px;
			padding-bottom:20px;
			border-bottom:1px solid $main-color;
			a
			{
				display: flex;
				font-size: 16px;
				line-height: 24px; /* 150% */
				letter-spacing: 1.44px;
				time
				{
					color: rgba(0, 45, 94, 0.50);
					
					font-weight: 400;
				}
				span
				{
					padding-left: 50px;
					font-weight: 700;
					color:$main-color;
				}
			}
		}
	}
}

@media(min-width:768px)
{
	main
	{
		display: flex;
		article
		{
			width:60%;
		}
		aside
		{
			width: 40%;
			padding-left:20px;
		}
	}
}
@media(min-width:1200px)
{
	main
	{
		aside
		{
			padding-left:14%;
		}
	}	
}