@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
img {
	border-style: none
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}
fieldset {
	padding: .35em .75em .625em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
details {
	display: block
}
summary {
	display: list-item
}
template {
	display: none
}
[hidden] {
	display: none
}
body, html {
	margin: 0;
	padding: 0
}
body {
	font-family: -apple-system, San Fransisco, Segoe UI, Helvetica Neue, Helvetica, Arial, "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, Yu Gothic, "メイリオ", Meiryo, MS PGothic, sans-serif;
	line-height: 1.7;
	letter-spacing: .04em;
	color: #333;
	background-color: #fff;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}
.mincho {
	font-family: Times New Roman, Yu Mincho Light, YuMincho, Yu Mincho, '游明朝体', "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}
.clearfix:before, .clearfix:after {
	content: '';
	display: block;
	clear: both
}
em{
    font-style: normal;
}
* {
	box-sizing: border-box
}
p {
	margin: 0 0 1em
}
a {
	transition: all .3s
}
a:hover {
	color: #999
}
i {
	letter-spacing: 0
}
img {
	max-width: 100%
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
figure {
	margin: 1em 0
}

.container--header-fixed {
	padding-top: 46px
}
.bottomSearch {
    width: 100%;
    clear: both;
    padding-top: 60px;
    padding-bottom: 0px;
    background: rgb(247,143,87);
    background: linear-gradient(
90deg
, rgba(247,143,87,1) 0%, rgba(218,85,21,1) 100%);
    position: relative;
}
.container {
    padding-top: 83px;
}
.bottomCategoryBox {
    margin-top: 15px;
}
.top-text--type1__tag-box {
    float: left;
    margin-right: 10px;
    margin-top: 6px;
    font-size: 15px;
	font-weight: bold;
}
.bottomSearch .top-text--type1__inner {
    position: absolute;
    top: 24px;
    margin: 0 auto;
    padding: 18px;
    width: 94%;
    max-width: 800px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgb(0 0 0 / 10%);
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    left: 0;
    right: 0;
}
.top-text--type1__inner {
    width: 90%;
}

.header {
	position: fixed;
	width: 100%;
	height: 100px;
	box-shadow: 0 1px 12px rgba(0, 0, 0, .1);
	background-color: rgba(255, 255, 255, 1);
	z-index: 1000;
	top:0;
	left:0;
	right:0;
	border-top: 7px solid #f78f57;
    background-color: #FFFFFF;
}
.admin-bar .header {
	top: 29px;
}
.headerLogo {
    position: absolute;
    margin-top: 25px;
    margin-left: 20px;
}
.gNav {
    float: right;
    margin: 10px 20px 0;
}
.gNav img {
    max-height: 53px;
    width: auto;
}
ul.gNav li {
    float: left;
    margin-left: 30px;
    list-style: none;
}
ul.gNav li:last-child {
    margin-top: 4px;
}
ul.gNav li:last-child img{
	max-height: 48px;
}
.header--fixed {
	position: fixed;
	top: 0;
	left: 0
}
.header--black {
	background-color: #111
}
.header--transparent {
	background-color: transparent;
	box-shadow: none
}
.header-inner {
	width: 100%;
	max-width: 1181px;
	margin: 0 auto;
	position: relative
}
.header-inner--type1 {
	width: 96%;
	margin-left: 4%
}
.bg-gray .header-inner, .bg-stripe .header-inner, .bg-line .header-inner {
	max-width: 1261px
}
.toggle-search {
	position: absolute;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer
}
.toggle-search__btn-img {
	width: 16px;
	height: 16px
}
.header-search {
	position: fixed;
	top: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 90%;
	max-width: 700px;
	padding: 20px;
	background-color: #fff;
	border: 6px solid #f5f5f5;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	transition: all .6s;
	z-index: 2000;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}
.header-search__title {
	margin: 0 0 1em;
	font-size: 16px;
	font-size: 1rem
}
.header-search .search-form {
	max-width: 700px
}
.header-search .search-form__field {
	border: none;
	border-bottom: 1px solid #111;
	margin: 0
}
.header-search__black-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: block;
	background-color: rgba(0, 0, 0, .8);
	z-index: 1000;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	cursor: pointer
}
.display-search {
	height: 100vh;
	overflow-y: hidden
}
.display-search .header-search {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible
}
.display-search .header-search__black-bg {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible
}
.display-search .hamburger {
	z-index: 10
}
.site-title {
	display: inline-block
}
.site-title--type2, .site-title--type3 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.site-title__text {
	display: inline-block;
	margin: 0;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	padding: 8px 0;
	line-height: 30px
}
.site-title__text .site-title__link {
	color: #111;
	text-decoration: none
}
.site-title__text img {
	height: 30px;
	vertical-align: top
}
.site-title__text--bg-black .site-title__link {
	color: #fff
}
.global-nav-area {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 200vh;
	overflow-x: hidden;
	transition: opacity .6s, visibility .6s;
	z-index: 3000
}
.global-nav-wrap {
	position: absolute;
	right: -100%;
	top: 0;
	width: 80%;
	max-width: 700px;
	height: 100vh;
	padding: 14px 20px 120px;
	z-index: 3000;
	transition: right .6s;
	background-color: #131313;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .6);
	overflow: auto
}
.global-nav__title {
	margin: 0 0 10px;
	text-align: left;
	color: #fff;
	font-size: 17.6px;
	font-size: 1.1rem;
	position: relative
}
.global-nav__title-inner {
	display: inline-block;
	padding-right: 30px;
	position: relative;
	background-color: #131313;
	z-index: 2
}
.global-nav__title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #fff
}
.global-nav__list {
	list-style: none;
	padding: 0;
	margin: 0
}
.global-nav__list .menu-item {
	position: relative
}
.global-nav__list .menu-item a {
	padding: 10px 4px 10px 20px;
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 14.4px;
	font-size: .9rem;
	font-weight: 700;
	position: relative
}
.global-nav__list .menu-item a:hover {
	background-color: #444
}
.global-nav__list .menu-item a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 6px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 3px solid transparent;
	border-left: 4px solid #999
}
.global-nav__list .sub-menu {
	padding: 0 0 16px 20px
}
.global-nav__list .sub-menu .menu-item {
	border-bottom: none;
	list-style: none
}
.global-nav__list .sub-menu .menu-item a {
	font-weight: 400;
	padding: 4px 0 4px 20px
}
.global-nav__list .sub-menu .menu-item a:before {
	border-left-color: #444
}
.global-nav__list--bg-black .menu-item a {
	color: #fff
}
.global-nav__list--bg-black .menu-item a:hover {
	background-color: #666
}
.global-nav__close {
	width: 60px;
	height: 28px;
	position: relative;
	cursor: pointer;
	margin: 0 0 18px auto
}
.global-nav__close--search {
	margin: 0 0 0 auto;
	height: 24px
}
.global-nav__close-text {
	margin-left: 30px;
	color: #fff;
	font-size: 12px;
	vertical-align: top;
	line-height: 1
}
.global-nav__close-line {
	position: absolute;
	right: 0;
	height: 1px;
	width: 20px;
	background-color: #fff
}
.global-nav__close-line--1 {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%
}
.global-nav__close-line--2 {
	top: 14px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0
}
.global-nav__close-line--search {
	background-color: #111
}
.global-nav-toggle {
	display: none
}
.hamburger {
	position: absolute;
	right: 0;
	top: 0;
	width: 46px;
	height: 46px;
	z-index: 1
}
.hamburger__label {
	display: block;
	height: 100%;
	cursor: pointer;
	position: absolute;
	width: 46px;
	height: 46px
}
.hamburger__line {
	position: absolute;
	left: 15px;
	width: 16px;
	height: 1px;
	background-color: #222;
	transition: all .6s
}
.hamburger__line--1 {
	top: 16px
}
.hamburger__line--2 {
	top: 22px
}
.hamburger__line--3 {
	top: 28px
}
.hamburger__line--bg-black {
	background-color: #fff
}
.black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #000;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	z-index: 2000;
	transition: all .6s;
	cursor: pointer
}
.global-nav__share {
	margin-bottom: 32px
}
.global-nav__share-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.global-nav__share-item {
	margin-right: 20px;
	font-size: 24px
}
.global-nav__share-item:last-child {
	margin-right: 0
}
.global-nav__share-item a {
	color: #fff;
	text-decoration: none
}
.global-nav__share-item a:hover {
	color: #ccc
}
.display-menu .global-nav-area {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible
}
.display-menu .global-nav-wrap {
	right: 0
}
.display-menu .black-bg {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	visibility: visible
}
.header--black .toggle-search {
	color: #fff
}
@media(min-width:768px) {
	.header {
		height: 86px;
	}
	.header-inner--type1 {
		margin: 0 auto
	}
	.header--wide {
		height: 64px
	}
	.header--wide .toggle-search {
		width: 64px;
		height: 64px;
		line-height: 64px
	}
	.header--wide .site-title__text {
		line-height: 44px
	}
	.header--wide .site-title__text img {
		height: 40px
	}
	.header--wide .hamburger {
		width: 64px;
		height: 64px
	}
	.header--wide .hamburger__label {
		top: 9px;
		right: 9px
	}
	.header--wide .global-nav-type1__list .menu-item a {
		line-height: 64px
	}
	.toggle-search {
		height: 50px;
		width: 50px;
		line-height: 50px
	}
	.site-title__text {
		padding: 10px 0;
		line-height: 30px;
		font-size: 1.4rem
	}
	.site-title__text img {
		height: 30px
	}
	.hamburger {
		width: 50px;
		height: 50px
	}
	.hamburger__label {
		top: 2px;
		right: 2px
	}
	.hamburger__line--bg-black {
		background-color: #fff
	}
	.hamburger--type1 {
		display: none
	}
	.header-inner--type1 .black-bg {
		display: none
	}
	.header-inner--type1 .global-nav-area {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		position: static;
		overflow-x: visible;
		height: auto;
		width: auto;
		transition: none
	}
	.global-nav-wrap {
		padding: 18px 20px 14px 32px
	}
	.global-nav-wrap-type1 {
		border-left: none
	}
	.global-nav__share--type1 {
		display: none
	}
	.global-nav-wrap-type1 {
		position: absolute;
		top: 0;
		right: 0;
		height: 50px;
		width: auto;
		max-width: 100%;
		padding: 0;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		visibility: visible;
		background-color: transparent;
		box-shadow: none;
		overflow: visible
	}
	.global-nav-wrap-type1 .global-nav__title {
		display: none
	}
	.global-nav-wrap-type1 .global-nav__close {
		display: none
	}
	.global-nav-type1__list {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 0
	}
	.global-nav-type1__list .menu-item {
		border: none;
		letter-spacing: 0;
		white-space: nowrap
	}
	.global-nav-type1__list .menu-item:nth-child(n+6) {
		display: none
	}
	.global-nav-type1__list .menu-item a {
		font-size: .8rem;
		font-weight: 700;
		padding: 0 12px;
		line-height: 50px;
		color: #333
	}
	.global-nav-type1__list .menu-item a:hover {
		background-color: #eee
	}
	.global-nav-type1__list .menu-item a:before {
		display: none
	}
	.global-nav-type1__list .menu-item:hover .sub-menu {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		visibility: visible;
		transition: all .3s
	}
	.global-nav-type1 .sub-menu {
		position: absolute;
		right: 0;
		top: 100%;
		min-width: 240px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		visibility: hidden;
		padding: 0;
		background-color: #333;
		transition: all 0s
	}
	.global-nav-type1 .sub-menu .menu-item a {
		padding: 4px 14px;
		line-height: 40px;
		color: #fff;
		border-bottom: 1px solid #3a3a3a
	}
	.global-nav-type1 .sub-menu .menu-item a:hover {
		background-color: #666
	}
	.header--black .global-nav-type1__list .menu-item a {
		color: #fff
	}
	.header--black .global-nav-type1__list .menu-item a:hover {
		background-color: #666
	}
}
@media(min-width:900px) {
	.global-nav-type1 .menu-item:nth-child(n+6) {
		display: block
	}
}
.wrapper {
    padding: 20px 0 0;
    background-color: #edf8f6;
}

.wrapper.shikkoubu{
    background-color: #FFFFFF;
}
.imgBox{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 8px;
}
.shikkoubuStaffList li{
    list-style: none;
}
.shikkoubuStaffList {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.shikkoubuPastBtn {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
.shikkoubuPastBtn a{
	display: inline-block;
	padding: 30px 120px;
	background-color: #da5515;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	border-radius: 20px;

}
.shikkoubuPastBtn a::before {
	font-weight: bold;
    content: '>';
    position: absolute;
    top: 28px;
    bottom: auto;
    right: 87px;
    transform: scaleY(1.5);
    font-size: 14px;
}

.imgBox img{
    vertical-align: bottom;
}


.yakushokuTxt{
    font-size: 13px;
}

.nameTxt{
    font-size: 18px;
}

.nameEnTxt{
    font-size: 12px;
}
.shozokuTxt{
    font-size: 16px;
}
.shozokuTxt,
.gaiyouTxt{
    font-size: 16px;
    color: #7f7f7f;
}
.gaiyouTxt{
    margin-bottom: 8px;
}
.shikkoubTagsBox .shikkoubTag{
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
    background-color: #eceef2;
    color: #0b2752;
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 10px;
	cursor: pointer;
}





















@-webkit-keyframes open-anime {
	0% {
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
	40% {
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
	}
}
@keyframes open-anime {
	0% {
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
	40% {
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
	}
}
.wrapper-inner {
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    position: relative;
    max-width: 1181px;
}
.wrapper-inner--single-column {
    max-width: none !important;
    background-color: #edf8f6;
    padding-bottom: 50px;
}
.top-text--type1__inner{
    border-radius: 20px;
}
.characterBox {
    position: absolute;
    right: 0;
    bottom: -33px;
}
.bottomCategoryBox .characterBox {
    position: absolute;
    right: 0;
    bottom: -24px;
    width: 100px;
}
.wrapper-inner--article{
    
}
.categoryTitleBox {
    float: left;
    margin-top: 2px;
}
.mainPageTitle {
	width: 100%;
    text-align: center;
    margin-bottom: -60px;
    margin-top: -11px;
    font-style: italic;
}

.mainPageTitle em {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0 auto;
    width: 100px;
    font-size: 30px;
    letter-spacing: 5px;
    font-weight: normal;
    color: #169c80;
}
.mainPageTitle em::before{
    transform: skewX(-15deg);
    content: "";
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -80px;
    right: -80px;
    z-index: -1;
    padding: 0px;
    box-sizing: content-box;
}
.shikkoubuMain{
    padding-top: 70px;
    padding-bottom: 70px;
    background: rgb(247,143,87);
    background: linear-gradient(90deg, rgba(247,143,87,1) 0%, rgba(218,85,21,1) 100%);
    position: relative;
}
.shikkoubuMain img{
    position: absolute;
    bottom: 0;
    right:60px
}
.shikkoubuMain h1{
    text-align: center;
    color: #FFFFFF;
    font-size: 40px;
    letter-spacing: 5px;
    font-weight: normal;
}
.shikkoubuMain h1 em{
    font-size: 12px;
}
.arrow-icon {
	width: 18px;
	margin-left: 8px
}
.wrapper-inner--single-column .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 40px;
    max-width: 1181px;
    margin: 0 auto;
}
.wrapper-inner--article.wrapper-inner--single-column .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1181px;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding-left: 220px;
    padding-right: 220px;
    box-sizing: border-box;
}


.main {
	width: 100%
}
.main .widget__title {
	font-size: 19.2px;
	font-size: 1.2rem
}
.main--title-type1 .widget__title {
	position: relative
}
.main--title-type1 .widget__title:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #111;
	top: 50%;
	left: 0;
	margin-top: -1px;
	z-index: 0
}
.main--title-type1 .widget__title-inner {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-right: 20px;
	background-color: #fff
}
.main--title-type2 .widget__title {
	padding-bottom: 8px;
	position: relative;
	font-size: 16px;
	font-size: 1rem;
	font-style: italic;
	z-index: 1
}
.main--title-type2 .widget__title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 18px;
	background-image: radial-gradient(#ccc 15%, transparent 21%);
	background-position: 0 0;
	background-size: 6px 6px;
	z-index: 0
}
.main--title-type2 .widget__title-inner {
	position: relative;
	z-index: 1
}
.main--title-type3 .widget__title {
	border-left: 4px solid #111;
	padding-left: 10px;
	line-height: 1.4
}
.main--title-type4 .widget__title {
	border-left: 4px solid #b21818;
	padding-left: 10px;
	line-height: 1.4
}
.main--title-type5 .widget__title {
	padding: 8px 10px;
	border-bottom: 4px solid #eee;
	background-color: #f5f5f5
}
.main--title-type6 .widget__title {
	border-bottom: 2px solid #111;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4
}
.main--title-type6 .widget__title-inner {
	background-color: #111;
	color: #fff;
	padding: 2px 6px 1px;
	display: inline-block
}
.sidebar {
	width: 100%
}
.entries {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px
}
.entries__heading {
	font-size: 19.2px;
	font-size: 1.2rem
}
.entries-item {
	width: 100%;
	margin-bottom: 60px;
	position: relative
}
.entries-item:last-child {
	margin-bottom: 0
}
.entries-item__thumb {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative
}
.entries-item__thumb-link {
	position: relative;
	display: block
}
.entries-item__time {
	display: inline-block;
	margin-right: 8px;
	font-size: 11.84px;
	font-size: .74rem;
	color: #333;
	font-size: 14px;
	vertical-align: top
}
.entries-item__time:before {
    font-family: rtvl-font, sans-serif;
    content: "\e915";
    margin-right: 4px;
    display: inline-block;
    font-size: 14px;
    vertical-align: bottom;
}
.entries-item__time--update:before {
	content: '\e926'
}
.entries-item__title {
    font-size: 17.6px;
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 0 0 10px;
    transition: all .3s;
    font-size: 19px;
}
.entries-item__title a {
	color: #111;
	text-decoration: none
}
.entries-item__excerpt {
    margin: 10px 0 0;
    font-size: 12.8px;
    font-size: .8rem;
    color: #333;
    line-height: 1.5;
    font-size: 1rem;
}
.entries-item__category {
    list-style: none;
    position: absolute;
    right: 0;
    top: 207px;
    padding: 0px;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 30;
}
.entries-item__category-item {
	margin-right: 0px
}
.entries-item__category-item a {
	display: block;
	line-height: 20px;
	font-size: 12.8px;
	font-size: .8rem;
	padding: 3px 8px 2px;
	text-decoration: none;
    background-color: #00a16f;
    color: #fff;
    border-radius: 25px 0px 0px 25px;
    padding: 10px 30px 10px 30px;
}
.headerSearchBox{
	position: absolute;
	top: 19px;
	width: calc(100vw - 850px);
	left: 400px;
	margin: 0 auto;
    padding: 0;
	text-align: center;
}
.top-text--type1__inner {
    background-color: #fff;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	max-width: 420px;
	display: inline-block;
    
}
.top-text--type1__parag-box{
	width: 99%;
	border: solid 2px #f78f57;
	border-radius: 8px;
	background-color: #FFFFFF;
}
.top-text--type1__tag-box {
    font-size: 12px;
    padding-top: 4px;
	padding-left: 10px;
}
.top-text--type1__tag-box span em {
    font-size: 10px;
    transform: scaleY(0.7);
    display: inline-block;
}
  .top-text--type1__tag {
    font-size: .8rem
  }
  .top-text--type1__parag {
    padding-top: 3px;
    font-size: .9rem
  }
.categoryBox ul li{
    display: inline-block;
    margin-left: 10px;
}

.categoryBox {
    margin-top: 0;
    margin-bottom: 15px;
}



.categoryBox a {
    display: block;
    line-height: 20px;
    font-size: 12.8px;
    font-size: .8rem;
    padding: 3px 8px 2px;
    text-decoration: none;
    background-color: #00a16f;
    color: #fff;
    border-radius: 25px;
    padding: 5px 30px 5px 30px;
	font-size: 14px;
}

.entries-item__category-item a:before {
	font-family: rtvl-font, sans-serif;
	content: '\e91a';
	font-size: 12px;
	line-height: 1.7;
	margin-right: 8px;
	vertical-align: top;
    display: none;
}
.entries-item .entries-item__title-link {
	color: #333;
	text-decoration: none
}
.entries-item .entries-item__title-link:hover {
	color: #999
}
.entries-item-type1__thumb {
	padding-bottom: 66.6%
}
.entries-item-type1__info {
	padding: 8px 0
}
.entries-item-type2 {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.entries-item-type2__thumb-link {
	display: block;
	width: 120px;
	height: 120px
}
.entries-item-type2__thumb-link:hover {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}
.entries-item-type2__image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center
}
.entries-item-type2__info {
	width: calc(100% - 134px);
	position: relative
}
.entries-item-type2__title {
	margin: 0 0 4px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4
}
.entries-item-type2__title .entries-item-type2__title-link {
	color: #333;
	text-decoration: none
}
.entries-item-type2__title .entries-item-type2__title-link:hover {
	color: #999
}
.entries-item-type2__excerpt {
	margin-top: 4px;
	font-size: 12.8px;
	font-size: .8rem;
	line-height: 1.4
}
.entries-item-type2__category {
	list-style: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 8px 0 0;
	padding: 0
}
.entries-item-type2__category-item {
	font-size: 12.8px;
	font-size: .8rem;
	margin: 0 6px 6px 0
}
.entries-item-type2__category-item a {
	display: block;
	line-height: 20px;
	font-size: 12.8px;
	font-size: .8rem;
	padding: 2px 6px 1px;
	text-decoration: none
}
.entries-item-type2__category-item a:before {
	font-family: rtvl-font, sans-serif;
	content: '\e91a';
	font-size: 12px;
	line-height: 1.7;
	margin-right: 8px;
	vertical-align: top
}
.entries-item-type2__category-item a:hover {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}
.entries-item-type3 {
	transition: all .3s
}
.entries-item-type3:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 1px 10px -2px rgba(0, 0, 0, .1);
	transition: all .3s;
	z-index: 2
}
.entries-item-type3:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 84%;
	height: 10px;
	box-shadow: 0 4px 20px -2px rgba(0, 0, 0, .1), 0 1px 12px rgba(0, 0, 0, .1);
	transition: all .3s
}
.entries-item-type3:hover {
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px)
}
.entries-item-type3:hover:after {
	box-shadow: 0 1px 20px -2px rgba(0, 0, 0, .1)
}
.entries-item-type3:hover:before {
	box-shadow: 0 4px 30px -4px rgba(0, 0, 0, .1)
}
.entries-item-type3__link {
	display: block;
	height: 100%;
	position: relative;
	z-index: 10;
	text-decoration: none;
	color: #333
}
.entries-item-type3__link:visited {
	color: #333
}
.entries-item-type3__link:hover {
	color: #333
}
.entries-item-type3__info {
	padding: 12px 20px 20px
}
.entries .entries-item__category-link {
	background-color: #b21818;
	color: #fff
}
.link-read-more {
	position: relative;
	display: block;
	text-decoration: none
}
.link-read-more:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .7);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	transition: all .3s;
	z-index: 2
}
.link-read-more:after {
	content: "Read More";
	position: absolute;
	left: 50%;
	top: 54%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	padding-bottom: 6px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .5);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	transition: all .3s;
	z-index: 3
}
.link-read-more:hover:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible
}
.link-read-more:hover:after {
	top: 50%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	letter-spacing: .14em;
	visibility: visible
}
.link-read-more-wrap:hover .link-read-more:before {
	width: 80%;
	height: 80%;
	left: 10%;
	top: 10%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible
}
.link-read-more-wrap:hover .link-read-more:after {
	top: 50%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	letter-spacing: .14em;
	visibility: visible
}
.infeed-ad {
	position: relative;
	z-index: 30
}

.entries-item.entries-item-type3 {
    border-radius: 20px;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 30%);
    padding-bottom: 60px;
}
.tagList{
    position: absolute;
    bottom: 10px;
    color: #000;
    z-index: 11;
    padding-left: 20px;
}
.tagList li{
    list-style: none;
    padding: 2px 10px;
    border-radius: 30px;
    border: solid 1px #0b2752;
    font-size: 12px;
    color: #0b2752;
    display: inline-block;
    margin-right: 10px;
}
.tagList li a{
    color: #0b2752;
    text-decoration: none;
}
#entry .tagList{
	margin-top: 20px;
	padding-left: 0;
	position: relative;
}


@media(min-width:768px) {
	.entries {
		margin-bottom: -60px
	}
	.entries--type2 {
		margin-bottom: 0
	}
	.entries-item {
		width: 48.6%
	}
	.entries-item:last-child {
		margin-bottom: 60px
	}
	.entries-item-type2__thumb-link {
		width: 158px;
		height: 158px
	}
	.entries-item-type2__info {
		width: calc(100% - 176px)
	}
	.entries-item-type2__title {
		font-size: 1.2rem
	}
	.entries-item-type2__excerpt {
		margin-top: 10px;
		line-height: 1.5;
		font-size: .86rem
	}
}
@media(min-width:1080px) {
	.main--single-column .entries {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.main--single-column .entries-item {
		width: 32%;
		margin-right: 2%
	}
	.main--single-column .entries-item:nth-child(3n) {
		margin-right: 0
	}
}
.wp-block-table {
	margin: 1em 0
}
.wp-caption {
	margin: 1em auto;
	text-align: center;
	max-width: 100%
}
.wp-caption-text, .gallery-caption {
	text-align: center;
	color: #666;
	font-size: 14.4px;
	font-size: .9rem;
	margin: 10px 0 0
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.alignright {
	float: right;
	margin-left: 10px
}
.alignleft {
	float: left;
	margin-right: 10px
}
.table-wrap {
	width: 100%;
	overflow: auto;
	font-size: 14.4px;
	font-size: .9rem;
	margin: 1em 0
}
.table-wrap table {
	width: 100%;
	font-size: 14.4px;
	font-size: .9rem
}
.td-first {
	background-color: #f9f9f9;
	font-weight: 700;
	text-align: center
}
.box {
	padding: 16px;
	position: relative
}
.box p {
	margin-bottom: .8em
}
.box p:last-child {
	margin-bottom: 0
}
.box ul, .box ol {
	padding-left: 28px;
	margin: .8em 0
}
.box ul li, .box ol li {
	margin-bottom: .6em
}
.box .box__title {
	margin: 0;
	position: absolute;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 20px
}
.box--border-bk {
	border: 1px solid #111;
	box-shadow: 3px 3px #111;
	margin: 2em 3px 1.4em 0
}
.box--border-bk .box__title {
	left: 10px;
	top: -10px;
	color: #111;
	background-color: #fff;
	padding: 0 8px
}
.box--border-bk-icon {
	margin: 36px 0 16px;
	border: 2px solid #111;
	background-color: #f5f5f5
}
.box--border-bk-icon .box__title {
	top: -12px;
	left: 8px;
	padding: 0 10px 0 22px;
	background-color: #111;
	border-radius: 10px;
	font-size: 12px
}
.box--border-bk-icon:after {
	position: absolute;
	top: -14px;
	left: 4px;
	width: 24px;
	height: 24px;
	background-color: #111;
	border-radius: 14px;
	line-height: 24px;
	text-align: center;
	content: "\e914";
	font-size: 12px;
	font-family: rtvl-font, sans-serif;
	color: #fff
}
.box--border-bk-bg-gray {
	margin: 36px 0 16px;
	border: 2px solid #333;
	background-color: #f5f5f5
}
.box--border-bk-bg-gray .box__title {
	bottom: 100%;
	left: -2px;
	padding: 0 10px;
	background-color: #333;
	font-size: 12px
}
.box-index {
	margin: 3em 0 1.6em;
	background-color: #fff1f1
}
.box-index .box__title {
	left: 0;
	bottom: 100%;
	padding: 0 6px;
	line-height: 26px;
	background-color: #b41818
}
.box-index .box__title:before {
	font-family: rtvl-font, sans-serif;
	content: "\e914";
	margin-right: 2px;
	font-size: 14px;
	line-height: 20px
}
.box-index .box__title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	border-top: 26px solid transparent;
	border-left: 10px solid #b41818
}
.box-index--blue {
	background-color: #e8f8ff
}
.box-index--blue .box__title {
	background-color: #105fb3
}
.box-index--blue .box__title:after {
	border-left-color: #105fb3
}
.box-index--orange {
	background-color: #fff5e2
}
.box-index--orange .box__title {
	background-color: #da8020
}
.box-index--orange .box__title:after {
	border-left-color: #da8020
}
.box-index--memo {
	background-color: #fff5e2
}
.box-index--memo .box__title {
	background-color: #da8020
}
.box-index--memo .box__title:before {
	content: "\e900";
	font-size: 12px;
	margin-right: 6px
}
.box-index--memo .box__title:after {
	border-left: 10px solid #da8020
}
.box-index--note {
	background-color: #fff1f1
}
.box-index--note .box__title {
	background-color: #b41818
}
.box-index--note .box__title:before {
	content: "\e927";
	font-size: 12px;
	margin-right: 6px
}
.box-index--note .box__title:after {
	border-left: 10px solid #b41818
}
.box-bg-light {
	background-color: #f9f9f9;
	margin: 1.8em 0 1em;
	padding: 1.6em 24px 1.4em
}
.box-bg-light .box__title {
	color: #111;
	top: -.7em;
	left: 16px
}
.box-bg-light--red {
	background-color: #fff1f1
}
.box-bg-light--red .box__title {
	color: #b41818
}
.box-bg-light--blue {
	background-color: #e8f8ff
}
.box-bg-light--blue .box__title {
	color: #105fb3
}
.box-bg-light--orange {
	background-color: #fff5e2
}
.box-bg-light--orange .box__title {
	color: #da8020
}
.box-style {
	margin: 1em 0
}
.box-style--1 {
	background-color: #f5f5f5
}
.box-style--2 {
	background-color: #fff1f1
}
.box-style--3 {
	background-color: #e8f8ff
}
.box-style--4 {
	background-color: #fff5e2
}
.box-style--5 {
	border: 1px solid #111
}
.box-style--6 {
	margin-right: 3px;
	border: 1px solid #111;
	box-shadow: 3px 3px #111
}
.box-style--7 {
	border: 1px solid #b41818;
	background-color: #fff1f1
}
.box-style--8 {
	border: 1px solid #105fb3;
	background-color: #e8f8ff
}
.box-style--9 {
	border: 1px solid #da8020;
	background-color: #fff5e2
}
.box-style--10 {
	border-left: 8px solid #b41818;
	background-color: #fff1f1
}
.box-style--11 {
	border-left: 8px solid #105fb3;
	background-color: #e8f8ff
}
.box-style--12 {
	border-left: 8px solid #da8020;
	background-color: #fff5e2
}
.box-style--13 {
	box-shadow: 0 6px 10px rgba(0, 0, 0, .06)
}
.box--rated {
	padding: 12px 16px 18px 12px;
	margin: 1.2em 0
}
.box--rated .box__title {
	position: relative;
	font-size: 14.4px;
	font-size: .9rem;
	margin-bottom: 8px
}
.box--rated .box__title:before {
	font-family: rtvl-font, sans-serif;
	margin-right: 6px;
	font-size: 14.4px;
	font-size: .9rem;
	display: inline-block
}
.box--good {
	border-left: 6px solid #2bab51;
	background-color: #edfbf1
}
.box--good .box__title {
	color: #2bab51
}
.box--good .box__title:before {
	content: "\e90f"
}
.box--bad {
	border-left: 6px solid #b41818;
	background-color: #fff1f1
}
.box--bad .box__title {
	color: #b41818
}
.box--bad .box__title:before {
	content: "\e90e";
	vertical-align: bottom
}
.list-box {
	margin: 1.4em 0;
	padding: 24px 20px;
	position: relative
}
.list-box ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.list-box li {
	padding-left: 18px;
	position: relative
}
.list-box li:before {
	font-family: rtvl-font, sans-serif;
	content: '\e914';
	position: absolute;
	top: .2em;
	left: 0;
	font-size: 12.8px;
	font-size: .8rem
}
.list-box--border {
	background-color: #f9f9f9;
	border: 1px solid #111;
	margin-top: 3em
}
.list-box--border li {
	padding-bottom: .8em;
	border-bottom: 1px dashed #ddd
}
.list-box--border li:last-child {
	padding-bottom: 0;
	border-bottom: none
}
.list-box--border .list-box__title {
	position: absolute;
	left: -1px;
	bottom: 100%;
	background-color: #111;
	color: #fff;
	margin: 0;
	padding: 0 6px 0 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0
}
.list-box--border .list-box__title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	border-top: 26px solid transparent;
	border-left: 10px solid #111
}
.list-box--border-red {
	border-color: #b41818;
	background-color: #fff1f1
}
.list-box--border-red li {
	border-color: #e6c9c9
}
.list-box--border-red li:before {
	color: #b41818
}
.list-box--border-red .list-box__title {
	background-color: #b41818
}
.list-box--border-red .list-box__title:after {
	border-left-color: #b41818
}
.list-box--border-blue {
	border-color: #105fb3;
	background-color: #e8f8ff
}
.list-box--border-blue li {
	border-color: #c9ddf3
}
.list-box--border-blue li:before {
	color: #105fb3
}
.list-box--border-blue .list-box__title {
	background-color: #105fb3
}
.list-box--border-blue .list-box__title:after {
	border-left-color: #105fb3
}
.list-box--border-orange {
	border-color: #da8020;
	background-color: #fff5e2
}
.list-box--border-orange li {
	border-color: #efd7bd
}
.list-box--border-orange li:before {
	color: #da8020
}
.list-box--border-orange .list-box__title {
	background-color: #da8020
}
.list-box--border-orange .list-box__title:after {
	border-left-color: #da8020
}
.list-box--paper {
	background-color: #f5f5f5;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee
}
.list-box--paper li {
	padding-bottom: .8em;
	border-bottom: 1px dashed #ddd
}
.list-box--paper li:last-child {
	padding-bottom: 0;
	border-bottom: none
}
.list-box--paper:after {
	content: "";
	position: absolute;
	right: -1px;
	top: 0;
	border-left: 20px solid #ddd;
	border-top: 20px solid #fff
}
.list-box--paper .list-box__title {
	text-align: center;
	font-weight: 700;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 20px
}
.list-box--paper .list-box__title:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 40px;
	height: 3px;
	background-color: #ccc
}
.button-link {
	text-align: center;
	margin-bottom: 2em
}
.button-link a {
	display: inline-block;
	padding: 12px 16px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .14);
	min-width: 260px;
	border-radius: 4px;
	text-decoration: none;
	text-align: center
}
.button-link a:after {
	font-family: rtvl-font, sans-serif;
	content: '\e917';
	margin-left: 10px;
	font-size: 14px
}
.button-link a:hover {
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0 0 0 #fff;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}
.button-link--bg-red a {
	background-color: #b41818;
	color: #fff
}
.button-link--border-red a {
	background-color: #fff;
	border: 1px solid #b41818;
	color: #b41818
}
.button-link--bg-blue a {
	background-color: #105fb3;
	color: #fff
}
.button-link--border-blue a {
	background-color: #fff;
	border: 1px solid #105fb3;
	color: #105fb3
}
.button-link--bg-black a {
	background-color: #111;
	color: #fff;
	border-radius: 0
}
.button-link--border-black a {
	background-color: #fff;
	border: 1px solid #111;
	border-radius: 0;
	color: #111
}
.button-link--shiny a {
	position: relative;
	overflow: hidden
}
.button-link--shiny a:before {
	content: "";
	position: absolute;
	height: 200%;
	width: 30px;
	top: -50%;
	left: -200%;
	background-image: linear-gradient(90deg, transparent, #fff, transparent);
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-animation: shiny 2s infinite linear;
	animation: shiny 2s infinite linear
}
.micro-copy {
	font-size: 12.8px;
	font-size: .8rem;
	text-align: center;
	margin: 22.4px 0 0;
	margin: 1.4rem 0 0;
	color: #333
}
.micro-copy+p, .micro-copy+div, .micro-copy+a, .micro-copy+button {
	margin-top: 0
}
.micro-copy--1:before {
	content: "＼"
}
.micro-copy--1:after {
	content: "／"
}
.micro-copy--2 {
	margin-bottom: 6px;
	display: inline-block;
	margin: 0 auto;
	padding: 1px 10px;
	border-bottom: 1px solid #333;
	border-radius: 4px;
	position: relative
}
.micro-copy--2:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 4px solid #333;
	z-index: 1
}
.micro-copy--2:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -4px;
	border: 4px solid transparent;
	border-top: 3px solid #fff;
	z-index: 2
}
.micro-copy--3 {
	margin-bottom: 18px;
	position: relative
}
.micro-copy--3:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	height: 14px;
	border-left: 1px solid #111
}
.micro-copy--4 {
	margin-bottom: 12px;
	position: relative
}
.micro-copy--4:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 1px 0 0 -6px;
	border: 4px solid transparent;
	border-top: 5px solid #111
}
.talk {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 28.8px 0;
	margin: 1.8rem 0
}
.talk--right {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.talk .talk__icon img {
	border: 2px solid #ddd;
	box-shadow: none;
	margin: 0
}
.talk__icon {
	width: 80px;
	text-align: center
}
.talk__icon img {
	border-radius: 50%;
	width: 60px;
	height: auto;
	vertical-align: top
}
.talk__name {
	display: block;
	font-size: 12px;
	margin-top: 2px;
	letter-spacing: 0
}
.talk__say {
	max-width: calc(100% - 90px);
	margin-left: 10px;
	background-color: #f0f0f0;
	padding: 20px 16px;
	border-radius: 6px;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	position: relative;
	font-size: 14.4px;
	font-size: .9rem
}
.talk__say:before {
	content: "";
	position: absolute;
	top: 14px;
	right: 100%;
	border: 8px solid transparent;
	border-right: 9px solid #f0f0f0
}
.talk__say--right {
	margin: 0 10px 0 0
}
.talk__say--right:before {
	right: auto;
	left: 100%;
	border-right-color: transparent;
	border-left: 9px solid #f0f0f0
}
.talk__say--pink {
	background-color: #fff1f1
}
.talk__say--pink:before {
	border-right-color: #fff1f1
}
.talk__say--pink.talk__say--right:before {
	border-right-color: transparent;
	border-left-color: #fff1f1
}
.talk__say--blue {
	background-color: #e8f8ff
}
.talk__say--blue:before {
	border-right-color: #e8f8ff
}
.talk__say--blue.talk__say--right:before {
	border-right-color: transparent;
	border-left-color: #e8f8ff
}
.talk__say--skin-color {
	background-color: #fff5e2
}
.talk__say--skin-color:before {
	border-right-color: #fff5e2
}
.talk__say--skin-color.talk__say--right:before {
	border-right-color: transparent;
	border-left-color: #fff5e2
}
.talk p:last-child {
	margin-bottom: 0
}
.text-small {
	font-size: 12.8px;
	font-size: .8rem
}
.text-large {
	font-size: 22.4px;
	font-size: 1.4rem
}
.text-extra-large {
	font-size: 32px;
	font-size: 2rem
}
.marker-pink {
	background-image: linear-gradient(transparent 60%, #ffdcdc 0)
}
.marker-yellow {
	background-image: linear-gradient(transparent 60%, #ff6 0)
}
.marker-blue {
	background-image: linear-gradient(transparent 60%, #cff4ff 0)
}
.marker-green {
	background-image: linear-gradient(transparent 60%, #c9ffd3 0)
}
.marker-bold {
	font-weight: 700
}
.my-label {
	display: inline-block;
	padding: 1px 6px;
	font-size: 12.8px;
	font-size: .8rem;
	margin-right: 6px;
	font-weight: 700
}
.my-label--border {
	border: 1px solid #333;
	padding: 0 6px
}
.my-label--pink {
	background-color: #fff1f1;
	color: #8e1313
}
.my-label--orange {
	background-color: #fff5e2;
	color: #884a0a
}
.my-label--yellow {
	background-color: #fffbbb;
	color: #777106
}
.my-label--green {
	background-color: #d9f7d9;
	color: #0c630c
}
.my-label--blue {
	background-color: #e8f8ff;
	color: #0f4886
}
.card-link {
	max-width: 540px;
	border: 1px solid #eee;
	margin: 1em 0;
	padding: 16px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.card-link__thumb {
	width: 120px
}
.card-link .card-link__img {
	width: 100px;
	height: 100px;
	border: none;
	box-shadow: none;
	vertical-align: top
}
.card-link .card-link__img:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}
.card-link__text {
	width: calc(100% - 120px)
}
.card-link .card-link__title {
	margin: 0 0 8px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5
}
.card-link .card-link__title a {
	color: #333
}
.card-link .card-link__title a:hover {
	color: #999
}
.card-link .card-link__excerpt {
	margin: 0;
	font-size: 12.8px;
	font-size: .8rem;
	color: #666;
	line-height: 1.4
}
.timeline {
	background-color: transparent;
	counter-reset: item;
	margin: 1.4em 0;
	padding: 0
}
.timeline .timeline__title {
	font-size: 19.2px;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: .6em
}
.timeline--1 {
	padding-left: 40px
}
.timeline--1 .timeline__item {
	position: relative;
	list-style: none;
	padding: 20px 0 24px;
	margin: 0;
	border-bottom: 2px dashed #f5f5f5
}
.timeline--1 .timeline__item:first-child {
	border-top: 2px dashed #f5f5f5
}
.timeline--1 .timeline__item:not(:last-child):before {
	content: "";
	position: absolute;
	left: -25px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #111
}
.timeline--1 .timeline__item p:not(.timeline__title):last-child, .timeline--1 .timeline__item ul:last-child, .timeline--1 .timeline__item ol:last-child {
	margin-bottom: 0
}
.timeline--1 .timeline__step {
	position: absolute;
	left: -40px;
	top: 0;
	display: block;
	width: 30px;
	height: 58px;
	padding-top: 6px;
	text-align: center;
	line-height: 1;
	font-size: 13px;
	white-space: nowrap;
	background-color: #fff
}
.timeline--1 .timeline__step:after {
	counter-increment: item;
	content: "" counter(item);
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 30px;
	height: 30px;
	background-color: #111;
	border-radius: 50%;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	z-index: 1
}
.timeline--1 .timeline__title {
	font-weight: 700
}
.timeline--2 {
	border-top: 2px dashed #eee;
	border-bottom: 2px dashed #eee;
	list-style: none;
	padding: 26px 20px 26px 36px;
	margin: 1.2em 0
}
.timeline--2 .timeline__item {
	padding-bottom: 4em;
	margin: 0;
	position: relative
}
.timeline--2 .timeline__item:after {
	content: "";
	width: 4px;
	height: 100%;
	background: #ddd;
	display: block;
	position: absolute;
	top: 0;
	left: -24px
}
.timeline--2 .timeline__item:before {
	content: "";
	position: absolute;
	left: -26px;
	top: 0;
	width: 3px;
	height: 3px;
	border: 2px solid #111;
	border-radius: 50%;
	background-color: #fff;
	z-index: 2
}
.timeline--2 .timeline__item:last-child {
	padding-bottom: 0
}
.timeline--2 .timeline__item:last-child:after {
	content: none
}
.timeline--2 .timeline__step {
	position: relative;
	display: block
}
.timeline--2 .timeline__step-text {
	display: none
}
.timeline--2 .timeline__step:before {
	counter-increment: item;
	content: "STEP." counter(item);
	display: inline-block;
	font-size: 12.8px;
	font-size: .8rem;
	font-weight: 700;
	color: #333;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #111;
	padding: 0 4px
}
.timeline--2 .timeline__step:after {
	position: absolute;
	content: "";
	width: 12px;
	height: 1px;
	background-color: #111;
	left: -20px;
	top: 3px
}
.scrollable-table {
	width: 100%;
	overflow-x: auto;
	margin: 1em 0
}
.scrollable-table table {
	white-space: nowrap;
	margin-bottom: 0
}
.scrollable {
	position: relative;
	height: .2em
}
.scrollable__inner {
	position: absolute;
	left: 12px;
	top: -1.4em;
	-webkit-animation: scrollable-anime 1s linear 0s infinite;
	animation: scrollable-anime 1s linear 0s infinite;
	color: #999;
	font-size: 14.4px;
	font-size: .9rem;
	transition: opacity .3s;
	display: inline-block
}
.scrollable .rtvl-icon {
	margin-right: 4px;
	font-size: 16px;
	font-size: 1rem
}
.rating {
	margin: 1em 0;
	display: inline-block
}
.rating__star {
	color: #f7ac1a;
	margin-right: 4px;
	letter-spacing: .08em
}
.rating__num {
	font-weight: 700
}
.toggle-box {
	margin-bottom: 1em
}
.toggle-box__checkbox {
	display: none
}
.toggle-box__label {
	display: inline-block;
	font-size: 14.4px;
	font-size: .9rem;
	padding: 6px 14px;
	color: #fff;
	background-color: #333;
	cursor: pointer;
	transition: box-shadow .6s;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2)
}
.toggle-box__text {
	position: relative;
	padding-right: 16px
}
.toggle-box__text:after {
	content: "";
	position: absolute;
	right: 4px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff
}
.toggle-box__text--close {
	display: none
}
.toggle-box__text--close:after {
	top: .5em;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}
.toggle-box__text--open:after {
	top: .4em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.toggle-box__content {
	height: 0;
	padding: 0 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	transition: all .3s
}
.toggle-box p:last-child, .toggle-box ul:last-child, .toggle-box ol:last-child {
	margin-bottom: 0
}
.toggle-box__checkbox:checked+.toggle-box__label {
	box-shadow: 0 0 0 transparent
}
.toggle-box__checkbox:checked+.toggle-box__label .toggle-box__text--close {
	display: inline
}
.toggle-box__checkbox:checked+.toggle-box__label .toggle-box__text--open {
	display: none
}
.toggle-box__checkbox:checked+.toggle-box__label+.toggle-box__content {
	padding: 20px;
	height: auto
}
.faq-box {
	padding: 16px 16px 16px 50px;
	margin-bottom: .8em;
	position: relative;
	background-color: #fff1f1
}
.faq-box p:last-child {
	margin-bottom: 0
}
.faq-box:before {
	content: "Q";
	position: absolute;
	top: 14px;
	left: 14px;
	background-color: #b41818;
	color: #fff;
	width: 28px;
	height: 28px;
	line-height: 28px;
	padding-left: 1px;
	letter-spacing: 0;
	border-radius: 50%;
	font-size: 16px;
	text-align: center
}
.faq-box--a {
	background-color: #e8f8ff;
	margin-bottom: 2em
}
.faq-box--a:before {
	content: "A";
	background-color: #105fb3
}
.pagination-top {
	margin-top: 40px
}
ul.page-numbers {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2px 6px;
    margin-bottom: 40px;
}
ul.page-numbers li {
    display: inline-block;
    margin: 10px;
}
ul.page-numbers li a{
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 15px;
    display: block;
}
ul.page-numbers li span.page-numbers.current{
    background-color: #154026;
    color: #FFFFFF;
    padding: 15px;
    display: block;
    border-radius: 20px;
    padding: 15px 24px;
    display: block;
}

ul.page-numbers .page-numbers {
    display: block;
    color: #333;
    padding: 15px 24px;
    text-decoration: none;
}
ul.page-numbers .page-numbers:hover {
	background-color: #ddd
}
ul.page-numbers .current, ul.page-numbers .dots {
	color: #999
}
ul.page-numbers .current:hover, ul.page-numbers .dots:hover {
	background-color: transparent
}
.adsense-wrap {
	margin: 1em 0;
	text-align: center
}
.youtube {
	display: inline-block;
	position: relative;
	width: 480px;
	height: 270px;
	overflow: hidden
}
.entry-content .youtube img {
	position: relative;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	vertical-align: bottom;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: none;
	box-shadow: none
}
@media screen and (max-width:488px) {
	.youtube {
		width: 100%;
		max-width: 480px;
		height: 56.25%
	}
	.entry-content .youtube img {
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
.youtube:before, .youtube:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%
}
.youtube:before {
	width: 64px;
	height: 44px;
	background-color: #cc181e;
	margin-left: -32px;
	margin-top: -22px;
	border-radius: 12px;
	z-index: 10;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	transition: all .3s
}
.youtube:after {
	margin-top: -10px;
	margin-left: -8px;
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	border-right: solid 18px transparent;
	border-left: solid 18px #fff;
	z-index: 20
}
.youtube:hover {
	cursor: pointer
}
.youtube:hover:before {
	background-color: #333;
	transition: all .3s
}
.youtube:hover img {
	box-shadow: none
}
.youtube-wrap {
	padding: 30px 0;
	margin: 1em 0;
	text-align: center;
	background-color: #000;
	margin-bottom: 6px
}
.youtube-wrap .youtube {
	vertical-align: bottom;
	margin-bottom: 0
}
.youtube-iframe iframe {
	max-width: 100%;
	vertical-align: bottom
}
@media screen and (max-width:560px) {
	.youtube-wrap {
		padding: 0;
		background-color: transparent
	}
	.youtube:before {
		border-radius: 10px;
		width: 50px;
		height: 36px;
		margin-left: -28px;
		margin-top: -18px
	}
	.youtube:after {
		margin-top: -8px;
		margin-left: -10px;
		border-top: solid 8px transparent;
		border-bottom: solid 8px transparent;
		border-right: solid 16px transparent;
		border-left: solid 16px #fff
	}
}
.post-nav-links {
	margin-top: 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.post-page-numbers {
	margin-right: 6px;
	border: 1px solid #eee;
	padding: 2px 12px;
	color: #333;
	font-size: 19.2px;
	font-size: 1.2rem;
	text-decoration: none
}
.post-page-numbers.current {
	color: #aaa
}
.post-page-numbers.current:hover {
	background-color: transparent
}
.post-page-numbers:visited {
	color: #333
}
.post-page-numbers:hover {
	background-color: #eee
}
.article-tags {
	margin-top: 40px
}
.article-tags__list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 -8px;
	padding: 0;
	list-style: none
}
.article-tags__item {
	border-radius: 2px;
	margin: 0 8px 8px 0;
	font-size: 12.8px;
	font-size: .8rem
}
.article-tags__item a {
	color: #333;
	display: inline-block;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 2px 6px;
	text-decoration: none;
	border-radius: 4px
}
.article-tags__item a:before {
	font-family: rtvl-font, sans-serif;
	content: '\e924';
	margin-right: 6px;
	vertical-align: top
}
.article-tags__item a:hover {
	background-color: #ddd
}
.share-area {
	margin: 30px 0 0
}
.share-buttons__text {
	font-size: 12.8px;
	font-size: .8rem;
	color: #888;
	text-align: center
}
.share-btn__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.share-btn__item {
	text-align: center;
	width: 80px
}
.share-btn__item .share-btn__link {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #111;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border-radius: 50%
}
.share-btn__item .share-btn__link .fa, .share-btn__item .share-btn__link .fas {
	line-height: 50px
}
.share-btn__item .share-btn__link:hover {
	-webkit-transform: scale(1.12);
	-ms-transform: scale(1.12);
	transform: scale(1.12)
}
.share-btn__item--tw .share-btn__link {
	background-color: #1ba1f3
}
.share-btn__item--fb .share-btn__link {
	background-color: #1778f2
}
.share-btn__item--hatebu .share-btn__link {
	background-color: #00a4de
}
.share-btn__item--pocket .share-btn__link {
	background-color: #ef4155
}
.share-btn__item--line .share-btn__link {
	background-color: #00b900
}
.share-btn__item--type3 .share-btn__icon {
	font-size: 28px
}
.share-btn__item--type3 .share-btn__icon--line {
	font-size: 30px
}
.share-btn__item--type3 .share-btn__link {
	background-color: transparent
}
.share-btn__item--type3 .share-btn__link:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}
.share-btn__item--type3.share-btn__item--tw .share-btn__link {
	color: #1ba1f3
}
.share-btn__item--type3.share-btn__item--fb .share-btn__link {
	color: #1778f2
}
.share-btn__item--type3.share-btn__item--hatebu .share-btn__link {
	color: #00a4de
}
.share-btn__item--type3.share-btn__item--pocket .share-btn__link {
	color: #ef4155
}
.share-btn__item--type3.share-btn__item--line .share-btn__link {
	color: #00b900
}
.share-btn__item--type4 .share-btn__icon {
	font-size: 28px
}
.share-btn__item--type4 .share-btn__icon--line {
	font-size: 10px;
	letter-spacing: 0;
	background-color: #111;
	color: #fff;
	margin: 10px auto 0;
	line-height: 27px;
	width: 30px;
	height: 28px;
	white-space: nowrap;
	border-radius: 4px
}
.share-btn__item--type4 .share-btn__link {
	background-color: transparent;
	color: #111
}
.share-btn__item--type4 .share-btn__link:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}
.share-btn__icon {
	display: block;
	height: 24px;
	font-size: 20px;
	font-weight: 700
}
.share-btn__icon--line {
	font-size: 12px
}
.share-btn_text {
	display: block;
	height: 20px;
	margin-top: 2px;
	font-size: 12px;
	color: #111
}
.like-it {
	width: 100%;
	height: 0;
	margin-top: 40px;
	padding-top: 50%;
	background-size: cover;
	background-position: center;
	position: relative
}
.like-it__inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 40px;
	background-color: rgba(0, 0, 0, .6);
	text-align: center
}
.like-it__right {
	position: absolute;
	width: 100%;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.like-it__text {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	margin: 0 0 20px;
	text-shadow: 0 0 2px #000, 0 0 4px #000
}
.paging {
    display: block;
    text-align: center;
    padding-top: 40px;
}
.paging__item {
    width: auto;
    padding: 0 14px 0 0;
    line-height: 1.4;
    display: inline-block;
}
.paging__item a {
	color: #333;
	font-size: 12.8px;
	font-size: .8rem;
	text-decoration: none
}
.paging__item a:hover {
	color: #999
}
.paging__item--prev {
	padding: 0 0 0 14px;
	text-align: right;
}
.paging__text {
	margin: 0 0 .2em;
	font-weight: 700;
	font-size: 12.8px;
	font-size: .8rem;
	position: relative;
	padding-left: 16px
}
.paging__text--prev a::before {
    font-weight: bold;
    content: '<';
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 50px;
    transform: scaleY(1.5);
    font-size: 15px;
}
.paging__item--prev a::before {
    font-weight: bold;
    content: '>';
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 50px;
    transform: scaleY(1.5);
    font-size: 15px;
}

.paging__text a{
	color: #154026;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 20px 60px;
    margin: 10px;
    font-size: 18px;
}
.paging__text:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border: 4px solid transparent;
	border-right: 4px solid #111;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    display: none;
}
.paging__text--prev {
	padding: 0 16px 0 0
}
.paging__text--prev:before {
	left: auto;
	right: 0;
	border-right-color: transparent;
	border-left: 4px solid #111;
    display: none;
}
.adsense-related {
	margin-top: 40px
}
.ranking {
	margin: 20px 0 40px;
	padding: 30px;
	border: 6px solid #f5f5f5
}
.ranking__title {
	margin-top: 0;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	font-size: 22.4px;
	font-size: 1.4rem;
	line-height: 1.4
}
.ranking__title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50px;
	height: 4px;
	background-color: #111;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.ranking-item {
	padding: 16px 0;
	position: relative
}
.ranking-item__title {
	font-size: 19.2px;
	font-size: 1.2rem;
	line-height: 1.4;
	border-bottom: 2px solid #eee;
	position: relative
}
.ranking-item__title:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 70px;
	height: 2px;
	background-color: #333
}
.ranking-item__num {
	font-size: 54.4px;
	font-size: 3.4rem;
	margin-right: 14px
}
.ranking-item__numero {
	font-size: 16px;
	font-size: 1rem
}
.ranking-item__banner {
	padding: 16px 0;
	text-align: center
}
.ranking-item__banner img {
	vertical-align: top
}
.ranking-item__text {
	margin-top: 0;
	width: 100%
}
.ranking-item__links {
	margin-top: 10px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	width: 100%;
	padding-bottom: 4px
}
.ranking-item__link {
	width: 49%;
	margin: 0
}
.ranking-item__link a {
	display: block;
	color: #fff;
	font-size: 14.4px;
	font-size: .9rem;
	text-decoration: none;
	padding: 8px 0;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	border: 1px solid #b41818
}
.ranking-item__link a:hover {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	box-shadow: 0 0 0 transparent
}
.ranking-item__link--afi a {
	background-color: #b41818
}
.ranking-item__link--detail {
	margin-left: 2%
}
.ranking-item__link--detail a {
	color: #b41818
}
.ranking-item__link--single {
	width: auto;
	max-width: 300px;
	min-width: 50%;
	margin: 0
}
.ranking-item__link--single a {
	padding: 8px 20px
}
.ranking-item--1 .ranking-item__numero {
	color: #e2c112
}
.ranking-item--1 .ranking-item__num {
	color: #e2c112
}
.ranking-item--1 .ranking-item__title:after {
	background-color: #e2c112
}
.ranking-item--2 .ranking-item__numero {
	color: #999
}
.ranking-item--2 .ranking-item__num {
	color: #999
}
.ranking-item--2 .ranking-item__title:after {
	background-color: #999
}
.ranking-item--3 .ranking-item__numero {
	color: #cc810c
}
.ranking-item--3 .ranking-item__num {
	color: #cc810c
}
.ranking-item--3 .ranking-item__title:after {
	background-color: #cc810c
}
@media(min-width:820px) and (max-width:1080px) {
	.ranking {
		padding: 40px
	}
	.ranking-item__title {
		text-align: left;
		padding-bottom: 0
	}
	.ranking-item__title-inner {
		display: inline
	}
	.ranking-item__inner {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.ranking-item__banner {
		text-align: left;
		width: 300px;
		padding: 0 20px 0 0
	}
	.ranking-item__info {
		width: calc(100% - 300px);
		position: relative;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-content: space-between;
		-ms-flex-line-pack: justify;
		align-content: space-between
	}
	.ranking-item__links {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
@media(min-width:1240px) {
	.ranking {
		padding: 40px
	}
	.ranking-item__title {
		text-align: left;
		padding-bottom: 0
	}
	.ranking-item__title-inner {
		display: inline
	}
	.ranking-item__inner {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.ranking-item__banner {
		text-align: left;
		width: 300px;
		padding: 0 20px 0 0
	}
	.ranking-item__info {
		width: calc(100% - 300px);
		position: relative;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-content: space-between;
		-ms-flex-line-pack: justify;
		align-content: space-between
	}
	.ranking-item__links {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
.cta {
	margin-top: 40px;
	padding: 20px;
	background-color: #111;
	color: #fff
}
.cta__title {
	margin: 0 0 .8em;
	line-height: 1.4;
	font-size: 19.2px;
	font-size: 1.2rem;
	text-align: center
}
.cta__image {
	margin-top: 0;
	text-align: center
}
.cta__image img {
	vertical-align: top
}
.cta__text {
	text-align: center
}
.cta__link {
	text-align: center
}
.cta__link a {
	display: inline-block;
	padding: 6px 26px;
	background-color: #b41818;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .16);
	font-size: 17.6px;
	font-size: 1.1rem
}
.cta__link a:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}
.author-article {
	margin: 60px 0 40px;
	padding: 40px 30px 30px;
	border: 6px solid #f5f5f5;
	font-size: 14.4px;
	font-size: .9rem;
	position: relative
}
.author-article__who-author {
	position: absolute;
	top: -6px;
	left: -6px;
	margin: 0;
	background-color: #111;
	color: #fff;
	font-size: 12.8px;
	font-size: .8rem;
	padding: 2px 12px
}
.author-article__left {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee
}
.author-article__icon img {
	border-radius: 50%
}
.author-article__name {
	font-size: 12.8px;
	font-size: .8rem;
	font-weight: 700;
	margin: 2px 0 0
}
.author-article__name a {
	color: #333
}
.author-article__name a:hover {
	color: #999
}
.author-article__right {
	padding-top: 20px
}
.author-article__descr {
	width: 100%
}
.author-article__descr a {
	color: #333
}
.author-article__text {
	margin: 0 0 .6em
}
.author-article__link {
	margin: 0 0 .6em
}
.author-article__link a {
	display: inline-block;
	padding-right: 12px;
	color: #333;
	font-weight: 700;
	position: relative
}
.author-article__link a:after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 2px;
	width: 4px;
	height: 4px;
	border-right: 2px solid #111;
	border-bottom: 2px solid #111;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: border-color .3s
}
.author-article__link a:hover {
	color: #999
}
.author-article__link a:hover:after {
	border-color: #999
}
.author-follow {
	width: 100%
}
.author-follow__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px
}
.author-follow__item {
	margin-right: 14px;
	line-height: 1
}
.author-follow__item:last-child {
	margin-right: 0
}
.author-follow__item .author-follow__link {
	color: #111;
	font-size: 24px;
	text-decoration: none
}
.author-follow__item .author-follow__link:hover {
	color: #666
}
.comment-area {
	margin: 40px 0
}
.comments__list {
	list-style: none;
	padding: 0;
	margin: 0
}
.comment {
	padding: 12px 0
}
.comment a {
	color: #333
}
.comment a:hover {
	color: #999
}
.comment:last-child {
	padding-bottom: 0
}
.comment-body {
	margin: 66px 0 8px auto;
	position: relative;
	padding: 20px;
	background-color: #fafafa;
	border-radius: 6px
}
.comment-body:before {
	content: "";
	position: absolute;
	left: 20px;
	bottom: 100%;
	border: 10px solid transparent;
	border-bottom-color: #fafafa
}
.comment-author .avatar {
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -76px;
	width: 60px;
	padding: 0;
	text-align: center
}
.comment-author .fn {
	display: block;
	font-style: normal;
	font-size: 14.4px;
	font-size: .9rem;
	font-weight: 700;
	margin-bottom: 6px
}
.comment-author .says {
	display: none
}
.comment-meta {
	font-size: 12.8px;
	font-size: .8rem;
	margin-bottom: 16px;
	margin-bottom: 1rem
}
.comment .children {
	list-style: none;
	padding-left: 0
}
.comment .depth-2 {
	padding-left: 30px
}
.comment.depth-1>.comment-body {
	background-color: #f4f4f4
}
.comment.depth-1>.comment-body:before {
	border-bottom-color: #f4f4f4
}
.comment.depth-1.parent {
	margin-bottom: 40px
}
.pingback .comment-body {
	margin-top: 0
}
.pingback .comment-body:before {
	display: none
}
.pingback a {
	color: #333
}
.pingback a:hover {
	color: #999
}
.comment-body h2 {
	font-size: 22.4px;
	font-size: 1.4rem;
	margin: 3em 0 .8em;
	line-height: 1.5
}
.comment-body h2:first-child {
	margin-top: 0
}
.comment-body h3 {
	font-size: 20.8px;
	font-size: 1.3rem;
	margin: 3em 0 .8em;
	line-height: 1.5
}
.comment-body h3:first-child {
	margin-top: 0
}
.comment-body h4 {
	font-size: 19.2px;
	font-size: 1.2rem;
	margin: 3em 0 1em
}
.comment-body h4:first-child {
	margin-top: 0
}
.comment-body h5 {
	font-size: 17.6px;
	font-size: 1.1rem;
	margin: 3em 0 1em
}
.comment-body h5:first-child {
	margin-top: 0
}
.comment-body h6 {
	font-size: 16px;
	font-size: 1rem;
	margin: 3em 0 1em
}
.comment-body h6:first-child {
	margin-top: 0
}
.comment-body p {
	margin: 0 0 1em
}
.comment-body img {
	max-width: 100%;
	height: auto
}
.comment-body>ul, .comment-body>ol {
	padding: 28px 20px 28px 38px;
	background-color: #e0e0e0
}
.comment-body li {
	margin-bottom: .8em;
	line-height: 1.5
}
.comment-body li:last-child {
	margin-bottom: 0
}
.comment-body li ul, .comment-body li ol {
	padding: 8px 16px 8px 34px;
	color: #454545;
	font-size: 14.4px;
	font-size: .9rem
}
.comment-body li ul li, .comment-body li ol li {
	margin-bottom: .6em
}
.comment-body iframe {
	max-width: 100%
}
.comment-body table {
	margin-bottom: 1em;
	font-size: 14.4px;
	font-size: .9rem
}
.comment-body table td, .comment-body table th {
	border: 1px solid #ddd;
	padding: 5px 10px
}
.comment-body table th {
	padding: 7px;
	background-color: #eee
}
.comment-body pre {
	overflow: auto;
	border: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 20px;
	background-color: #f9f9f9;
	white-space: pre
}
.comment-body .synSpecial {
	color: #c000c0
}
.comment-body .synType {
	color: #3ec63e
}
.comment-body .synComment {
	color: #4f80e5
}
.comment-body .synPreProc {
	color: #9355e6
}
.comment-body .synIdentifier {
	color: #51cfcf
}
.comment-body .synConstant {
	color: #f66
}
.comment-body .synStatement {
	color: #d88a17
}
.comment-body pre.lang-aa {
	font-family: Mona, IPA MONAPGOTHIC, MS PGothic, "ＭＳ\ Ｐゴシック", "MS Pｺﾞｼｯｸ", "MS Pゴシック", sans-serif;
	font-size: 12pt;
	line-height: 18px;
	padding: 0;
	background: transparent;
	box-shadow: none
}
.comment-body pre>code {
	margin: 0;
	padding: 0;
	white-space: pre;
	border: 0;
	background: transparent
}
.comment-body code, .comment-body pre>code {
	font-family: Monaco, Consolas, Courier New, Courier, monospace, sans-serif
}
.comment-body code {
	font-size: 90%;
	margin: 0 2px;
	padding: 0 5px;
	border: 1px solid rgba(0, 0, 0, .08);
	background-color: rgba(0, 0, 0, .03);
	border-radius: 3px
}
.comment-body blockquote {
	background-color: #eee;
	margin: 0 0 10px;
	padding: 32px 24px;
	position: relative;
	z-index: 1
}
.comment-body blockquote:before, .comment-body blockquote:after {
	font-family: rtvl-font, sans-serif;
	position: absolute;
	color: #f9f9f9;
	font-size: 28.8px;
	font-size: 1.8rem;
	z-index: -1
}
.comment-body blockquote:before {
	content: '\e903';
	left: 8px;
	top: 4px
}
.comment-body blockquote:after {
	content: '\e902';
	right: 8px;
	bottom: 4px
}
.pager-comments {
	list-style: none;
	padding: 0;
	margin: 30px 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2px 6px
}
.pager-comments .page-numbers {
	margin: 0 6px;
	color: #333
}
.pager-comments .current {
	color: #999
}
.comment-form textarea, .comment-form input[type=text] {
	-webkit-appearance: none;
	appearance: none;
	border: 2px solid #eee;
	border-radius: 0
}
.comment-form textarea {
	width: 100%;
	max-width: 100%
}
.comment-form input[type=text] {
	width: 100%;
	padding: 8px 4px;
	max-width: 500px
}
.comment-form label {
	display: block
}
.comment-form .submit {
	-webkit-appearance: none;
	appearance: none;
	background-color: #111;
	color: #fff;
	border: none;
	height: 38px;
	min-width: 100px;
	padding: 0 14px;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
	letter-spacing: .08em;
	border-radius: 0;
	transition: all .3s;
	font-size: 14.4px;
	font-size: .9rem
}
.comment-form .submit:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}
.comment-reply-title {
	text-align: center;
	padding: 6px;
	background-color: #f0f0f0;
	font-size: 19.2px;
	font-size: 1.2rem
}
.bypostauthor {
	color: #111
}
.required {
	color: #b41818
}
.before-comments {
	font-weight: 700;
	font-size: 17.6px;
	font-size: 1.1rem
}
.comment-respond {
	margin-top: 40px
}
@media(min-width:768px) {
	.comment-area {
		margin: 60px 0
	}
	.comment-body {
		margin-top: 80px
	}
	.comment-body:before {
		left: 30px
	}
	.comment-author .avatar {
		top: -94px;
		width: 80px
	}
	.comment .fn {
		font-size: 1rem
	}
}
.widget-entries__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #eee
}
.widget-entries__item:last-child {
	border-bottom: none
}
.widget-entries__item a {
	color: #333;
	text-decoration: none
}
.widget-entries__item a:hover {
	color: #666
}
.widget-entries__thumb {
	width: 114px
}
.widget-entries__thumb img {
	width: 100px;
	height: auto;
	vertical-align: top
}
.widget-entries__thumb a:hover {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}
.widget-entries__title {
	width: calc(100% - 114px);
	font-weight: 700
}
.widget-entries__title-text {
	margin: 0
}
.sidebar {
	margin-top: 60px
}
.sidebar .widget-entries__title, .sidebar .widget__title {
	font-size: 14.4px;
	font-size: .9rem
}
.hotentry__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 16px;
	border: 1px solid #f9f9f9;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .16);
	margin-bottom: 14px
}
.hotentry__thumb {
	width: 140px
}
.hotentry__thumb a:hover {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}
.hotentry__thumb img {
	vertical-align: top
}
.hotentry__title {
	width: calc(100% - 140px);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.hotentry__title a {
	text-decoration: none
}
.hotentry__title-text {
	width: 100%;
	margin: 0;
	font-size: 17.6px;
	font-size: 1.1rem
}
.hotentry__bottom {
	width: 100%;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}
.hotentry__cat-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% - 120px)
}
.hotentry__cat-item {
	font-size: 14.4px;
	font-size: .9rem;
	margin-right: 8px
}
.hotentry__cat-item a {
	color: #666
}
.hotentry__cat-item a:before {
	content: "#"
}
.hotentry__cat-item a:hover {
	text-decoration: underline
}
.hotentry__read-more {
	margin: 1em 0 0;
	text-align: right;
	width: 120px
}
.hotentry__read-more a {
	display: inline-block;
	position: relative;
	padding-right: 16px;
	color: #c72e2e;
	font-size: 14.4px;
	font-size: .9rem
}
.hotentry__read-more a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
	border: 4px solid transparent;
	border-left: 5px solid #d45c5c;
	transition: all .3s
}
.hotentry__read-more a:hover {
	color: #666;
	text-decoration: underline
}
.hotentry__read-more a:hover:after {
	border-left-color: #666
}
.entry-footer-bottom {
	margin-top: 20px
}
.title404 {
	margin: 0 0 16px;
	font-size: 32px;
	font-size: 2rem
}
.notfound__search {
	margin-top: 40px
}
.notfound-category {
	margin-top: 40px
}
.notfound-category__list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none
}
.notfound-category__item {
	margin: 0 10px 10px 0;
	font-size: 12.8px;
	font-size: .8rem
}
.notfound-category__item .rtvl-icon {
	margin-right: 6px;
	font-size: 12.8px;
	font-size: .8rem;
	color: #ccc
}
.notfound-category__item a {
	background-color: #f5f5f5;
	color: #333;
	display: block;
	padding: 2px 8px;
	text-decoration: none
}
.notfound-category__item a:hover {
	background-color: #ddd
}
.go-home {
	margin-top: 40px
}
.go-home__icon {
	height: 12px;
	margin-right: 8px
}
.go-home a {
	color: #333
}
.go-home a:hover {
	color: #777
}
.widget-area {
	margin-top: 30px
}
.widget {
	line-height: 1.5;
	margin-bottom: 40px
}
.widget--entry-header {
	margin-top: 40px
}
.widget__title {
	font-size: 16px;
	font-size: 1rem;
	margin: 0 0 16px;
	margin: 0 0 1rem
}
.widget:last-child {
	margin-bottom: 0
}
.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14.4px;
	font-size: .9rem
}
.widget li {
	margin-bottom: 12px
}
.widget li a {
	text-decoration: none;
	color: #333
}
.widget li a:hover {
	text-decoration: underline
}
.widget a {
	color: #333
}
.widget a:hover {
	color: #999
}
.widget .cat-item, .widget .menu-item, .widget .page_item {
	margin-bottom: 0;
	padding: 10px 0;
	border-bottom: 1px dashed #eee;
	font-size: 14.4px;
	font-size: .9rem;
	color: #333
}
.widget .cat-item:last-child, .widget .menu-item:last-child, .widget .page_item:last-child {
	border: none
}
.widget .cat-item a:before, .widget .menu-item a:before, .widget .page_item a:before {
	font-family: rtvl-font, sans-serif;
	content: '\e91a';
	font-size: 12px;
	line-height: 1.7;
	margin-right: 8px;
	color: #ddd;
	vertical-align: top
}
.widget .cat-item a:hover, .widget .menu-item a:hover, .widget .page_item a:hover {
	color: #999;
	text-decoration: none
}
.widget .children {
	padding-left: 12px;
	margin: 10px 0 6px
}
.widget .children .cat-item, .widget .children .page_item {
	margin-bottom: 0;
	padding: 8px 0;
	border: none;
	position: relative
}
.widget .children .cat-item a:before, .widget .children .page_item a:before {
	font-family: rtvl-font, sans-serif;
	content: '\e904';
	font-size: 10px;
	margin-right: 8px;
	color: #ddd;
	vertical-align: middle
}
.widget .children .cat-item a:hover, .widget .children .page_item a:hover {
	color: #999;
	text-decoration: none
}
.widget .children .children {
	padding-left: 14px;
	margin: 8px 0 6px
}
.widget .menu-item a:before, .widget .page_item a:before {
	content: '\e90c';
	font-size: 16px;
	line-height: 1.4
}
.widget .sub-menu {
	padding-left: 12px;
	margin: 10px 0 0
}
.widget .sub-menu .menu-item {
	margin-bottom: 0;
	padding: 8px 0;
	border: none;
	position: relative
}
.widget .sub-menu .menu-item a:before {
	font-family: rtvl-font, sans-serif;
	content: '\e904';
	font-size: 10px;
	margin-right: 8px;
	color: #ddd;
	vertical-align: middle
}
.widget .sub-menu .menu-item a:hover {
	color: #999;
	text-decoration: none
}
.widget .sub-menu>.menu-item {
	padding-bottom: 0
}
.widget .sub-menu .sub-menu {
	padding-left: 14px;
	margin: 8px 0 0
}
.widget select {
	-webkit-appearance: none;
	appearance: none;
	border: 2px solid #ddd;
	width: 100%;
	height: 38.4px;
	height: 2.4rem;
	padding: 0 10px;
	border-radius: 4px;
	position: relative;
	background-color: #fff;
	background-size: 10px;
	background-position: right 8px center;
	background-repeat: no-repeat
}
.widget .screen-reader-text {
	display: none
}
.widget .recentcomments {
	margin-bottom: 0;
	font-size: 14.4px;
	font-size: .9rem
}
.widget .recentcomments a {
	text-decoration: underline
}
.widget .recentcomments a:hover {
	color: #999
}
.recentcomments .recentcomments a {
	text-decoration: underline
}
.sidebar--title-type1 .widget__title {
	position: relative;
	font-style: italic
}
.sidebar--title-type1 .widget__title:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #111;
	top: 50%;
	left: 0;
	margin-top: -1px;
	z-index: 0
}
.sidebar--title-type1 .widget__title-inner {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-right: 20px;
	background-color: #fff
}
.sidebar--title-type2 .widget__title {
	background-color: #111;
	color: #fff;
	padding: 6px 8px;
	border-left: 6px solid #b41818
}
.sidebar--title-type3 .widget__title {
	background-color: #f5f5f5;
	color: #333;
	padding: 6px 8px;
	border-left: 6px solid #b21818
}
.sidebar--title-type4 .widget__title {
	padding-bottom: 8px;
	position: relative;
	font-size: 16px;
	font-size: 1rem;
	font-style: italic;
	z-index: 1
}
.sidebar--title-type4 .widget__title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 18px;
	background-image: radial-gradient(#ccc 15%, transparent 21%);
	background-position: 0 0;
	background-size: 6px 6px;
	z-index: 0
}
.sidebar--title-type4 .widget__title-inner {
	position: relative;
	z-index: 1
}
.sidebar--title-type5 .widget__title {
	border-left: 4px solid #111;
	padding-left: 10px;
	line-height: 1.4
}
.sidebar--title-type6 .widget__title {
	border-left: 4px solid #b21818;
	padding-left: 10px;
	line-height: 1.4
}
.sidebar--title-type7 .widget__title {
	padding: 8px 10px;
	border-bottom: 4px solid #eee;
	background-color: #f5f5f5
}
.sidebar--title-type8 .widget__title {
	border-bottom: 2px solid #111
}
.sidebar--title-type8 .widget__title-inner {
	background-color: #111;
	color: #fff;
	font-size: 14.4px;
	font-size: .9rem;
	padding: 2px 8px 1px;
	display: inline-block
}
.sidebar--title-type9 .widget__title {
	padding: 8px 12px;
	color: #fff;
	background-color: #111
}
.top-widget, .top-is-page-widget {
	margin-bottom: 60px
}
.widget_recent_entries ul li, .widget_meta ul li, .widget_recent_comments ul li {
	border-bottom: 1px dashed #eee;
	padding: 12px 0;
	margin: 0
}
.widget_recent_entries ul li:last-child, .widget_meta ul li:last-child, .widget_recent_comments ul li:last-child {
	border: none
}
.widget_recent_entries ul li a, .widget_meta ul li a, .widget_recent_comments ul li a {
	color: #111
}
.search-form {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.search-form__label {
	width: calc(100% - 36px);
	position: relative
}
.search-form__field {
    width: 100%;
    height: 36px;
    border: none;
    padding: 4px 6px;
    margin-bottom: 0px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    font-size: 16px;
    font-size: 1rem;
}
.search-form__field:focus {
	background-color: #fafafa
}
.search-form__field::-webkit-input-placeholder {
	font-size: 12.8px;
	font-size: .8rem
}
.search-form__field:-ms-input-placeholder {
	font-size: 12.8px;
	font-size: .8rem
}
.search-form__field::placeholder {
	font-size: 12.8px;
	font-size: .8rem
}
.search-form__submit {
    -webkit-appearance: none;
    appearance: none;
    background-color: #FFFFFF;
    border: none;
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    /* display: none; */
    border-radius: 7px;
}
.search-form .icon-search {
    color: #da5515;
    font-size: 22px;
    line-height: 36px;
}
.notfound .search-form {
	margin-top: 2.4em;
	padding: 20px;
	width: 100%;
	background-color: #f9f9f9
}
.notfound .search-form__field {
	margin-bottom: 0
}
.notfound .search-submit-wrap {
	text-align: left
}
.sidebar-module--sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 10px
}
.sidebar-module--sticky-header-fixed {
	top: 70px
}
.tagcloud {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.tagcloud .tag-cloud-link {
	font-size: 12.8px!important;
	font-size: .8rem!important;
	background-color: #f9f9f9;
	color: #333;
	text-decoration: none;
	font-style: italic;
	padding: 3px 8px 4px;
	border-radius: 2px;
	margin: 0 6px 6px 0
}
.tagcloud .tag-cloud-link:hover {
	background-color: #e5e5e5
}
.tagcloud .tag-cloud-link:before {
	font-family: rtvl-font, sans-serif;
	content: '\e924';
	color: #111;
	margin-right: 6px;
	vertical-align: top
}
.widget-sns__text a {
	display: block;
	padding: 4px;
	background-color: #fff;
	color: #4da0eb;
	border: 2px solid #e6f3ff;
	text-align: center;
	text-decoration: none;
	border-radius: 4px
}
.widget-sns__text a:hover {
	background-color: #e6f3ff
}
.calendar_wrap table {
	width: 100%
}
.calendar_wrap caption {
	padding-bottom: 4px;
	font-weight: 700
}
.calendar_wrap tbody {
	text-align: center
}
.calendar_wrap tbody td {
	padding: 4px 0
}
.calendar_wrap tbody a {
	background-color: #f5f5f5;
	display: block
}
.calendar_wrap tbody a:hover {
	color: #999
}
.calendar_wrap th {
	background-color: #f0f0f0;
	border: 2px solid #f9f9f9
}
.calendar_wrap tfoot {
	padding-top: 18px
}
.calendar_wrap #prev {
	padding-top: 10px
}
.calendar_wrap #next {
	text-align: right;
	padding-top: 10px
}
.user-profile {
	border: 6px solid #f5f5f5
}
.user-profile__inner {
	padding: 18px 18px 0
}
.user-profile__avatar {
	text-align: center;
	margin: 0 0 4px
}
.user-profile__avatar img {
	border-radius: 50%
}
.user-profile__name {
	text-align: center;
	font-weight: 700;
	margin: 0 0 14px
}
.user-profile__info {
	font-size: 12.8px;
	font-size: .8rem;
	color: #333;
	line-height: 1.5
}
.user-profile__awl-link {
	margin: 0 0 12.8px;
	margin: 0 0 .8rem;
	text-align: center
}
.user-profile__awl-link .awl-link {
	display: inline-block;
	background-color: #fff;
	text-decoration: none;
	width: 100%;
	line-height: 38px;
	font-size: 14.4px;
	font-size: .9rem;
	font-weight: 700;
	color: #333;
	position: relative;
	border: 2px solid #eee
}
.user-profile__awl-link .awl-link:hover {
	color: #111;
	background-color: #f5f5f5
}
.user-profile__awl-link .awl-link:before {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 16px;
	width: 4px;
	height: 4px;
	border-right: 2px solid #111;
	border-bottom: 2px solid #111;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.user-follow {
	padding: 14px 0 6px;
	background-color: #f5f5f5
}
.user-follow__follow-me {
	text-align: center;
	font-size: 12.8px;
	font-size: .8rem;
	margin: 0 0 2px;
	color: #333
}
.user-follow__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.user-follow__item {
	margin-right: 14px;
	font-size: 20px
}
.user-follow__item:last-child {
	margin-right: 0
}
.user-follow .user-follow__item a:hover {
	color: #666;
	text-decoration: none
}
.footer-widgets {
	margin: 0 auto;
	width: 92%;
	padding: 40px 0
}
.footer-widgets__item {
	margin-bottom: 30px
}
.footer-widgets__title {
	margin: 0 0 16px;
	margin: 0 0 1rem;
	background-color: #111;
	color: #fff;
	padding: 8px 10px;
	font-size: 16px;
	font-size: 1rem;
	text-align: center
}
.footer-widgets a {
	color: #333
}
.footer-widgets a:hover {
	color: #999
}
.footer-widgets .tagcloud .tag-cloud-link {
	background-color: #fff;
	border: 1px solid #111;
	border-radius: 0;
	padding: 3px 10px 4px 6px;
	font-style: normal
}
.footer-widgets .tagcloud .tag-cloud-link:before {
	color: #111
}
.footer-widgets .tagcloud .tag-cloud-link:hover {
	color: #333;
	background-color: #eee
}
.footer-widgets .cat-item, .footer-widgets .menu-item, .footer-widgets .page_item {
	border-bottom: 1px dashed #ddd;
	color: #111
}
.footer-widgets .cat-item a:before, .footer-widgets .menu-item a:before, .footer-widgets .page_item a:before {
	color: #111
}
.footer-widgets .children .cat-item a:before, .footer-widgets .children .page_item a:before {
	color: #111
}
.footer-widgets .children .children {
	padding-left: 14px;
	margin: 8px 0 6px
}
.footer-widgets .sub-menu .menu-item a:before {
	color: #111
}
.footer-widgets select {
	border-color: #ddd;
	background-color: #fff
}
.footer-widgets .screen-reader-text {
	display: none
}
.footerLinks{
    background-color: #f78f57;
    padding-top: 55px;
    padding-bottom: 55px;
}
.footerLinks ul{
    width: 1181px;
    margin: 0 auto;
    padding:0;
}
.footerLinks ul::after{
    content: '';
    display: block;
    clear: both;
}
.footerLinks ul li:last-child{
    border-right:solid 1px #FFFFFF;
}
.footerLinks ul li {
    text-align: center;
    float: left;
    box-sizing: border-box;
    width: 20%;
    border-left: solid 1px #FFFFFF;
    list-style: none;
    padding: 10px;
    font-size: 1.1rem;
}
.footerLinks ul li a {
    color: #ffffff;
    text-decoration: none;
}

@media(min-width:768px) {
	.footer-widgets {
		padding: 40px 0
	}
	.footer-widgets__inner {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.footer-widget {
		width: 49%
	}
}
@media(min-width:1080px) {
	.footer-widgets {
		max-width: 1181px;
		padding: 40px 0
	}
	.footer-widget {
		width: 32%
	}
}
.back-to-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 10000
}
.back-to-top__button {
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #111;
	position: relative
}
.back-to-top__button:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: translate(-50%, -30%) rotate(45deg);
	-ms-transform: translate(-50%, -30%) rotate(45deg);
	transform: translate(-50%, -30%) rotate(45deg)
}
.display-menu .back-to-top {
	z-index: 1
}
.footer {
    margin-top: 0;
    background-color: #feeee6;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 10px;
}
.footer div {
    margin-bottom: 20px;
    font-size: 1.1rem;
}
.footer p.telfax{
    font-size: 18px;
}

.footer .pribacyBtn a{
    background-color: #FFFFFF;
    padding: 10px 50px;
    text-align: center;
    display: inline-block;
    border-radius: 8px;
    text-decoration: none;
    color: #000000;

}

.footer__bottom {
	background-color: #111;
	color: #fff;
	text-align: center;
	padding: 26px 10px
}
.footer-nav {
	padding: 10px 14px;
	background-color: #222
}
.footer-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.footer-nav__list .menu-item {
	padding: 0 10px;
	border-right: 1px solid rgba(255, 255, 255, .2);
	font-size: 12.8px;
	font-size: .8rem
}
.footer-nav__list .menu-item:first-child {
	border-left: 1px solid rgba(255, 255, 255, .2)
}
.footer-nav__list .menu-item a {
	color: #fff;
	text-decoration: none
}
.footer-nav__list .menu-item a:hover {
	text-decoration: underline
}

.footerBanner ul{
    margin-left: 0;
    padding-left: 0;
}
.footerBanner li {
    list-style: none;
    display: inline-block;
    margin: 4px;
}
.footerBanner {
    max-width: 1181px;
    margin: 0 auto;
    padding-top:70px;
    padding-bottom:70px;
}


.tagline {
	margin-bottom: 8px
}
.tagline__text {
	margin: 0;
	font-size: 14.4px;
	font-size: .9rem
}
.copyright-inner {
	padding: 10px 0
}
.copyright__text {
	margin: 0 auto;
	text-align: center;
	font-size: 12.8px;
	font-size: .8rem
}
.bg-gray .wrapper-inner, .bg-stripe .wrapper-inner, .bg-line .wrapper-inner {
	width: 100%;
	padding: 20px 4%
}
.bg-gray {
	background-color: #f9f9f9
}
.bg-stripe {
	background-image: repeating-linear-gradient(90deg, transparent, transparent 4px, #f9f9f9 4px, #f9f9f9 6px);
	background-size: 6px
}
.bg-line {
	background-color: #fafafa;
	background-image: repeating-linear-gradient(90deg, #e9e9e9, #e9e9e9 1px, #fafafa 1px, #fafafa 240px);
	background-size: 240px;
	background-position: center
}
.bg-line .footer {
	background-color: #fdfdfd
}
@media(min-width:768px) {
	
	.wrapper-inner {
		max-width: 800px
	}
	.container--header-fixed {
		padding-top: 50px
	}
	.container--wide {
		padding-top: 64px
	}
	.author-article {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 40px 16px 30px
	}
	.author-article__left {
		width: 160px;
		padding: 0 20px 0 0;
		border-bottom: none;
		border-right: 1px solid #eee
	}
	.author-article__right {
		width: calc(100% - 160px);
		padding: 0 0 0 20px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-content: space-between;
		-ms-flex-line-pack: justify;
		align-content: space-between
	}
	.bg-gray .wrapper-inner, .bg-stripe .wrapper-inner, .bg-line .wrapper-inner {
		width: 92%;
		padding: 40px
	}
	.back-to-top {
		right: 20px;
		bottom: 20px
	}
}
@media(min-width:1080px) {
	.wrapper-inner {
		max-width: 1181px
	}
	.wrapper-inner--single-column.wrapper-inner--article {
		max-width: 900px
	}
	.bg-gray .wrapper-inner, .bg-stripe .wrapper-inner, .bg-line .wrapper-inner {
		max-width: 1261px
	}
	.bg-gray .wrapper-inner--single-column.wrapper-inner--article, .bg-stripe .wrapper-inner--single-column.wrapper-inner--article, .bg-line .wrapper-inner--single-column.wrapper-inner--article {
		padding: 40px;
		max-width: 980px
	}
	.bg-gray .footer-widgets, .bg-stripe .footer-widgets, .bg-line .footer-widgets {
		max-width: 1261px
	}
	.main {
		width: calc(100% - 350px);
		padding-right: 30px;
	}
	.main--single-column {
		width: 100%;
		padding-right: 0;
		border-right: none
	}
	.sidebar {
		width: 350px;
		margin-top: 0;
		padding-left: 30px
	}
}


.entries-item {
    width: 32.3%;
    margin-right: -1.33333%;
}

.main {
    width: 100%;
}