.t-33_post-main
{
    background: #fff;
    overflow: hidden;
}
.t-33_post-main svg
{
    fill: #333;
    transform: translateY( 2px );
}
.t-33_post-main svg circle:nth-of-type( 4 ) , 
.t-33_post-main svg circle:nth-of-type( 5 ) , 
.t-33_post-main svg circle:nth-of-type( 6 )
{
    fill: #fff;
}

.t-33_post-center
{
    margin: auto;
	padding: 0 10px 50px 10px;
    width: 100%;
    max-width: 1000px;
}

.t-33_post-not-content
{
	color: #343434;
	font-size: 20px;
	text-align: center;
	padding: 50px 0 0 0;
}

.t-33_post-name
{
	margin: auto;
	max-width: 700px;
    color: #343434;
	font-size: 34px;
	text-align: center;
	font-family: 'Ubuntu_Bold', sans-serif;
	font-weight: 700;
}

.t-33_post-text
{
	margin: auto;
	padding: 50px 0 0 0;
	max-width: 700px;
	color: #343434;
	font-size: 24px;
}

.t-33_post-title
{
	margin: auto;
	padding: 50px 0 0 0;
	max-width: 700px;
	color: #343434;
	font-size: 28px;
	font-family: 'Ubuntu_Bold', sans-serif;
	font-weight: 700;
}

.t-33_post-title_text
{
	margin: auto;
	padding: 50px 0 0 0;
	max-width: 700px;
	color: #343434;
}
.t-33_post-title_text h3
{
	font-size: 28px;
	font-family: 'Ubuntu_Bold', sans-serif;
	font-weight: 700;
}
.t-33_post-title_text p
{
	font-size: 24px;
}

.t-33_post-title_list
{
	margin: auto;
	padding: 50px 0 0 0;
	max-width: 700px;
	color: #343434;
}
.t-33_post-title_list h3
{
	font-size: 28px;
	font-family: 'Ubuntu_Bold', sans-serif;
	font-weight: 700;
}
.t-33_post-title_list ul li
{
	padding: 5px 0 0 0;
	list-style: inside;
	font-size: 24px;
}
.t-33_post-title_list ul li:first-of-type
{
	padding: 0;
}

.t-33_post-list
{
	margin: auto;
	padding: 50px 0 0 0;
	max-width: 700px;
}
.t-33_post-list ul li
{
	padding: 5px 0 0 0;
	list-style: inside;
	color: #343434;
	font-size: 24px;
}
.t-33_post-list ul li:first-of-type
{
	padding: 0;
}

.t-33_post-link
{
	margin: auto;
	padding: 50px 0 0 0;
	max-width: 700px;
}
.t-33_post-link a
{
	color: #eb091c;
	font-size: 24px;
	text-decoration: underline;
	font-family: 'FiraSans_Medium', sans-serif;
	font-weight: 500;
}

.t-33_post-copyright
{
	margin: auto;
	padding: 50px 0 0 0;
	max-width: 700px;
	color: #626266;
	font-size: 24px;
	font-family: 'Ubuntu_Bold', sans-serif;
	font-weight: 700;
}

.t-33_post-photo
{
	margin: auto;
	padding: 50px 0 0 0;
}
.t-33_post-photo-img
{
    position: relative;
	width: 100%;
	height: 0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 10px #000;
}
.t-33_post-photo-img img
{
	display: block;
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
}
.t-33_post-photo-info
{
	max-width: 700px;
	margin: auto;
	padding: 15px 0 0 0;
    color: #035358;
	font-size: 18px;
	font-family: 'FiraSans_Medium', sans-serif;
	font-weight: 500;
}
.t-33_post-photo-img-not
{
	padding: 50px 0 0 0;
    color: #cf0606;
	font-size: 18px;
	text-align: center;
}

/*  */
.t-33_post-button_facebook
{
	margin: auto;
	padding: 50px 0 0 0;
	max-width: 700px;
	display: flex;
	justify-content: center;
}
.t-33_post-button_facebook div a
{
	display: block;
	background: #1877F2;
	color: #fff;
	font-size: 20px;
	padding: 12px 25px;
	border-radius: 10px;
}
/*  */